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

Bug#598126: marked as done (FTBFS on !linux)



Your message dated Sun, 13 Nov 2016 17:47:52 -0800
with message-id <20161114014752.rszoo5wncbvrnllj@tomate.cristau.org>
and subject line Re: Bug#598126: FTBFS on !linux
has caused the Debian Bug report #598126,
regarding FTBFS on !linux
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 owner@bugs.debian.org
immediately.)


-- 
598126: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598126
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: debootstrap
Version: 1.0.25
Severity: normal

debootstrap cannot currently be built on debian kfreebsd or hurd. While
build dep makedev is installable there, it is a no-op. So, the devices.tar.gz
creation code will make an empty tarball, and a check I've just
added will cause the build to fail.

(cd dev && /dev/MAKEDEV std ptmx fd consoleonly)
Results undefined on non-Linux systems, aborting MAKEDEV invocation.
tar cf - dev | gzip -9 >devices.tar.gz
 ** devices.tar.gz is empty!
make: *** [devices.tar.gz] Error 1

(Note: Above dummied up. I have not really been building debootstrap on
freebsd, if anyone was curious about that.)

Assuming we want debootstrap to remain an arch-all package, which is
convenient as it allows updating debootstrap very quickly, we need
some way to build the linux-specific devices.tar.gz in a cross-platform way.
One way would be to add a switch or environment variable that made MAKEDEV
skip the non-Linux system check.

Alternatively, debootstrap could stop including the device tarball,
and bind mounting /dev. (It already does something similar on kfreebsd.)
However, this would mean a debootstrapped chroot would need to have its /dev
remounted after reboot (like its /proc and /sys already need to be).

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 1.0.82

On Sun, Sep 26, 2010 at 01:09:48PM -0400, Joey Hess wrote:
> Package: debootstrap
> Version: 1.0.25
> Severity: normal
> 
> debootstrap cannot currently be built on debian kfreebsd or hurd. While
> build dep makedev is installable there, it is a no-op. So, the devices.tar.gz
> creation code will make an empty tarball, and a check I've just
> added will cause the build to fail.
> 
devices.tar.gz was removed as of 1.0.82.  debootstrap can now be built
on !linux.

Cheers,
Julien

--- End Message ---

Reply to: