gnewsense-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnewsense-dev] deblobbing attempt, second time on wheezy


From: dww
Subject: Re: [Gnewsense-dev] deblobbing attempt, second time on wheezy
Date: Sun, 6 Apr 2014 20:18:58 -0400

Appears that the deblobbing removed blobs related to the
0013-powerpc-Allow-irq-threading.patch

On Sun, 2014-04-06 at 18:52 -0400, dww wrote:
> 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 <address@hidden>:
> > 
> > > 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.
> > 
> 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]