Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jun 2010 19:10:31 GMT
From:      "Thomas E. Spanjaard" <tgen@deepbone.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/147339: devel/binutils depends on lang/gawk
Message-ID:  <201006021910.o52JAVe6009808@www.freebsd.org>
Resent-Message-ID: <201006021920.o52JK45e040130@freefall.freebsd.org>

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

>Number:         147339
>Category:       ports
>Synopsis:       devel/binutils depends on lang/gawk
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 02 19:20:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Thomas E. Spanjaard
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD ara.ssr.netphreax.net 9.0-CURRENT FreeBSD 9.0-CURRENT #7 r208745M: Wed Jun  2 16:17:52 UTC 2010     tgen@ara.ssr.netphreax.net:/usr/obj/usr/home/tgen/Work/FreeBSD-HEAD/sys/ARA  amd64
>Description:
devel/binutils needs lang/gawk, but it is not required by the Makefile. On one of my machines, this resulted in the configure phase of binutils dieing because gawk wasn't rebuilt yet since the gettext update, and the old gawk failed because libintl.so.8 is gone. This was in a `portmaster -a` session.
>How-To-Repeat:
Try to rebuild devel/binutils after the gettext update before rebuilding lang/gawk.
>Fix:
Change the BUILD_DEPENDS of devel/binutils:

BUILD_DEPENDS=  ${LOCALBASE}/lib/libgmp.so:${PORTSDIR}/math/gmp \
                ${LOCALBASE}/lib/libmpfr.so:${PORTSDIR}/math/mpfr \
                ${LOCALBASE}/bin/gawk:${PORTSDIR}/lang/gawk


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



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