Your message dated Tue, 29 Apr 2014 07:19:36 +0000 with message-id <[email protected]> and subject line Bug#635317: fixed in make-dfsg 4.0-2 has caused the Debian Bug report #635317, regarding FTBFS with make (3.82-1) from experimental 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.) -- 635317: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635317 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: libc6 Version: 2.13-13 Severity: normal While trying to build eglibc 2.13-13 using make 3.82-1 from experimental, build stops with .... make[3]: Leaving directory `/var/tmp/build/eglibc-2.13/wctype' /usr/bin/make subdir=manual -C manual ..=../ subdir_lib sed: can't read libc.texinfo: No such file or directory make[3]: Entering directory `/var/tmp/build/eglibc-2.13/manual' Makefile:235: *** mixed implicit and normal rules. Stop. make[3]: Leaving directory `/var/tmp/build/eglibc-2.13/manual' make[2]: *** [manual/subdir_lib] Error 2 make[2]: Leaving directory `/var/tmp/build/eglibc-2.13' make[1]: *** [all] Error 2 make[1]: Leaving directory `/var/tmp/build/eglibc-2.13/build-tree/amd64-libc' make: *** [/var/tmp/build/eglibc-2.13/stamp-dir/build_libc] Error 2 The Makefile in question is manual/Makefile, generated by patch all/local-remove-manual.diff, and the offending rule is $(objpfx)stubs ../po/manual.pot $(objpfx)stamp%: $(make-target-directory) touch $@ After splitting that up into a normal and an implicit rule build stops again with .... make[3]: Leaving directory `/var/tmp/build/eglibc-2.13/iconv' /usr/bin/make subdir=locale -C locale ..=../ subdir_install make[3]: Entering directory `/var/tmp/build/eglibc-2.13/locale' make[3]: Leaving directory `/var/tmp/build/eglibc-2.13/locale' make[3]: Entering directory `/var/tmp/build/eglibc-2.13/locale' /usr/bin/install -c -m 644 locale.h /usr/include/locale.h /usr/bin/install: cannot remove `/usr/include/locale.h': Permission denied make[3]: *** [/usr/include/locale.h] Error 1 make[3]: Leaving directory `/var/tmp/build/eglibc-2.13/locale' make[2]: *** [locale/subdir_install] Error 2 make[2]: Leaving directory `/var/tmp/build/eglibc-2.13' make[1]: *** [install] Error 2 make[1]: Leaving directory `/var/tmp/build/eglibc-2.13/build-tree/amd64-libc' make: *** [/var/tmp/build/eglibc-2.13/stamp-dir/install_libc] Error 2 Looks like make somehow lost the value of install_root, but earlier install_root seemed OK, e.g. make[3]: Entering directory `/var/tmp/build/eglibc-2.13/iconv' /usr/bin/install -c -m 644 iconv.h /var/tmp/build/eglibc-2.13/debian/tmp-libc/usr/include/iconv.h /usr/bin/install -c -m 644 gconv.h /var/tmp/build/eglibc-2.13/debian/tmp-libc/us r/include/gconv.h Note that the problem is not specific to -13, at least -12 and -11 fail in the same way. Cheers, Roderich -- System Information: Debian Release: wheezy/sid APT prefers oneiric APT policy: (500, 'oneiric'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libc6 depends on: ii libc-bin 2.13-13 Embedded GNU C Library: Binaries ii libgcc1 1:4.6.1-5 GCC support library libc6 recommends no packages. Versions of packages libc6 suggests: ii cdebconf [debconf-2.0] 0.156 Debian Configuration Management Sy ii debconf [debconf-2.0] 1.5.41 Debian configuration management sy ii glibc-doc 2.13-10 Embedded GNU C Library: Documentat ii locales 2.13-13 Embedded GNU C Library: National L ii make 3.82-1 utility for directing compilation -- debconf information: * glibc/upgrade: true glibc/disable-screensaver: * glibc/restart-failed: * glibc/restart-services: samba exim4 cups cron atd
--- End Message ---
--- Begin Message ---Source: make-dfsg Source-Version: 4.0-2 We believe that the bug you reported is fixed in the latest version of make-dfsg, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Manoj Srivastava <[email protected]> (supplier of updated make-dfsg 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: SHA512 Format: 1.8 Date: Mon, 28 Apr 2014 23:57:19 -0700 Source: make-dfsg Binary: make Architecture: source amd64 Version: 4.0-2 Distribution: experimental Urgency: medium Maintainer: Manoj Srivastava <[email protected]> Changed-By: Manoj Srivastava <[email protected]> Description: make - utility for directing compilation Closes: 342726 451092 635317 669968 675612 689626 693926 720686 722520 734387 Changes: make-dfsg (4.0-2) experimental; urgency=medium . * Pull back some patches from upstream git that fix bugs. One of these converts the mixed implicit and explicit rule error into a warning, and that should give us a grace period to fix the Makefiles, * Bug fix: "FTBFS with make 3.82 from experimental", thanks to Daniel Schepler. This package was not reported broken in the archive rebuild: see http://aws-logs.debian.net/ftbfs-logs/results-make4/ (Closes: #720686). * Bug fix: "make 3.82: with -j tries to run receipes without prerequisites yet done", thanks to Bernhard R. Link. This was not seen in the archive rebuild, and the upstream report has ben closed a being fixed in 4.0 (Closes: #722520). * Bug fix: "run dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4", thanks to Wookey. We now do indeed run autoreconf. (Closes: #689626). * Bug fix: "spurious circular dependency", thanks to Frank Heckenbach Bug fixed in new version. (Closes: #669968). * Bug fix: "make 3.82: fails to parse archive syntax", thanks to Andrew Shadura (Closes: #675612). * Bug fix: "binary package make lacks "Multi-Arch: foreign" declaration", thanks to Helmut Grohne (Closes: #693926). * Bug fix: "make 3.82 breaks kernel module build: 'mixed implicit and normal rules' in linux-headers-*", thanks to Dean Loros (Closes: #635317). * Bug fix: "please package upstream version 4.0", thanks to Andrew Shadura (Closes: #734387). * Bug fix: "optionally echo all commands, even if preceded with @", thanks to Vincent Lefevre (Closes: #451092). * Bug fix: ""Make is a HUGE memory hog"", thanks to Matthias Klose (Closes: #342726). Checksums-Sha1: a1e6695b1943fd8d6b3b2888d0da18a9cddbc15e 1714 make-dfsg_4.0-2.dsc b5abc4967b7bb8471dd38ca70dbf431f53feb09a 32360 make-dfsg_4.0-2.debian.tar.xz 84e261709d2f38e50c72862ed9a1f2b88ad055cf 340754 make_4.0-2_amd64.deb Checksums-Sha256: e3f7482d2cb7c0c3e792a43c3c4f499222077c4f27218263b476f0938fd0473a 1714 make-dfsg_4.0-2.dsc 15cb854dd7d2ca5e0a7b84f48d3cd9377db21949d42db74dea9260ce328dd4f3 32360 make-dfsg_4.0-2.debian.tar.xz 7f6a9c6be3275ac0b05c87920164cd2e99779a5c0ba81e786b6dbbaf1b458426 340754 make_4.0-2_amd64.deb Files: 7344317e725b70cd7364fa315b8a69fe 340754 devel standard make_4.0-2_amd64.deb 883a555109e0f1dd4c534a156ed000ab 1714 devel standard make-dfsg_4.0-2.dsc 5da5e50ab00c19d80dcaaaa138ed9813 32360 devel standard make-dfsg_4.0-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQFtBAEBCgBXBQJTX08tUBSAAAAAABsALHNyaXZhc3RhQGdvbGRlbi1ncnlwaG9u LmNvbUFCQTcxMDI1QTFCNUE4OEE0RTVGNjhDMjM2QkQ3MjBGNkY1NzY0NzJfNTM0 AAoJEDa9cg9vV2RyuxIH/RKA93StWM3kMzDzY+OIRDVlvw/uG4tIjJ10DlZoFLJU gKuXHa3VEaqzxO2Mw69XwqoZvB9Tz8GycW8BK2Xvd0y3PqRhRHY0ya65U4Z1Q3Qa vIeMMsGbzESD/hp/Buc5OJWU41GFFPcdUK6wTMDF5ExbgDudHcdH5FvaxNCrEG1X ha/ABPTsE0QHLiTX0RJnCmW2FJakrqojugAkQK8jo4e29Z5Uay4Oxcd62OsN5BEc 681HSrBLlpiVxaWDnlnDjbQflGDmScCBWjGOeXGTGf60S+H+zCeAV013csPYWTgI /lhglJ2dGl4CsLInQXPIntjRsdhMQ3AALNBNSa7cXiQ= =iV3c -----END PGP SIGNATURE-----
--- End Message ---

