Your message dated Sun, 19 Jul 2009 10:02:10 +0000
with message-id <[email protected]>
and subject line Bug#531936: fixed in open-vm-tools 2009.06.18-172495-3
has caused the Debian Bug report #531936,
regarding open-vm-source: Will not build with module-assistant
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 [email protected]
immediately.)
--
531936: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531936
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: open-vm-source
Version: 2009.04.23-162451-1
Severity: important
This is similar to bug reports #525816 and #518014, except the kernel in this
case is the linux-image-2.6.26-2-686 Debian package.
I am trying to build the modules using the following command as root:
module-assistant auto-build open-vm
The log file shows the following:
QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null pop -a -R ||
test $? = 2
rm -rf .pc debian/stamp-patched
dh_testdir
dh_testroot
rm -f build-stamp
rm -f config/config.guess config/config.sub
# Cleaning package
[ ! -f Makefile ] || /usr/bin/make distclean
make[1]: Entering directory `/usr/src/modules/open-vm'
/usr/bin/make -C modules/linux/pvscsi clean
make[2]: Entering directory
`/usr/src/modules/open-vm/modules/linux/pvscsi'
make[2]: Leaving directory
`/usr/src/modules/open-vm/modules/linux/pvscsi'
make[1]: Leaving directory `/usr/src/modules/open-vm'
/usr/bin/make -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/open-vm'
QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null pop -a -R ||
test $? = 2
No patch removed
rm -rf .pc debian/stamp-patched
dh_testdir
dh_testroot
rm -f build-stamp
rm -f config/config.guess config/config.sub
# Cleaning package
[ ! -f Makefile ] || /usr/bin/make distclean
make[2]: Entering directory `/usr/src/modules/open-vm'
/usr/bin/make -C modules/linux/pvscsi clean
Using standalone build system.
make[3]: Entering directory
`/usr/src/modules/open-vm/modules/linux/pvscsi'
Makefile:161: Makefile.normal: No such file or directory
make[3]: *** No rule to make target `Makefile.normal'. Stop.
make[3]: Leaving directory
`/usr/src/modules/open-vm/modules/linux/pvscsi'
make[2]: *** [clean] Error 2
make[2]: Leaving directory `/usr/src/modules/open-vm'
make[1]: *** [clean] Error 2
make[1]: Leaving directory `/usr/src/modules/open-vm'
make: *** [kdist_build] Error 2
The key error being:
Makefile:161: Makefile.normal: No such file or directory
The following Makefile* files are in the unpacked source:
/usr/src/modules/open-vm/modules/linux/pvscsi/Makefile
/usr/src/modules/open-vm/modules/linux/pvscsi/Makefile.kernel
/usr/src/modules/open-vm/modules/linux/vmblock/Makefile
/usr/src/modules/open-vm/modules/linux/vmblock/Makefile.kernel
/usr/src/modules/open-vm/modules/linux/vmblock/Makefile.normal
/usr/src/modules/open-vm/modules/linux/vmci/Makefile
/usr/src/modules/open-vm/modules/linux/vmci/Makefile.kernel
/usr/src/modules/open-vm/modules/linux/vmci/Makefile.normal
/usr/src/modules/open-vm/modules/linux/vmhgfs/Makefile
/usr/src/modules/open-vm/modules/linux/vmhgfs/Makefile.kernel
/usr/src/modules/open-vm/modules/linux/vmhgfs/Makefile.normal
/usr/src/modules/open-vm/modules/linux/vmmemctl/Makefile
/usr/src/modules/open-vm/modules/linux/vmmemctl/Makefile.kernel
/usr/src/modules/open-vm/modules/linux/vmmemctl/Makefile.normal
/usr/src/modules/open-vm/modules/linux/vmsync/Makefile
/usr/src/modules/open-vm/modules/linux/vmsync/Makefile.kernel
/usr/src/modules/open-vm/modules/linux/vmxnet3/Makefile
/usr/src/modules/open-vm/modules/linux/vmxnet3/Makefile.kernel
/usr/src/modules/open-vm/modules/linux/vmxnet3/Makefile.normal
/usr/src/modules/open-vm/modules/linux/vmxnet/Makefile
/usr/src/modules/open-vm/modules/linux/vmxnet/Makefile.kernel
/usr/src/modules/open-vm/modules/linux/vmxnet/Makefile.normal
/usr/src/modules/open-vm/modules/linux/vsock/Makefile
/usr/src/modules/open-vm/modules/linux/vsock/Makefile.kernel
/usr/src/modules/open-vm/modules/linux/vsock/Makefile.normal
Note the lack of the following files (the first of which the error is about):
/usr/src/modules/open-vm/modules/linux/pvscsi/Makefile.normal
/usr/src/modules/open-vm/modules/linux/vmsync/Makefile.normal
Both of these directories reference the missing file from their Makefile:
# grep Makefile.normal
/usr/src/modules/open-vm/modules/linux/pvscsi/Makefile
include $(SRCROOT)/Makefile.normal
# grep Makefile.normal
/usr/src/modules/open-vm/modules/linux/vmsync/Makefile
include $(SRCROOT)/Makefile.normal
Therefore I believe that the problem is kernel independent.
If the missing Makefile.normal files were included, I suspect this and bugs
#525816 and #518014 would be solved.
Regards,
Jim Barber
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages open-vm-source depends on:
ii bzip2 1.0.5-1 high-quality block-sorting file co
ii debhelper 7.2.14 helper programs for debian/rules
ii make 3.81-5 The GNU version of the "make" util
ii quilt 0.46-7 Tool to work with series of patche
Versions of packages open-vm-source recommends:
ii module-assistant 0.11.1 tool to make module package creati
ii open-vm-tools 2009.03.18-154848-2 tools and components for VMware gu
Versions of packages open-vm-source suggests:
pn open-vm-toolbox <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: open-vm-tools
Source-Version: 2009.06.18-172495-3
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:
open-vm-source_2009.06.18-172495-3_all.deb
to pool/contrib/o/open-vm-tools/open-vm-source_2009.06.18-172495-3_all.deb
open-vm-toolbox_2009.06.18-172495-3_i386.deb
to pool/contrib/o/open-vm-tools/open-vm-toolbox_2009.06.18-172495-3_i386.deb
open-vm-tools-dbg_2009.06.18-172495-3_i386.deb
to pool/contrib/o/open-vm-tools/open-vm-tools-dbg_2009.06.18-172495-3_i386.deb
open-vm-tools_2009.06.18-172495-3.diff.gz
to pool/contrib/o/open-vm-tools/open-vm-tools_2009.06.18-172495-3.diff.gz
open-vm-tools_2009.06.18-172495-3.dsc
to pool/contrib/o/open-vm-tools/open-vm-tools_2009.06.18-172495-3.dsc
open-vm-tools_2009.06.18-172495-3_i386.deb
to pool/contrib/o/open-vm-tools/open-vm-tools_2009.06.18-172495-3_i386.deb
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Daniel Baumann <[email protected]> (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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 19 Jul 2009 11:40:57 +0200
Source: open-vm-tools
Binary: open-vm-tools open-vm-toolbox open-vm-tools-dbg open-vm-source
Architecture: source i386 all
Version: 2009.06.18-172495-3
Distribution: unstable
Urgency: medium
Maintainer: Daniel Baumann <[email protected]>
Changed-By: Daniel Baumann <[email protected]>
Description:
open-vm-source - Source for VMware guest systems driver
open-vm-toolbox - tools and components for VMware guest systems (GUI tools)
open-vm-tools - tools and components for VMware guest systems (CLI tools)
open-vm-tools-dbg - tools and components for VMware guest systems (debug)
Closes: 518014 525816 531936 532293
Changes:
open-vm-tools (2009.06.18-172495-3) unstable; urgency=medium
.
* Adding libnotify-dev to build-depends.
* Adding symlinks for plugins.
* Updating vmtoolsd call in init script.
* Adding missing files to module source, thanks to Brian Kroth
<[email protected]> (Closes: #525816, #531936, #532293).
* Building binary modules with neither module-assistant nor kernel-
package is not supported by upstream (Closes: #518014).
* Cleaning up module source by removing unecessary files.
Checksums-Sha1:
bad8f111b77a2128d0e9f9da5883cc905364416c 1533
open-vm-tools_2009.06.18-172495-3.dsc
c9c24aaa51589f9121550c1b4b868087122b1d06 16679
open-vm-tools_2009.06.18-172495-3.diff.gz
5b87c0e0e85e80c041295da68dfbf12aecf1c770 674692
open-vm-tools_2009.06.18-172495-3_i386.deb
3df4178b890fd257b35514ddf51355e63c45467c 484084
open-vm-toolbox_2009.06.18-172495-3_i386.deb
ad71b7898415695dc097cfdacc2fbce48b1d27a5 2285164
open-vm-tools-dbg_2009.06.18-172495-3_i386.deb
46317aceb6ee9155bf937b041c179ba129389599 874510
open-vm-source_2009.06.18-172495-3_all.deb
Checksums-Sha256:
42e265f8d9c196c75b4e81d82a223bef1808030bd42e2b23d0241c479932e8bc 1533
open-vm-tools_2009.06.18-172495-3.dsc
11a90fcb395e94c9032052a79d50d41d8c0127890ca4f05266c748e4a74a3957 16679
open-vm-tools_2009.06.18-172495-3.diff.gz
76f5686b4712ee6ac97096092e4a8144836738a5e4190636e7aed27ec69a37e5 674692
open-vm-tools_2009.06.18-172495-3_i386.deb
c053329466b65a43b030104ef90b10a61e88100d36cb1d74948e3ac888b1b40f 484084
open-vm-toolbox_2009.06.18-172495-3_i386.deb
310e0efb7aaf81388173db3d35bf55f56024aecf12bf8a5e6fb200f408f2a363 2285164
open-vm-tools-dbg_2009.06.18-172495-3_i386.deb
579ea9dcfbe9fb06e9310db32ae367a9098308b7c72561aa6c113c5a28814e0a 874510
open-vm-source_2009.06.18-172495-3_all.deb
Files:
d7b3fe2caa4bc7859c9f50c27fe40a0f 1533 contrib/admin extra
open-vm-tools_2009.06.18-172495-3.dsc
00a403845ce173a5a8adeeac85090a2f 16679 contrib/admin extra
open-vm-tools_2009.06.18-172495-3.diff.gz
5ec7b3c38401035789757c7fbb133f0a 674692 contrib/admin extra
open-vm-tools_2009.06.18-172495-3_i386.deb
6446414a8b3908418d9ae37a97607cd7 484084 contrib/admin extra
open-vm-toolbox_2009.06.18-172495-3_i386.deb
d5f977c82a184646122ca698d8b347bc 2285164 contrib/debug extra
open-vm-tools-dbg_2009.06.18-172495-3_i386.deb
945fc03184bb5fb0459b9540e1af61a3 874510 contrib/admin extra
open-vm-source_2009.06.18-172495-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkpi6xIACgkQ+C5cwEsrK57J/QCePXDUdXv8ItVfQQbwkgFUvTxd
Y78An2fhylz/rQs+uHBNe9qAzltovt3V
=trSR
-----END PGP SIGNATURE-----
--- End Message ---