lang/gauche is currently configured with 'no' threads. This makes powerpc fail to build inside boehm-gc. Boehm-gc is running just fine with 'pthreads' on amd64, i386 and powerpc. I also ran the testsuite on all archs and I get a full PASS, no fails. gmake[1]: Leaving directory `/usr/obj/usr/ports/lang/gauche/work/Gauche-0.9/doc' Total: 9984 tests, 9984 passed, 0 failed, 0 aborted. Fix: [andreast@wolfram] /usr/ports/lang/gauche/> diff -u Makefile.orig Makefile
Maintainer of lang/gauche, Please note that PR ports/149783 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/149783 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->beat I'll take it.
beat 2010-09-13 11:01:55 UTC FreeBSD ports repository Modified files: lang/gauche Makefile Log: - Fix build on PowerPC [1] - Fix leftovers with NOPORTDOCS option set PR: ports/149783 [1] Submitted by: andreast [1] Approved by: maintainer timeout (26 days) Revision Changes Path 1.55 +7 -3 ports/lang/gauche/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!