Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] {OT} GUI swf encoder in portage? Kenneth Prugh <ken69267@×××××.com>