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

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to