Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Nov 2008 14:27:56 GMT
From:      Robin Becker <robin@reportlab.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/128910: gcc43 port doesn't add library dir to ldconfig hints
Message-ID:  <200811161427.mAGERuJw008272@www.freebsd.org>
Resent-Message-ID: <200811161430.mAGEU6S8015241@freefall.freebsd.org>

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

>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@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:



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