pombreda / x264-ffmpeg-up-to-date

Automatically exported from code.google.com/p/x264-ffmpeg-up-to-date
0 stars 0 forks source link

libx264 fails to compile #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
##What steps will reproduce the problem?
1. run ffmpegupdate.sh on lucid

##What is the expected output? What do you see instead?
I expected ffmpeg, i got "Sorry something went wrong installing FFmpeg"

##What version of the product are you using? On what operating system?
ffmpegupdate version 8 25 sept 2011 on ubuntu lucid

##Please provide any additional information below.

This may be a follow-up to #16:

Compiling x264 fails - It complains about my version of yasm (which is up to 
date according to apt-get, and so is nasm btw) and then the Makefile fails on 
'include config.mak' ... and then ffmpeg fails on a missing x264.

I'll attach the log but here are 3 notable snippets:

downloading, building and installing x264
Initialized empty Git repository in /usr/local/src/x264/.git/
Found yasm 0.8.0.2194
Minimum version is yasm-1.0.0
If you really want to compile without asm, configure with --disable-asm.
Makefile:3: config.mak: No such file or directory
./configure
Found yasm 0.8.0.2194
Minimum version is yasm-1.0.0
If you really want to compile without asm, configure with --disable-asm.
make: *** [config.mak] Error 1

[snip]

ERROR: libx264 not found

If you think configure made a mistake, make sure you are using the latest
version from Git. 

[snip]

Installing with make...Installing with install...

========================= Installation results ===========================
Makefile:2: config.mak: No such file or directory
Makefile:45: /common.mak: No such file or directory
Makefile:82: /libavutil/Makefile: No such file or directory
Makefile:148: /doc/Makefile: No such file or directory
Makefile:149: /tests/Makefile: No such file or directory
make: *** No rule to make target `/tests/Makefile'.  Stop.

****  Installation failed. Aborting package creation.

Cleaning up...OK

Bye.

./ffmpegupdate8.sh: line 245: hash: x264: not found
./ffmpegupdate8.sh: line 245: hash: ffmpeg: not found
./ffmpegupdate8.sh: line 245: hash: ffplay: not found
./ffmpegupdate8.sh: line 245: hash: ffprobe: not found
./ffmpegupdate8.sh: line 396: kill: (9853) - No such process

The attached log is the first run ever. ffmpeg and x264 were installed 
originally thru apt-get.

Original issue reported on code.google.com by pike-common@kw.nl on 26 Oct 2011 at 1:03

Attachments:

GoogleCodeExporter commented 9 years ago
if i include "--disable-asm"  in lucid_x264, as the error suggests, it 
continues with (i think) gcc :-)
probably need the same in lucid_x264_update(), but i cant check that (because 
i'm uptodate).

i had to remove /etc/ffmpegupdate.conf to fake a fresh install.

Original comment by pike-common@kw.nl on 26 Oct 2011 at 2:59

Attachments:

GoogleCodeExporter commented 9 years ago
Many thanks for this bug report and subsequent fix. I'll post on the ubuntu 
forum that the compile instructions are from to see if there is another fix....

Original comment by r.plumri...@gmail.com on 26 Oct 2011 at 7:17

GoogleCodeExporter commented 9 years ago
on the contrary, thank YOU !

Original comment by pike-common@kw.nl on 26 Oct 2011 at 7:26