Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2014 22:10:01 GMT
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        freebsd-multimedia@FreeBSD.org
Subject:   Re: ports/187814: multimedia/gstreamer1-libav: 11.0-CURRENT r262690 ia64: /usr/bin/ld: final link failed: Nonrepresentable section on output
Message-ID:  <201403252210.s2PMA1Q4097108@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/187814; it has been noted by GNATS.

From: Tijl Coosemans <tijl@FreeBSD.org>
To: bug-followup@FreeBSD.org, mexas@bris.ac.uk
Cc:  
Subject: Re: ports/187814: multimedia/gstreamer1-libav: 11.0-CURRENT r262690
 ia64: /usr/bin/ld: final link failed: Nonrepresentable section on output
Date: Tue, 25 Mar 2014 22:59:58 +0100

 --MP_/I/Dlya6vXX+F=ZJEnM=Swj2
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Hi,
 
 Can you retry with the latest version of the port (1.2.3)?  If it still
 fails try the attached patch.
 --MP_/I/Dlya6vXX+F=ZJEnM=Swj2
 Content-Type: text/x-patch
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment; filename=gstreamer1-libav.patch
 
 Index: multimedia/gstreamer1-libav/Makefile
 ===================================================================
 --- multimedia/gstreamer1-libav/Makefile	(revision 349197)
 +++ multimedia/gstreamer1-libav/Makefile	(working copy)
 @@ -25,7 +25,7 @@ PLIST_SUB=	VERSION="1.0"
  
  .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
 
 --MP_/I/Dlya6vXX+F=ZJEnM=Swj2--



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