[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Building Debian-Hurd-Live... no?



In Debian GNU/Hurd:
$ sudo apt-get install vmdebootstrap
E: Package 'vmdebootstrap' has no installation candidate


-------- Missatge reenviat --------
Assumpte: Re: GNU/Hurd
Reenviat-Data: Tue,  4 Jul 2017 01:19:25 +0000 (UTC)
Reenviat-De: debian-live@lists.debian.org
Data: Mon, 3 Jul 2017 19:54:08 -0500
De: Jeff Epler <jepler@unpythonic.net>
A: Narcis Garcia <informatica@actiu.net>
CC: debian-live@lists.debian.org

[re-sent on list, apologies for the duplicate]

On Mon, Jun 26, 2017 at 08:57:31AM +0200, Narcis Garcia wrote:
> Can I follow some procedure that drives me to build a Hurd kernel based
> Debian-Live?

I don't think this works at present.

You would start with something like:
  $ sudo lwr -o hurd.iso --architecture=hurd-i386 -d unstable
but this fails in debootstrap:
  E: Couldn't find these debs: linux-image-hurd-i386 acpid

This in turn seems to be a vmdebootstrap bug, as it invokes debootstrap with
'--include=acpid,sudo,linux-image-hurd-i386', which you can see with:
  sudo vmdebootstrap --sudo --arch=hurd-i386 --distribution unstable
--squash=/tmp/hurd-test
which will print
  ERROR: command failed: ['debootstrap', '--arch=hurd-i386',
'--include=acpid,sudo,linux-image-hurd-i386', 'unstable',
'/tmp/tmp7srJ9T',
'http://httpredir.debian.org/debian/']
before failing with the original error yet again
  E: Couldn't find these debs: linux-image-hurd-i386 acpid

Jeff


Reply to: