Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2007 19:47:47 +0900 (JST)
From:      Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/109316: ad-hoc fix of lang/gcc41 for current
Message-ID:  <200702191047.l1JAllaq043125@polymer3.scphys.kyoto-u.ac.jp>
Resent-Message-ID: <200702191050.l1JAo48N019600@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         109316
>Category:       ports
>Synopsis:       ad-hoc fix of lang/gcc41 for current
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 19 10:50:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Tsurutani Naoki
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD polymer3.scphys.kyoto-u.ac.jp 6.2-STABLE FreeBSD 6.2-STABLE #3: Mon Jan 15 16:38:16 JST 2007 turutani@polymer3.scphys.kyoto-u.ac.jp:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386


	
>Description:
	lang/gcc41 installs libraries with wrong names.
	this prevents other ports not to be built adequately.
	
>How-To-Repeat:
	for example, building print/pdftk fails on pointyhat,
	 with missing depending libraries.
	see log file on pointyhat.
	
>Fix:
	as http://lists.freebsd.org/pipermail/freebsd-ports/2007-February/038523.html describes,
	library names seems to be wrong on current systems.
	The maintainer may wait to be fixed by original distribution, as I guess,
	but it might take too long.
	Here is a ad-hoc patch:
	--- ltconfig.orig	Wed Jul  5 05:30:34 2006
	+++ ltconfig	Thu Feb 15 02:08:35 2007
	@@ -1133,7 +1133,7 @@
	   ;;
	 
	 freebsd*)
	-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
	+  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
	   version_type=freebsd-$objformat
	   case $version_type in
	     freebsd-elf*)

	If fixes are done by original distributor, remove this.
	


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702191047.l1JAllaq043125>