Bug 141713

Summary: Programs linked against devel/boehm-gc fail on sparc64
Product: Ports & Packages Reporter: Michael Moll <mmoll>
Component: Individual Port(s)Assignee: Stanislav Sedov <stas>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Michael Moll freebsd_committer freebsd_triage 2009-12-17 14:00:14 UTC
While trying to install www/w3m, the configure script failed, a look into config.log releaved a problem with boehm-gc, which was installed before as dependency:
/usr/local/lib/libgc.so: undefined reference to `GC_save_regs_in_stack'

Fix: Pull in SPARC-specific code also on FreeBSD (see attached patch)

Patch attached with submission follows:
How-To-Repeat: Build a programm that uses boehm-gc
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-12-18 06:53:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stas

Fix synopsis and assign.  stas, if you want, I can try to test this.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-12-19 11:11:28 UTC
stas        2009-12-19 11:11:15 UTC

  FreeBSD ports repository

  Added files:
    devel/boehm-gc/files patch-configure 
    devel/boehm-gc-redirect/files patch-configure 
    devel/boehm-gc-threaded/files patch-configure 
  Log:
  - Fix sparc64 build.
  
  PR:             ports/141713
  Submitted by:   Michael Moll <kvedulv@kvedulv.de>
  
  Revision  Changes    Path
  1.1       +12 -0     ports/devel/boehm-gc-redirect/files/patch-configure (new)
  1.1       +12 -0     ports/devel/boehm-gc-threaded/files/patch-configure (new)
  1.5       +12 -0     ports/devel/boehm-gc/files/patch-configure (new)
_______________________________________________
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 3 Stanislav Sedov freebsd_committer freebsd_triage 2009-12-19 11:11:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!