ports/182293: Specify GCC version for devel/libopkele
Sutra Zhou
zhoushuqun at gmail.com
Sun Sep 22 12:00:01 UTC 2013
>Number: 182293
>Category: ports
>Synopsis: Specify GCC version for devel/libopkele
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Sep 22 12:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Sutra Zhou
>Release: 10.0-ALPHA1
>Organization:
>Environment:
FreeBSD www.example.org 10.0-ALPHA1 FreBSD 10.0-ALPHA1 #0 r255602: Tue Sep 17 08:43:57 CST 2013 root at www.example.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
On FreeBSD 10, libopkele build failed with gcc3
http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-09-12_01h37m09s/logs/libopkele-2.0.4_2.log
So I have some tests, and found libopkele can only build with gcc 4.4 or 4.6:
4.2 Failed
4.4 OK
4.6 OK
4.7 Failed
4.8 Failed
4.9 Unknown version of GCC specified (USE_GCC=4.9)
This patch attached specifies USE_GCC=46
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
--- Makefile (revision 327866)
+++ Makefile (working copy)
@@ -18,6 +18,7 @@
xslt:${PORTSDIR}/textproc/libxslt
USE_LDCONFIG= yes
+USE_GCC= 4.6
USES= gmake pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= "OPENSSL_CFLAGS=${CFLAGS} -l${OPENSSLINC}" \
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list