Package: kernel-package
Version: 8.119
Severity: minor

Near the end of the build, a tar.bz file is to be created from the
real-stamp-source (?) target, and terminates if bzip2 is not installed.
Perhaps bzip2 should be recommended or suggested (but I'm not totally sure
I'm doing this properly, either -- if I'm not, I apologize).

I wouldn't bother filing this, except it terminates the build process
and doesn't produce any .deb file(s).  My invocation line was:

        % make-kpkg --rootcmd=fakeroot --config=menuconfig buildpackage

Thanks,
Krishna Sethuraman

(cd debian/tmp-source/usr/src/kernel-source-2.6.10;         rm -f 
stamp-building stamp-build stamp-configure stamp-source stamp-image 
stamp-headers stamp-src stamp-diff stamp-doc stamp-buildpackage 
stamp-libc-kheaders stamp-debian stamp-patch stamp-kernel-configure)
(cd debian/tmp-source/usr/src/kernel-source-2.6.10;         \
         [ ! -d scripts/cramfs ]   || make -C scripts/cramfs distclean ; )
if test -f debian/official && test -f debian/README.Debian ; then \
           install -p    -o root -g root -m 644 debian/README.Debian 
debian/tmp-source/usr/src/kernel-source-2.6.10/README.Debian ; \
           install -p    -o root -g root -m 644 debian/README.Debian 
debian/tmp-source/usr/share/doc/kernel-source-2.6.10/README.Debian ; \
   gzip -9qf 
debian/tmp-source/usr/share/doc/kernel-source-2.6.10/README.Debian;\
else \
    sed -e 's/=V/2.6.10/g' -e 's/=A/i386/g' \
             -e 's/=ST/kernel/g'                              \
                 /usr/share/kernel-package/README.source >  
debian/tmp-source/usr/src/kernel-source-2.6.10/README.Debian ; \
fi
if test -f README.Debian ; then \
           install -p    -o root -g root -m 644 README.Debian 
debian/tmp-source/usr/share/doc/kernel-source-2.6.10/README.Debian.1st; \
   gzip -9qf                     
debian/tmp-source/usr/share/doc/kernel-source-2.6.10/README.Debian.1st;\
fi
chmod -R og=rX debian/tmp-source
chown -R root:root debian/tmp-source
(cd debian/tmp-source/usr/src/ && \
           tar --bzip2 -cf kernel-source-2.6.10.tar.bz2 kernel-source-2.6.10 &&\
             rm -rf kernel-source-2.6.10;)
tar: bzip2: Cannot exec: No such file or directory
tar: Error is not recoverable: exiting now
make[2]: *** [real_stamp_source] Error 141
make[2]: Leaving directory `/usr/src/linux-2.6.10'
make[1]: *** [stamp-source] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.10'
make: *** [stamp-buildpackage] Error 2


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to C)

Versions of packages kernel-package depends on:
ii  dpkg                          1.10.26    Package maintenance system for Deb
ii  dpkg-dev                      1.10.26    Package building tools for Debian
ii  gcc [c-compiler]              4:3.3.5-1  The GNU C compiler
ii  gcc-3.3 [c-compiler]          1:3.3.5-8  The GNU C compiler
ii  make                          3.80-9     The GNU version of the "make" util
ii  perl                          5.8.4-6    Larry Wall's Practical Extraction 

-- no debconf information


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

Reply via email to