After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 305505 - Fail to compile plugin spc
Fail to compile plugin spc
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.9
Other All
: Normal normal
: 0.8.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-26 03:26 UTC by lipeng
Modified: 2005-07-02 09:42 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description lipeng 2005-05-26 03:26:59 UTC
Please describe the problem:
Making all in spc
make[3]: Entering directory `/root/gstreamer/src/gst-plugins-0.8.9/ext/spc'
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I.
-I../..    -I../../gst-libs -I../../gst-libs -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -pthread -I/usr/local/include/gstreamer-0.8
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/include/libxml2   -DGST_DISABLE_DEPRECATED  -Wall -g -O2 -MT
libgstspc_la-gstspc.lo -MD -MP -MF ".deps/libgstspc_la-gstspc.Tpo" -c -o
libgstspc_la-gstspc.lo `test -f 'gstspc.c' || echo './'`gstspc.c; \
then mv -f ".deps/libgstspc_la-gstspc.Tpo" ".deps/libgstspc_la-gstspc.Plo"; else
rm -f ".deps/libgstspc_la-gstspc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -I../../gst-libs
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread
-I/usr/local/include/gstreamer-0.8 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/include/libxml2
-DGST_DISABLE_DEPRECATED -Wall -g -O2 -MT libgstspc_la-gstspc.lo -MD -MP -MF
.deps/libgstspc_la-gstspc.Tpo -c gstspc.c  -fPIC -DPIC -o
.libs/libgstspc_la-gstspc.o
make[3]: *** No rule to make target `APU.o', needed by `libgstspc.la'.  Stop.
make[3]: Leaving directory `/root/gstreamer/src/gst-plugins-0.8.9/ext/spc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/gstreamer/src/gst-plugins-0.8.9/ext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/gstreamer/src/gst-plugins-0.8.9'
make: *** [all] Error 2


Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Ronald Bultje 2005-05-27 07:16:10 UTC
fixed by arwed.
Comment 2 Fryderyk Dziarmagowski 2005-06-01 06:57:12 UTC
it's still present:
[fritz@smeagol spc]$ make
if /bin/sh ../../libtool --tag=CC --mode=compile i686-pld-linux-gcc
-DHAVE_CONFIG_H -I. -I. -I../..    -I../../gst-libs -I../../gst-libs
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gstreamer-0.8
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2  
-DGST_DISABLE_DEPRECATED  -Wall -O2 -march=i686 -fomit-frame-pointer -pipe  -MT
libgstspc_la-gstspc.lo -MD -MP -MF ".deps/libgstspc_la-gstspc.Tpo" -c -o
libgstspc_la-gstspc.lo `test -f 'gstspc.c' || echo './'`gstspc.c; \
then mv -f ".deps/libgstspc_la-gstspc.Tpo" ".deps/libgstspc_la-gstspc.Plo"; else
rm -f ".deps/libgstspc_la-gstspc.Tpo"; exit 1; fi
 i686-pld-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs
-I../../gst-libs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread
-I/usr/include/gstreamer-0.8 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/libxml2 -DGST_DISABLE_DEPRECATED -Wall -O2 -march=i686
-fomit-frame-pointer -pipe -MT libgstspc_la-gstspc.lo -MD -MP -MF
.deps/libgstspc_la-gstspc.Tpo -c gstspc.c  -fPIC -DPIC -o
.libs/libgstspc_la-gstspc.o
make: *** No rule to make target `APU.Asm', needed by `APU.o'.  Stop.

[fritz@smeagol spc]$ grep APU Makefile.am
libgstspc_la_SOURCES = gstspc.c APU.Asm DSP.Asm SPC700.Asm
libgstspc_la_LIBADD = APU.o DSP.o SPC700.o
noinst_HEADERS = gstspc.h APU.h DSP.h SNESAPU.h SPC700.h Types.h spc.h APU.Inc
DSP.Inc Macro.Inc SPC700.Inc
Comment 3 Loïc Minier 2005-07-02 09:42:43 UTC
It's fixed for me.