google-code-export / ffmpegthumbnailer

Automatically exported from code.google.com/p/ffmpegthumbnailer
GNU General Public License v2.0
1 stars 1 forks source link

trouble with ffmpeg-rev-12624 and ffmpegthumbnailer-rev-73 #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. can't compile or install ffmpegthumbnailer-rev-73 
2. ./configure && make && sudo make install
3. or ./configure && sudo make && sudo make install

all on xubuntu 7.10 gutsy/Xfce 4.4.2 via xubuntu maintainers PPA dist upgrade

What is the expected output? What do you see instead?

I expected ffmpegthumbnailer to compile so I could have cool video
thumbnails in Thunar 9, sadly am disappointed

What version of the product are you using? On what operating system?

xubuntu 7.10 gutsy/Xfce 4.4.2 via xubuntu maintainers PPA dist upgrade

Please provide any additional information below.

Please post any additonal items you'll need to help me help you track down
the root hehehe of the error.

i can be reached at itsanudae at gmail dot com

Original issue reported on code.google.com by itsanu...@gmail.com on 29 Mar 2008 at 7:03

GoogleCodeExporter commented 9 years ago
What are the error messages?

Original comment by dirk.vdb on 29 Mar 2008 at 7:07

GoogleCodeExporter commented 9 years ago
/usr/bin/ld: /usr/local/lib/libavformat.a(allformats.o): relocation R_X86_64_32
against `aac_demuxer' can not be used when making a shared object; recompile 
with -fPIC
/usr/local/lib/libavformat.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [libffmpegthumbnailer.la] Error 1
make[2]: Leaving directory
`/data/Applications/ffmpeg/ffmpegthumbnailer/ffmpegthumbnailer-1.2.2/src/libffmp
egthumbnailer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/data/Applications/ffmpeg/ffmpegthumbnailer/ffmpegthumbnailer-1.2.2/src'
make: *** [all-recursive] Error 1
eviirthaang@harmony:/data/Applications/ffmpeg/ffmpegthumbnailer/ffmpegthumbnaile
r-1.2.2$ 

Original comment by itsanu...@gmail.com on 29 Mar 2008 at 7:20

GoogleCodeExporter commented 9 years ago
Would you like me to recompile both with log files??

Original comment by itsanu...@gmail.com on 29 Mar 2008 at 7:21

GoogleCodeExporter commented 9 years ago
Yes, please

Original comment by dirk.vdb on 29 Mar 2008 at 7:34

GoogleCodeExporter commented 9 years ago
as soon as FLAC 1.2.1 stops compiling for me... give me about 30 minutes

Original comment by itsanu...@gmail.com on 29 Mar 2008 at 7:39

GoogleCodeExporter commented 9 years ago
I was just able to build ffmpegthumbnailer against revision 12624 of ffmpeg. 
Except
for some header files that are on a different location then in my distribution
(gentoo) I did not have any problems.

I think you should try to recompile ffmpeg.

Original comment by dirk.vdb on 29 Mar 2008 at 8:04

GoogleCodeExporter commented 9 years ago
I will do that... seeing as how it just failed to recompile. Glad you were able 
to!
There's some hope yet for moi!

Original comment by itsanu...@gmail.com on 29 Mar 2008 at 8:08

GoogleCodeExporter commented 9 years ago
Here's the error log. it complains about a bad symbol????

Original comment by itsanu...@gmail.com on 29 Mar 2008 at 8:27

Attachments:

GoogleCodeExporter commented 9 years ago
did you configure ffmpeg with --enable-shared?

Original comment by dirk.vdb on 29 Mar 2008 at 8:41

GoogleCodeExporter commented 9 years ago
no... i'm new to source compilation. what options did you use? please walk me
through... I didn't get any errors configuring, making, or installing ffmpeg. 

Original comment by itsanu...@gmail.com on 29 Mar 2008 at 8:43

GoogleCodeExporter commented 9 years ago
can you show me your configure log from ffmpeg?

Original comment by dirk.vdb on 29 Mar 2008 at 8:47

GoogleCodeExporter commented 9 years ago
Here's the excerpt of the entire configure. I didn't do anything but ./configure

P.S. How do you set the option on CLI to generate a log file? it's a pain to 
copy and
paste from a big buffer directly from the terminal (my current process). Feel 
free to
email me at itsanudae at gmail dot com with this trivia... I would SO VERY 
appreciate
some tips. Or if you know of some good tutorials other than just getting your 
hands
dirty.

Original comment by itsanu...@gmail.com on 29 Mar 2008 at 9:03

Attachments:

GoogleCodeExporter commented 9 years ago
I will look into it tomorrow, because I have to go now.
Maybe this page is interesting, it explains the fpic error which cause the
compilation to fail:

http://www.gentoo.org/proj/en/base/amd64/howtos/index.xml?part=1&chap=3

Original comment by dirk.vdb on 29 Mar 2008 at 9:10

GoogleCodeExporter commented 9 years ago
thanks

Original comment by itsanu...@gmail.com on 29 Mar 2008 at 9:16

GoogleCodeExporter commented 9 years ago
The latest version of ffmpegthumbnailer (1.2.3) supports the new header 
locations in
the latest version of ffmpeg.

About the fpic errors, I think there is something wrong with your compiler flags
somewhere. I don't know the details either, but it's not ffmpegthumbnailers 
fault.

Original comment by dirk.vdb on 8 Apr 2008 at 6:59

GoogleCodeExporter commented 9 years ago
Thanks for getting back to me, I was able to change my compilation options and
rebuild MPlayer from source, and ffmpeg seems to be working OK. I will try to
recompile and test ffmpegthumbnailer again and get back to you promptly.

I appreciate your looking into this

Original comment by itsanu...@gmail.com on 8 Apr 2008 at 7:31