[Bug 216083] ports-mgmt/poudriere-devel: (e.g. at) -r431413: "mv: rename /usr/obj/arm.armv6/nxb-bin to" fails with wrong path: MAKEOBJDIRPREFIX was ignored
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 14 19:10:21 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216083
Bug ID: 216083
Summary: ports-mgmt/poudriere-devel: (e.g. at) -r431413: "mv:
rename /usr/obj/arm.armv6/nxb-bin to" fails with wrong
path: MAKEOBJDIRPREFIX was ignored
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: markmi at dsl-only.net
Flags: maintainer-feedback?(bdrewery at FreeBSD.org)
Assignee: bdrewery at FreeBSD.org
I got:
--- _installlinks ---
/usr/bin/chgrp -> /usr/sbin/chown
mv: rename /usr/obj/arm.armv6/nxb-bin to
/usr/local/poudriere/jails/head-cortex-a7/nxb-bin: No such file or directory
[01:11:28] ====>> Error: Failed to move native-xtools
[01:11:28] ====>> Error while creating jail, cleaning up.
[01:11:28] ====>> Removing head-cortex-a7 jail... done
But I'd used:
# grep MAKEOBJ /usr/local/etc/poudriere.d/head-cortex-a7-poudriere.conf
export MAKEOBJDIRPREFIX="/usr/obj/poudriere_cross_bld"
so earlier paths were were as shown in the below example:
--- obj ---
/usr/obj/poudriere_cross_bld/arm.armv6/nxb/usr/src/usr.bin/yacc created for
/usr/src/usr.bin/yacc
And showing the correct directory's contents:
# ls -lt /usr/obj/poudriere_cross_bld/arm.armv6/
total 2
drwxr-xr-x 3 root wheel 3 Jan 14 01:45 nxb
drwxr-xr-x 5 root wheel 5 Jan 14 01:45 nxb-bin
drwxr-xr-x 3 root wheel 3 Jan 14 01:00 usr
The /usr/obj/arm.armv6/nxb-bi path construction for this mv is ignoring
MAKEOBJDIRPREFIX .
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list