You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(30) |
Oct
(50) |
Nov
(42) |
Dec
(17) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(36) |
Feb
(13) |
Mar
(74) |
Apr
(17) |
May
(62) |
Jun
(53) |
Jul
(32) |
Aug
(58) |
Sep
(44) |
Oct
(21) |
Nov
(35) |
Dec
(53) |
2009 |
Jan
(43) |
Feb
(58) |
Mar
(14) |
Apr
(16) |
May
(61) |
Jun
(49) |
Jul
(11) |
Aug
(22) |
Sep
(37) |
Oct
(12) |
Nov
(23) |
Dec
(10) |
2010 |
Jan
(21) |
Feb
(13) |
Mar
(5) |
Apr
(18) |
May
(14) |
Jun
(10) |
Jul
(1) |
Aug
|
Sep
(13) |
Oct
(8) |
Nov
(11) |
Dec
(14) |
2011 |
Jan
(13) |
Feb
(19) |
Mar
(16) |
Apr
(10) |
May
(22) |
Jun
(4) |
Jul
(63) |
Aug
(14) |
Sep
(10) |
Oct
(12) |
Nov
(10) |
Dec
(43) |
2012 |
Jan
(3) |
Feb
(4) |
Mar
(35) |
Apr
(1) |
May
(32) |
Jun
(8) |
Jul
(10) |
Aug
(6) |
Sep
(3) |
Oct
(25) |
Nov
(14) |
Dec
(4) |
2013 |
Jan
(12) |
Feb
(6) |
Mar
(15) |
Apr
(24) |
May
(9) |
Jun
(2) |
Jul
|
Aug
(4) |
Sep
|
Oct
(8) |
Nov
(3) |
Dec
|
2014 |
Jan
(5) |
Feb
|
Mar
(4) |
Apr
(2) |
May
(4) |
Jun
|
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2015 |
Jan
|
Feb
(5) |
Mar
|
Apr
(1) |
May
(3) |
Jun
(1) |
Jul
(2) |
Aug
(5) |
Sep
|
Oct
|
Nov
(2) |
Dec
|
2017 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2012-10-25 09:32:44
|
Tracker item #3580078, was opened at 2012-10-25 02:32 Message generated for change (Settings changed) made by yaberauneya You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580078&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: kernel modules Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Garrett Cooper (yaberauneya) Assigned to: Nobody/Anonymous (nobody) >Summary: "Fix locking in vmmemctl" on FreeBSD 9.x+ Initial Comment: Fix obtained from svn://svn.freebsd.org/ports/head/emulators/open-vm-tools/files/patch-vmmemctl-os.c . ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580078&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-10-25 09:32:19
|
Tracker item #3580078, was opened at 2012-10-25 02:32 Message generated for change (Tracker Item Submitted) made by yaberauneya You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580078&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Garrett Cooper (yaberauneya) Assigned to: Nobody/Anonymous (nobody) Summary: "Fix locking in vmmemctl" on FreeBSD 9.x Initial Comment: Fix obtained from svn://svn.freebsd.org/ports/head/emulators/open-vm-tools/files/patch-vmmemctl-os.c . ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580078&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-10-25 09:27:47
|
Tracker item #3580059, was opened at 2012-10-25 01:33 Message generated for change (Comment added) made by yaberauneya You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580059&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: libraries Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Garrett Cooper (yaberauneya) Assigned to: Nobody/Anonymous (nobody) Summary: Fix compile failure with %z on FreeBSD with clang Initial Comment: I run into the following issue with FreeBSD + clang... foundryMsg.c:2165:15: error: invalid conversion specifier 'Z' [-Werror,-Wformat-invalid-specifier] "(%"FMTSZ"u is required).\n", ~~^ /nfs/bayonetta/scratch/git/open-vm-tools/open-vm-tools/lib/include/vm_basic_types.h:353:26: note: expanded from macro 'FMTSZ' #define FMTSZ "Z" ^ foundryMsg.c:2269:39: error: invalid conversion specifier 'Z' [-Werror,-Wformat-invalid-specifier] Log("%s(%u): Message has only %"FMTSZ"u bytes available when " ~~^ /nfs/bayonetta/scratch/git/open-vm-tools/open-vm-tools/lib/include/vm_basic_types.h:353:26: note: expanded from macro 'FMTSZ' #define FMTSZ "Z" ^ foundryMsg.c:2270:26: error: invalid conversion specifier 'Z' [-Werror,-Wformat-invalid-specifier] "looking for %"FMTSZ"u bytes od data.\n", ~~^ /nfs/bayonetta/scratch/git/open-vm-tools/open-vm-tools/lib/include/vm_basic_types.h:353:26: note: expanded from macro 'FMTSZ' #define FMTSZ "Z" ^ 3 errors generated. *** Error code 1 Stop. bmake: stopped in /nfs/bayonetta/scratch/git/open-vm-tools/open-vm-tools/lib/foundryMsg *** Error code 1 Stop. bmake: stopped in /nfs/bayonetta/scratch/git/open-vm-tools/open-vm-tools/lib *** Error code 1 Stop. bmake: stopped in /nfs/bayonetta/scratch/git/open-vm-tools/open-vm-tools The attached patch fixes this (although maybe not in the cleanest manner possible). ---------------------------------------------------------------------- >Comment By: Garrett Cooper (yaberauneya) Date: 2012-10-25 02:27 Message: Interesting. The port maintainer fixed it a bit differently (from svn://svn.freebsd.org/ports/head/emulators/open-vm-tools/files/patch-vm_basic_types.h ): --- ./lib/include/vm_basic_types.h.orig 2010-10-20 05:19:54.000000000 +0900 +++ ./lib/include/vm_basic_types.h 2010-10-29 20:11:03.000000000 +0900 @@ -333,6 +333,7 @@ #define FMTPD "" #endif #elif defined(__linux__) \ + || (defined(__clang__)) \ || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) \ || (defined(_POSIX_VERSION) && _POSIX_VERSION >= 200112L) \ || (defined(_POSIX2_VERSION) && _POSIX2_VERSION >= 200112L) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580059&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-10-25 09:22:46
|
Tracker item #3580075, was opened at 2012-10-25 02:22 Message generated for change (Tracker Item Submitted) made by yaberauneya You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580075&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: misc Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Garrett Cooper (yaberauneya) Assigned to: Nobody/Anonymous (nobody) Summary: Enhance util/misc.c to divine paths on FreeBSD Initial Comment: The attached patch was obtained from svn://svn.freebsd.org/ports/head/emulators/open-vm-tools/files/patch-util_misc.c and was according to the report fixed shutdown utility pathing on VMware ESXi 3.5. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580075&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-10-25 09:16:50
|
Tracker item #3580074, was opened at 2012-10-25 02:16 Message generated for change (Tracker Item Submitted) made by yaberauneya You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580074&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: misc Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Garrett Cooper (yaberauneya) Assigned to: Nobody/Anonymous (nobody) Summary: Add amd64 CPU branding check to configure.ac Initial Comment: FreeBSD brands 64-bit Intel processors as amd64 unlike Linux and some other Unix platforms; example: $ uname -mp amd64 amd64 The attached patch handles the amd64 case, similar to what the port does in FreeBSD. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580074&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-10-25 09:04:31
|
Tracker item #3580073, was opened at 2012-10-25 02:04 Message generated for change (Tracker Item Submitted) made by yaberauneya You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580073&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: kernel modules Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Garrett Cooper (yaberauneya) Assigned to: Nobody/Anonymous (nobody) Summary: FreeBSD 8.x compilation fixes Initial Comment: The following attached patch was obtained directly from the open-vm-tools port and resolves several compile-time issues with FreeBSD 8.x+: svn://svn.freebsd.org/ports/head/emulators/open-vm-tools/files/patch-freebsd-8 . Please follow the commit log for more details. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580073&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-10-25 08:40:24
|
Tracker item #3580062, was opened at 2012-10-25 01:40 Message generated for change (Settings changed) made by yaberauneya You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580062&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: kernel modules Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Garrett Cooper (yaberauneya) Assigned to: Nobody/Anonymous (nobody) Summary: Fix vmblock/vnops.c on FreeBSD 10-CURRENT Initial Comment: vrecycle's KPI was changed in r234607 to remove the unused second argument -- td. The attached change chases that commit. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580062&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-10-25 08:40:05
|
Tracker item #3580062, was opened at 2012-10-25 01:40 Message generated for change (Tracker Item Submitted) made by yaberauneya You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580062&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Garrett Cooper (yaberauneya) Assigned to: Nobody/Anonymous (nobody) Summary: Fix vmblock/vnops.c on FreeBSD 10-CURRENT Initial Comment: vrecycle's KPI was changed in r234607 to remove the unused second argument -- td. The attached change chases that commit. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580062&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-10-25 08:34:20
|
Tracker item #3580060, was opened at 2012-10-25 01:34 Message generated for change (Tracker Item Submitted) made by yaberauneya You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580060&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: kernel modules Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Garrett Cooper (yaberauneya) Assigned to: Nobody/Anonymous (nobody) Summary: FreeBSD 10-CURRENT net_compat.h fixes Initial Comment: The attached patch fixes open-vm-tools on FreeBSD 10-CURRENT as recommended by jhb in the following post on current@ by changing the VXN_IF_ADDR_*LOCK macros to use the proper if_maddr_r*lock functions as noted in the net/if_var.h header: http://lists.freebsd.org/pipermail/freebsd-current/2012-June/034452.html . ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580060&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-10-25 08:33:25
|
Tracker item #3580059, was opened at 2012-10-25 01:33 Message generated for change (Tracker Item Submitted) made by yaberauneya You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580059&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: libraries Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Garrett Cooper (yaberauneya) Assigned to: Nobody/Anonymous (nobody) Summary: Fix compile failure with %z on FreeBSD with clang Initial Comment: I run into the following issue with FreeBSD + clang... foundryMsg.c:2165:15: error: invalid conversion specifier 'Z' [-Werror,-Wformat-invalid-specifier] "(%"FMTSZ"u is required).\n", ~~^ /nfs/bayonetta/scratch/git/open-vm-tools/open-vm-tools/lib/include/vm_basic_types.h:353:26: note: expanded from macro 'FMTSZ' #define FMTSZ "Z" ^ foundryMsg.c:2269:39: error: invalid conversion specifier 'Z' [-Werror,-Wformat-invalid-specifier] Log("%s(%u): Message has only %"FMTSZ"u bytes available when " ~~^ /nfs/bayonetta/scratch/git/open-vm-tools/open-vm-tools/lib/include/vm_basic_types.h:353:26: note: expanded from macro 'FMTSZ' #define FMTSZ "Z" ^ foundryMsg.c:2270:26: error: invalid conversion specifier 'Z' [-Werror,-Wformat-invalid-specifier] "looking for %"FMTSZ"u bytes od data.\n", ~~^ /nfs/bayonetta/scratch/git/open-vm-tools/open-vm-tools/lib/include/vm_basic_types.h:353:26: note: expanded from macro 'FMTSZ' #define FMTSZ "Z" ^ 3 errors generated. *** Error code 1 Stop. bmake: stopped in /nfs/bayonetta/scratch/git/open-vm-tools/open-vm-tools/lib/foundryMsg *** Error code 1 Stop. bmake: stopped in /nfs/bayonetta/scratch/git/open-vm-tools/open-vm-tools/lib *** Error code 1 Stop. bmake: stopped in /nfs/bayonetta/scratch/git/open-vm-tools/open-vm-tools The attached patch fixes this (although maybe not in the cleanest manner possible). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580059&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-10-25 07:27:27
|
Tracker item #3580037, was opened at 2012-10-25 00:27 Message generated for change (Tracker Item Submitted) made by yaberauneya You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580037&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: misc Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Garrett Cooper (yaberauneya) Assigned to: Nobody/Anonymous (nobody) Summary: Ignore some autogen'ed files via .gitignore Initial Comment: This is a first cut at removing some of the autotools/CC generated files so git doesn't allow them to be added to commits, show up in git status, etc. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3580037&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-10-24 16:38:15
|
Tracker item #3579794, was opened at 2012-10-24 09:38 Message generated for change (Tracker Item Submitted) made by yaberauneya You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3579794&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: kernel modules Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Garrett Cooper (yaberauneya) Assigned to: Nobody/Anonymous (nobody) Summary: clang/newer gcc build error when -Wformat-security specified Initial Comment: I switched over to clang recently in order to dogfood it, and I ran into a problem when compiling open-vm-tools from ports using the PORTS_MODULES hook in /etc/src.conf. The problem when looking at the KPI vs the shim implemented in open-vm-tools is that the shim in open-vm-tools uses a non-determinate const string instead of using "%s", then supplying the string as the first argument. The attached patch fixes compilation so it gets past this issue on FreeBSD 8.x+ with newer compilers than the base system compiler. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3579794&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-10-22 21:46:12
|
Tracker item #3579185, was opened at 2012-10-22 11:40 Message generated for change (Comment added) made by dtor You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3579185&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: kernel modules Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nate Muench (n-minker) Assigned to: Nobody/Anonymous (nobody) Summary: vmsync module fails to build against linux 3.6.3 Initial Comment: Version: 2012.10.14-874563 Linux Kernel: 3.6.3 Other than the "xdr_uint32_t" (https://sourceforge.net/tracker/index.php?func=detail&aid=3523224&group_id=204462&atid=989708) make error that still exists in this version I have also found that all the modules compile successfully except the vmsync module. Below is what shows up when I run the make command: Using 2.6.x kernel build system. make -j4 -C /lib/modules/3.6.3/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \ MODULEBUILDDIR= modules make[1]: Entering directory `/root/linux-3.6.3' make[1]: warning: -jN forced in submake: disabling jobserver mode. make[2]: warning: -jN forced in submake: disabling jobserver mode. CC [M] /root/open-vm-tools-2012.10.14-874563/modules/linux/vmsync/sync.o /root/open-vm-tools-2012.10.14-874563/modules/linux/vmsync/sync.c:39:27: fatal error: driver-config.h: No such file or directory compilation terminated. make[2]: *** [/root/open-vm-tools-2012.10.14-874563/modules/linux/vmsync/sync.o] Error 1 make[1]: *** [_module_/root/open-vm-tools-2012.10.14-874563/modules/linux/vmsync] Error 2 make[1]: Leaving directory `/root/linux-3.6.3' make: *** [vmsync.ko] Error 2 ---------------------------------------------------------------------- >Comment By: Dmitry Torokhov (dtor) Date: 2012-10-22 14:46 Message: What i2o has to do with this? ---------------------------------------------------------------------- Comment By: Nate Muench (n-minker) Date: 2012-10-22 14:34 Message: Do you mean i2o or is this different? ---------------------------------------------------------------------- Comment By: Dmitry Torokhov (dtor) Date: 2012-10-22 12:53 Message: Just disable vmsync on newer kernels, this driver is not needed as long as kernel provides FIFREEZE/FITHAW ioctls. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3579185&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-10-22 21:34:55
|
Tracker item #3579185, was opened at 2012-10-22 11:40 Message generated for change (Comment added) made by n-minker You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3579185&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: kernel modules Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nate Muench (n-minker) Assigned to: Nobody/Anonymous (nobody) Summary: vmsync module fails to build against linux 3.6.3 Initial Comment: Version: 2012.10.14-874563 Linux Kernel: 3.6.3 Other than the "xdr_uint32_t" (https://sourceforge.net/tracker/index.php?func=detail&aid=3523224&group_id=204462&atid=989708) make error that still exists in this version I have also found that all the modules compile successfully except the vmsync module. Below is what shows up when I run the make command: Using 2.6.x kernel build system. make -j4 -C /lib/modules/3.6.3/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \ MODULEBUILDDIR= modules make[1]: Entering directory `/root/linux-3.6.3' make[1]: warning: -jN forced in submake: disabling jobserver mode. make[2]: warning: -jN forced in submake: disabling jobserver mode. CC [M] /root/open-vm-tools-2012.10.14-874563/modules/linux/vmsync/sync.o /root/open-vm-tools-2012.10.14-874563/modules/linux/vmsync/sync.c:39:27: fatal error: driver-config.h: No such file or directory compilation terminated. make[2]: *** [/root/open-vm-tools-2012.10.14-874563/modules/linux/vmsync/sync.o] Error 1 make[1]: *** [_module_/root/open-vm-tools-2012.10.14-874563/modules/linux/vmsync] Error 2 make[1]: Leaving directory `/root/linux-3.6.3' make: *** [vmsync.ko] Error 2 ---------------------------------------------------------------------- Comment By: Nate Muench (n-minker) Date: 2012-10-22 14:34 Message: Do you mean i2o or is this different? ---------------------------------------------------------------------- Comment By: Dmitry Torokhov (dtor) Date: 2012-10-22 12:53 Message: Just disable vmsync on newer kernels, this driver is not needed as long as kernel provides FIFREEZE/FITHAW ioctls. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3579185&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-10-22 19:53:54
|
Tracker item #3579185, was opened at 2012-10-22 11:40 Message generated for change (Comment added) made by dtor You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3579185&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: kernel modules Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nate Muench (n-minker) Assigned to: Nobody/Anonymous (nobody) Summary: vmsync module fails to build against linux 3.6.3 Initial Comment: Version: 2012.10.14-874563 Linux Kernel: 3.6.3 Other than the "xdr_uint32_t" (https://sourceforge.net/tracker/index.php?func=detail&aid=3523224&group_id=204462&atid=989708) make error that still exists in this version I have also found that all the modules compile successfully except the vmsync module. Below is what shows up when I run the make command: Using 2.6.x kernel build system. make -j4 -C /lib/modules/3.6.3/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \ MODULEBUILDDIR= modules make[1]: Entering directory `/root/linux-3.6.3' make[1]: warning: -jN forced in submake: disabling jobserver mode. make[2]: warning: -jN forced in submake: disabling jobserver mode. CC [M] /root/open-vm-tools-2012.10.14-874563/modules/linux/vmsync/sync.o /root/open-vm-tools-2012.10.14-874563/modules/linux/vmsync/sync.c:39:27: fatal error: driver-config.h: No such file or directory compilation terminated. make[2]: *** [/root/open-vm-tools-2012.10.14-874563/modules/linux/vmsync/sync.o] Error 1 make[1]: *** [_module_/root/open-vm-tools-2012.10.14-874563/modules/linux/vmsync] Error 2 make[1]: Leaving directory `/root/linux-3.6.3' make: *** [vmsync.ko] Error 2 ---------------------------------------------------------------------- >Comment By: Dmitry Torokhov (dtor) Date: 2012-10-22 12:53 Message: Just disable vmsync on newer kernels, this driver is not needed as long as kernel provides FIFREEZE/FITHAW ioctls. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3579185&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-10-22 18:40:35
|
Tracker item #3579185, was opened at 2012-10-22 11:40 Message generated for change (Tracker Item Submitted) made by n-minker You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3579185&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: kernel modules Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nate Muench (n-minker) Assigned to: Nobody/Anonymous (nobody) Summary: vmsync module fails to build against linux 3.6.3 Initial Comment: Version: 2012.10.14-874563 Linux Kernel: 3.6.3 Other than the "xdr_uint32_t" (https://sourceforge.net/tracker/index.php?func=detail&aid=3523224&group_id=204462&atid=989708) make error that still exists in this version I have also found that all the modules compile successfully except the vmsync module. Below is what shows up when I run the make command: Using 2.6.x kernel build system. make -j4 -C /lib/modules/3.6.3/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \ MODULEBUILDDIR= modules make[1]: Entering directory `/root/linux-3.6.3' make[1]: warning: -jN forced in submake: disabling jobserver mode. make[2]: warning: -jN forced in submake: disabling jobserver mode. CC [M] /root/open-vm-tools-2012.10.14-874563/modules/linux/vmsync/sync.o /root/open-vm-tools-2012.10.14-874563/modules/linux/vmsync/sync.c:39:27: fatal error: driver-config.h: No such file or directory compilation terminated. make[2]: *** [/root/open-vm-tools-2012.10.14-874563/modules/linux/vmsync/sync.o] Error 1 make[1]: *** [_module_/root/open-vm-tools-2012.10.14-874563/modules/linux/vmsync] Error 2 make[1]: Leaving directory `/root/linux-3.6.3' make: *** [vmsync.ko] Error 2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3579185&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-10-12 06:11:00
|
Tracker item #3576588, was opened at 2012-10-11 23:10 Message generated for change (Tracker Item Submitted) made by admiralnemo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3576588&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: kernel modules Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dustin C. Hatch (admiralnemo) Assigned to: Nobody/Anonymous (nobody) Summary: HGFS module fails to build against kernel 3.6.1 Initial Comment: Trying to build open-vm-tools-kmod-2012.05.21.724730 against gentoo-sources-3.6.1 fails with the following error: CC [M] /var/tmp/portage/app-emulation/open-vm-tools-kmod-2012.05.21.724730/work/open-vm-tools-2012.05.21-724730/modules/linux/vmhgfs/cpName.o /var/tmp/portage/app-emulation/open-vm-tools-kmod-2012.05.21.724730/work/open-vm-tools-2012.05.21-724730/modules/linux/vmhgfs/inode.c: In function ‘HgfsPermission’: /var/tmp/portage/app-emulation/open-vm-tools-kmod-2012.05.21.724730/work/open-vm-tools-2012.05.21-724730/modules/linux/vmhgfs/inode.c:1820:7: error: ‘struct hlist_head’ has no member named ‘next’ /var/tmp/portage/app-emulation/open-vm-tools-kmod-2012.05.21.724730/work/open-vm-tools-2012.05.21-724730/modules/linux/vmhgfs/inode.c:1820:7: warning: comparison of distinct pointer types lacks a cast [enabled by default] /var/tmp/portage/app-emulation/open-vm-tools-kmod-2012.05.21.724730/work/open-vm-tools-2012.05.21-724730/modules/linux/vmhgfs/inode.c:1821:19: warning: initialization from incompatible pointer type [enabled by default] make[2]: *** [/var/tmp/portage/app-emulation/open-vm-tools-kmod-2012.05.21.724730/work/open-vm-tools-2012.05.21-724730/modules/linux/vmhgfs/inode.o] Error 1 make[2]: *** Waiting for unfinished jobs.... /var/tmp/portage/app-emulation/open-vm-tools-kmod-2012.05.21.724730/work/open-vm-tools-2012.05.21-724730/modules/linux/vmhgfs/dentry.c:43:4: warning: initialization from incompatible pointer type [enabled by default] /var/tmp/portage/app-emulation/open-vm-tools-kmod-2012.05.21.724730/work/open-vm-tools-2012.05.21-724730/modules/linux/vmhgfs/dentry.c:43:4: warning: (near initialization for ‘HgfsDentryOperations.d_revalidate’) [enabled by default] /var/tmp/portage/app-emulation/open-vm-tools-kmod-2012.05.21.724730/work/open-vm-tools-2012.05.21-724730/modules/linux/vmhgfs/page.c: In function ‘HgfsDoWriteBegin’: /var/tmp/portage/app-emulation/open-vm-tools-kmod-2012.05.21.724730/work/open-vm-tools-2012.05.21-724730/modules/linux/vmhgfs/page.c:896:39: error: ‘KM_USER0’ undeclared (first use in this function) /var/tmp/portage/app-emulation/open-vm-tools-kmod-2012.05.21.724730/work/open-vm-tools-2012.05.21-724730/modules/linux/vmhgfs/page.c:896:39: note: each undeclared identifier is reported only once for each function it appears in /var/tmp/portage/app-emulation/open-vm-tools-kmod-2012.05.21.724730/work/open-vm-tools-2012.05.21-724730/modules/linux/vmhgfs/page.c:896:7: error: too many arguments to function ‘kmap_atomic’ include/linux/highmem.h:66:21: note: declared here /var/tmp/portage/app-emulation/open-vm-tools-kmod-2012.05.21.724730/work/open-vm-tools-2012.05.21-724730/modules/linux/vmhgfs/page.c:904:36: error: macro "kunmap_atomic" passed 2 arguments, but takes just 1 /var/tmp/portage/app-emulation/open-vm-tools-kmod-2012.05.21.724730/work/open-vm-tools-2012.05.21-724730/modules/linux/vmhgfs/page.c:904:7: error: ‘kunmap_atomic’ undeclared (first use in this function) make[2]: *** [/var/tmp/portage/app-emulation/open-vm-tools-kmod-2012.05.21.724730/work/open-vm-tools-2012.05.21-724730/modules/linux/vmhgfs/page.o] Error 1 make[1]: *** [_module_/var/tmp/portage/app-emulation/open-vm-tools-kmod-2012.05.21.724730/work/open-vm-tools-2012.05.21-724730/modules/linux/vmhgfs] Error 2 make[1]: Leaving directory `/usr/src/linux-3.6.1-gentoo' make: *** [vmhgfs.ko] Error 2 See also Gentoo bug #437450 (https://bugs.gentoo.org/show_bug.cgi?id=437450) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3576588&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-10-04 06:39:03
|
Tracker item #3574402, was opened at 2012-10-03 23:39 Message generated for change (Tracker Item Submitted) made by alpha7 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3574402&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: libraries Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Michael Tautschnig (alpha7) Assigned to: Nobody/Anonymous (nobody) Summary: Conflicting declarations of MXUserTryAcquireForceFail Initial Comment: Hi, While building your package using our research compiler infrastructure we noticed the following conflicting declarations: lib/lock/ulInt.h:499: extern Bool (*MXUserTryAcquireForceFail)(const char *name); lib/lock/ul.c:30:Bool (*MXUserTryAcquireForceFail)() = NULL; Likely the missing "const char*" in the actual definition does not cause practical trouble, but in principle permits undefined behaviour. Best, Michael ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3574402&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-09-24 17:34:34
|
Tracker item #3571272, was opened at 2012-09-24 10:23 Message generated for change (Comment added) made by dtor You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3571272&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Andre Felipe Machado (andremachado) Assigned to: Nobody/Anonymous (nobody) Summary: patches for Debian GNU/kFreeBSD? Initial Comment: Hello, There are patches for Debian GNU/kFreeBSD compilation on an old vm-tools version http://lists.debian.org/debian-bsd/2011/11/msg00189.html complete thread: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612498 The patches author, Robin Elfrink, already contacted vmware following instructions at http://open-vm-tools.sourceforge.net/contribute.php and offered the open source patches, but did not receive an answer yet. Could vmware search for his sent message and accept the patches? Regards. Andre Felipe Machado ---------------------------------------------------------------------- >Comment By: Dmitry Torokhov (dtor) Date: 2012-09-24 10:34 Message: Could you please ask Robin to resend the contribution agreement to me (dt...@vm...) and I will try to prod our legal? Thanks, Dmitry ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3571272&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-09-24 17:23:24
|
Tracker item #3571272, was opened at 2012-09-24 10:23 Message generated for change (Tracker Item Submitted) made by andremachado You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3571272&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Andre Felipe Machado (andremachado) Assigned to: Nobody/Anonymous (nobody) Summary: patches for Debian GNU/kFreeBSD? Initial Comment: Hello, There are patches for Debian GNU/kFreeBSD compilation on an old vm-tools version http://lists.debian.org/debian-bsd/2011/11/msg00189.html complete thread: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612498 The patches author, Robin Elfrink, already contacted vmware following instructions at http://open-vm-tools.sourceforge.net/contribute.php and offered the open source patches, but did not receive an answer yet. Could vmware search for his sent message and accept the patches? Regards. Andre Felipe Machado ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3571272&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-09-21 16:29:42
|
Tracker item #3570540, was opened at 2012-09-21 09:29 Message generated for change (Tracker Item Submitted) made by andrelop-org You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3570540&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: André Luís Lopes (andrelop-org) Assigned to: Nobody/Anonymous (nobody) Summary: Does not build under CentOS 5 Initial Comment: Hello, We have been trying com compile open-vm-tools under CentOS 5 (CentOS release 5.8 (Final)), x64_64. Initially we tried open-vm-tools-8.6.5-621624, using "--without-x --without-icu" parameters to configure. It errors out at "make", with the following error : vixTools.c: In function 'VixToolsListFiles': vixTools.c:5460: error: 'GRegex' undeclared (first use in this function) vixTools.c:5460: error: (Each undeclared identifier is reported only once vixTools.c:5460: error: for each function it appears in.) vixTools.c:5460: error: 'regex' undeclared (first use in this function) cc1: warnings being treated as errors vixTools.c:5513: warning: implicit declaration of function 'g_regex_new' vixTools.c:5582: warning: implicit declaration of function 'g_regex_match' make[3]: *** [libvix_la-vixTools.lo] Error 1 make[3]: Leaving directory `/root/teste/open-vm-tools-8.6.5-621624/services/plugins/vix' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/teste/open-vm-tools-8.6.5-621624/services/plugins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/teste/open-vm-tools-8.6.5-621624/services' make: *** [all-recursive] Error 1 Then we tried "open-vm-tools-2012.05.21-724730 (the latest snapshot available when we tried), using the same configure parameters, and we got the following errors : stateMachine.c: In function 'VmBackupStartCommon': stateMachine.c:688: warning: implicit declaration of function 'g_timeout_source_new_seconds' stateMachine.c:688: warning: assignment makes pointer from integer without a cast make[4]: *** [libvmbackup_la-stateMachine.lo] Error 1 make[4]: Leaving directory `/root/teste/open-vm-tools-2012.05.21-724730/services/plugins/vmbackup' make[3]: *** [all] Error 2 make[3]: Leaving directory `/root/teste/open-vm-tools-2012.05.21-724730/services/plugins/vmbackup' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/teste/open-vm-tools-2012.05.21-724730/services/plugins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/teste/open-vm-tools-2012.05.21-724730/services' make: *** [all-recursive] Error 1 I see that there's a check in config.log checking for glib : configure:17212: checking for glib-2.0 >= 2.6.0 (via pkg-config) configure:17233: result: yes configure:17418: checking for gmodule-2.0 >= 2.6.0 (via pkg-config) configure:17439: result: yes configure:17624: checking for gobject-2.0 >= 2.6.0 (via pkg-config) configure:17645: result: yes configure:17830: checking for gthread-2.0 >= 2.6.0 (via pkg-config) configure:17851: result: yes configure:17940: checking for glib-genmarshal configure:17956: found /usr/bin/glib-genmarshal configure:17968: result: yes configure:18083: checking for glib-2.0 >= 2.14.0 (via pkg-config) configure:18113: result: no configure:18188: WARNING: glib is not recent enough, some features will be disabled. I have glib-2.12 installed (RPM packages glib2-2.12.3-4.el5_3.1 and glib2-devel-2.12.3-4.el5_3.1), which is the default glib version shipped with Red Hat 5/CentOS5. The README file in open-vm-tool's tarball says that Redhat Enterprise 5 (i386 & x86_64) was one of the platforms used to test this release so I thought it would be a good idea to report this issue. Regards, ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3570540&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-08-23 16:30:44
|
Tracker item #3560975, was opened at 2012-08-23 04:40 Message generated for change (Comment added) made by dtor You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3560975&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 8 Private: No Submitted By: Andreas () Assigned to: Nobody/Anonymous (nobody) Summary: Fails to compile in current Arch Linux Initial Comment: > uname -a Linux einherij-vm-arch 3.4.9-1-ARCH #1 SMP PREEMPT Wed Aug 15 18:11:01 UTC 2012 i686 GNU/Linux > make ... Making all in toolbox make[1]: Entering directory `/home/acs/Downloads/open-vm-tools-8.6.5-621624/toolbox' gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"8.6.5\" -DPACKAGE_STRING=\"open-vm-tools\ 8.6.5\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE_URL=\"\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"8.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ECVT=1 -DHAVE_FCVT=1 -DNO_PROCPS=1 -DHAVE_CRYPT_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_IO_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SYSINFO_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_USER_H=1 -DHAVE_SYS_VFS_H=1 -DHAVE_UNWIND_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 -DTIME_WITH_SYS_TIME=1 -I. -DG_LOG_DOMAIN=\"toolbox\" -I../libvmtools -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DVMX86_TOOLS -DNO_CORE_ICU -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -DGTK2 -g -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -Wno-unused-but-set-variable -MT vmware_toolbox-toolbox-gtk.o -MD -MP -MF .deps/vmware_toolbox-toolbox-gtk.Tpo -c -o vmware_toolbox-toolbox-gtk.o `test -f 'toolbox-gtk.c' || echo './'`toolbox-gtk.c toolbox-gtk.c: In function ‘main’: toolbox-gtk.c:1213:4: error: ‘gdk_pixbuf_unref’ is deprecated (declared at /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:243): Use 'g_object_unref' instead [-Werror=deprecated-declarations] cc1: all warnings being treated as errors make[1]: *** [vmware_toolbox-toolbox-gtk.o] Error 1 make[1]: Leaving directory `/home/acs/Downloads/open-vm-tools-8.6.5-621624/toolbox' make: *** [all-recursive] Error 1 ---------------------------------------------------------------------- >Comment By: Dmitry Torokhov (dtor) Date: 2012-08-23 09:30 Message: The toolbox UI has been removed in favor of toolbox-cmd command line utility so this poblem will disappear in next releases... ---------------------------------------------------------------------- Comment By: Andreas () Date: 2012-08-23 04:52 Message: Follow up error: > LANG=en_US.utf8 make ... Making all in netUtil make[2]: Entering directory `/home/acs/Downloads/open-vm-tools-8.6.5-621624~acs/lib/netUtil' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"8.6.5\" -DPACKAGE_STRING=\"open-vm-tools\ 8.6.5\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE_URL=\"\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"8.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ECVT=1 -DHAVE_FCVT=1 -DNO_PROCPS=1 -DHAVE_CRYPT_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_IO_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SYSINFO_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_USER_H=1 -DHAVE_SYS_VFS_H=1 -DHAVE_UNWIND_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 -DTIME_WITH_SYS_TIME=1 -I. -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DVMX86_TOOLS -DNO_CORE_ICU -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -g -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -Wno-unused-but-set-variable -MT netUtilLinux.lo -MD -MP -MF .deps/netUtilLinux.Tpo -c -o netUtilLinux.lo netUtilLinux.c libtool: compile: gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"8.6.5\" "-DPACKAGE_STRING=\"open-vm-tools 8.6.5\"" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE_URL=\"\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"8.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ECVT=1 -DHAVE_FCVT=1 -DNO_PROCPS=1 -DHAVE_CRYPT_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_IO_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SYSINFO_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_USER_H=1 -DHAVE_SYS_VFS_H=1 -DHAVE_UNWIND_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 -DTIME_WITH_SYS_TIME=1 -I. -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DVMX86_TOOLS -DNO_CORE_ICU -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -g -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -Wno-unused-but-set-variable -MT netUtilLinux.lo -MD -MP -MF .deps/netUtilLinux.Tpo -c netUtilLinux.c -fPIC -DPIC -o .libs/netUtilLinux.o In file included from /home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include/netutil.h:42:0, from netUtilLinux.c:67: /home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include/guestInfo.h:49:30: fatal error: guestrpc/nicinfo.h: No such file or directory compilation terminated. make[2]: *** [netUtilLinux.lo] Error 1 ---------------------------------------------------------------------- Comment By: Andreas () Date: 2012-08-23 04:48 Message: Please merge upstream: > diff -r open-vm-tools-8.6.5-621624/toolbox/toolbox-gtk.c open-vm-tools-8.6.5-621624~acs/toolbox/toolbox-gtk.c 1213c1213 < g_list_foreach(gIconList, (GFunc)gdk_pixbuf_unref, NULL); --- > g_list_foreach(gIconList, (GFunc)g_object_unref, NULL); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3560975&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-08-23 11:53:23
|
Tracker item #3560975, was opened at 2012-08-23 04:40 Message generated for change (Settings changed) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3560975&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None >Priority: 8 Private: No Submitted By: Andreas () Assigned to: Nobody/Anonymous (nobody) Summary: Fails to compile in current Arch Linux Initial Comment: > uname -a Linux einherij-vm-arch 3.4.9-1-ARCH #1 SMP PREEMPT Wed Aug 15 18:11:01 UTC 2012 i686 GNU/Linux > make ... Making all in toolbox make[1]: Entering directory `/home/acs/Downloads/open-vm-tools-8.6.5-621624/toolbox' gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"8.6.5\" -DPACKAGE_STRING=\"open-vm-tools\ 8.6.5\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE_URL=\"\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"8.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ECVT=1 -DHAVE_FCVT=1 -DNO_PROCPS=1 -DHAVE_CRYPT_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_IO_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SYSINFO_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_USER_H=1 -DHAVE_SYS_VFS_H=1 -DHAVE_UNWIND_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 -DTIME_WITH_SYS_TIME=1 -I. -DG_LOG_DOMAIN=\"toolbox\" -I../libvmtools -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DVMX86_TOOLS -DNO_CORE_ICU -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -DGTK2 -g -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -Wno-unused-but-set-variable -MT vmware_toolbox-toolbox-gtk.o -MD -MP -MF .deps/vmware_toolbox-toolbox-gtk.Tpo -c -o vmware_toolbox-toolbox-gtk.o `test -f 'toolbox-gtk.c' || echo './'`toolbox-gtk.c toolbox-gtk.c: In function ‘main’: toolbox-gtk.c:1213:4: error: ‘gdk_pixbuf_unref’ is deprecated (declared at /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:243): Use 'g_object_unref' instead [-Werror=deprecated-declarations] cc1: all warnings being treated as errors make[1]: *** [vmware_toolbox-toolbox-gtk.o] Error 1 make[1]: Leaving directory `/home/acs/Downloads/open-vm-tools-8.6.5-621624/toolbox' make: *** [all-recursive] Error 1 ---------------------------------------------------------------------- Comment By: Andreas () Date: 2012-08-23 04:52 Message: Follow up error: > LANG=en_US.utf8 make ... Making all in netUtil make[2]: Entering directory `/home/acs/Downloads/open-vm-tools-8.6.5-621624~acs/lib/netUtil' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"8.6.5\" -DPACKAGE_STRING=\"open-vm-tools\ 8.6.5\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE_URL=\"\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"8.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ECVT=1 -DHAVE_FCVT=1 -DNO_PROCPS=1 -DHAVE_CRYPT_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_IO_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SYSINFO_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_USER_H=1 -DHAVE_SYS_VFS_H=1 -DHAVE_UNWIND_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 -DTIME_WITH_SYS_TIME=1 -I. -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DVMX86_TOOLS -DNO_CORE_ICU -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -g -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -Wno-unused-but-set-variable -MT netUtilLinux.lo -MD -MP -MF .deps/netUtilLinux.Tpo -c -o netUtilLinux.lo netUtilLinux.c libtool: compile: gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"8.6.5\" "-DPACKAGE_STRING=\"open-vm-tools 8.6.5\"" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE_URL=\"\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"8.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ECVT=1 -DHAVE_FCVT=1 -DNO_PROCPS=1 -DHAVE_CRYPT_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_IO_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SYSINFO_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_USER_H=1 -DHAVE_SYS_VFS_H=1 -DHAVE_UNWIND_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 -DTIME_WITH_SYS_TIME=1 -I. -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DVMX86_TOOLS -DNO_CORE_ICU -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -g -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -Wno-unused-but-set-variable -MT netUtilLinux.lo -MD -MP -MF .deps/netUtilLinux.Tpo -c netUtilLinux.c -fPIC -DPIC -o .libs/netUtilLinux.o In file included from /home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include/netutil.h:42:0, from netUtilLinux.c:67: /home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include/guestInfo.h:49:30: fatal error: guestrpc/nicinfo.h: No such file or directory compilation terminated. make[2]: *** [netUtilLinux.lo] Error 1 ---------------------------------------------------------------------- Comment By: Andreas () Date: 2012-08-23 04:48 Message: Please merge upstream: > diff -r open-vm-tools-8.6.5-621624/toolbox/toolbox-gtk.c open-vm-tools-8.6.5-621624~acs/toolbox/toolbox-gtk.c 1213c1213 < g_list_foreach(gIconList, (GFunc)gdk_pixbuf_unref, NULL); --- > g_list_foreach(gIconList, (GFunc)g_object_unref, NULL); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3560975&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-08-23 11:53:07
|
Tracker item #3560975, was opened at 2012-08-23 04:40 Message generated for change (Settings changed) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3560975&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None >Priority: 7 Private: No Submitted By: Andreas () Assigned to: Nobody/Anonymous (nobody) Summary: Fails to compile in current Arch Linux Initial Comment: > uname -a Linux einherij-vm-arch 3.4.9-1-ARCH #1 SMP PREEMPT Wed Aug 15 18:11:01 UTC 2012 i686 GNU/Linux > make ... Making all in toolbox make[1]: Entering directory `/home/acs/Downloads/open-vm-tools-8.6.5-621624/toolbox' gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"8.6.5\" -DPACKAGE_STRING=\"open-vm-tools\ 8.6.5\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE_URL=\"\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"8.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ECVT=1 -DHAVE_FCVT=1 -DNO_PROCPS=1 -DHAVE_CRYPT_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_IO_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SYSINFO_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_USER_H=1 -DHAVE_SYS_VFS_H=1 -DHAVE_UNWIND_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 -DTIME_WITH_SYS_TIME=1 -I. -DG_LOG_DOMAIN=\"toolbox\" -I../libvmtools -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DVMX86_TOOLS -DNO_CORE_ICU -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -DGTK2 -g -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -Wno-unused-but-set-variable -MT vmware_toolbox-toolbox-gtk.o -MD -MP -MF .deps/vmware_toolbox-toolbox-gtk.Tpo -c -o vmware_toolbox-toolbox-gtk.o `test -f 'toolbox-gtk.c' || echo './'`toolbox-gtk.c toolbox-gtk.c: In function ‘main’: toolbox-gtk.c:1213:4: error: ‘gdk_pixbuf_unref’ is deprecated (declared at /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:243): Use 'g_object_unref' instead [-Werror=deprecated-declarations] cc1: all warnings being treated as errors make[1]: *** [vmware_toolbox-toolbox-gtk.o] Error 1 make[1]: Leaving directory `/home/acs/Downloads/open-vm-tools-8.6.5-621624/toolbox' make: *** [all-recursive] Error 1 ---------------------------------------------------------------------- Comment By: Andreas () Date: 2012-08-23 04:52 Message: Follow up error: > LANG=en_US.utf8 make ... Making all in netUtil make[2]: Entering directory `/home/acs/Downloads/open-vm-tools-8.6.5-621624~acs/lib/netUtil' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"8.6.5\" -DPACKAGE_STRING=\"open-vm-tools\ 8.6.5\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE_URL=\"\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"8.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ECVT=1 -DHAVE_FCVT=1 -DNO_PROCPS=1 -DHAVE_CRYPT_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_IO_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SYSINFO_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_USER_H=1 -DHAVE_SYS_VFS_H=1 -DHAVE_UNWIND_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 -DTIME_WITH_SYS_TIME=1 -I. -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DVMX86_TOOLS -DNO_CORE_ICU -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -g -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -Wno-unused-but-set-variable -MT netUtilLinux.lo -MD -MP -MF .deps/netUtilLinux.Tpo -c -o netUtilLinux.lo netUtilLinux.c libtool: compile: gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"8.6.5\" "-DPACKAGE_STRING=\"open-vm-tools 8.6.5\"" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE_URL=\"\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"8.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ECVT=1 -DHAVE_FCVT=1 -DNO_PROCPS=1 -DHAVE_CRYPT_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_IO_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SYSINFO_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_USER_H=1 -DHAVE_SYS_VFS_H=1 -DHAVE_UNWIND_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 -DTIME_WITH_SYS_TIME=1 -I. -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DVMX86_TOOLS -DNO_CORE_ICU -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -g -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -Wno-unused-but-set-variable -MT netUtilLinux.lo -MD -MP -MF .deps/netUtilLinux.Tpo -c netUtilLinux.c -fPIC -DPIC -o .libs/netUtilLinux.o In file included from /home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include/netutil.h:42:0, from netUtilLinux.c:67: /home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include/guestInfo.h:49:30: fatal error: guestrpc/nicinfo.h: No such file or directory compilation terminated. make[2]: *** [netUtilLinux.lo] Error 1 ---------------------------------------------------------------------- Comment By: Andreas () Date: 2012-08-23 04:48 Message: Please merge upstream: > diff -r open-vm-tools-8.6.5-621624/toolbox/toolbox-gtk.c open-vm-tools-8.6.5-621624~acs/toolbox/toolbox-gtk.c 1213c1213 < g_list_foreach(gIconList, (GFunc)gdk_pixbuf_unref, NULL); --- > g_list_foreach(gIconList, (GFunc)g_object_unref, NULL); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3560975&group_id=204462 |
From: SourceForge.net <no...@so...> - 2012-08-23 11:52:25
|
Tracker item #3560975, was opened at 2012-08-23 04:40 Message generated for change (Comment added) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3560975&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Andreas () Assigned to: Nobody/Anonymous (nobody) Summary: Fails to compile in current Arch Linux Initial Comment: > uname -a Linux einherij-vm-arch 3.4.9-1-ARCH #1 SMP PREEMPT Wed Aug 15 18:11:01 UTC 2012 i686 GNU/Linux > make ... Making all in toolbox make[1]: Entering directory `/home/acs/Downloads/open-vm-tools-8.6.5-621624/toolbox' gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"8.6.5\" -DPACKAGE_STRING=\"open-vm-tools\ 8.6.5\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE_URL=\"\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"8.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ECVT=1 -DHAVE_FCVT=1 -DNO_PROCPS=1 -DHAVE_CRYPT_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_IO_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SYSINFO_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_USER_H=1 -DHAVE_SYS_VFS_H=1 -DHAVE_UNWIND_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 -DTIME_WITH_SYS_TIME=1 -I. -DG_LOG_DOMAIN=\"toolbox\" -I../libvmtools -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DVMX86_TOOLS -DNO_CORE_ICU -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -DGTK2 -g -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -Wno-unused-but-set-variable -MT vmware_toolbox-toolbox-gtk.o -MD -MP -MF .deps/vmware_toolbox-toolbox-gtk.Tpo -c -o vmware_toolbox-toolbox-gtk.o `test -f 'toolbox-gtk.c' || echo './'`toolbox-gtk.c toolbox-gtk.c: In function ‘main’: toolbox-gtk.c:1213:4: error: ‘gdk_pixbuf_unref’ is deprecated (declared at /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:243): Use 'g_object_unref' instead [-Werror=deprecated-declarations] cc1: all warnings being treated as errors make[1]: *** [vmware_toolbox-toolbox-gtk.o] Error 1 make[1]: Leaving directory `/home/acs/Downloads/open-vm-tools-8.6.5-621624/toolbox' make: *** [all-recursive] Error 1 ---------------------------------------------------------------------- >Comment By: Andreas () Date: 2012-08-23 04:52 Message: Follow up error: > LANG=en_US.utf8 make ... Making all in netUtil make[2]: Entering directory `/home/acs/Downloads/open-vm-tools-8.6.5-621624~acs/lib/netUtil' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"8.6.5\" -DPACKAGE_STRING=\"open-vm-tools\ 8.6.5\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE_URL=\"\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"8.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ECVT=1 -DHAVE_FCVT=1 -DNO_PROCPS=1 -DHAVE_CRYPT_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_IO_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SYSINFO_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_USER_H=1 -DHAVE_SYS_VFS_H=1 -DHAVE_UNWIND_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 -DTIME_WITH_SYS_TIME=1 -I. -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DVMX86_TOOLS -DNO_CORE_ICU -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -g -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -Wno-unused-but-set-variable -MT netUtilLinux.lo -MD -MP -MF .deps/netUtilLinux.Tpo -c -o netUtilLinux.lo netUtilLinux.c libtool: compile: gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"8.6.5\" "-DPACKAGE_STRING=\"open-vm-tools 8.6.5\"" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE_URL=\"\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"8.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ECVT=1 -DHAVE_FCVT=1 -DNO_PROCPS=1 -DHAVE_CRYPT_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_IO_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SYSINFO_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_USER_H=1 -DHAVE_SYS_VFS_H=1 -DHAVE_UNWIND_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 -DTIME_WITH_SYS_TIME=1 -I. -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -I/home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DVMX86_TOOLS -DNO_CORE_ICU -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -g -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -Wno-unused-but-set-variable -MT netUtilLinux.lo -MD -MP -MF .deps/netUtilLinux.Tpo -c netUtilLinux.c -fPIC -DPIC -o .libs/netUtilLinux.o In file included from /home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include/netutil.h:42:0, from netUtilLinux.c:67: /home/acs/Downloads/open-vm-tools-8.6.5-621624/lib/include/guestInfo.h:49:30: fatal error: guestrpc/nicinfo.h: No such file or directory compilation terminated. make[2]: *** [netUtilLinux.lo] Error 1 ---------------------------------------------------------------------- Comment By: Andreas () Date: 2012-08-23 04:48 Message: Please merge upstream: > diff -r open-vm-tools-8.6.5-621624/toolbox/toolbox-gtk.c open-vm-tools-8.6.5-621624~acs/toolbox/toolbox-gtk.c 1213c1213 < g_list_foreach(gIconList, (GFunc)gdk_pixbuf_unref, NULL); --- > g_list_foreach(gIconList, (GFunc)g_object_unref, NULL); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3560975&group_id=204462 |