ports/149783: lang/gauche: add support for threaded boehm-gc, powerpc support

Andreas Tobler andreast at fgznet.ch
Wed Aug 18 21:20:04 UTC 2010


>Number:         149783
>Category:       ports
>Synopsis:       lang/gauche: add support for threaded boehm-gc, powerpc support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 18 21:20:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Tobler
>Release:        -CURRENT
>Organization:
none
>Environment:
[andreast at wolfram] ~/> uname -ra
FreeBSD wolfram.andreas.nets 9.0-CURRENT FreeBSD 9.0-CURRENT #38 r211310M: Sat Aug 14 22:08:28 CEST 2010     andreast at wolfram.andreas.nets:/usr/obj/export/devel/fbsd/src/sys/ANDREAST_ppc_pb  powerpc
>Description:
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.

>How-To-Repeat:

>Fix:
[andreast at wolfram] /usr/ports/lang/gauche/> diff -u Makefile.orig Makefile
--- Makefile.orig	2010-08-18 22:56:49.000000000 +0200
+++ Makefile	2010-08-18 22:29:06.000000000 +0200
@@ -17,7 +17,7 @@
 
 # Choices are: "pthreads" and "no", but it seems that FreeBSD does not
 # yet fully support threads with Boehm GC.
-GAUCHE_THREADS?=	no
+GAUCHE_THREADS?=	pthreads
 # Choices are: "utf-8", "euc-jp", "shift-jis" and "no"
 GAUCHE_ENCODING?=	utf-8


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list