ports/128910: gcc43 port doesn't add library dir to ldconfig hints

Robin Becker robin at reportlab.com
Sun Nov 16 14:30:06 UTC 2008


>Number:         128910
>Category:       ports
>Synopsis:       gcc43 port doesn't add library dir to ldconfig hints
>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:   Sun Nov 16 14:30:06 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Robin Becker
>Release:        6.1
>Organization:
ReportLab Europe Limited
>Environment:
FreeBSD app5.reportlab.com 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Mon Aug 28 05:36:36 UTC 2006     root at builder.daemonology.net:/usr/obj/usr/src/sys/SMP  i386

>Description:
After building and installing the gcc43 port for gcc 4.3.3 /usr/ports/lang/gcc43 using
WITHOUT_JAVA=1 make
WITHOUT_JAVA=1 make install

I find that the shared libraries used by gcc43 aren't seen in the cache and when building eg Python-2.5.2 I see errors like

*** WARNING: renaming "_codecs_hk" since importing it failed: Shared  
object "libgcc_s.so.1"

I have fixed this problem by running the command 

ldconfig -R /usr/local/lib/gcc-4.3.3

locally.
>How-To-Repeat:
on 6.1 system without gcc43 installed do

cd /usr/ports/lang/gcc43
WITHOUT_JAVA=1 make
WITHOUT_JAVA=1 make install


>Fix:


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



More information about the freebsd-ports-bugs mailing list