Summary: | ports-mgmt/poudriere-devel: -r428604: -m src= gets "sh: cc: not found" | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Mark Millard <marklmi26-fbsd> |
Component: | Individual Port(s) | Assignee: | Bryan Drewery <bdrewery> |
Status: | Closed Overcome By Events | ||
Severity: | Affects Only Me | CC: | w.schwarzenfeld |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(bdrewery) |
Version: | Latest | ||
Hardware: | powerpc | ||
OS: | Any | ||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212877 |
Description
Mark Millard
2016-12-26 00:42:33 UTC
See: https://lists.freebsd.org/pipermail/freebsd-current/2017-March/065354.html for a report today (2017-Mar-22) for aarch64 based on a more modern context. It's most likely the same issue as Bug 212877. There's a patch in there if you want to try it out. Is this still relevant? (In reply to w.schwarzenfeld from comment #3) I've been using things like: jail -c -jFBSDFSSDjailCortexA53 -a arm64.aarch64 -x -m null -M /usr/obj/DESTDIRs/clang-cortexA53-installworld-poud -S /usr/src -v 13.0-CURRENT ( so -m null with -S /usr/src ). This does involve the following local change (FCT= assigning non-empty) for the -x : /usr/local/share/poudriere/jail.sh : null) JAILFS=none FCT=build_native_xtools It will probably be a while before I'd test using -m src=... in a context similar to the old experiment that tried to use it. (It was before I switched to the above way of working.) It does appear that 212877 would have been a likely fix for the original experiment. (In reply to Walter Schwarzenfeld from comment #3) I've tested with: poudriere -x jail -c -m src=/usr/src -J 32 -v head@355027 -j testBugzilla215561 (with an appropriate env MAKEOBJDIRPREFIX=. . . for my environment) and it had no cc problems. (I tested on amd64.) So I'm changing the report to status: Overcome By Events. |