Summary: | multimedia/gstreamer-ffmpeg: 11.0-CURRENT r262690 ia64: /usr/bin/ld: final link failed: Nonrepresentable section on output | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Anton Shterenlikht <as> |
Component: | Individual Port(s) | Assignee: | freebsd-multimedia (Nobody) <multimedia> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Anton Shterenlikht
2014-03-05 09:00:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->freebsd-multimedia Over to maintainer (via the GNATS Auto Assign Tool) Note that the patch from http://www.freebsd.org/cgi/query-pr.cgi?pr=187814 fixes this problem. Author: tijl Date: Thu Mar 27 20:55:20 2014 New Revision: 349362 URL: http://svnweb.freebsd.org/changeset/ports/349362 QAT: https://qat.redports.org/buildarchive/r349362/ Log: Use binutils port on FreeBSD/ia64. PR: ports/187273 Modified: head/multimedia/gstreamer-ffmpeg/Makefile Modified: head/multimedia/gstreamer-ffmpeg/Makefile ============================================================================== --- head/multimedia/gstreamer-ffmpeg/Makefile Thu Mar 27 20:42:36 2014 (r349361) +++ head/multimedia/gstreamer-ffmpeg/Makefile Thu Mar 27 20:55:20 2014 (r349362) @@ -59,7 +59,7 @@ CONFIGURE_ARGS+= --with-ffmpeg-extra-con .include <bsd.port.pre.mk> -.if ${OSVERSION} < 900033 +.if ${OSVERSION} < 900033 || ${ARCH} == ia64 BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils MAKE_ENV= COMPILER_PATH=${LOCALBASE}/bin .endif _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Fixed in r349362. |