Created attachment 164910 [details] poudriere output log ===> Building for boehm-gc-7.4.2_4 /bin/ln -sf /wrkdirs/usr/ports/devel/boehm-gc/work/gc-7.4.2/src/sparc_mach_dep.S /wrkdirs/usr/ports/devel/boehm-gc/work/gc-7.4.2 make[2]: make[2]: don't know how to make ./libgc.la. Stop make[2]: stopped in /wrkdirs/usr/ports/devel/boehm-gc/work/gc-7.4.2 *** [all-recursive] Error code 1 make[1]: stopped in /wrkdirs/usr/ports/devel/boehm-gc/work/gc-7.4.2 1 error make[1]: stopped in /wrkdirs/usr/ports/devel/boehm-gc/work/gc-7.4.2 *** Error code 1 Stop. make: stopped in /usr/ports/devel/boehm-gc ====>> Cleaning up wrkdir consistently happens in an armv6 poudriere jail
Correctly name port, cc maintainer
I have the exact same bug and error. Any ETA for fixing?
I'll take a look. Thanks for reporting :)
Created attachment 165901 [details] testport log on 11armv6232 It builds properly, so I recommend you to update your jail to latest revision. % poudriere jails -i -j 11armv6232 Jail name: 11armv6232 Jail version: 11.0-CURRENT r294466 Jail arch: arm.armv6 Jail method: svn Jail mount: /usr/local/poudriere/jails/11armv6232 Jail fs: Jail updated: 2016-01-21 02:14:30 Tree name: default Tree method: portsnap Status: stopped:done: Building started: 2016-01-21 02:50:27 Elapsed time: 01:01:49 Packages built: 4 Packages failed: 0 Packages ignored: 0 Packages skipped: 0 Packages total: 4 Packages left: 0
It's a problem with qemu/poudriere, you need to revert [1] if you are using poudriere-devel. Or you need to put back the default for PARALLEL_JOBS in poudriere.conf Same goes for PR 205764, 205765, 205766 [1] https://github.com/freebsd/poudriere/commit/6b1ddeb7faff240993188dd430a0be9dc8b6d802
(In reply to mikael.urankar from comment #5) @Mikael, I tested it with ports-mgmt/poudriere, so that make sense. It would be helpful add a new entry in /usr/ports/UPDATING.
I confirm that deleting the _MAKE_JOBS line added by poudriere-devel in my jail /etc/make.nxb.conf solved the issue. Added brd and sbruno in the CC list.
Created attachment 166122 [details] poudriere output log armv6 make[2]: make[2]: don't know how to make ./libgc.la. Stop make[2]: stopped in /wrkdirs/usr/ports/devel/boehm-gc/work/gc-7.4.2 *** [all-recursive] Error code 1 make[1]: stopped in /wrkdirs/usr/ports/devel/boehm-gc/work/gc-7.4.2 1 error make[1]: stopped in /wrkdirs/usr/ports/devel/boehm-gc/work/gc-7.4.2 *** Error code 1
(In reply to mmitchel from comment #8) jail matches current available image for download from ftp.freebsd.org @r293801
Does anyone can reproduce this problem after recent changes in -CURRENT?
Tested on FreeBSD 11/armv6 (r298762) and it compiles fine. This PR can be closed.