From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 7 08:30:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 980D7106564A for ; Fri, 7 Oct 2011 08:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5BFB88FC26 for ; Fri, 7 Oct 2011 08:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p978UAJ4014260 for ; Fri, 7 Oct 2011 08:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p978UADx014244; Fri, 7 Oct 2011 08:30:10 GMT (envelope-from gnats) Resent-Date: Fri, 7 Oct 2011 08:30:10 GMT Resent-Message-Id: <201110070830.p978UADx014244@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oliver Hartmann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79ED51065673 for ; Fri, 7 Oct 2011 08:28:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 697178FC15 for ; Fri, 7 Oct 2011 08:28:39 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p978Sd0w030957 for ; Fri, 7 Oct 2011 08:28:39 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p978SdFc030956; Fri, 7 Oct 2011 08:28:39 GMT (envelope-from nobody) Message-Id: <201110070828.p978SdFc030956@red.freebsd.org> Date: Fri, 7 Oct 2011 08:28:39 GMT From: Oliver Hartmann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/161353: lang/gcc46: due to libmpfr.so version bump gcc-4.6 fails to compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 08:30:10 -0000 >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: