Topic: Building from scratch errrors
Hello,
I started to build the live iso/zip by myself, described at:
http://gparted.sourceforge.net/create-gparted-live.php
but stuck now. If I try to reinstall the libc (Step 8.)
apt-get --reinstall install libc6
I get the error:
"Installation of libc6 is not possible, it cannot be downloaded"
But the connection (static IP, with ifconfig and route) is working fine
and apt-get update, etc. is working.
And if I use the apt-get update (Step 9.):
apt-get install live-helper cdebootstrap drbl clonezilla zip bzip2 rsync mkisofs
I get the error:
---snip---
The following packages have unmet dependencies:
bzip2: Depends: libbz2-1.0 (= 1.0.5-1) but 1.0.5-4 is to be installed
E: Broken packages
---snap---
I I omit the bzip2 package all seems to work fine, exept the final
build steps, where bzip2 is needed. And perhaps there will be a
problem with the not reinstalled libc6... But couldn't test.
How can I resolve these problems?
T.