NetBSD-Bugs archive

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

misc/57639: MAKEDEV in destdir causes checkflist to fail



>Number:         57639
>Category:       misc
>Synopsis:       MAKEDEV in destdir causes checkflist to fail
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    misc-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Oct 01 16:30:01 +0000 2023
>Originator:     Taylor R Campbell
>Release:        current
>Organization:
The NetBuild.sh Foundation
>Environment:
>Description:
checkflist appears to ignore device nodes under $DESTDIR/dev, but not directories or symlinks, so running MAKEDEV in $DESTDIR/dev (in order to make it work as a functional chroot, e.g. with /dev/null, /dev/stdin, &c.) has the effect of breaking checkflist.  This is annoying for iterating development and testing in a chroot.
>How-To-Repeat:
cd $NETBSDSRCDIR && build.sh ... distribution
cd $DESTDIR/dev && sh MAKEDEV all
cd $NETBSDSRCDIR && build.sh ... distribution
>Fix:
Yes, please!



Home | Main Index | Thread Index | Old Index