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: Werner J. <wj...@xn...> - 2009-10-03 03:21:01
|
Dmitry Torokhov wrote: > On Tuesday 08 September 2009 12:26:38 pm eXeC001er wrote: >> I installed ICU from source from icu-project. make is ok. >> with dnet make is ok, but make install is failed. >> without dnet all ok. >> I found: >> vmmemctl, vmxnet amd vmxnet3 support only SunOS-5.9 or SunOS-5.10 and >> only >> 32 bit. > > Solaris 9 itself is 32-bit only, on Solaris 10 both 32 and 64 versions > of driver should be compiled. Only vmblock and vmhgfs have been ported > to opensolaris, networking is adequate when using e1000 device > emulation with stock guest driver. > Any ideas how much porting would be necessary for the vmxnet3 driver to work on OpenSolaris? Trying to compile it (by commenting out the early bail-out when not on Solaris 10) gives loads of compile errors (as expected). The network performance when trying to read or write using in-kernel CIFS file-serving using a ZFS back-end is quite limited with the e1000 driver, never more than 35-40MB/s transfer rate. This is on a VMware Server 2.0.1 on 64-bit CentOS5.3 on an Intel S3210SHLX board with a quad-core Q9450 CPU @ 2.66GHz and 8GB of RAM (4GB given to OpenSolaris VM). This is tested on b122 of OpenSolaris. If the OpenSolaris VM is given two VCPUs it consumes exactly two CPUs in the host system when running at that speed (100% CPU utilization on both CPUs shown). Testing raw disk performance locally in the VM gives me > 250MB/s sequential read and writes to the 4-disk RAIDZ array (using raw pass-through generic SCSI targets). The disk I/O part of the VM performance is definitely adequate, just not quite sure about the network part as tons of CPU is being utilized while the disks are basically idling... I will try to set up a test environment with a Solaris 10 guest so I can try the actual difference between the e1000 driver and vmxnet3 driver there. On Windows VMs I experience a huge difference. All these VMs are virtualHW version 7. By the way: Anyone having any ideas about the glib-2.0 >= 2.6.0 dependency during configure on OpenSolaris. Any pre-built pkg satisfying that or does it have to be built from source? After the standard install off the Live-CD I installed SUNWgcc and SUNWgmake, but couldn't find any newer version of glib2.0 other than the gnome-libs already installed. /wj |
From: SourceForge.net <no...@so...> - 2009-09-30 00:22:33
|
Tracker item #2658928, was opened at 2009-03-03 14:24 Message generated for change (Settings changed) made by mvanzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2658928&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: Pending Resolution: None Priority: 5 Private: No Submitted By: Sisternicky (eisiware) Assigned to: Nobody/Anonymous (nobody) Summary: vsock module not loadable into the kernel (2.6.28.7) Initial Comment: Hi, on my new kernel, the module vsock will not load. On modprobing, it returns the following error message: root [ ~ ]# modprobe -v vsock insmod /lib/modules/2.6.28.7/kernel/net/vsock/vsock.ko FATAL: Error inserting vsock (/lib/modules/2.6.28.7/kernel/net/vsock/vsock.ko): Unknown symbol in module, or unknown parameter (see dmesg) and here follows the kernel log: Mar 3 23:18:40 landfrauen kernel: [ 1912.571989] vsock: no symbol version for VMCIMemcpyToQueueV Mar 3 23:18:40 landfrauen kernel: [ 1912.572151] vsock: Unknown symbol VMCIMemcpyToQueueV Mar 3 23:18:40 landfrauen kernel: [ 1912.572285] vsock: no symbol version for VMCIEvent_Unsubscribe Mar 3 23:18:40 landfrauen kernel: [ 1912.572382] vsock: Unknown symbol VMCIEvent_Unsubscribe Mar 3 23:18:40 landfrauen kernel: [ 1912.572514] vsock: no symbol version for VMCIQueuePair_Alloc Mar 3 23:18:40 landfrauen kernel: [ 1912.572595] vsock: Unknown symbol VMCIQueuePair_Alloc Mar 3 23:18:40 landfrauen kernel: [ 1912.572864] vsock: no symbol version for VMCIDatagram_Send Mar 3 23:18:40 landfrauen kernel: [ 1912.572946] vsock: Unknown symbol VMCIDatagram_Send Mar 3 23:18:40 landfrauen kernel: [ 1912.572953] vsock: no symbol version for VMCI_GetContextID Mar 3 23:18:40 landfrauen kernel: [ 1912.572959] vsock: Unknown symbol VMCI_GetContextID Mar 3 23:18:40 landfrauen kernel: [ 1912.573510] vsock: no symbol version for VMCIQueuePair_Detach Mar 3 23:18:40 landfrauen kernel: [ 1912.573594] vsock: Unknown symbol VMCIQueuePair_Detach Mar 3 23:18:40 landfrauen kernel: [ 1912.573977] vsock: no symbol version for VMCIMemcpyFromQueueV Mar 3 23:18:40 landfrauen kernel: [ 1912.574062] vsock: Unknown symbol VMCIMemcpyFromQueueV Mar 3 23:18:40 landfrauen kernel: [ 1912.574395] vsock: no symbol version for VMCI_DeviceGet Mar 3 23:18:40 landfrauen kernel: [ 1912.574471] vsock: Unknown symbol VMCI_DeviceGet Mar 3 23:18:40 landfrauen kernel: [ 1912.574636] vsock: no symbol version for VMCIEvent_Subscribe Mar 3 23:18:40 landfrauen kernel: [ 1912.574713] vsock: Unknown symbol VMCIEvent_Subscribe Mar 3 23:18:40 landfrauen kernel: [ 1912.574947] vsock: no symbol version for VMCIDatagram_DestroyHnd Mar 3 23:18:40 landfrauen kernel: [ 1912.575027] vsock: Unknown symbol VMCIDatagram_DestroyHnd Mar 3 23:18:40 landfrauen kernel: [ 1912.575162] vsock: no symbol version for VMCIDatagram_CreateHnd Mar 3 23:18:40 landfrauen kernel: [ 1912.575240] vsock: Unknown symbol VMCIDatagram_CreateHnd all other modules load fine. Is there any fix known already? ---------------------------------------------------------------------- >Comment By: Marcelo Vanzin (mvanzin) Date: 2009-09-29 17:22 Message: I'm pretty sure we've fixed the vsock / vmci symbol issues in the last several releases. Let me know if you still see this issue. ---------------------------------------------------------------------- Comment By: Sisternicky (eisiware) Date: 2009-03-04 14:32 Message: I'm using open-vm-tools-2009.02.18-148847 I did a toplevel build of the tools, the config.log is attached. File Added: config.log ---------------------------------------------------------------------- Comment By: Aaron Rolett (microchip21) Date: 2009-03-04 13:48 Message: Also, what version of open-vm-tools are you using? ---------------------------------------------------------------------- Comment By: Aaron Rolett (microchip21) Date: 2009-03-04 11:06 Message: Ok so we have established that it is a CONFIG_MODVERSIONS problem. Can you provide some more details about what steps you took to build the vsock module. Did you do a top level make in open-vm-tools or something else? I'd still like to get to the bottom of why you ended up with a module that wasn't built against VMCI symbols. ---------------------------------------------------------------------- Comment By: Sisternicky (eisiware) Date: 2009-03-04 08:42 Message: Yes, it does. My modules are modprobed by bootscript (all of the vmware modules), with vsock being last. ---------------------------------------------------------------------- Comment By: Giandomenico De Tullio (kheru) Date: 2009-03-04 06:36 Message: Are VMCI* symbols exported by vmci.ko module ?! If you modprobe vmci.ko BEFORE modprobe-ing vsock returns the same error? dependencies problem ?! ( depmod -a ? ^.- ) ---------------------------------------------------------------------- Comment By: Sisternicky (eisiware) Date: 2009-03-03 23:40 Message: Hi again, thanks for the quick answer. There is an (empty) Module.symvers file in the module build directory modprobe --dump-modversions ./vsock.ko: 0x4f8d5728 struct_module 0x7faa1013 release_sock 0x33c3a362 per_cpu__current_task 0x12da5bb2 __kmalloc 0x5e22aa50 sock_init_data 0xb279da12 pv_lock_ops 0xd42b7232 _write_unlock_bh 0x3f4d635c sock_no_setsockopt 0xc8b57c27 autoremove_wake_function 0xa1801a2e sock_no_getsockopt 0xbe447f76 sock_no_ioctl 0x973873ab _spin_lock 0x8949858b schedule_work 0x5acb8506 sock_queue_rcv_skb 0x6729d3df __get_user_4 0x47a346b3 skb_recv_datagram 0xed06ac02 sock_no_sendpage 0xbd31d52f sock_no_mmap 0x4ba758f9 misc_register 0x7afd8702 sock_no_socketpair 0x2254d547 sk_alloc 0xa2a1e5c9 _write_lock_bh 0xb72397d5 printk 0xc642a151 lock_sock_nested 0x2da418b5 copy_to_user 0xa8eb44f9 sock_no_listen 0xd2123419 sock_no_accept 0x293beace sk_free 0x748caf40 down 0xa368017a init_net 0x7dceceac capable 0x934b1816 proto_register 0xb2fd5ceb __put_user_4 0x85c9c6af __alloc_skb 0x82673561 schedule_delayed_work 0x3c9b4b67 sock_register 0xd62c833f schedule_timeout 0x7f8da821 kfree_skb 0x0fc26794 proto_unregister 0x88dff1b9 skb_copy_datagram_iovec 0x2253d3c5 sk_receive_skb 0x6111e1bc init_timer 0x57a6504e vsnprintf 0x3aa1dbcf _spin_unlock_bh 0x037a0cba kfree 0x0e762d6e request_module 0x33d92f9a prepare_to_wait 0x62737e1d sock_unregister 0x9fb3dd30 memcpy_fromiovec 0x3f1899f1 up 0x9ccb2622 finish_wait 0x08a56041 skb_dequeue 0x701d0ebd snprintf 0x93cbd1ec _spin_lock_bh 0xc5456b60 skb_put 0xf2a644fb copy_from_user 0xc5b0fa1a misc_deregister 0xb052f6a9 skb_free_datagram 0x0da10ec3 security_sock_graft and you are right :) with --force-modversion the module loads find. Hope the info helps. ---------------------------------------------------------------------- Comment By: Aaron Rolett (microchip21) Date: 2009-03-03 16:08 Message: It sounds like you have a newer kernel built with CONFIG_MODVERSIONS and the vsock module doesn't know about the vmci module symbol versions so the kernel is refusing to load it. This should work ... I'm interested to figure out what went wrong. First let me say that you should be able to force the kernel to load the module by using --force-modversion (although then you bypass CONFIG_MODVERSIONS which we would like to avoid). Is there a Module.symvers file in the vsock module build directory? If so, what are the contents? What is the contents of the __versions section of the module? modprobe --dump-modversions ./vsock.ko should give the info. It would also be interesting to see the output of nm ./vmci.ko | grep __crc ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2658928&group_id=204462 |
From: SourceForge.net <no...@so...> - 2009-09-30 00:21:22
|
Tracker item #2809348, was opened at 2009-06-19 19:43 Message generated for change (Settings changed) made by mvanzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2809348&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: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: grexk (grexk) Assigned to: Nobody/Anonymous (nobody) Summary: open-vm-tools-2009-06-18 failed to build on hardy amd64 Initial Comment: make[4]: Entering directory `/build/buildd/open-vm-tools-2009.06.18-172495/services/vmtoolsd' x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.06.18\" -DPACKAGE_STRING=\"open-vm-tools\ 2009.06.18\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"2009.06.18\" -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 -DDNET_IS_DUMBNET=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 -DHAVE_LSEEK=1 -I. -DVMTOOLS_USE_GLIB -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I. -DVMTOOLSD_PLUGIN_ROOT=\"/usr/lib/open-vm-tools\" -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DHAVE_ICU_38 -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 -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT vmtoolsd-cmdLine.o -MD -MP -MF .deps/vmtoolsd-cmdLine.Tpo -c -o vmtoolsd-cmdLine.o `test -f 'cmdLine.c' || echo './'`cmdLine.c mv -f .deps/vmtoolsd-cmdLine.Tpo .deps/vmtoolsd-cmdLine.Po x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.06.18\" -DPACKAGE_STRING=\"open-vm-tools\ 2009.06.18\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"2009.06.18\" -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 -DDNET_IS_DUMBNET=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 -DHAVE_LSEEK=1 -I. -DVMTOOLS_USE_GLIB -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I. -DVMTOOLSD_PLUGIN_ROOT=\"/usr/lib/open-vm-tools\" -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DHAVE_ICU_38 -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 -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT vmtoolsd-mainLoop.o -MD -MP -MF .deps/vmtoolsd-mainLoop.Tpo -c -o vmtoolsd-mainLoop.o `test -f 'mainLoop.c' || echo './'`mainLoop.c mv -f .deps/vmtoolsd-mainLoop.Tpo .deps/vmtoolsd-mainLoop.Po x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.06.18\" -DPACKAGE_STRING=\"open-vm-tools\ 2009.06.18\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"2009.06.18\" -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 -DDNET_IS_DUMBNET=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 -DHAVE_LSEEK=1 -I. -DVMTOOLS_USE_GLIB -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I. -DVMTOOLSD_PLUGIN_ROOT=\"/usr/lib/open-vm-tools\" -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DHAVE_ICU_38 -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 -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT vmtoolsd-mainPosix.o -MD -MP -MF .deps/vmtoolsd-mainPosix.Tpo -c -o vmtoolsd-mainPosix.o `test -f 'mainPosix.c' || echo './'`mainPosix.c mv -f .deps/vmtoolsd-mainPosix.Tpo .deps/vmtoolsd-mainPosix.Po x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.06.18\" -DPACKAGE_STRING=\"open-vm-tools\ 2009.06.18\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"2009.06.18\" -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 -DDNET_IS_DUMBNET=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 -DHAVE_LSEEK=1 -I. -DVMTOOLS_USE_GLIB -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I. -DVMTOOLSD_PLUGIN_ROOT=\"/usr/lib/open-vm-tools\" -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DHAVE_ICU_38 -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 -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT vmtoolsd-pluginMgr.o -MD -MP -MF .deps/vmtoolsd-pluginMgr.Tpo -c -o vmtoolsd-pluginMgr.o `test -f 'pluginMgr.c' || echo './'`pluginMgr.c mv -f .deps/vmtoolsd-pluginMgr.Tpo .deps/vmtoolsd-pluginMgr.Po x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.06.18\" -DPACKAGE_STRING=\"open-vm-tools\ 2009.06.18\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"2009.06.18\" -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 -DDNET_IS_DUMBNET=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 -DHAVE_LSEEK=1 -I. -DVMTOOLS_USE_GLIB -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I. -DVMTOOLSD_PLUGIN_ROOT=\"/usr/lib/open-vm-tools\" -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DHAVE_ICU_38 -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 -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT vmtoolsd-serviceObj.o -MD -MP -MF .deps/vmtoolsd-serviceObj.Tpo -c -o vmtoolsd-serviceObj.o `test -f 'serviceObj.c' || echo './'`serviceObj.c mv -f .deps/vmtoolsd-serviceObj.Tpo .deps/vmtoolsd-serviceObj.Po x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.06.18\" -DPACKAGE_STRING=\"open-vm-tools\ 2009.06.18\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"2009.06.18\" -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 -DDNET_IS_DUMBNET=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 -DHAVE_LSEEK=1 -I. -DVMTOOLS_USE_GLIB -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I. -DVMTOOLSD_PLUGIN_ROOT=\"/usr/lib/open-vm-tools\" -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DHAVE_ICU_38 -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 -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT vmtoolsd-toolsRpc.o -MD -MP -MF .deps/vmtoolsd-toolsRpc.Tpo -c -o vmtoolsd-toolsRpc.o `test -f 'toolsRpc.c' || echo './'`toolsRpc.c mv -f .deps/vmtoolsd-toolsRpc.Tpo .deps/vmtoolsd-toolsRpc.Po x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.06.18\" -DPACKAGE_STRING=\"open-vm-tools\ 2009.06.18\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"2009.06.18\" -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 -DDNET_IS_DUMBNET=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 -DHAVE_LSEEK=1 -I. -DVMTOOLS_USE_GLIB -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I. -DVMTOOLSD_PLUGIN_ROOT=\"/usr/lib/open-vm-tools\" -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DHAVE_ICU_38 -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 -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT vmtoolsd-svcSignals.o -MD -MP -MF .deps/vmtoolsd-svcSignals.Tpo -c -o vmtoolsd-svcSignals.o `test -f 'svcSignals.c' || echo './'`svcSignals.c mv -f .deps/vmtoolsd-svcSignals.Tpo .deps/vmtoolsd-svcSignals.Po /bin/bash ../../libtool --tag=CXX --mode=link x86_64-linux-gnu-g++ -g -O2 -Wl,-Bsymbolic-functions -o vmtoolsd vmtoolsd-cmdLine.o vmtoolsd-mainLoop.o vmtoolsd-mainPosix.o vmtoolsd-pluginMgr.o vmtoolsd-serviceObj.o vmtoolsd-toolsRpc.o vmtoolsd-svcSignals.o /build/buildd/open-vm-tools-2009.06.18-172495/libvmtools/libvmtools.la -lglib-2.0 -Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0 -lgobject-2.0 -lglib-2.0 -pthread -lgthread-2.0 -lrt -lglib-2.0 -lm -L/usr/lib -licui18n -licuuc -licudata -lm libtool: link: x86_64-linux-gnu-g++ -g -O2 -Wl,-Bsymbolic-functions -o .libs/vmtoolsd vmtoolsd-cmdLine.o vmtoolsd-mainLoop.o vmtoolsd-mainPosix.o vmtoolsd-pluginMgr.o vmtoolsd-serviceObj.o vmtoolsd-toolsRpc.o vmtoolsd-svcSignals.o -Wl,--export-dynamic -pthread /build/buildd/open-vm-tools-2009.06.18-172495/libvmtools/.libs/libvmtools.so -L/usr/lib /usr/lib/libdumbnet.so -lcrypt -lpthread /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libgobject-2.0.so /usr/lib/libgthread-2.0.so -lrt /usr/lib/libglib-2.0.so -licui18n -licuuc -licudata -lm -pthread make[4]: Leaving directory `/build/buildd/open-vm-tools-2009.06.18-172495/services/vmtoolsd' make[3]: Leaving directory `/build/buildd/open-vm-tools-2009.06.18-172495/services/vmtoolsd' Making all in plugins make[3]: Entering directory `/build/buildd/open-vm-tools-2009.06.18-172495/services/plugins' Making all in guestInfo make[4]: Entering directory `/build/buildd/open-vm-tools-2009.06.18-172495/services/plugins/guestInfo' /bin/bash ../../../libtool --tag=CC --mode=compile x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.06.18\" -DPACKAGE_STRING=\"open-vm-tools\ 2009.06.18\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"2009.06.18\" -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 -DDNET_IS_DUMBNET=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 -DHAVE_LSEEK=1 -I. -DVMTOOLS_USE_GLIB -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -fvisibility=hidden -DGCC_EXPLICIT_EXPORT -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DHAVE_ICU_38 -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 -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT libguestInfo_la-guestInfoServer.lo -MD -MP -MF .deps/libguestInfo_la-guestInfoServer.Tpo -c -o libguestInfo_la-guestInfoServer.lo `test -f 'guestInfoServer.c' || echo './'`guestInfoServer.c libtool: compile: x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.06.18\" "-DPACKAGE_STRING=\"open-vm-tools 2009.06.18\"" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"2009.06.18\" -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 -DDNET_IS_DUMBNET=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 -DHAVE_LSEEK=1 -I. -DVMTOOLS_USE_GLIB -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -fvisibility=hidden -DGCC_EXPLICIT_EXPORT -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DHAVE_ICU_38 -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 -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT libguestInfo_la-guestInfoServer.lo -MD -MP -MF .deps/libguestInfo_la-guestInfoServer.Tpo -c guestInfoServer.c -fPIC -DPIC -o .libs/libguestInfo_la-guestInfoServer.o libtool: compile: x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.06.18\" "-DPACKAGE_STRING=\"open-vm-tools 2009.06.18\"" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"2009.06.18\" -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 -DDNET_IS_DUMBNET=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 -DHAVE_LSEEK=1 -I. -DVMTOOLS_USE_GLIB -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -fvisibility=hidden -DGCC_EXPLICIT_EXPORT -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DHAVE_ICU_38 -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 -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT libguestInfo_la-guestInfoServer.lo -MD -MP -MF .deps/libguestInfo_la-guestInfoServer.Tpo -c guestInfoServer.c -o libguestInfo_la-guestInfoServer.o >/dev/null 2>&1 mv -f .deps/libguestInfo_la-guestInfoServer.Tpo .deps/libguestInfo_la-guestInfoServer.Plo /bin/bash ../../../libtool --tag=CC --mode=compile x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.06.18\" -DPACKAGE_STRING=\"open-vm-tools\ 2009.06.18\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"2009.06.18\" -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 -DDNET_IS_DUMBNET=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 -DHAVE_LSEEK=1 -I. -DVMTOOLS_USE_GLIB -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -fvisibility=hidden -DGCC_EXPLICIT_EXPORT -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DHAVE_ICU_38 -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 -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT libguestInfo_la-perfMonLinux.lo -MD -MP -MF .deps/libguestInfo_la-perfMonLinux.Tpo -c -o libguestInfo_la-perfMonLinux.lo `test -f 'perfMonLinux.c' || echo './'`perfMonLinux.c libtool: compile: x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.06.18\" "-DPACKAGE_STRING=\"open-vm-tools 2009.06.18\"" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"2009.06.18\" -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 -DDNET_IS_DUMBNET=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 -DHAVE_LSEEK=1 -I. -DVMTOOLS_USE_GLIB -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -fvisibility=hidden -DGCC_EXPLICIT_EXPORT -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DHAVE_ICU_38 -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 -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT libguestInfo_la-perfMonLinux.lo -MD -MP -MF .deps/libguestInfo_la-perfMonLinux.Tpo -c perfMonLinux.c -fPIC -DPIC -o .libs/libguestInfo_la-perfMonLinux.o libtool: compile: x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.06.18\" "-DPACKAGE_STRING=\"open-vm-tools 2009.06.18\"" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"2009.06.18\" -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 -DDNET_IS_DUMBNET=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 -DHAVE_LSEEK=1 -I. -DVMTOOLS_USE_GLIB -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -fvisibility=hidden -DGCC_EXPLICIT_EXPORT -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -I/build/buildd/open-vm-tools-2009.06.18-172495/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -I/usr/include -DUSE_ICU -DHAVE_ICU_38 -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 -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT libguestInfo_la-perfMonLinux.lo -MD -MP -MF .deps/libguestInfo_la-perfMonLinux.Tpo -c perfMonLinux.c -o libguestInfo_la-perfMonLinux.o >/dev/null 2>&1 mv -f .deps/libguestInfo_la-perfMonLinux.Tpo .deps/libguestInfo_la-perfMonLinux.Plo /bin/bash ../../../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -g -O2 -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -Wl,-z,defs -Wl,-lc -shared -module -avoid-version -Wl,-Bsymbolic-functions -o libguestInfo.la -rpath /usr/lib/open-vm-tools/plugins/vmsvc libguestInfo_la-guestInfoServer.lo libguestInfo_la-perfMonLinux.lo /build/buildd/open-vm-tools-2009.06.18-172495/libvmtools/libvmtools.la -lglib-2.0 -L/lib -lproc libtool: link: x86_64-linux-gnu-gcc -shared .libs/libguestInfo_la-guestInfoServer.o .libs/libguestInfo_la-perfMonLinux.o -Wl,-rpath -Wl,/build/buildd/open-vm-tools-2009.06.18-172495/libvmtools/.libs /build/buildd/open-vm-tools-2009.06.18-172495/libvmtools/.libs/libvmtools.so -L/usr/lib -ldl /usr/lib/libdumbnet.so -lcrypt -lpthread -licui18n -licuuc -licudata -lm /usr/lib/libglib-2.0.so -L/lib -lproc -Wl,-z -Wl,defs -Wl,-lc -Wl,-Bsymbolic-functions -Wl,-soname -Wl,libguestInfo.so -o .libs/libguestInfo.so /usr/bin/ld: /usr/lib/libproc.a(sysinfo.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /usr/lib/libproc.a: could not read symbols: Bad value collect2: ld returned 1 exit status make[4]: *** [libguestInfo.la] Error 1 make[4]: Leaving directory `/build/buildd/open-vm-tools-2009.06.18-172495/services/plugins/guestInfo' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/build/buildd/open-vm-tools-2009.06.18-172495/services/plugins' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/build/buildd/open-vm-tools-2009.06.18-172495/services' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/build/buildd/open-vm-tools-2009.06.18-172495' ---------------------------------------------------------------------- Comment By: grexk (grexk) Date: 2009-06-22 02:03 Message: I'm building this on ubuntu ppa, well its working now using '--without-procps' on amd64. ---------------------------------------------------------------------- Comment By: Marcelo Vanzin (mvanzin) Date: 2009-06-20 13:44 Message: Your /usr/lib/libproc.a seems to contain 32-bit object files; I checked the amd64 package for hardy and it contains the correct 64-bit objects. Are you by any chance cross-compiling from a 32-bit machine? In any case, there are two solutions you can try: . configure with --without-procps . provide CUSTOM_PROCPS_LIBS="-L/path/to/your/64bit/procps/libpath" in the configure command line ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2809348&group_id=204462 |
From: SourceForge.net <no...@so...> - 2009-09-29 22:20:22
|
Tracker item #2854490, was opened at 2009-09-08 10:04 Message generated for change (Comment added) made by mvanzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2854490&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: Cedric Jeanneret (cjeanneret) Assigned to: Nobody/Anonymous (nobody) Summary: rhel 5.x, kernel 2.6.18 Initial Comment: Hello, Trying to make ovmt work on a rhel5.4 guest, I have a nice error : make[3]: Entering directory `/usr/src/kernels/2.6.18-164.el5-x86_64' CC [M] /tmp/open-vm-tools-2009.07.22-179896/modules/linux/vmxnet/vmxnet.o In file included from /tmp/open-vm-tools-2009.07.22-179896/modules/linux/vmxnet/vmxnet.c:36: /tmp/open-vm-tools-2009.07.22-179896/modules/linux/shared/compat_netdevice.h:299: error: redefinition of ‘struct napi_struct’ make[4]: *** [/tmp/open-vm-tools-2009.07.22-179896/modules/linux/vmxnet/vmxnet.o] Error 1 make[3]: *** [_module_/tmp/open-vm-tools-2009.07.22-179896/modules/linux/vmxnet] Error 2 make[3]: Leaving directory `/usr/src/kernels/2.6.18-164.el5-x86_64' make[2]: *** [vmxnet.ko] Error 2 make[2]: Leaving directory `/tmp/open-vm-tools-2009.07.22-179896/modules/linux/vmxnet' make[1]: *** [vmxnet] Error 2 make[1]: Leaving directory `/tmp/open-vm-tools-2009.07.22-179896/modules' make: *** [all-recursive] Error 1 Details: Red Hat Enterprise Linux Server release 5.4 (Tikanga) kernel: 2.6.18-164.el5 ovmt: open-vm-tools-2009.07.22-179896 gcc: gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46) glib-2.0 : 2.12.3 (4.el5_3.1) I tried the latest one too, same machine (so same environment). And have other errors : make[2]: Entering directory `/tmp/open-vm-tools-2009.08.24-187411/lib/slashProc' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.08.24\" -DPACKAGE_STRING=\"open-vm-tools\ 2009.08.24\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"2009.08.24\" -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/\" -DX_DISPLAY_MISSING=1 -DHAVE_ECVT=1 -DHAVE_FCVT=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 -DHAVE_LSEEK=1 -DNO_MULTIMON=1 -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/tmp/open-vm-tools-2009.08.24-187411/lib/include -I/tmp/open-vm-tools-2009.08.24-187411/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -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 -I/usr/include -g -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT libSlashProc_la-net.lo -MD -MP -MF .deps/libSlashProc_la-net.Tpo -c -o libSlashProc_la-net.lo `test -f 'net.c' || echo './'`net.c libtool: compile: gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.08.24\" "-DPACKAGE_STRING=\"open-vm-tools 2009.08.24\"" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"2009.08.24\" -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/\" -DX_DISPLAY_MISSING=1 -DHAVE_ECVT=1 -DHAVE_FCVT=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 -DHAVE_LSEEK=1 -DNO_MULTIMON=1 -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/tmp/open-vm-tools-2009.08.24-187411/lib/include -I/tmp/open-vm-tools-2009.08.24-187411/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -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 -I/usr/include -g -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT libSlashProc_la-net.lo -MD -MP -MF .deps/libSlashProc_la-net.Tpo -c net.c -fPIC -DPIC -o .libs/libSlashProc_la-net.o cc1: warnings being treated as errors net.c:100: warning: type defaults to 'int' in declaration of 'GMatchInfo' net.c:100: error: expected ';', ',' or ')' before '*' token net.c: In function 'SlashProcNet_GetSnmp': net.c:227: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:227: error: 'myKeyRegex' undeclared (first use in this function) net.c:227: error: (Each undeclared identifier is reported only once net.c:227: error: for each function it appears in.) net.c:228: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:228: error: 'myValRegex' undeclared (first use in this function) net.c:231: warning: implicit declaration of function 'g_regex_new' net.c:231: error: 'G_REGEX_OPTIMIZE' undeclared (first use in this function) net.c:261: error: 'GMatchInfo' undeclared (first use in this function) net.c:261: error: 'keyMatchInfo' undeclared (first use in this function) net.c:262: error: 'valMatchInfo' undeclared (first use in this function) net.c:277: warning: implicit declaration of function 'g_regex_match' net.c:283: warning: implicit declaration of function 'g_match_info_fetch' net.c:283: warning: assignment makes pointer from integer without a cast net.c:284: warning: assignment makes pointer from integer without a cast net.c:336: warning: implicit declaration of function 'g_match_info_free' net.c: In function 'SlashProcNet_GetSnmp6': net.c:417: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:417: error: 'myRegex' undeclared (first use in this function) net.c:420: error: 'G_REGEX_OPTIMIZE' undeclared (first use in this function) net.c:444: error: 'GMatchInfo' undeclared (first use in this function) net.c:444: error: 'matchInfo' undeclared (first use in this function) net.c:451: warning: assignment makes pointer from integer without a cast net.c:452: warning: assignment makes pointer from integer without a cast net.c: In function 'SlashProcNet_GetRoute': net.c:534: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:534: error: 'myFieldsRE' undeclared (first use in this function) net.c:535: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:535: error: 'myValuesRE' undeclared (first use in this function) net.c:585: error: 'GMatchInfo' undeclared (first use in this function) net.c:585: error: 'myMatchInfo' undeclared (first use in this function) net.c:608: warning: assignment makes pointer from integer without a cast net.c:612: warning: implicit declaration of function 'MatchToGuint64' net.c: In function 'SlashProcNet_GetRoute6': net.c:726: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:726: error: 'myValuesRE' undeclared (first use in this function) net.c:755: error: 'GMatchInfo' undeclared (first use in this function) net.c:755: error: 'myMatchInfo' undeclared (first use in this function) net.c:765: warning: initialization makes pointer from integer without a cast net.c:766: warning: initialization makes pointer from integer without a cast net.c:767: warning: initialization makes pointer from integer without a cast net.c:774: warning: initialization makes pointer from integer without a cast net.c: At top level: net.c:881: warning: type defaults to 'int' in declaration of 'GMatchInfo' net.c:881: error: expected ';', ',' or ')' before '*' token make[2]: *** [libSlashProc_la-net.lo] Error 1 make[2]: Leaving directory `/tmp/open-vm-tools-2009.08.24-187411/lib/slashProc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/open-vm-tools-2009.08.24-187411/lib' make: *** [all-recursive] Error 1 Anything to do about this ? It seems, for the first one, that commenting out the struc definition in modules/linux/shared/compat_netdevice.h fixes the problem. Thanks in advance! Best regards, C. ---------------------------------------------------------------------- >Comment By: Marcelo Vanzin (mvanzin) Date: 2009-09-29 15:20 Message: I see Dmitry's fix made it into the 09.18 release (git commit f77444); did that fix things for you? ---------------------------------------------------------------------- Comment By: Dmitry Torokhov (dtor) Date: 2009-09-09 09:25 Message: No, just give me some more time, there should be the second part coming... ---------------------------------------------------------------------- Comment By: Cedric Jeanneret (cjeanneret) Date: 2009-09-09 02:37 Message: Hello again, I tried your path. good news, it works for open-vm-tools-2009.07.22-179896 it doesn't fixe open-vm-tools-2009.08.24-187411 problem. Should I open a new bug for open-vm-tools-2009.08.24-187411 ? Great job :) Best regards, C. ---------------------------------------------------------------------- Comment By: Cedric Jeanneret (cjeanneret) Date: 2009-09-08 22:44 Message: What can I do to help you? We'll have a vmware guest for these tests, so I'll be able to test any new version. Thank you for your quick answer. Best regards C. ---------------------------------------------------------------------- Comment By: Dmitry Torokhov (dtor) Date: 2009-09-08 10:24 Message: Hmm, did RedHat backported new NAPI to 2.6.18?... It used to be available with 2.6.24 kernels, I'll take a look. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2854490&group_id=204462 |
From: SourceForge.net <no...@so...> - 2009-09-29 22:18:21
|
Tracker item #2865784, was opened at 2009-09-24 08:16 Message generated for change (Settings changed) made by mvanzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2865784&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: guestd Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Jim (pirzyk) Assigned to: Nobody/Anonymous (nobody) Summary: vmtoolsd fork bombs Initial Comment: Since the 2009.04.23 release of open-vm-tools, vmtoolsd will not stay running and continually spawns new processes. The problem is related to how argument processing is done. Pre 2009.04.23, this would be accepted options and used correctly: vmtoosld --background=/var/run/vmtoolsd.pid at 2009.04.23 and after, it would accept it, but not properly spawn vmtoolsd in the background. My fix was this: vmtoolsd --background /var/run/vmtoolsd.pid vmtoolsd should either handle the single option with a '=' or report an error, not accept it and not work correctly ---------------------------------------------------------------------- >Comment By: Marcelo Vanzin (mvanzin) Date: 2009-09-29 15:17 Message: Fixed in git commit 598518. ---------------------------------------------------------------------- Comment By: Marcelo Vanzin (mvanzin) Date: 2009-09-24 16:45 Message: As a work around until we fix it, using "-b" instead of "--background" shouldn't cause you problems. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2865784&group_id=204462 |
From: SourceForge.net <no...@so...> - 2009-09-29 22:17:27
|
Tracker item #2865802, was opened at 2009-09-24 08:27 Message generated for change (Comment added) made by mvanzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2865802&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: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Jim (pirzyk) Assigned to: Nobody/Anonymous (nobody) Summary: vmmemctl can't load Initial Comment: After compling 2009.09.18 and trying to install the kernel modules on FC11, get this error: vmmemctl: Unknown symbol Balloon_ModuleCleanup makefile patch included ---------------------------------------------------------------------- >Comment By: Marcelo Vanzin (mvanzin) Date: 2009-09-29 15:17 Message: Fixed in git commit 7a0d68. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2865802&group_id=204462 |
From: SourceForge.net <no...@so...> - 2009-09-29 22:16:48
|
Tracker item #2865804, was opened at 2009-09-24 08:29 Message generated for change (Settings changed) made by mvanzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2865804&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: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Jim (pirzyk) Assigned to: Nobody/Anonymous (nobody) Summary: 2009.09.18 can't compile on CentOS 5.3 Initial Comment: Can't compile open-vm-tools on the latest CentOS 5.3 kernel (2.6.18-164.el5). This is due to the headers defining SYS_eventfd even though the library function eventfd and eventfd_write are not defined. Changed configure.ac and eventfd.c to allow for this case. ---------------------------------------------------------------------- >Comment By: Marcelo Vanzin (mvanzin) Date: 2009-09-29 15:16 Message: Fix in git commit 6f43bd. (Fix is different from your patch, though.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2865804&group_id=204462 |
From: SourceForge.net <no...@so...> - 2009-09-25 00:22:00
|
Tracker item #2865799, was opened at 2009-09-24 08:25 Message generated for change (Comment added) made by mvanzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2865799&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: Jim (pirzyk) Assigned to: Nobody/Anonymous (nobody) Summary: make install fails Initial Comment: When compling 2009.09.18, the 'make install' target fails, can't create shared libraries because of misisng symbols. Had to add some tags in the configure.ac and */Makefile.am to get it to work. Patch attached. ---------------------------------------------------------------------- >Comment By: Marcelo Vanzin (mvanzin) Date: 2009-09-24 17:21 Message: Could you post the error that you're seeing? It looks like there's something more fundamentally wrong here, because libMisc.la is already linked into libvmtools.so, which is already part of the libraries used by the testDebug plugin you're modifying. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2865799&group_id=204462 |
From: SourceForge.net <no...@so...> - 2009-09-24 23:45:30
|
Tracker item #2865784, was opened at 2009-09-24 08:16 Message generated for change (Comment added) made by mvanzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2865784&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: guestd Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jim (pirzyk) Assigned to: Nobody/Anonymous (nobody) Summary: vmtoolsd fork bombs Initial Comment: Since the 2009.04.23 release of open-vm-tools, vmtoolsd will not stay running and continually spawns new processes. The problem is related to how argument processing is done. Pre 2009.04.23, this would be accepted options and used correctly: vmtoosld --background=/var/run/vmtoolsd.pid at 2009.04.23 and after, it would accept it, but not properly spawn vmtoolsd in the background. My fix was this: vmtoolsd --background /var/run/vmtoolsd.pid vmtoolsd should either handle the single option with a '=' or report an error, not accept it and not work correctly ---------------------------------------------------------------------- >Comment By: Marcelo Vanzin (mvanzin) Date: 2009-09-24 16:45 Message: As a work around until we fix it, using "-b" instead of "--background" shouldn't cause you problems. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2865784&group_id=204462 |
From: Shaileshkumar J. <sa...@vm...> - 2009-09-24 19:10:32
|
John H. DuBois III wrote: > I've created an implementation of the memory balloon driver for SCO OpenServer. > Communication via the back door appears to be working, in that the startup > succeeds and the target queries return success (that is, ax comes back 0, which > is not the case when I test it on bare metal). However, the balloon target is > always returned as 0. I've tried various things to attempt to trigger > inflation, e.g. touching most of the guest's memory and then consuming memory > outside of the guest, with no luck. I tried returning a guest type of > BALLOON_GUEST_SOLARIS instead of BALLOON_GUEST_UNKNOWN in case it makes a > difference, with no change. I'm testing this under Workstation 6.5.3 and ESX > 3.5. > > Example status report: > > target: 0 pages > current: 0 pages > rateNoSleepAlloc: 16384 pages/sec > rateSleepAlloc: 2048 pages/sec > rateFree: 16384 pages/sec > > timer: 1507 > start: 1 ( 0 failed) > guestType: 1 ( 0 failed) > lock: 0 ( 0 failed) > unlock: 0 ( 0 failed) > target: 1507 ( 0 failed) > primNoSleepAlloc: 0 ( 0 failed) > primCanSleepAlloc: 0 ( 0 failed) > primFree: 0 > errAlloc: 0 > errFree: 0 > > Some questions: > > - Does ballooning work under Workstation? > Yes. > - What can I do that will be guaranteed to provoke balloon inflation? > For ESX. a) Run 2 VMs with ~1.5x overcommit. For instance if your host has 4GB of memory, you can assign each VM 3GB. b) Run memory intensive workload (memhog), that touches ~75% of memory in one VM. You should see target != 0. You can try above experiment in different config, for eg. assigning less memory where you plan to run intensive workload, so as to see ballooning taking place.. > - Is there something obvious I'm missing? > > thanks, > > John > Shailesh Jain |
From: SourceForge.net <no...@so...> - 2009-09-24 15:29:11
|
Tracker item #2865804, was opened at 2009-09-24 11:29 Message generated for change (Tracker Item Submitted) made by pirzyk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2865804&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: Jim (pirzyk) Assigned to: Nobody/Anonymous (nobody) Summary: 2009.09.18 can't compile on CentOS 5.3 Initial Comment: Can't compile open-vm-tools on the latest CentOS 5.3 kernel (2.6.18-164.el5). This is due to the headers defining SYS_eventfd even though the library function eventfd and eventfd_write are not defined. Changed configure.ac and eventfd.c to allow for this case. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2865804&group_id=204462 |
From: SourceForge.net <no...@so...> - 2009-09-24 15:27:13
|
Tracker item #2865802, was opened at 2009-09-24 11:27 Message generated for change (Tracker Item Submitted) made by pirzyk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2865802&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: Jim (pirzyk) Assigned to: Nobody/Anonymous (nobody) Summary: vmmemctl can't load Initial Comment: After compling 2009.09.18 and trying to install the kernel modules on FC11, get this error: vmmemctl: Unknown symbol Balloon_ModuleCleanup makefile patch included ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2865802&group_id=204462 |
From: SourceForge.net <no...@so...> - 2009-09-24 15:25:24
|
Tracker item #2865799, was opened at 2009-09-24 11:25 Message generated for change (Tracker Item Submitted) made by pirzyk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2865799&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: Jim (pirzyk) Assigned to: Nobody/Anonymous (nobody) Summary: make install fails Initial Comment: When compling 2009.09.18, the 'make install' target fails, can't create shared libraries because of misisng symbols. Had to add some tags in the configure.ac and */Makefile.am to get it to work. Patch attached. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2865799&group_id=204462 |
From: SourceForge.net <no...@so...> - 2009-09-24 15:16:38
|
Tracker item #2865784, was opened at 2009-09-24 11:16 Message generated for change (Tracker Item Submitted) made by pirzyk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2865784&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: guestd Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jim (pirzyk) Assigned to: Nobody/Anonymous (nobody) Summary: vmtoolsd fork bombs Initial Comment: Since the 2009.04.23 release of open-vm-tools, vmtoolsd will not stay running and continually spawns new processes. The problem is related to how argument processing is done. Pre 2009.04.23, this would be accepted options and used correctly: vmtoosld --background=/var/run/vmtoolsd.pid at 2009.04.23 and after, it would accept it, but not properly spawn vmtoolsd in the background. My fix was this: vmtoolsd --background /var/run/vmtoolsd.pid vmtoolsd should either handle the single option with a '=' or report an error, not accept it and not work correctly ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2865784&group_id=204462 |
From: John H. D. I. <jo...@ar...> - 2009-09-22 08:11:17
|
I've created an implementation of the memory balloon driver for SCO OpenServer. Communication via the back door appears to be working, in that the startup succeeds and the target queries return success (that is, ax comes back 0, which is not the case when I test it on bare metal). However, the balloon target is always returned as 0. I've tried various things to attempt to trigger inflation, e.g. touching most of the guest's memory and then consuming memory outside of the guest, with no luck. I tried returning a guest type of BALLOON_GUEST_SOLARIS instead of BALLOON_GUEST_UNKNOWN in case it makes a difference, with no change. I'm testing this under Workstation 6.5.3 and ESX 3.5. Example status report: target: 0 pages current: 0 pages rateNoSleepAlloc: 16384 pages/sec rateSleepAlloc: 2048 pages/sec rateFree: 16384 pages/sec timer: 1507 start: 1 ( 0 failed) guestType: 1 ( 0 failed) lock: 0 ( 0 failed) unlock: 0 ( 0 failed) target: 1507 ( 0 failed) primNoSleepAlloc: 0 ( 0 failed) primCanSleepAlloc: 0 ( 0 failed) primFree: 0 errAlloc: 0 errFree: 0 Some questions: - Does ballooning work under Workstation? - What can I do that will be guaranteed to provoke balloon inflation? - Is there something obvious I'm missing? thanks, John -- John DuBois sp...@ar... KC6QKZ/AE http://www.armory.com/~spcecdt/ |
From: Marcelo V. <mv...@vm...> - 2009-09-17 22:00:54
|
This is just a heads up for some small changes in the open-vm-tools release process starting with the next release. If you use the tar files released on the SourceForge "download" section, then things will still look exactly the same to you. If by any chance you're using git to get to the code, then you may see a few different things. Notably, instead of a large check in at the end of every month leading up to a release, we'll be doing more granular check ins based on our internal development. As a result, the "ChangeLog" file will not have a whole lot of information about changes going forward - you'll be able to get that information by looking at the git logs. The only adverse effect this might cause is having the build be broken by some code checked in in between releases; we'll try to keep the tip of the tree in a "buildable" state at all times, though. We hope that this will provide better information about the changes going into open-vm-tools, and also make it easier to integrate contributed code back into the project (which is a manual and non-trivial process, for us, today). Feel free to ask any questions. -- - Marcelo |
From: SourceForge.net <no...@so...> - 2009-09-09 16:25:52
|
Tracker item #2854490, was opened at 2009-09-08 10:04 Message generated for change (Comment added) made by dtor You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2854490&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: Cedric Jeanneret (cjeanneret) Assigned to: Nobody/Anonymous (nobody) Summary: rhel 5.x, kernel 2.6.18 Initial Comment: Hello, Trying to make ovmt work on a rhel5.4 guest, I have a nice error : make[3]: Entering directory `/usr/src/kernels/2.6.18-164.el5-x86_64' CC [M] /tmp/open-vm-tools-2009.07.22-179896/modules/linux/vmxnet/vmxnet.o In file included from /tmp/open-vm-tools-2009.07.22-179896/modules/linux/vmxnet/vmxnet.c:36: /tmp/open-vm-tools-2009.07.22-179896/modules/linux/shared/compat_netdevice.h:299: error: redefinition of ‘struct napi_struct’ make[4]: *** [/tmp/open-vm-tools-2009.07.22-179896/modules/linux/vmxnet/vmxnet.o] Error 1 make[3]: *** [_module_/tmp/open-vm-tools-2009.07.22-179896/modules/linux/vmxnet] Error 2 make[3]: Leaving directory `/usr/src/kernels/2.6.18-164.el5-x86_64' make[2]: *** [vmxnet.ko] Error 2 make[2]: Leaving directory `/tmp/open-vm-tools-2009.07.22-179896/modules/linux/vmxnet' make[1]: *** [vmxnet] Error 2 make[1]: Leaving directory `/tmp/open-vm-tools-2009.07.22-179896/modules' make: *** [all-recursive] Error 1 Details: Red Hat Enterprise Linux Server release 5.4 (Tikanga) kernel: 2.6.18-164.el5 ovmt: open-vm-tools-2009.07.22-179896 gcc: gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46) glib-2.0 : 2.12.3 (4.el5_3.1) I tried the latest one too, same machine (so same environment). And have other errors : make[2]: Entering directory `/tmp/open-vm-tools-2009.08.24-187411/lib/slashProc' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.08.24\" -DPACKAGE_STRING=\"open-vm-tools\ 2009.08.24\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"2009.08.24\" -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/\" -DX_DISPLAY_MISSING=1 -DHAVE_ECVT=1 -DHAVE_FCVT=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 -DHAVE_LSEEK=1 -DNO_MULTIMON=1 -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/tmp/open-vm-tools-2009.08.24-187411/lib/include -I/tmp/open-vm-tools-2009.08.24-187411/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -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 -I/usr/include -g -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT libSlashProc_la-net.lo -MD -MP -MF .deps/libSlashProc_la-net.Tpo -c -o libSlashProc_la-net.lo `test -f 'net.c' || echo './'`net.c libtool: compile: gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.08.24\" "-DPACKAGE_STRING=\"open-vm-tools 2009.08.24\"" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"2009.08.24\" -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/\" -DX_DISPLAY_MISSING=1 -DHAVE_ECVT=1 -DHAVE_FCVT=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 -DHAVE_LSEEK=1 -DNO_MULTIMON=1 -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/tmp/open-vm-tools-2009.08.24-187411/lib/include -I/tmp/open-vm-tools-2009.08.24-187411/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -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 -I/usr/include -g -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT libSlashProc_la-net.lo -MD -MP -MF .deps/libSlashProc_la-net.Tpo -c net.c -fPIC -DPIC -o .libs/libSlashProc_la-net.o cc1: warnings being treated as errors net.c:100: warning: type defaults to 'int' in declaration of 'GMatchInfo' net.c:100: error: expected ';', ',' or ')' before '*' token net.c: In function 'SlashProcNet_GetSnmp': net.c:227: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:227: error: 'myKeyRegex' undeclared (first use in this function) net.c:227: error: (Each undeclared identifier is reported only once net.c:227: error: for each function it appears in.) net.c:228: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:228: error: 'myValRegex' undeclared (first use in this function) net.c:231: warning: implicit declaration of function 'g_regex_new' net.c:231: error: 'G_REGEX_OPTIMIZE' undeclared (first use in this function) net.c:261: error: 'GMatchInfo' undeclared (first use in this function) net.c:261: error: 'keyMatchInfo' undeclared (first use in this function) net.c:262: error: 'valMatchInfo' undeclared (first use in this function) net.c:277: warning: implicit declaration of function 'g_regex_match' net.c:283: warning: implicit declaration of function 'g_match_info_fetch' net.c:283: warning: assignment makes pointer from integer without a cast net.c:284: warning: assignment makes pointer from integer without a cast net.c:336: warning: implicit declaration of function 'g_match_info_free' net.c: In function 'SlashProcNet_GetSnmp6': net.c:417: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:417: error: 'myRegex' undeclared (first use in this function) net.c:420: error: 'G_REGEX_OPTIMIZE' undeclared (first use in this function) net.c:444: error: 'GMatchInfo' undeclared (first use in this function) net.c:444: error: 'matchInfo' undeclared (first use in this function) net.c:451: warning: assignment makes pointer from integer without a cast net.c:452: warning: assignment makes pointer from integer without a cast net.c: In function 'SlashProcNet_GetRoute': net.c:534: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:534: error: 'myFieldsRE' undeclared (first use in this function) net.c:535: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:535: error: 'myValuesRE' undeclared (first use in this function) net.c:585: error: 'GMatchInfo' undeclared (first use in this function) net.c:585: error: 'myMatchInfo' undeclared (first use in this function) net.c:608: warning: assignment makes pointer from integer without a cast net.c:612: warning: implicit declaration of function 'MatchToGuint64' net.c: In function 'SlashProcNet_GetRoute6': net.c:726: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:726: error: 'myValuesRE' undeclared (first use in this function) net.c:755: error: 'GMatchInfo' undeclared (first use in this function) net.c:755: error: 'myMatchInfo' undeclared (first use in this function) net.c:765: warning: initialization makes pointer from integer without a cast net.c:766: warning: initialization makes pointer from integer without a cast net.c:767: warning: initialization makes pointer from integer without a cast net.c:774: warning: initialization makes pointer from integer without a cast net.c: At top level: net.c:881: warning: type defaults to 'int' in declaration of 'GMatchInfo' net.c:881: error: expected ';', ',' or ')' before '*' token make[2]: *** [libSlashProc_la-net.lo] Error 1 make[2]: Leaving directory `/tmp/open-vm-tools-2009.08.24-187411/lib/slashProc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/open-vm-tools-2009.08.24-187411/lib' make: *** [all-recursive] Error 1 Anything to do about this ? It seems, for the first one, that commenting out the struc definition in modules/linux/shared/compat_netdevice.h fixes the problem. Thanks in advance! Best regards, C. ---------------------------------------------------------------------- >Comment By: Dmitry Torokhov (dtor) Date: 2009-09-09 09:25 Message: No, just give me some more time, there should be the second part coming... ---------------------------------------------------------------------- Comment By: Cedric Jeanneret (cjeanneret) Date: 2009-09-09 02:37 Message: Hello again, I tried your path. good news, it works for open-vm-tools-2009.07.22-179896 it doesn't fixe open-vm-tools-2009.08.24-187411 problem. Should I open a new bug for open-vm-tools-2009.08.24-187411 ? Great job :) Best regards, C. ---------------------------------------------------------------------- Comment By: Cedric Jeanneret (cjeanneret) Date: 2009-09-08 22:44 Message: What can I do to help you? We'll have a vmware guest for these tests, so I'll be able to test any new version. Thank you for your quick answer. Best regards C. ---------------------------------------------------------------------- Comment By: Dmitry Torokhov (dtor) Date: 2009-09-08 10:24 Message: Hmm, did RedHat backported new NAPI to 2.6.18?... It used to be available with 2.6.24 kernels, I'll take a look. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2854490&group_id=204462 |
From: SourceForge.net <no...@so...> - 2009-09-09 09:37:27
|
Tracker item #2854490, was opened at 2009-09-08 19:04 Message generated for change (Comment added) made by cjeanneret You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2854490&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: Cedric Jeanneret (cjeanneret) Assigned to: Nobody/Anonymous (nobody) Summary: rhel 5.x, kernel 2.6.18 Initial Comment: Hello, Trying to make ovmt work on a rhel5.4 guest, I have a nice error : make[3]: Entering directory `/usr/src/kernels/2.6.18-164.el5-x86_64' CC [M] /tmp/open-vm-tools-2009.07.22-179896/modules/linux/vmxnet/vmxnet.o In file included from /tmp/open-vm-tools-2009.07.22-179896/modules/linux/vmxnet/vmxnet.c:36: /tmp/open-vm-tools-2009.07.22-179896/modules/linux/shared/compat_netdevice.h:299: error: redefinition of ‘struct napi_struct’ make[4]: *** [/tmp/open-vm-tools-2009.07.22-179896/modules/linux/vmxnet/vmxnet.o] Error 1 make[3]: *** [_module_/tmp/open-vm-tools-2009.07.22-179896/modules/linux/vmxnet] Error 2 make[3]: Leaving directory `/usr/src/kernels/2.6.18-164.el5-x86_64' make[2]: *** [vmxnet.ko] Error 2 make[2]: Leaving directory `/tmp/open-vm-tools-2009.07.22-179896/modules/linux/vmxnet' make[1]: *** [vmxnet] Error 2 make[1]: Leaving directory `/tmp/open-vm-tools-2009.07.22-179896/modules' make: *** [all-recursive] Error 1 Details: Red Hat Enterprise Linux Server release 5.4 (Tikanga) kernel: 2.6.18-164.el5 ovmt: open-vm-tools-2009.07.22-179896 gcc: gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46) glib-2.0 : 2.12.3 (4.el5_3.1) I tried the latest one too, same machine (so same environment). And have other errors : make[2]: Entering directory `/tmp/open-vm-tools-2009.08.24-187411/lib/slashProc' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.08.24\" -DPACKAGE_STRING=\"open-vm-tools\ 2009.08.24\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"2009.08.24\" -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/\" -DX_DISPLAY_MISSING=1 -DHAVE_ECVT=1 -DHAVE_FCVT=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 -DHAVE_LSEEK=1 -DNO_MULTIMON=1 -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/tmp/open-vm-tools-2009.08.24-187411/lib/include -I/tmp/open-vm-tools-2009.08.24-187411/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -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 -I/usr/include -g -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT libSlashProc_la-net.lo -MD -MP -MF .deps/libSlashProc_la-net.Tpo -c -o libSlashProc_la-net.lo `test -f 'net.c' || echo './'`net.c libtool: compile: gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.08.24\" "-DPACKAGE_STRING=\"open-vm-tools 2009.08.24\"" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"2009.08.24\" -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/\" -DX_DISPLAY_MISSING=1 -DHAVE_ECVT=1 -DHAVE_FCVT=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 -DHAVE_LSEEK=1 -DNO_MULTIMON=1 -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/tmp/open-vm-tools-2009.08.24-187411/lib/include -I/tmp/open-vm-tools-2009.08.24-187411/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -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 -I/usr/include -g -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT libSlashProc_la-net.lo -MD -MP -MF .deps/libSlashProc_la-net.Tpo -c net.c -fPIC -DPIC -o .libs/libSlashProc_la-net.o cc1: warnings being treated as errors net.c:100: warning: type defaults to 'int' in declaration of 'GMatchInfo' net.c:100: error: expected ';', ',' or ')' before '*' token net.c: In function 'SlashProcNet_GetSnmp': net.c:227: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:227: error: 'myKeyRegex' undeclared (first use in this function) net.c:227: error: (Each undeclared identifier is reported only once net.c:227: error: for each function it appears in.) net.c:228: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:228: error: 'myValRegex' undeclared (first use in this function) net.c:231: warning: implicit declaration of function 'g_regex_new' net.c:231: error: 'G_REGEX_OPTIMIZE' undeclared (first use in this function) net.c:261: error: 'GMatchInfo' undeclared (first use in this function) net.c:261: error: 'keyMatchInfo' undeclared (first use in this function) net.c:262: error: 'valMatchInfo' undeclared (first use in this function) net.c:277: warning: implicit declaration of function 'g_regex_match' net.c:283: warning: implicit declaration of function 'g_match_info_fetch' net.c:283: warning: assignment makes pointer from integer without a cast net.c:284: warning: assignment makes pointer from integer without a cast net.c:336: warning: implicit declaration of function 'g_match_info_free' net.c: In function 'SlashProcNet_GetSnmp6': net.c:417: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:417: error: 'myRegex' undeclared (first use in this function) net.c:420: error: 'G_REGEX_OPTIMIZE' undeclared (first use in this function) net.c:444: error: 'GMatchInfo' undeclared (first use in this function) net.c:444: error: 'matchInfo' undeclared (first use in this function) net.c:451: warning: assignment makes pointer from integer without a cast net.c:452: warning: assignment makes pointer from integer without a cast net.c: In function 'SlashProcNet_GetRoute': net.c:534: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:534: error: 'myFieldsRE' undeclared (first use in this function) net.c:535: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:535: error: 'myValuesRE' undeclared (first use in this function) net.c:585: error: 'GMatchInfo' undeclared (first use in this function) net.c:585: error: 'myMatchInfo' undeclared (first use in this function) net.c:608: warning: assignment makes pointer from integer without a cast net.c:612: warning: implicit declaration of function 'MatchToGuint64' net.c: In function 'SlashProcNet_GetRoute6': net.c:726: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:726: error: 'myValuesRE' undeclared (first use in this function) net.c:755: error: 'GMatchInfo' undeclared (first use in this function) net.c:755: error: 'myMatchInfo' undeclared (first use in this function) net.c:765: warning: initialization makes pointer from integer without a cast net.c:766: warning: initialization makes pointer from integer without a cast net.c:767: warning: initialization makes pointer from integer without a cast net.c:774: warning: initialization makes pointer from integer without a cast net.c: At top level: net.c:881: warning: type defaults to 'int' in declaration of 'GMatchInfo' net.c:881: error: expected ';', ',' or ')' before '*' token make[2]: *** [libSlashProc_la-net.lo] Error 1 make[2]: Leaving directory `/tmp/open-vm-tools-2009.08.24-187411/lib/slashProc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/open-vm-tools-2009.08.24-187411/lib' make: *** [all-recursive] Error 1 Anything to do about this ? It seems, for the first one, that commenting out the struc definition in modules/linux/shared/compat_netdevice.h fixes the problem. Thanks in advance! Best regards, C. ---------------------------------------------------------------------- >Comment By: Cedric Jeanneret (cjeanneret) Date: 2009-09-09 11:37 Message: Hello again, I tried your path. good news, it works for open-vm-tools-2009.07.22-179896 it doesn't fixe open-vm-tools-2009.08.24-187411 problem. Should I open a new bug for open-vm-tools-2009.08.24-187411 ? Great job :) Best regards, C. ---------------------------------------------------------------------- Comment By: Cedric Jeanneret (cjeanneret) Date: 2009-09-09 07:44 Message: What can I do to help you? We'll have a vmware guest for these tests, so I'll be able to test any new version. Thank you for your quick answer. Best regards C. ---------------------------------------------------------------------- Comment By: Dmitry Torokhov (dtor) Date: 2009-09-08 19:24 Message: Hmm, did RedHat backported new NAPI to 2.6.18?... It used to be available with 2.6.24 kernels, I'll take a look. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2854490&group_id=204462 |
From: SourceForge.net <no...@so...> - 2009-09-09 05:44:28
|
Tracker item #2854490, was opened at 2009-09-08 19:04 Message generated for change (Comment added) made by cjeanneret You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2854490&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: Cedric Jeanneret (cjeanneret) Assigned to: Nobody/Anonymous (nobody) Summary: rhel 5.x, kernel 2.6.18 Initial Comment: Hello, Trying to make ovmt work on a rhel5.4 guest, I have a nice error : make[3]: Entering directory `/usr/src/kernels/2.6.18-164.el5-x86_64' CC [M] /tmp/open-vm-tools-2009.07.22-179896/modules/linux/vmxnet/vmxnet.o In file included from /tmp/open-vm-tools-2009.07.22-179896/modules/linux/vmxnet/vmxnet.c:36: /tmp/open-vm-tools-2009.07.22-179896/modules/linux/shared/compat_netdevice.h:299: error: redefinition of ‘struct napi_struct’ make[4]: *** [/tmp/open-vm-tools-2009.07.22-179896/modules/linux/vmxnet/vmxnet.o] Error 1 make[3]: *** [_module_/tmp/open-vm-tools-2009.07.22-179896/modules/linux/vmxnet] Error 2 make[3]: Leaving directory `/usr/src/kernels/2.6.18-164.el5-x86_64' make[2]: *** [vmxnet.ko] Error 2 make[2]: Leaving directory `/tmp/open-vm-tools-2009.07.22-179896/modules/linux/vmxnet' make[1]: *** [vmxnet] Error 2 make[1]: Leaving directory `/tmp/open-vm-tools-2009.07.22-179896/modules' make: *** [all-recursive] Error 1 Details: Red Hat Enterprise Linux Server release 5.4 (Tikanga) kernel: 2.6.18-164.el5 ovmt: open-vm-tools-2009.07.22-179896 gcc: gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46) glib-2.0 : 2.12.3 (4.el5_3.1) I tried the latest one too, same machine (so same environment). And have other errors : make[2]: Entering directory `/tmp/open-vm-tools-2009.08.24-187411/lib/slashProc' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.08.24\" -DPACKAGE_STRING=\"open-vm-tools\ 2009.08.24\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"2009.08.24\" -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/\" -DX_DISPLAY_MISSING=1 -DHAVE_ECVT=1 -DHAVE_FCVT=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 -DHAVE_LSEEK=1 -DNO_MULTIMON=1 -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/tmp/open-vm-tools-2009.08.24-187411/lib/include -I/tmp/open-vm-tools-2009.08.24-187411/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -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 -I/usr/include -g -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT libSlashProc_la-net.lo -MD -MP -MF .deps/libSlashProc_la-net.Tpo -c -o libSlashProc_la-net.lo `test -f 'net.c' || echo './'`net.c libtool: compile: gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.08.24\" "-DPACKAGE_STRING=\"open-vm-tools 2009.08.24\"" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"open-vm-tools\" -DVERSION=\"2009.08.24\" -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/\" -DX_DISPLAY_MISSING=1 -DHAVE_ECVT=1 -DHAVE_FCVT=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 -DHAVE_LSEEK=1 -DNO_MULTIMON=1 -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/tmp/open-vm-tools-2009.08.24-187411/lib/include -I/tmp/open-vm-tools-2009.08.24-187411/lib/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -D_REENTRANT -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 -I/usr/include -g -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT libSlashProc_la-net.lo -MD -MP -MF .deps/libSlashProc_la-net.Tpo -c net.c -fPIC -DPIC -o .libs/libSlashProc_la-net.o cc1: warnings being treated as errors net.c:100: warning: type defaults to 'int' in declaration of 'GMatchInfo' net.c:100: error: expected ';', ',' or ')' before '*' token net.c: In function 'SlashProcNet_GetSnmp': net.c:227: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:227: error: 'myKeyRegex' undeclared (first use in this function) net.c:227: error: (Each undeclared identifier is reported only once net.c:227: error: for each function it appears in.) net.c:228: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:228: error: 'myValRegex' undeclared (first use in this function) net.c:231: warning: implicit declaration of function 'g_regex_new' net.c:231: error: 'G_REGEX_OPTIMIZE' undeclared (first use in this function) net.c:261: error: 'GMatchInfo' undeclared (first use in this function) net.c:261: error: 'keyMatchInfo' undeclared (first use in this function) net.c:262: error: 'valMatchInfo' undeclared (first use in this function) net.c:277: warning: implicit declaration of function 'g_regex_match' net.c:283: warning: implicit declaration of function 'g_match_info_fetch' net.c:283: warning: assignment makes pointer from integer without a cast net.c:284: warning: assignment makes pointer from integer without a cast net.c:336: warning: implicit declaration of function 'g_match_info_free' net.c: In function 'SlashProcNet_GetSnmp6': net.c:417: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:417: error: 'myRegex' undeclared (first use in this function) net.c:420: error: 'G_REGEX_OPTIMIZE' undeclared (first use in this function) net.c:444: error: 'GMatchInfo' undeclared (first use in this function) net.c:444: error: 'matchInfo' undeclared (first use in this function) net.c:451: warning: assignment makes pointer from integer without a cast net.c:452: warning: assignment makes pointer from integer without a cast net.c: In function 'SlashProcNet_GetRoute': net.c:534: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:534: error: 'myFieldsRE' undeclared (first use in this function) net.c:535: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:535: error: 'myValuesRE' undeclared (first use in this function) net.c:585: error: 'GMatchInfo' undeclared (first use in this function) net.c:585: error: 'myMatchInfo' undeclared (first use in this function) net.c:608: warning: assignment makes pointer from integer without a cast net.c:612: warning: implicit declaration of function 'MatchToGuint64' net.c: In function 'SlashProcNet_GetRoute6': net.c:726: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token net.c:726: error: 'myValuesRE' undeclared (first use in this function) net.c:755: error: 'GMatchInfo' undeclared (first use in this function) net.c:755: error: 'myMatchInfo' undeclared (first use in this function) net.c:765: warning: initialization makes pointer from integer without a cast net.c:766: warning: initialization makes pointer from integer without a cast net.c:767: warning: initialization makes pointer from integer without a cast net.c:774: warning: initialization makes pointer from integer without a cast net.c: At top level: net.c:881: warning: type defaults to 'int' in declaration of 'GMatchInfo' net.c:881: error: expected ';', ',' or ')' before '*' token make[2]: *** [libSlashProc_la-net.lo] Error 1 make[2]: Leaving directory `/tmp/open-vm-tools-2009.08.24-187411/lib/slashProc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/open-vm-tools-2009.08.24-187411/lib' make: *** [all-recursive] Error 1 Anything to do about this ? It seems, for the first one, that commenting out the struc definition in modules/linux/shared/compat_netdevice.h fixes the problem. Thanks in advance! Best regards, C. ---------------------------------------------------------------------- Comment By: Cedric Jeanneret (cjeanneret) Date: 2009-09-09 07:44 Message: What can I do to help you? We'll have a vmware guest for these tests, so I'll be able to test any new version. Thank you for your quick answer. Best regards C. ---------------------------------------------------------------------- Comment By: Dmitry Torokhov (dtor) Date: 2009-09-08 19:24 Message: Hmm, did RedHat backported new NAPI to 2.6.18?... It used to be available with 2.6.24 kernels, I'll take a look. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2854490&group_id=204462 |
From: Dmitry T. <dt...@vm...> - 2009-09-08 20:37:12
|
On Tuesday 08 September 2009 12:26:38 pm eXeC001er wrote: > I installed ICU from source from icu-project. make is ok. > with dnet make is ok, but make install is failed. > without dnet all ok. > I found: > vmmemctl, vmxnet amd vmxnet3 support only SunOS-5.9 or SunOS-5.10 and only > 32 bit. Solaris 9 itself is 32-bit only, on Solaris 10 both 32 and 64 versions of driver should be compiled. Only vmblock and vmhgfs have been ported to opensolaris, networking is adequate when using e1000 device emulation with stock guest driver. -- Dmitry |
From: eXeC001er <exe...@gm...> - 2009-09-08 19:26:51
|
I installed ICU from source from icu-project. make is ok. with dnet make is ok, but make install is failed. without dnet all ok. I found: vmmemctl, vmxnet amd vmxnet3 support only SunOS-5.9 or SunOS-5.10 and only 32 bit. How to make it all work? Config file not fount in source tree. and no information about it, 2009/9/8 Marcelo Vanzin <mv...@vm...> > eXeC001er wrote: > > I need next modules: > > vmmemctl, vmware-userd, ... but it not found after make. why? > > vmmemctl should be under modules/solaris/vmmemctl/[i386/amd64]. User-level > binaries shouldn't be copied off of the build directory directly - you need > to > run "make install" to get them. You can run: > > make install DESTDIR=/some/temp/location > > To install into a temporary location and create packages if that's what you > want. > > -- > - Marcelo > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > open-vm-tools-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/open-vm-tools-devel > |
From: Marcelo V. <mv...@vm...> - 2009-09-08 18:17:41
|
eXeC001er wrote: > I need next modules: > vmmemctl, vmware-userd, ... but it not found after make. why? vmmemctl should be under modules/solaris/vmmemctl/[i386/amd64]. User-level binaries shouldn't be copied off of the build directory directly - you need to run "make install" to get them. You can run: make install DESTDIR=/some/temp/location To install into a temporary location and create packages if that's what you want. -- - Marcelo |
From: eXeC001er <exe...@gm...> - 2009-09-08 18:14:22
|
I need next modules: vmmemctl, vmware-userd, ... but it not found after make. why? 2009/9/8 Marcelo Vanzin <mv...@vm...> > eXeC001er wrote: > > Make previos version is ok! (./configure --without-x --disable-multimon > --without-icu --without-gtkmm) I don't need X. > > This is what I use on opensolaris 2009.06: > > ./configure --disable-unity --without-dnet --without-icu --without-gtkmm > --without-x > > (I just remove the last switch to enable X.) > > -- > - Marcelo > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > open-vm-tools-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/open-vm-tools-devel > |
From: Marcelo V. <mv...@vm...> - 2009-09-08 18:07:58
|
eXeC001er wrote: > Make previos version is ok! (./configure --without-x --disable-multimon --without-icu --without-gtkmm) I don't need X. This is what I use on opensolaris 2009.06: ./configure --disable-unity --without-dnet --without-icu --without-gtkmm --without-x (I just remove the last switch to enable X.) -- - Marcelo |
From: Alex S. (K4RNT) <sha...@gm...> - 2009-09-08 17:59:50
|
Is there any way currently to get open-vm-tools on OpenSolaris working with only the --disable-multimon flags? I'd prefer to have X support. On Tue, Sep 8, 2009 at 12:54, eXeC001er<exe...@gm...> wrote: > Make previos version is ok! (./configure --without-x --disable-multimon > --without-icu --without-gtkmm) I don't need X. > . > Make last version with error:(./configure --without-x --disable-multimon > --without-icu --without-gtkmm) > libtool: link: gcc -shared -Wl,-z -Wl,text -Wl,-h -Wl,libvmtools.so.0 -o > .libs/libvmtools.so.0.0.0 .libs/libvmtools_la-signalSource.o > .libs/libvmtools_la-vmtools.o .libs/libvmtools_la-vmtoolsConfig.o > .libs/libvmtools_la-vmtoolsLog.o .libs/libvmtools_la-rpcin.o > .libs/libvmtools_la-stub-log.o -Wl,-z -Wl,allextract > ../lib/backdoor/.libs/libBackdoor.a ../lib/conf/.libs/libConf.a > ../lib/dict/.libs/libDict.a ../lib/dynxdr/.libs/libDynxdr.a > ../lib/err/.libs/libErr.a ../lib/file/.libs/libFile.a > ../lib/guestApp/.libs/libGuestApp.a ../lib/guestInfo/.libs/libGuestInfo.a > ../lib/guestRpc/.libs/libGuestRpc.a ../lib/hgfs/.libs/libHgfs.a > ../lib/message/.libs/libMessage.a ../lib/misc/.libs/libMisc.a > ../lib/netUtil/.libs/libNetUtil.a ../lib/panic/.libs/libPanic.a > ../lib/procMgr/.libs/libProcMgr.a ../lib/rpcChannel/.libs/libRpcChannel.a > ../lib/rpcOut/.libs/libRpcOut.a ../lib/rpcVmx/.libs/libRpcVmx.a > ../lib/string/.libs/libString.a ../lib/sync/.libs/libSync.a > ../lib/syncDriver/.libs/libSyncDriver.a ../lib/system/.libs/libSystem.a > ../lib/stubs/.libs/libStubsCS.a ../lib/unicode/.libs/libUnicode.a > ../lib/user/.libs/libUser.a ../lib/vmCheck/.libs/libVmCheck.a > ../lib/vmSignal/.libs/libVmSignal.a ../lib/wiper/.libs/libWiper.a -Wl,-z > -Wl,defaultextract -R/usr/local/lib -R/usr/local/lib -L/usr/local/lib > /usr/local/lib/libdnet -lsocket -lnsl -lrpcsvc -lcrypt -lpthread -lglib-2.0 > -lc -Wl,-z -Wl,defs -Wl,-lc > Undefined first referenced > symbol in file > _res ../lib/guestInfo/.libs/libGuestInfo.a(libGuestInfo_la-guestInfoPosix.o) > res_getservers > ../lib/guestInfo/.libs/libGuestInfo.a(libGuestInfo_la-guestInfoPosix.o) > res_init > ../lib/guestInfo/.libs/libGuestInfo.a(libGuestInfo_la-guestInfoPosix.o) > ld: fatal: symbol referencing errors. No output written to > .libs/libvmtools.so.0.0.0 > collect2: ld returned 1 exit status > gmake[1]: *** [libvmtools.la] Error 1 > gmake[1]: Leaving directory > `/export/home/proof/develop/open-vm-tools-2009.08.24-187411/libvmtools' > gmake: *** [all-recursive] Error 1 > > > 2009/9/8 Marcelo Vanzin <mv...@vm...> >> >> eXeC001er wrote: >> > I disable ICU: --without-icu. but the error has not disappeared. >> > I bulid with gcc and with sun-gcc. no result. >> > I installed OS 2009.06. no result. >> >> Did you start from a clean tree (make distclean)? There might be some >> wrong >> dependency somewhere as someone suggested. >> >> I compile open-vm-tools on opensolaris (I'm using 2009.06) regularly and >> don't >> see problems when disabling icu and gtkmm. >> >> -- >> - Marcelo >> >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 >> 30-Day >> trial. Simplify your report design, integration and deployment - and focus >> on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> open-vm-tools-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/open-vm-tools-devel > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > open-vm-tools-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/open-vm-tools-devel > > -- " ' With the first link, the chain is forged. The first speech censured, the first thought forbidden, the first freedom denied, chains us all irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and warning... The first time any man's freedom is trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG episode "The Drumhead" - Alex Smith (K4RNT) - Murfreesboro/Nashville, Tennessee USA |