pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/45189: multimedia/ffplay build fails
>Number: 45189
>Category: pkg
>Synopsis: multimedia/ffplay build fails
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Jul 30 03:15:00 +0000 2011
>Originator: Martin Brandenburg
>Release: NetBSD 5.1
>Environment:
Systen: NetBSD frodo.local 5.1 NetBSD 5.1 (MYGENERIC) #0: Wed Jul 27 20:26:10
EDT 2011 martin@:/home/martin/NetBSD/usr/src/sys/arch/amd64/compile/MYGENERIC
amd64
Architecture: x86_64
Machine: amd64
>Description:
ffplay build fails with the following error on NetBSD 5.1 amd64 (and
probably others):
LD ffplay_g
LD ffprobe_g
ffplay.o: In function `video_thread':
ffplay.c:(.text+0x262f): undefined reference to
`av_vsink_buffer_get_video_buffer_ref'
gmake: *** [ffplay_g] Error 1
gmake: *** Waiting for unfinished jobs....
*** Error code 2
Stop.
make: stopped in /usr/pkgsrc/multimedia/ffplay
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/multimedia/ffplay
A workaround is known, however I don't know enough about the specifici
configuration used in pkgsrc or ffmpeg's codebase to know whether this should
be reported and fixed here or reported to upstream.
>How-To-Repeat:
Try to make ffplay from pkgsrc-current.
>Fix:
After some research, I determined that removing the line
'--disable-filters' from CONFIGURE_ARGS in ffplay's pkgsrc Makefile fixed the
problem, at least temporarily.
Home |
Main Index |
Thread Index |
Old Index