Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4590 - media-libs/gst-plugins-0.3.4.ebuild won't compile
Summary: media-libs/gst-plugins-0.3.4.ebuild won't compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mark Guertin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-05 13:06 UTC by Lapo Calamandrei
Modified: 2006-02-04 06:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lapo Calamandrei 2002-07-05 13:06:30 UTC
the qcam plugin look for sys/io.h - disabling it with --disable-qcam confopt
cures it
Comment 1 Lapo Calamandrei 2002-07-05 13:22:14 UTC
here's the failing stuff

make[3]: Entering directory `/root/BUILD/gst-plugins-0.3.4/sys/qcam'
source='gstqcamsrc.c' object='libgstqcam_la-gstqcamsrc.lo' libtool=yes \
depfile='.deps/libgstqcam_la-gstqcamsrc.Plo'
tmpdepfile='.deps/libgstqcam_la-gstqcamsrc.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..    -O2
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -I../../gst-libs -Werror -g
-O2 -c -o libgstqcam_la-gstqcamsrc.lo `test -f gstqcamsrc.c || echo
'./'`gstqcamsrc.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -O2 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/libxml2 -I../../gst-libs -Werror -g -O2 -c gstqcamsrc.c
-Wp,-MD,.deps/libgstqcam_la-gstqcamsrc.TPlo  -fPIC -DPIC -o
libgstqcam_la-gstqcamsrc.o
mv -f libgstqcam_la-gstqcamsrc.o libgstqcam_la-gstqcamsrc.lo
source='qcam-lib.c' object='libgstqcam_la-qcam-lib.lo' libtool=yes \
depfile='.deps/libgstqcam_la-qcam-lib.Plo'
tmpdepfile='.deps/libgstqcam_la-qcam-lib.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..    -O2
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -I../../gst-libs -Werror -g
-O2 -c -o libgstqcam_la-qcam-lib.lo `test -f qcam-lib.c || echo './'`qcam-lib.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -O2 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/libxml2 -I../../gst-libs -Werror -g -O2 -c qcam-lib.c
-Wp,-MD,.deps/libgstqcam_la-qcam-lib.TPlo  -fPIC -DPIC -o libgstqcam_la-qcam-lib.o
In file included from qcam-lib.c:47:
qcam-os.c:38: sys/io.h: No such file or directory
make[3]: *** [libgstqcam_la-qcam-lib.lo] Error 1
make[3]: Leaving directory `/root/BUILD/gst-plugins-0.3.4/sys/qcam'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/BUILD/gst-plugins-0.3.4/sys'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/BUILD/gst-plugins-0.3.4'
make: *** [all] Error 2
Comment 2 Mark Guertin 2002-07-05 13:26:10 UTC
This will require a bit of research, may be able to amek it work on PPC instead
of just disabling it.
Comment 3 Mark Guertin 2002-07-08 10:05:28 UTC
for now it is masked, at least until gstreamer works (kind of pointless without it)