Date: Sun, 22 Sep 2013 11:56:59 GMT From: Sutra Zhou <zhoushuqun@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/182293: Specify GCC version for devel/libopkele Message-ID: <201309221156.r8MBuxe3092387@oldred.freebsd.org> Resent-Message-ID: <201309221200.r8MC00GA044201@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309221156.r8MBuxe3092387>