Date: Mon, 14 Oct 2002 14:17:16 -0500 From: Christopher Schulte <schulte+freebsd@nospam.schulte.org> To: questions <questions@FreeBSD.ORG> Cc: lioux@FreeBSD.org Subject: ports/graphics/ffmpeg compile issue Message-ID: <5.1.1.6.2.20021014141053.0556b188@localhost>
next in thread | raw e-mail | index | archive | help
ffmpeg doesn't want to compile for me.... Anyone
compiled this? There is a PR about the distfile
changing, but notes indicate the port's Makefile
still works with it..... TIA for any ideas.
I've verified the same problem on multiple versions of FreeBSD
(4.5-RELEASE-p2, 4.6.1-RELEASE-p10, 4.7-Release).
Port version: # $FreeBSD: ports/graphics/ffmpeg/Makefile,v 1.6 2002/10/11
19:28:30 lioux Exp $
in /usr/ports/graphics/ffmpeg
# make NO_CHECKSUM=yes
error:
gmake[1]: Leaving directory
`/usr/local/ports/graphics/ffmpeg/work/ffmpeg/libav'
cc -I/usr/local/include -Wall -I.
-I/usr/local/ports/graphics/ffmpeg/work/ffmpeg
-I/usr/local/ports/graphics/ffmpeg/work/ffmpeg/libavcodec
-I/usr/local/ports/graphics/ffmpeg/work/ffmpeg/libav -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o ffmpeg.o ffmpeg.c
ffmpeg.c:39: warning: `INT64_C' redefined
/usr/local/ports/graphics/ffmpeg/work/ffmpeg/libavcodec/common.h:113:
warning: this is the location of the previous definition
ffmpeg.c:96: warning: `video_rc_qsquish' defined but not used
ffmpeg.c:97: warning: `video_rc_qmod_amp' defined but not used
ffmpeg.c:98: warning: `video_rc_qmod_freq' defined but not used
ffmpeg.c:99: warning: `video_rc_override_string' defined but not used
ffmpeg.c:105: warning: `video_rc_initial_cplx' defined but not used
cc -Wl,--warn-common -o ffmpeg_g ffmpeg.o -L./libavcodec -L./libav \
-lavformat -lavcodec -L/usr/local/lib -lz
./libavcodec/libavcodec.so: undefined reference to `log'
./libavcodec/libavcodec.so: undefined reference to `sqrt'
./libavcodec/libavcodec.so: undefined reference to `cosh'
./libavcodec/libavcodec.so: undefined reference to `floor'
./libavcodec/libavcodec.so: undefined reference to `cos'
./libavcodec/libavcodec.so: undefined reference to `tanh'
./libavcodec/libavcodec.so: undefined reference to `sin'
./libavcodec/libavcodec.so: undefined reference to `pow'
./libavcodec/libavcodec.so: undefined reference to `sinh'
./libavcodec/libavcodec.so: undefined reference to `log10'
./libavcodec/libavcodec.so: undefined reference to `exp'
./libavcodec/libavcodec.so: undefined reference to `tan'
gmake: *** [ffmpeg_g] Error 1
*** Error code 2
Stop in /usr/local/ports/graphics/ffmpeg.
#
--
Christopher Schulte
http://www.schulte.org/
Do not un-munge my @nospam.schulte.org
email address. This address is valid.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.1.6.2.20021014141053.0556b188>
