Ok, thanks, I did so and the source build worked, I proceeded with the
debuild for the binaries and I got the error in the attached file.

Dennis

On Sun, 2014-04-06 at 20:10 +0200, Sam Geeraerts wrote:
> Op Sat, 5 Apr 2014 09:02:48 -0400
> schreef dww <dwort...@msn.com>:
> 
> > I tried running liberate.sh again, but with wheezy OS on a Virtual Box
> > 
> > The terminal output is at www.dpaste.com/1771511
> > The regular output is at www.dpaste.com/1771515
> > 
> > Everything seemed to be OK except the last line on the terminal output
> > is:
> > 'dpkg-source: error: invalid line in md5 checksums string: 1120983436
> > linux_3.2.54.orig.tar.xz'
> 
> Squeeze's tar file is compressed gzip, Wheezy's with xz. You
> probably ended up with 2 tar files: 1 gz and 1 xz. Change
> 
> tar -czf
> 
> to
> 
> tar -cJf
> 
> to use xz compression.
> 

 dpkg-buildpackage -rfakeroot -D -us -uc -b
dpkg-buildpackage: warning: using a gain-root-command while being root
dpkg-buildpackage: source package linux
dpkg-buildpackage: source version 3.2.54-2
dpkg-buildpackage: source changed by dann frazier <da...@debian.org>
 dpkg-source --before-build linux-3.2.54
dpkg-buildpackage: host architecture i386
dpkg-source: info: using options from linux-3.2.54/debian/source/options: 
--compression=xz
 fakeroot debian/rules clean
md5sum --check debian/control.md5sum --status || \
                /usr/bin/make -f debian/rules debian/control-real
dh_testdir
rm -rf debian/build debian/stamps debian/lib/python/debian_linux/*.pyc 
debian/linux-headers-* debian/linux-image-* debian/linux-support-* 
debian/linux-source-* debian/linux-doc-* debian/linux-manual-* 
debian/xen-linux-system-* debian/*-modules-*-di*
dh_clean
 debian/rules build
md5sum --check debian/control.md5sum --status || \
                /usr/bin/make -f debian/rules debian/control-real
dh_testdir
/usr/bin/make -f debian/rules.gen source
make[1]: Entering directory `/home/dennis/temp/linux/gns4/linux-3.2.54'
/usr/bin/make -f debian/rules.real source-featureset ABINAME='3.2.0-4' 
ABINAME_PART='-4' FEATURESET='none' SOURCEVERSION='3.2.54-2' 
UPSTREAMVERSION='3.2' VERSION='3.2'
make[2]: Entering directory `/home/dennis/temp/linux/gns4/linux-3.2.54'
test -d .pc
set +e; QUILT_PC=.pc quilt unapplied --quiltrc - >/dev/null && echo 'Patch 
series not fully applied'; test $? -eq 1
File series fully applied, ends at patch 
bugfix/all/hamradio-yam-fix-info-leak-in-ioctl.patch
mkdir -p 'debian/build'
rm -f 'debian/build/source_none'
ln -s '/home/dennis/temp/linux/gns4/linux-3.2.54' 'debian/build/source_none'
make[2]: Leaving directory `/home/dennis/temp/linux/gns4/linux-3.2.54'
/usr/bin/make -f debian/rules.real source-featureset ABINAME='3.2.0-4' 
ABINAME_PART='-4' FEATURESET='rt' SOURCEVERSION='3.2.54-2' 
UPSTREAMVERSION='3.2' VERSION='3.2'
make[2]: Entering directory `/home/dennis/temp/linux/gns4/linux-3.2.54'
mkdir -p 'debian/build'
rm -rf 'debian/build/source_rt'
mkdir -p 'debian/build/source_rt'
cp -al arch block COPYING CREDITS crypto Documentation drivers fs include init 
ipc Kbuild Kconfig kernel lib MAINTAINERS Makefile mm net README REPORTING-BUGS 
samples scripts security sound tools usr virt .gitignore .mailmap 
'debian/build/source_rt'
cd 'debian/build/source_rt' && 
QUILT_PATCHES='/home/dennis/temp/linux/gns4/linux-3.2.54/debian/patches' 
QUILT_SERIES=series-rt QUILT_PC=.pc quilt push --quiltrc - -a -q --fuzz=0
Applying patch 
features/all/rt/0001-Revert-workqueue-skip-nr_running-sanity-check-in-wor.patch
Applying patch features/all/rt/0002-x86-Call-idle-notifier-after-irq_enter.patch
Applying patch features/all/rt/0003-slab-lockdep-Annotate-all-slab-caches.patch
Applying patch 
features/all/rt/0004-x86-kprobes-Remove-remove-bogus-preempt_enable.patch
Applying patch features/all/rt/0005-x86-hpet-Disable-MSI-on-Lenovo-W510.patch
Applying patch 
features/all/rt/0006-block-Shorten-interrupt-disabled-regions.patch
Applying patch 
features/all/rt/0007-sched-Distangle-worker-accounting-from-rq-3Elock.patch
Applying patch features/all/rt/0008-mips-enable-interrupts-in-signal.patch.patch
Applying patch 
features/all/rt/0009-arm-enable-interrupts-in-signal-code.patch.patch
Applying patch 
features/all/rt/0010-powerpc-85xx-Mark-cascade-irq-IRQF_NO_THREAD.patch
Applying patch 
features/all/rt/0011-powerpc-wsp-Mark-opb-cascade-handler-IRQF_NO_THREAD.patch
Applying patch 
features/all/rt/0012-powerpc-Mark-IPI-interrupts-IRQF_NO_THREAD.patch
Applying patch features/all/rt/0013-powerpc-Allow-irq-threading.patch
1 out of 1 hunk FAILED
Patch features/all/rt/0013-powerpc-Allow-irq-threading.patch does not apply 
(enforce with -f)
make[2]: *** [debian/stamps/source_rt] Error 1
make[2]: Leaving directory `/home/dennis/temp/linux/gns4/linux-3.2.54'
make[1]: *** [source_rt_real] Error 2
make[1]: Leaving directory `/home/dennis/temp/linux/gns4/linux-3.2.54'
make: *** [debian/stamps/source-base] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
_______________________________________________
gNewSense-dev mailing list
gNewSense-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/gnewsense-dev

Reply via email to