Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Oct 2011 08:28:39 GMT
From:      Oliver Hartmann <ohartman@zedat.fu-berlin.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/161353: lang/gcc46: due to libmpfr.so version bump gcc-4.6 fails to compile
Message-ID:  <201110070828.p978SdFc030956@red.freebsd.org>
Resent-Message-ID: <201110070830.p978UADx014244@freefall.freebsd.org>

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

>Number:         161353
>Category:       ports
>Synopsis:       lang/gcc46: due to libmpfr.so version bump gcc-4.6 fails to compile
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 07 08:30:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Hartmann
>Release:        FreeBSD 10.0-CURRENT/amd64 and FreeBSD 9.0-BETA3/amd64
>Organization:
FU Berlin
>Environment:
>Description:
When compiling lang/gcc46, compilation fails while build process searches for mpfr.so.4, which is, after an update from version 3.0.1 to 3.1.0 now version mpfr.so.5.
The Makefile of the port lang/gcc46 does not respect this and still is requiring the mpfr.4 versioned library.
>How-To-Repeat:
Try updating/installing lang/gcc46
>Fix:
--- Makefile.orig       2011-10-07 10:27:28.000000000 +0200
+++ Makefile    2011-10-07 10:27:40.000000000 +0200
@@ -17,7 +17,7 @@
 COMMENT=       GNU Compiler Collection 4.6
 
 LIB_DEPENDS=   gmp.10:${PORTSDIR}/math/gmp \
-               mpfr.4:${PORTSDIR}/math/mpfr \
+               mpfr.5:${PORTSDIR}/math/mpfr \
                mpc.2:${PORTSDIR}/math/mpc
 RUN_DEPENDS+=  ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
 


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



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