NetBSD-Bugs archive

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

kern/52069: compat_netbsd32 "pkgsrc build issue"



>Number:         52069
>Category:       kern
>Synopsis:       compat_netbsd32 "pkgsrc build issue"
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 14 08:25:00 +0000 2017
>Originator:     Martin Husemann
>Release:        NetBSD 7.99.65
>Organization:
The NetBSD Foundation, Inc.
>Environment:
System: NetBSD martins.aprisoft.de 7.99.65 NetBSD 7.99.65 (GENERIC) #123: Sun Mar 12 08:56:35 CET 2017 martin%martins.aprisoft.de@localhost:/ssd/src/sys/arch/amd64/compile/GENERIC amd64
Architecture: x86_64
Machine: amd64
>Description:
On an amd64 machine, unpack all i386 binary sets under /i386.
Then do some special mounts:

nfs-server:/pkgsrc on /i386/usr/pkgsrc type nfs
kernfs on /i386/kern type kernfs (local)
procfs on /i386/proc type procfs (local)
ptyfs on /i386/dev/pts type ptyfs (local)

And the try to build something under compat_netbsd32:

# chroot /i386 /bin/sh
# cd /usr/pkgsrc/shells/tcsh
# make install

This fails (for me) reproducable with:

=> Checking file-check results for tcsh-6.20.00nb2
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /usr/pkgobj/shells/tcsh/work/.destdir/usr/pkg:
ERROR:         /usr/pkgobj/shells/tcsh/work/.destdir/usr/pkg/find: /usr/pkgobj/shells/tcsh/work/.destdir/usr/pkg/.: No such file or directory
*** Error code 1

I have this in /i386/etc/mk.conf:

WRKOBJDIR=/usr/pkgobj
PACKAGES=${WRKOBJDIR}/packages
CREATE_WRKDIR_SYMLINK=no
PKG_DEVELOPER=yes


Bug in netbsd32___getdents30?

>How-To-Repeat:
s/a

>Fix:
n/a



Home | Main Index | Thread Index | Old Index