Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2009 08:44:24 GMT
From:      Meena <meena.vyas@sun.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/136984: xerces port no longer needs gcc_pic patch in FreeBSD 7.2
Message-ID:  <200907220844.n6M8iOAd071309@www.freebsd.org>
Resent-Message-ID: <200907220850.n6M8o3n6000761@freefall.freebsd.org>

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

>Number:         136984
>Category:       ports
>Synopsis:       xerces port no longer needs gcc_pic patch in FreeBSD 7.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 22 08:50:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Meena
>Release:        7.2
>Organization:
Sun Microsystems
>Environment:
FreeBSD 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 08:49:13 UTC 2009     root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:

>How-To-Repeat:
cd /usr/ports/textproc/xerces-c2; make install
cd /usr/ports/textproc/xerces-c2-devel; make install
selected Use ICU transcoder option. Build thread safe version of library.

I got an error
"/usr/bin/ld: can not find -lgcc_pic"

>Fix:
For this we need to manually modify "files/filepatch-src-xercesc-Makefile.incl" and change "-lgcc_pic" to "-lgcc" 

I think there is no gcc_pic in FreeBSD

Basically I think this patch needs to be removed now
http://www.freebsd.org/cgi/cvsweb.cgi/ports/textproc/xerces-c2-devel/files/patch-src-xercesc-Makefile.incl?rev=1.2;content-type=text%2Fplain

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



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