avr-binutils has only a build-time dependency on gettext, but it is needed during runtime as well. normally the bison dependency pulls in gettext as a permanent depend, but this doesn't happen if WITHOUT_NLS is set. ldd /usr/local/avr/bin/as /usr/local/avr/bin/as: libintl.so.9 => not found (0x0) libiconv.so.3 => not found (0x0) libz.so.5 => /lib/libz.so.5 (0x8006f6000) libc.so.7 => /lib/libc.so.7 (0x80080b000) Fix: attached patch changes build-only gettext depend to permanent depend. Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->joerg Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: joerg->crees Timeout.
crees 2011-12-14 19:58:13 UTC FreeBSD ports repository Modified files: devel/avr-binutils Makefile Log: Fix dependency on gettext; runtime needed too PR: ports/162117 Submitted by: 4720 Approved by: joerg via email Revision Changes Path 1.53 +2 -2 ports/devel/avr-binutils/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!