#39235 closed defect (fixed)
mplayer2: build fails, libquvi installed but can't find quvi.h
Reported by: | dbevans (David B. Evans) | Owned by: | neverpanic (Clemens Lang) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | mplayer2 |
Description (last modified by dbevans (David B. Evans))
/usr/bin/clang -MD -MP -D_ISOC99_SOURCE -D_BSD_SOURCE -pipe -O2 -arch x86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -I. -I/opt/local/include -I/opt/local/include/freetype2 -O2 -arch x86_64 -Wno-pointer-sign -I/opt/local/include -I/opt/local/include/freetype2 -DPIC -I/usr/X11/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/opt/local/include -I/opt/local/include/harfbuzz -I/opt/local/include -I/opt/local/include/fribidi -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/opt/local/include/libdvdread -c -o stream/quvi.o stream/quvi.c stream/quvi.c:18:10: fatal error: 'quvi/quvi.h' file not found #include <quvi/quvi.h>
Actual location of include file is ${prefix}/include/quvi-0.9/quvi.h
Build log attached
Attachments (1)
Change History (5)
Changed 11 years ago by dbevans (David B. Evans)
comment:1 Changed 11 years ago by dbevans (David B. Evans)
Description: | modified (diff) |
---|
comment:3 follow-up: 4 Changed 11 years ago by neverpanic (Clemens Lang)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed by disabling libquvi support in r106479.
comment:4 Changed 11 years ago by cooljeanius (Eric Gallager)
Note: See
TracTickets for help on using
tickets.
Build log showing failure