Your message dated Sun, 25 Oct 2015 09:39:55 +0000 with message-id <e1zqhmn-0005pi...@franck.debian.org> and subject line Bug#800322: fixed in open-vm-tools 2:10.0.0-3000743-1 has caused the Debian Bug report #800322, regarding X32 enabled kernel and "Build of vmhgfs.ko failed for: 4.2.0-1-amd64 (x86_64)" to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 800322: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800322 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: open-vm-tools Version: 2:9.4.6-1770165-8 Severity: normal ********* I'm working with a machine configured for an X32 port. It was not really by choice; a Debian maintainer broke us on the platform, so we had to add it to the testing repertoire. The machine requires we boot with `syscall.x32=y` (https://wiki.debian.org/X32Port). A recent "apt-get dist-upgrade" resulted in: ... Processing triggers for systemd (226-3) ... Setting up linux-image-4.2.0-1-amd64 (4.2.1-1) ... /etc/kernel/postinst.d/dkms: Error! Build of vmhgfs.ko failed for: 4.2.0-1-amd64 (x86_64) Consult the make.log in the build directory /var/lib/dkms/open-vm-tools/9.10.2/build/ for more information. /etc/kernel/postinst.d/initramfs-tools: update-initramfs: Generating /boot/initrd.img-4.2.0-1-amd64 /etc/kernel/postinst.d/zz-update-grub: Generating grub configuration file ... ... ********** Attached is make.log (located in /var/lib/dkms/open-vm-tools/9.10.2/build/make.log). Here are the first set of errors: # cat /var/lib/dkms/open-vm-tools/9.10.2/build/make.log DKMS make.log for open-vm-tools-9.10.2 for kernel 4.2.0-1-amd64 (x86_64) Sun Sep 27 15:00:23 EDT 2015 make: Entering directory '/var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs' Using kernel build system. Building vmhgfs without VMCI module symbols. make -C /lib/modules/4.2.0-1-amd64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \ MODULEBUILDDIR=/var/lib/dkms/open-vm-tools/9.10.2/build modules make[1]: Entering directory '/usr/src/linux-headers-4.2.0-1-amd64' Makefile:10: *** mixed implicit and normal rules: deprecated syntax CC [M] /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/message.o In file included from /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/./shared/kernelStubs.h:103:0, from /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/message.c:59: /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/./shared/kernelStubsSal.h:63:8: warning: "_SAL_VERSION" is not defined [-Wundef] #elif _SAL_VERSION == 10 ^ /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/./shared/kernelStubsSal.h:111:8: warning: "_SAL_VERSION" is not defined [-Wundef] #elif _SAL_VERSION == 10 ^ CC [M] /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/dir.o CC [M] /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/rpcout.o In file included from /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/./shared/kernelStubs.h:103:0, from /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/rpcout.c:47: /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/./shared/kernelStubsSal.h:63:8: warning: "_SAL_VERSION" is not defined [-Wundef] #elif _SAL_VERSION == 10 ^ /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/./shared/kernelStubsSal.h:111:8: warning: "_SAL_VERSION" is not defined [-Wundef] #elif _SAL_VERSION == 10 ^ CC [M] /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/filesystem.o CC [M] /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/cpName.o CC [M] /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/link.o /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/link.c:59:4: warning: initialization from incompatible pointer type .follow_link = HgfsFollowlink, ^ /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/link.c:59:4: warning: (near initialization for ‘HgfsLinkInodeOperations.follow_link’) /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/link.c:61:4: warning: initialization from incompatible pointer type .put_link = HgfsPutlink, ^ /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/link.c:61:4: warning: (near initialization for ‘HgfsLinkInodeOperations.put_link’) /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/link.c: In function ‘HgfsFollowlink’: /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/link.c:127:10: error: implicit declaration of function ‘nd_set_link’ [-Werror=implicit-function-declaration] nd_set_link(nd, fileName); ^ /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/link.c: In function ‘HgfsPutlink’: /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/link.c:238:4: error: implicit declaration of function ‘nd_get_link’ [-Werror=implicit-function-declaration] fileName = nd_get_link(nd); ^ /var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/link.c:238:13: warning: assignment makes pointer from integer without a cast fileName = nd_get_link(nd); ^ cc1: some warnings being treated as errors /usr/src/linux-headers-4.2.0-1-common/scripts/Makefile.build:263: recipe for target '/var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/link.o' failed make[4]: *** [/var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs/link.o] Error 1 /usr/src/linux-headers-4.2.0-1-common/Makefile:1403: recipe for target '_module_/var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs' failed make[3]: *** [_module_/var/lib/dkms/open-vm-tools/9.10.2/build/vmhgfs] Error 2 Makefile:146: recipe for target 'sub-make' failed make[2]: *** [sub-make] Error 2 Makefile:8: recipe for target 'all' failed make[1]: *** [all] Error 2 ... ********** # apt-cache show open-vm-tools Package: open-vm-tools Source: open-vm-tools (2:9.10.2-2822639-3) Version: 2:9.10.2-2822639-3+b1 Installed-Size: 2000 Maintainer: Bernd Zeimetz <b...@debian.org> Architecture: amd64 Depends: init-system-helpers (>= 1.18~), libc6 (>= 2.16), libdumbnet1 (>= 1.8), libfuse2 (>= 2.6), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.31.8), libicu55 (>= 55.1-1~), libmspack0 (>= 0.4), libprocps4, libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 5.2), libxerces-c3.1, libxml-security-c17v5 Recommends: ethtool, zerofree Suggests: open-vm-tools-desktop Description-en: Open VMware Tools for virtual machines hosted on VMware (CLI) The Open Virtual Machine Tools (open-vm-tools) project is an open source implementation of VMware Tools. It is a suite of virtualization utilities and drivers to improve the functionality, user experience and administration of VMware virtual machines. . This package contains only the core user-space programs and libraries. Description-md5: a6ea22fad449711c4296720ce1ebe6b4 Homepage: http://open-vm-tools.sourceforge.net/ Tag: admin::virtualization, role::program, uitoolkit::gtk Section: admin Priority: extra Filename: pool/main/o/open-vm-tools/open-vm-tools_9.10.2-2822639-3+b1_amd64.deb Size: 514370 MD5sum: 42856c6fe79a863f3eebbdf800c51f11 SHA1: a2848f2c5c1deb883aa38132f4e49bb70889cff5 SHA256: 0da251f97a9110f379681d1a8a7fc674eddf1d8c84e6b2d93513e2c690670fc5 Package: open-vm-tools Version: 2:9.4.6-1770165-8 Installed-Size: 2742 Maintainer: Bernd Zeimetz <b...@debian.org> Architecture: amd64 Depends: init-system-helpers (>= 1.18~), libc6 (>= 2.15), libdumbnet1 (>= 1.8), libfuse2 (>= 2.6), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.31.8), libicu52 (>= 52~m1-1~), libprocps3, libstdc++6 (>= 4.1.1) Recommends: ethtool, zerofree Suggests: open-vm-tools-desktop Description-en: Open VMware Tools for virtual machines hosted on VMware (CLI) The Open Virtual Machine Tools (open-vm-tools) project is an open source implementation of VMware Tools. It is a suite of virtualization utilities and drivers to improve the functionality, user experience and administration of VMware virtual machines. . This package contains only the core user-space programs and libraries. Description-md5: a6ea22fad449711c4296720ce1ebe6b4 Homepage: http://open-vm-tools.sourceforge.net/ Tag: admin::virtualization, role::program, uitoolkit::gtk Section: admin Priority: extra Filename: pool/main/o/open-vm-tools/open-vm-tools_9.4.6-1770165-8_amd64.deb Size: 513104 MD5sum: 03744816b995c7d91696255b08f43a55 SHA1: 9b89b6a04715d43613720f6b44109391a6b132b8 SHA256: 53418a135967b3d2fc3ab44bcfa7d394013d682893552511021fbb523e147032
make.log.tar.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---Source: open-vm-tools Source-Version: 2:10.0.0-3000743-1 We believe that the bug you reported is fixed in the latest version of open-vm-tools, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 800...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Bernd Zeimetz <b...@debian.org> (supplier of updated open-vm-tools package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 25 Oct 2015 08:52:49 +0100 Source: open-vm-tools Binary: open-vm-tools open-vm-tools-desktop open-vm-tools-dev open-vm-tools-dbg open-vm-tools-dkms Architecture: source amd64 all Version: 2:10.0.0-3000743-1 Distribution: unstable Urgency: medium Maintainer: Bernd Zeimetz <b...@debian.org> Changed-By: Bernd Zeimetz <b...@debian.org> Description: open-vm-tools - Open VMware Tools for virtual machines hosted on VMware (CLI) open-vm-tools-dbg - Open VMware Tools for virtual machines hosted on VMware (debug) open-vm-tools-desktop - Open VMware Tools for virtual machines hosted on VMware (GUI) open-vm-tools-dev - Open VMware Tools for virtual machines hosted on VMware (developm open-vm-tools-dkms - Open VMware Tools for virtual machines hosted on VMware (DKMS) Closes: 797725 800322 Changes: open-vm-tools (2:10.0.0-3000743-1) unstable; urgency=medium . * [b0ae431] Merge tag 'upstream/10.0.0-3000743' Upstream version 10.0.0-3000743 Closes: #797725 * [27f0147] Snapshot changelog * [236554b] Refreshing patches. * [711f1e2] Merge remote-tracking branch 'origin/master' * [bfc0ed3] Remove the vmhgfs module and tools. * [6ab9fc7] Move fuse binaries into open-vm-tools-desktop package. * [2617cef] Use -std=gnu++11 * [e5e0c1f] ensure dh_fixperms runs as root * [4c57986] Remove paths from maintainer scripts. * [03db1df] Fix dkms destination folder. * [fb5a5a1] Merge branch 'master' of github.com:bzed/pkg-open-vm-tools * [ba55c8a] Work around broken cflags from libsigc++. * [c78bd75] Always use vmhgfs-fuse. We want to avoid the need to patch the module for every new kernel. VMware officially supports vmhgfs-fuse for kernels >= 4.0, but it should just work fine for older kernels. (Closes: #800322) Checksums-Sha1: 70041afa0d880cf57644eab77d13430047259582 2530 open-vm-tools_10.0.0-3000743-1.dsc dc02ba6a8189131778574bc79744918d7fc7cb73 4161070 open-vm-tools_10.0.0-3000743.orig.tar.gz 1124150ea2983ee331abd84737d72151ddd6a870 22724 open-vm-tools_10.0.0-3000743-1.debian.tar.xz 1d2b2b1254fc79377edc7943d88af4df82f6829c 1919900 open-vm-tools-dbg_10.0.0-3000743-1_amd64.deb 3e58d5ddf680f4aaf64562da04ab85b5e2b7db52 205390 open-vm-tools-desktop_10.0.0-3000743-1_amd64.deb 1e6d28f70667d849847f5af3714454472ecaa189 488448 open-vm-tools-dev_10.0.0-3000743-1_amd64.deb 69c0e86fe5f2ed8f3aaac6c644e1a59cd697831a 420608 open-vm-tools-dkms_10.0.0-3000743-1_all.deb 5e658304332e0a3f33b2bdcddc67296c2b02aa78 529016 open-vm-tools_10.0.0-3000743-1_amd64.deb Checksums-Sha256: 3538576e0d64305660e992ea82213335898506944449687b582617af2344818c 2530 open-vm-tools_10.0.0-3000743-1.dsc 5adef80f43186aff426f4f22b4b31b514d18a1dcc3334d56ed22d2e308803971 4161070 open-vm-tools_10.0.0-3000743.orig.tar.gz f2df6997278af93ca2f4ac0c7b94a49331536313902c1b4eced0328e21454118 22724 open-vm-tools_10.0.0-3000743-1.debian.tar.xz 20794c85ebc83e3efee2a9390acf8679e1a03b08e5b25ee022a76e383a602c54 1919900 open-vm-tools-dbg_10.0.0-3000743-1_amd64.deb e00414e1fa21b88085f0c7dfdd19962deed022b86245d15abf6f2b1cdf4c3787 205390 open-vm-tools-desktop_10.0.0-3000743-1_amd64.deb b5f9125614d5f6d995cbc6b436f4bf63d0345089a76ed0627985c3883826a863 488448 open-vm-tools-dev_10.0.0-3000743-1_amd64.deb a17463a326257a6346dd2dd8d1c1eff76d1a8b2e6aa35fdda4045e66be600f16 420608 open-vm-tools-dkms_10.0.0-3000743-1_all.deb 85a1c6974abc81074be9ba1956ff3a0cb19159e379a3ed16fce71a29315d9443 529016 open-vm-tools_10.0.0-3000743-1_amd64.deb Files: b8dc62bfb44a7a558a59fc29590f7e82 2530 admin extra open-vm-tools_10.0.0-3000743-1.dsc d83e3b0b94da48ede8cde0ab8ad11151 4161070 admin extra open-vm-tools_10.0.0-3000743.orig.tar.gz 0255e3ffb9c89b418f0605d555b87deb 22724 admin extra open-vm-tools_10.0.0-3000743-1.debian.tar.xz 1e316da2818b1876b2f48f7124a7dd34 1919900 debug extra open-vm-tools-dbg_10.0.0-3000743-1_amd64.deb 4a8b22ff49cb24ab02a6d5251102a636 205390 admin extra open-vm-tools-desktop_10.0.0-3000743-1_amd64.deb 81e0a3512cd38ec1580261278b0d3905 488448 devel extra open-vm-tools-dev_10.0.0-3000743-1_amd64.deb c51256a28e105bce618aed5fab8ef48e 420608 kernel extra open-vm-tools-dkms_10.0.0-3000743-1_all.deb 06cc43ce0c804912de4672f91ceef68a 529016 admin extra open-vm-tools_10.0.0-3000743-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJWLIvlAAoJEOs2Fxpv+UNf5xAP/RHtMJSrtQ/MymW2EvQWIlld srdFgI0tVtn2BVByF0SmAfLTZGOa39GgTCzY7dO1Mnx9b/Mg6U+y/IhWhc/hnhkE MHEfN8Cs++dHovwz6j83N7HdsilBhefIgVFoUUqFTl1CEJfb/Kht0uXA7VDqUS58 ibjwcbwby7NGkCoy6SR8PoFoA9j/V1FKmPyWkszDPy7inPIsaBFzsxllsuVoM6Y8 SiONGw3xksvQsviad8iAcriLTdtgj2pILESjmcaoN1P9nQCYlHbuByfNYgDXqqLW LLicV7Rs7yl/QfXzcjq2eq5xftfJJQ+/aTlNup8jo+lBjPHYm0sp/m2YIu6tQjxc WVMlstJEWkBx1Dzfxf8xIO4eFVs9X2un5/BlYwFAfkxiXtlAOwvbNIeKuZFqLEDq FvZUIQUliAQnARFIZWCZQmpPix80/CXFQfdYo3HrA7OUFb+WGyckRNg5P8TVwfCh HzAbOp5QA10ZKTGnU3EKpKCxC1UAnJoLfTegAEfpid3HW42iqo77kG6CaHGEd/pF VOUcnw09YRUURKSS2Y/3IqgIj5kR84rHwB0g919MayKmq2adJi3yufI5JYXgZV+4 tb0LOOsStHlSHhvJ+wMDb3IynIPS9M2A7w1DxlbGyxLd+7E5z1GunCzoIj0Tph4u e7UhtS5uHa0HBM73yuNb =4Clp -----END PGP SIGNATURE-----
--- End Message ---