The "gint64" type used for time values in the code is not a "long" on
i386. The fix using the glib "G_GINT64_FORMAT" macro was provided by
the Debian OVT maintainer.
github PR:
https://github.com/vmware/open-vm-tools/pull/588
Bartosz Brachaczek Make HgfsConvertFromNtTimeNsec aware of 64-bit time_t on i386
- https://github.com/vmware/open-vm-tools/pull/387
+
+Bernd Zeimetz Fix building containerinfo plugin on i386
+ - https://github.com/vmware/open-vm-tools/pull/588
endInfoGatherTime = g_get_monotonic_time();
- g_info("%s: time to complete containerInfo gather = %ld us\n",
+ g_info("%s: time to complete containerInfo gather = %" G_GINT64_FORMAT " us\n",
__FUNCTION__, endInfoGatherTime - startInfoGatherTime);
exit: