Gentoo Archives: gentoo-user

From: Kenneth Prugh <ken69267@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] {OT} GUI swf encoder in portage?
Date: Thu, 31 Jan 2008 21:21:59
Message-Id: 20080131162139.0a194ab0@Midori.localhost
In Reply to: Re: [gentoo-user] {OT} GUI swf encoder in portage? by Grant
1 On Wed, 30 Jan 2008 11:47:14 -0800
2 Grant <emailgrant@×××××.com> wrote:
3
4 > > > > Does anyone know of a front end for ffmpeg or any GUI in
5 > > > > portage that will convert .mov files to .swf?
6 > > > >
7 > > > Avidemux can convert to FLV, which is probably what you'd prefer.
8 > >
9 > > Ok, does anything jump out at you here:
10 > >
11 > > [ 88%] Building CXX object
12 > > avidemux/CMakeFiles/avidemux2_cli.dir/gui_action.o Linking CXX
13 > > executable
14 > > avidemux2_cli /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/media-video/avidemux-2.4/work/avidemux_build/avidemux/ADM_videoFilter/libADM_videoFilter.a(ADM_vidResampleFPS.o):
15 > > relocation R_X86_64_32S against `a local symbol' can not be used
16 > > when making a shared object; recompile with -fPIC
17 > > /var/tmp/portage/media-video/avidemux-2.4/work/avidemux_build/avidemux/ADM_videoFilter/libADM_videoFilter.a:
18 > > could not read symbols: Bad value
19 > > collect2: ld returned 1 exit status
20 > > make[2]: *** [avidemux/avidemux2_cli] Error 1
21 > > make[1]: *** [avidemux/CMakeFiles/avidemux2_cli.dir/all] Error 2
22 > > make: *** [all] Error 2
23 > >
24 > > - Grant
25 >
26 > It looks like this is an -fPIC problem. In order to fix this, would I
27 > need to rebuild my entire system with the pic flag disabled?
28 >
29 > - Grant
30
31 No, the ebuild/program needs to be patched so that -fPIC is applied to
32 _only_ libADM_videoFilter.a, if I remember correctly of course. ;)

Attachments

File name MIME type
signature.asc application/pgp-signature