Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#663474: kernel-package: *** Cannot find lguest tools - kernel 3.3-rc7

8 views
Skip to first unread message

Johann AMSELLEM

unread,
Mar 11, 2012, 11:20:02 AM3/11/12
to
Package: kernel-package
Version: 12.036+nmu2
Severity: important


Building a 3.3-rc7 kernel with kernel-package 12.036+nmu2
fails with following error message :
Cannot find lguest tools.
-------------------
make -f debian/rules debian/stamp/conf/kernel-conf
make[2]: entrant dans le répertoire « /home/jo/Kernel_JO/linux-3.3-rc7 »
make[2]: « debian/stamp/conf/kernel-conf » est à jour.
make[2]: quittant le répertoire « /home/jo/Kernel_JO/linux-3.3-rc7 »
make[1]: quittant le répertoire « /home/jo/Kernel_JO/linux-3.3-rc7 »
echo done > debian/stamp/conf/minimal_debian
exec debian/rules  DEBIAN_REVISION=3.3-rc7-1  APPEND_TO_VERSION=-jo  INITRD=YES  kernel-image linux-headers 
====== making target debian/stamp/conf/vars [new prereqs: ]======

debian/ruleset/targets/common.mk:286: *** Cannot find lguest tools. Arrêt.


Best regards,


-- System Information:
Debian Release: squeeze
Architecture: i686 (x86)

Kernel: Linux 3.2.9 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/zsh linked to /bin/zsh4
(Same on wheezy)

-- Configuration Files:

/etc/kernel-pkg.conf changed:
CONCURRENCY_LEVEL = 4

Ben Hutchings

unread,
Mar 11, 2012, 4:00:02 PM3/11/12
to
On Sun, 2012-03-11 at 16:12 +0100, Johann AMSELLEM wrote:
> Package: kernel-package
> Version: 12.036+nmu2
> Severity: important
>
>
>
> Building a 3.3-rc7 kernel with kernel-package 12.036+nmu2
> fails with following error message :
> Cannot find lguest tools.
>
>
> -------------------
> make -f debian/rules debian/stamp/conf/kernel-conf
> make[2]: entrant dans le répertoire « /home/jo/Kernel_JO/linux-3.3-rc7 »
> make[2]: « debian/stamp/conf/kernel-conf » est à jour.
> make[2]: quittant le répertoire « /home/jo/Kernel_JO/linux-3.3-rc7 »
> make[1]: quittant le répertoire « /home/jo/Kernel_JO/linux-3.3-rc7 »
> echo done > debian/stamp/conf/minimal_debian
> exec debian/rules DEBIAN_REVISION=3.3-rc7-1 APPEND_TO_VERSION=-jo INITRD=YES kernel-image linux-headers
> ====== making target debian/stamp/conf/vars [new prereqs: ]======
>
> debian/ruleset/targets/common.mk:286: *** Cannot find lguest tools. Arrêt.

Yes, they moved yet again. The fix is simple:

diff -Nru kernel-package-12.036+nmu2/kernel/ruleset/targets/common.mk kernel-package-12.036+nmu3/kernel/ruleset/targets/common.mk
--- kernel-package-12.036+nmu2/kernel/ruleset/targets/common.mk 2012-03-04 00:03:25.000000000 +0000
+++ kernel-package-12.036+nmu3/kernel/ruleset/targets/common.mk 2012-03-11 18:14:54.000000000 +0000
@@ -64,7 +64,7 @@
echo "YES"; \
fi)

-LGUEST_SUBDIR = $(word 1,$(wildcard Documentation/lguest Documentation/virtual/lguest))
+LGUEST_SUBDIR = $(word 1,$(wildcard Documentation/lguest Documentation/virtual/lguest tools/lguest))

define save_upstream_debianization
@echo save_upstream_debianization
--- END ---

Ben.

--
Ben Hutchings
For every action, there is an equal and opposite criticism. - Harrison
signature.asc

Johann AMSELLEM

unread,
Mar 11, 2012, 4:50:01 PM3/11/12
to
Yes, they moved yet again.  The fix is simple:

diff -Nru kernel-package-12.036+nmu2/kernel/ruleset/targets/common.mk kernel-package-12.036+nmu3/kernel/ruleset/targets/common.mk
--- kernel-package-12.036+nmu2/kernel/ruleset/targets/common.mk 2012-03-04 00:03:25.000000000 +0000
+++ kernel-package-12.036+nmu3/kernel/ruleset/targets/common.mk 2012-03-11 18:14:54.000000000 +0000
@@ -64,7 +64,7 @@
                          echo "YES";                                     \
          fi)

-LGUEST_SUBDIR = $(word 1,$(wildcard Documentation/lguest Documentation/virtual/lguest))
+LGUEST_SUBDIR = $(word 1,$(wildcard Documentation/lguest Documentation/virtual/lguest tools/lguest))

 define save_upstream_debianization
 @echo save_upstream_debianization
--- END ---

Ben.

 

With this, is it possible to continue to compile a kernel 3.3 ? 

Ben Hutchings

unread,
Mar 11, 2012, 5:10:01 PM3/11/12
to
Yes.
signature.asc
0 new messages