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: Ryo ONODERA <ryo_on%yk.rim.or.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost, jdbaker%mylinuxisp.com@localhost
Cc:
Subject: Re: pkg/50988: mplayer, gmplayer, mencoder build fails with
"unrecognized relocation (0x2a) in section `.text'"
Date: Mon, 21 Mar 2016 21:08:14 +0900 (JST)
From: "John D. Baker" <jdbaker%mylinuxisp.com@localhost>, Date: Mon, 21 Mar 2016 11:30:01 +0000 (UTC)
> 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?
Hi,
From
http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2009-July/169000.html
binutils>=2.18 supports ssse3.
--
Ryo ONODERA // ryo_on%yk.rim.or.jp@localhost
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3
Home |
Main Index |
Thread Index |
Old Index