[Bug 240886] ports-mgmt/poudriere: jail -c -m src fails during make installworld
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 27 21:26:03 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240886
Bug ID: 240886
Summary: ports-mgmt/poudriere: jail -c -m src fails during make
installworld
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: bdrewery at FreeBSD.org
Reporter: dmk at ncf.ca
Assignee: bdrewery at FreeBSD.org
Flags: maintainer-feedback?(bdrewery at FreeBSD.org)
I use an amd64 FreeBSD workstation to compile packages for an old i386 laptop
using poudriere.
I recently updated the amd64 workstation to 12.0-RELEASE-p10 and wished to
update the poudriere jail to the same release.
I maintain an i386 jail to do build i386 world and kernel to keep the laptop up
to date. I also use it as a basis for the poudriere jail.
I updated the build jail to 12.0-RELEASE-p10 no problem. However, when I
attempted to update the poudriere jail with poudriere jail -u -j laptop it
failed.
I decided to start over (the jail update would force a full rebuild of every
pkg anyways) and deleted the jail with poudriere jail -d -j laptop .
I then tried to create a new i386 poudriere jail using poudriere jail -c -j
laptop -m src=/usr/src -a i386 it failed. Messages as follows:
===> include/xlocale (install)
install -N /usr/src/etc -C -o root -g wheel -m 444
/usr/src/include/xlocale/_ctype.h /usr/src/include/xlocale/_inttypes.h
/usr/src/include/xlocale/_langinfo.h /usr/src/include/xlocale/_locale.h
/usr/src/include/xlocale/_monetary.h /usr/src/include/xlocale/_stdio.h
/usr/src/include/xlocale/_stdlib.h /usr/src/include/xlocale/_string.h
/usr/src/include/xlocale/_strings.h /usr/src/include/xlocale/_time.h
/usr/src/include/xlocale/_uchar.h /usr/src/include/xlocale/_wchar.h
/usr/local/poudriere/jails/laptop/usr/include/xlocale/
===> include/gssapi (install)
install -N /usr/src/etc -C -o root -g wheel -m 444
/usr/src/include/gssapi/gssapi.h
/usr/local/poudriere/jails/laptop/usr/include/gssapi/
env NEWVERS_SH=/usr/src/sys/conf/newvers.sh PARAMFILE=/usr/src/sys/sys/param.h
SYSDIR=/usr/src/sys sh /usr/src/include/mk-osreldate.sh
sh: env: not found
*** [osreldate.h] Error code 127
make[4]: stopped in /usr/src/include
1 error
make[4]: stopped in /usr/src/include
*** [realinstall_subdir_include] Error code 2
make[3]: stopped in /usr/src
1 error
make[3]: stopped in /usr/src
*** [reinstall] Error code 2
make[2]: stopped in /usr/src
1 error
make[2]: stopped in /usr/src
*** [installworld] Error code 2
make[1]: stopped in /usr/src
1 error
make[1]: stopped in /usr/src
*** [installworld] Error code 2
make: stopped in /usr/src
1 error
make: stopped in /usr/src
[00:02:03] Error: Failed to 'make installworld'
[00:02:03] Error while creating jail, cleaning up.
[00:02:03] Removing laptop jail... done
[00:02:05] Cleaning laptop data... done
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list