Opened 9 years ago

Closed 9 years ago

#4061 closed defect (needs_more_info)

Make error, FFmpeg build fails on Debian 7.7

Reported by: Jan Prochazka Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

This guide doesn't work on Debian 7.7
https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu

When you try this step:

[...]
PATH="$PATH:$HOME/bin" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure \
  --prefix="$HOME/ffmpeg_build" \
  --extra-cflags="-I$HOME/ffmpeg_build/include" \
  --extra-ldflags="-L$HOME/ffmpeg_build/lib" \
  --bindir="$HOME/bin" \
  --enable-gpl \
  --enable-libass \
  --enable-libfdk-aac \
  --enable-libfreetype \
  --enable-libmp3lame \
  --enable-libopus \
  --enable-libtheora \
  --enable-libvorbis \
  --enable-libvpx \
  --enable-libx264 \
  --enable-nonfree \
  --enable-x11grab
PATH="$PATH:$HOME/bin" make

It ends with:

[...]
ffmpeg/ffplay.c
Unknown option "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/bin:/root/bin".
See ./configure --help for available options.
Makefile:2: config.mak: No such file or directory
Makefile:59: /common.mak: No such file or directory
Makefile:100: /libavutil/Makefile: No such file or directory
Makefile:100: /library.mak: No such file or directory
Makefile:102: /doc/Makefile: No such file or directory
Makefile:185: /tests/Makefile: No such file or directory
make: *** No rule to make target `/tests/Makefile'.  Stop.
Makefile:2: config.mak: No such file or directory
Makefile:59: /common.mak: No such file or directory
Makefile:100: /libavutil/Makefile: No such file or directory
Makefile:100: /library.mak: No such file or directory
Makefile:102: /doc/Makefile: No such file or directory
Makefile:185: /tests/Makefile: No such file or directory
make: *** No rule to make target `/tests/Makefile'.  Stop.

Change History (3)

comment:1 by Jan Prochazka, 9 years ago

Priority: minorimportant

comment:2 by Carl Eugen Hoyos, 9 years ago

Keywords: compilation removed
Priority: importantnormal

I believe this guide is used often so it seems unlikely that it doesn't work at all.
Please post here on the tracker: Only your configure line including the complete, uncut console output.
If you need support, please remember that this is a bug tracker, use the ffmpeg-devel mailing list for any questions concerning compilation and usage.

comment:3 by Carl Eugen Hoyos, 9 years ago

Resolution: needs_more_info
Status: newclosed

Feel free to reopen this ticket if you can add more information.

Note: See TracTickets for help on using tickets.