pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/50988: mplayer, gmplayer, mencoder build fails with "unrecognized relocation (0x2a) in section `.text'"



The following reply was made to PR pkg/50988; it has been noted by GNATS.

From: "John D. Baker" <jdbaker%mylinuxisp.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/50988: mplayer, gmplayer, mencoder build fails with
 "unrecognized relocation (0x2a) in section `.text'"
Date: Mon, 21 Mar 2016 06:29:00 -0500 (CDT)

 On Mon, 21 Mar 2016, John D. Baker wrote:
 
 > Perhaps its triggered by one of the options?  I have all but "debug"
 > defined:
 >
 > [...]
 > PKG_OPTIONS.mplayer+=aalib arts caca dts ggi mplayer-ssse3 #debug
 > [...]
 
 Looks like it's the "mplayer-ssse3" option that's triggering it.
 Excerpt from "multimedia/mplayer-share/options.mk":
 
 [...]
 .if !empty(PKG_OPTIONS:Mmplayer-ssse3)
 # needs a recent assembler
 .include "../../devel/binutils/buildlink3.mk"
 .include "../../devel/binutils/override-as.mk"
 .else
 CONFIGURE_ARGS+=	--disable-ssse3
 .endif
 [...]
 
 Removing the option removes the build dependency and the build completes.
 
 Commenting out the above ".include" directives from
 "multimedia/mplayer-share/options.mk" permits building with
 "mplayer-ssse3".
 
 So perhaps "devel/binutils" builtin detection is broken if >=2.22 is
 required but 2.23.2 is considered insufficient?
 
 -- 
 |/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
 |\ / jdbaker[snail]mylinuxisp[flyspeck]com    OpenBSD            FreeBSD
 | X  No HTML/proprietary data in email.   BSD just sits there and works!
 |/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645
 


Home | Main Index | Thread Index | Old Index