Bug 149783 - lang/gauche: add support for threaded boehm-gc, powerpc support
Summary: lang/gauche: add support for threaded boehm-gc, powerpc support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beat Gaetzi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-18 22:20 UTC by Andreas Tobler
Modified: 2010-09-13 12:10 UTC (History)
0 users

See Also:


Attachments
file.diff (367 bytes, patch)
2010-08-18 22:20 UTC, Andreas Tobler
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Tobler 2010-08-18 22:20:03 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-18 22:20:17 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-18 22:20:19 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Beat Gaetzi freebsd_committer freebsd_triage 2010-08-19 10:20:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beat

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-09-13 12:02:00 UTC
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"
Comment 5 Beat Gaetzi freebsd_committer freebsd_triage 2010-09-13 12:02:21 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!