Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2019 21:26:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240886] ports-mgmt/poudriere: jail -c -m src fails during make installworld
Message-ID:  <bug-240886-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240886

            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@FreeBSD.org
          Reporter: dmk@ncf.ca
          Assignee: bdrewery@FreeBSD.org
             Flags: maintainer-feedback?(bdrewery@FreeBSD.org)

I use an amd64 FreeBSD workstation to compile packages for an old i386 lapt=
op
using poudriere.=20

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 lapto=
p 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=3D/usr/src -a i386 it failed. Messages as follows:

=3D=3D=3D> include/xlocale (install)
install -N /usr/src/etc  -C -o root -g wheel -m 444=20
/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/
=3D=3D=3D> include/gssapi (install)
install -N /usr/src/etc  -C -o root -g wheel -m 444=20
/usr/src/include/gssapi/gssapi.h
/usr/local/poudriere/jails/laptop/usr/include/gssapi/
env NEWVERS_SH=3D/usr/src/sys/conf/newvers.sh PARAMFILE=3D/usr/src/sys/sys/=
param.h
SYSDIR=3D/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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240886-7788>