[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnewsense-dev] deblobbing attempt, second time on wheezy
From: |
Sam Geeraerts |
Subject: |
Re: [Gnewsense-dev] deblobbing attempt, second time on wheezy |
Date: |
Sun, 6 Apr 2014 20:10:01 +0200 |
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.