ports/109316: ad-hoc fix of lang/gcc41 for current
Tsurutani Naoki
turutani at scphys.kyoto-u.ac.jp
Mon Feb 19 10:50:05 UTC 2007
>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 at 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:
More information about the freebsd-ports-bugs
mailing list