On Saturday 01 August 2009, Frans Pop wrote:
> Daily builds for HPPA have been failing for some time with:
> E: Couldn't find package input-modules-2.6.30-1-parisc-di
> make[2]: *** [stamps/get_udebs-netboot-stamp] Error 100
> make[1]: *** [_build] Error 2
> make: *** [build_netboot] Error 2
>
> After reverting r59674 they work again, so something must be wrong with
> that change. Can you look into it please?

Reason seems to be that hppa.cfg has:
KERNELIMAGEVERSION = $(BASEVERSION)-parisc $(BASEVERSION)-parisc64
KERNELVERSION = $(foreach ver,${KERNELIMAGEVERSION},$(ver))

which results in:
grep-dctrl '-!' -rFKernel-Version . -o -XFKernel-Version '2.6.30-1-parisc 
2.6.30-1-parisc64'
apt.udeb/state/lists/www.fjphome.nl_debian_dists_unstable_main_debian-installer_binary-hppa_Packages

HPPA is probably the only arch that builds virtually identical images
for two different kernel flavors, but that seems valid.

I've fixed it with commit r59872, which results in:
grep-dctrl '-!' -rFKernel-Version . -o -XFKernel-Version 2.6.30-1-parisc -o 
-XFKernel-Version 2.6.30-1-parisc64
apt.udeb/state/lists/www.fjphome.nl_debian_dists_unstable_main_debian-installer_binary-hppa_Packages

Cheers,
FJP


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to