I took a look and can see that your build has failed whilst running
debootstrap during the initial bootstrapping stages (that particular
block of lines beginning with "I:" and "E:" where it's fetching,
verifying and extracting packages is coming from debootstrap).

I suggest that you first try adding the `--verbose` option to your
live-build config which will result in debootstrap also being run with
`--verbose` (or alternatively you can add `--verbose` to your existing
use of `--debootstrap-options`). You might then see a clue as to what
is going wrong in the then more verbose debootstrap output.

Since this problem seems to likely be originating within debootstrap,
please put live-build to one side for a moment and play with executing
debootstrap directly, to confirm that it is definitely nothing to do
specifically with live-build, and to see if you can more easily figure
out what is wrong. If you can thus confirm that it is debootstrap
itself that is at fault, as I suspect, you'll need to reach out to the
debootstrap developers. It would seem that they've broken the ability
to bootstrap ubuntu from the new debian debootstrap package (presuming
it worked for you previously as I think you're suggesting). (I'm afraid
that I have too little time on my hands to do all of this myself).


On Wed, 2021-09-01 at 17:06 +0000, Joshua Peisach wrote:
> Hello live-team (your IRC channel, like debian-cinnamon, debian-
> python and debian-rust for some reason doesn't exist and I can't join
> it),
> 
> I need some help. I'm using the non-patched version of live-build
> (straight out of bullseye), and I'm having some package confliction
> issues. Unlike the last time this happened, where the packages
> weren't as essential so they could be excluded, these are base
> packages that could be crucial to the system.
> 
> The issue was this: When installing the base packages, specifically
> base-passwd (which I did try excluding but didn't want to go through
> all the bad packages), this error occurs:
> "E: Tried to extract package, but file already exists. Exit..."
> 
> At first I realized that the 'false' cache-stage wasn't correct, but
> even removing it didn't help. I also tried force installing the
> packages, but still nothing. I'm not sure if Ubuntu is interfering,
> or if there is another apt/dpkg option to fix this, but if I could
> get some help on what is going on here that'd be great, I don't want
> to be excluding base packages (a few of them include bsdutils, gcc-
> 11-utils), and ensure I have a stable system. Can someone lend a
> hand? Repo: https://github.com/ItzSwirlz/iso-builder GitHub actions
> run: 
> https://github.com/ItzSwirlz/iso-builder/runs/3487048166?check_suite_focus=true
> 
> Thanks,
> -Josh

Reply via email to