Your message dated Sat, 24 Sep 2016 03:34:19 +0200
with message-id <[email protected]>
and subject line Re: Bug#770217: cannot be run from source on !debian
has caused the Debian Bug report #770217,
regarding cannot be run from source on !debian
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
770217: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770217
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debootstrap
Version: 1.0.64
Severity: normal
make devices.tar.gz runs MAKEDEV, so the instructions to run debootstrap
from source don't work on !debian.
setup_devices contains old code to bind mount /dev when it's managed by
devfs. Updating that code to check for /dev managed by udev and
bind mounting then might be one approach to improve this. The resulting
chroot would need to have /dev/ bind mounted into it in order to be
used, which seems reasonable.
Alternatively, a debootstrap tarball could be provided targeting this
use case, including a prebuilt devices.tar.gz.
Alternatively, the devices.tar.gz Makefile target could, if MAKEDEV is
not in path, just tar up the system's /dev to make it.
I suspect that some people in this situation download the .deb from
debian and manually unpack it to get a prebuilt devices.tar.gz. Although
this requires both ar and (for no good reason) xz, which are not
universally available outside debian systems.
--
see shy jo
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 1.0.76
This should be solved by debootstrap no longer making use of MAKEDEV and
devices.tar.gz gone.
Ansgar
--- End Message ---