Ticket #105 (new defect)

Opened 11 months ago

Last modified 11 months ago

debirf fails to build lenny image on squeeze

Reported by: jrollins Owned by: jrollins
Priority: major Component: debirf
Keywords: Cc:

Description

There appears to be some sort of library incompatibility that prevents the the debootstrap phase from completing. Hopefully more info to come.

Change History

Changed 11 months ago by dkg

The problem seen is a segmentation fault from the debirf make process, which is replicable by the following two commands in an empty directory:

tar xzf /usr/share/doc/debirf/example-profiles/minimal.tgz
debirf make minimal

once i do those two things, the debirf make runs through all the retrieving, validating, and extracting, then it produces:

I: Installing core packages...
W: Failure trying to run: chroot /home/wt215/debirf/minimal/root 
             dpkg --force-depends --install /var/cache/apt/archives/base-files_5lenny4_i386.deb /var/cache/apt/archives/base-passwd_3.5.20_i386.deb

and it returns error code 1.

Note: See TracTickets for help on using tickets.