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 331217 - Compile errors for
Compile errors for
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.x
Other Linux
: Normal blocker
: 0.8.13
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-14 23:32 UTC by sobhi
Modified: 2006-03-22 16:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sobhi 2006-02-14 23:32:27 UTC
Fresh build of Gnome 2.12 with "jhbuild" on Fedora Core 4 reports the following error
make[3]: Entering directory `/opt/lap/g2src/cvs/2.12/src/gst-plugins/ext/spc'

if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../gst-libs -I../../gst-libs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/opt/lap/g2bin/2.12/include/gstreamer-0.8 -I/opt/lap/g2bin/2.12/include/glib-2.0 -I/opt/lap/g2bin/2.12/lib/glib-2.0/include -I/opt/lap/g2bin/2.12/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
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -I../../gst-libs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/opt/lap/g2bin/2.12/include/gstreamer-0.8 -I/opt/lap/g2bin/2.12/include/glib-2.0 -I/opt/lap/g2bin/2.12/lib/glib-2.0/include -I/opt/lap/g2bin/2.12/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
/bin/sh ../../libtool --tag=CC --mode=compile \
	./nasmnopic.sh \
	/usr/bin/nasm -I ./ -f elf -O1 -o APU.lo APU.Asm
 ./nasmnopic.sh /usr/bin/nasm -I ./ -f elf -O1 APU.Asm  -fPIC -DPIC -o .libs/APU.o
../../libtool: line 1223: ./nasmnopic.sh: No such file or directory

make[3]: [APU.lo] Error 1
==================================

did someone forget to do "cvs add nasmnopic.sh"? it is not in the CVS download.
Comment 1 sobhi 2006-02-16 01:29:15 UTC
I verified that "nasmnopic.sh" exists in the tarball but not in the CVS!
I copied the file from tarball to my copy of the CVS Checkout directory and got it to compile.
Comment 2 Michael Smith 2006-03-14 10:42:26 UTC
There's no 'spc' plugin in 0.10.x, so pointing version at 0.8.x
Comment 3 Jan Schmidt 2006-03-22 13:09:20 UTC
I have no idea where this file is supposed to come from.
Comment 4 Jan Schmidt 2006-03-22 16:08:27 UTC
Either way, this should be fixed in CVS. Please reopen if it isn't.

        * ext/spc/nasmnopic.sh:
        Add file that seems to have been in the release but not added to CVS.
        (Closes: #331217)