On Thu, Jun 15, 2023 at 6:00 PM Samuel Thibault <[email protected]> wrote:
> > debootstrap is still not quite happy. I've uploaded the log here: [0]
> >
> > [0]: https://paste.gg/p/anonymous/c976008dc38342cd963b0778586ead19
>
> Which part seems problematic?

All those warnings, but these in particular:

---
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 5 package 'dpkg':
missing 'Architecture' field
---
dpkg: hurd: dependency problems, but configuring anyway as you requested:
hurd depends on xkb-data; however:
Package xkb-data is not installed.
---
/var/lib/dpkg/info/sysvinit-core.config: 25: [: -gt: unexpected operator
---

The "invalid user: 'root'" thing -- that could probably just use 0,
especially considering things actually check for UID 0 and not for
pw_name of "root".

> If the command returns $? as 0, it means the tool considers it
> succeeded.

The tool may think that it has succeeded, but for instance apt is
unhappy afterwards:

root@hurd:/# apt install -f
Reading package lists... Done
Building dependency tree... Done
Correcting dependencies... failed.
The following packages have unmet dependencies:
 hurd : Depends: xkb-data but it is not installable
        Recommends: bf-utf-source but it is not installable
 libx11-6 : Depends: libx11-data but it is not installable
E: Error, pkgProblemResolver::Resolve generated breaks, this may be
caused by held packages.
E: Unable to correct dependencies

Sergey

Reply via email to