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 665932 - adder: orc feature used that is incompatible with --compat in program add_int32
adder: orc feature used that is incompatible with --compat in program add_int32
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.35
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-12-11 00:39 UTC by StreamThreader
Modified: 2012-04-01 00:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Outut to terminal (42.87 KB, text/plain)
2011-12-11 00:39 UTC, StreamThreader
Details
config.log file (124.34 KB, text/plain)
2011-12-11 11:30 UTC, StreamThreader
Details
/usr/bin/orcc --implementation --include glib.h -o tmp-orc.c ./gstadderorc.orc (18.76 KB, text/plain)
2011-12-13 16:56 UTC, StreamThreader
Details
After make (15.01 KB, text/plain)
2011-12-13 17:04 UTC, StreamThreader
Details

Description StreamThreader 2011-12-11 00:39:12 UTC
Created attachment 203199 [details]
Outut to terminal

Compile gst-plugins-base-0.10.35 Error
Comment 1 StreamThreader 2011-12-11 00:40:44 UTC
Linux Slackware 13.37 x64
ORC is 0.4.16
Comment 2 Tim-Philipp Müller 2011-12-11 01:30:44 UTC
No idea what's going wrong here.

Could you:

 a) attach your config.log file?

and

 b) run this:
        cd gst/adder/
        make clean
        make V=1
      and attach the output of make V=1 ?

Thanks!
Comment 3 StreamThreader 2011-12-11 11:30:47 UTC
Created attachment 203208 [details]
config.log file
Comment 4 StreamThreader 2011-12-11 11:32:44 UTC
and 
make V=1
___
/usr/bin/orcc --compat 0.4.11 --implementation --include glib.h -o tmp-orc.c ./gstadderorc.orc                                                                                                                                               
Feature used that is incompatible with --compat in program add_int32                                                                                                                                                                         
make: *** [tmp-orc.c] Ошибка 1
___
Comment 5 StreamThreader 2011-12-11 11:42:20 UTC
Mayby try reinstall orc from 0.4.16 to 0.4.11 ?
Comment 6 StreamThreader 2011-12-11 11:43:14 UTC
*maybe
Comment 7 StreamThreader 2011-12-12 21:51:22 UTC
How to resolve this problem?
Comment 8 Sebastian Dröge (slomo) 2011-12-13 13:58:12 UTC
Works fine here with orc 0.4.16. Does it work if you manually call

> /usr/bin/orcc --implementation --include glib.h -o tmp-orc.c ./gstadderorc.orc

in gst/adder ?
Comment 9 StreamThreader 2011-12-13 16:56:58 UTC
Created attachment 203354 [details]
/usr/bin/orcc --implementation --include glib.h -o tmp-orc.c ./gstadderorc.orc

I try.
Maybe ok
see attachment
Comment 10 StreamThreader 2011-12-13 17:02:26 UTC
I try new compiled

Making all in gst
make[2]: Вход в каталог `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35/gst'
make -C adder
make -C app
make -C audioconvert
make -C audiorate
make[3]: Вход в каталог `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35/gst/adder'
make[3]: Вход в каталог `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35/gst/app'
make[3]: Вход в каталог `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35/gst/audioconvert'
make[3]: Вход в каталог `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35/gst/audiorate'
  ORCC   tmp-orc.c
  CC     libgstapp_la-gstapp.lo
  ORCC   tmp-orc.c
  CC     libgstaudiorate_la-gstaudiorate.lo
Feature used that is incompatible with --compat in program add_int32
make[3]: *** [tmp-orc.c] Ошибка 1
make[3]: Выход из каталога `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35/gst/adder'
make[2]: *** [adder] Ошибка 2
make[2]: *** Ожидание завершения заданий...
Feature used that is incompatible with --compat in program orc_audio_convert_unpack_u8
make[3]: *** [tmp-orc.c] Ошибка 1
make[3]: *** Ожидание завершения заданий...
  ORCC   gstaudioconvertorc.h
make[3]: Выход из каталога `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35/gst/audioconvert'
make[2]: *** [audioconvert] Ошибка 2
  CCLD   libgstapp.la
  CCLD   libgstaudiorate.la
make[3]: Выход из каталога `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35/gst/app'
make[3]: Выход из каталога `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35/gst/audiorate'
make[2]: Выход из каталога `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35/gst'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Выход из каталога `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35'
make: *** [all] Ошибка 2

:((
Comment 11 StreamThreader 2011-12-13 17:04:12 UTC
Created attachment 203355 [details]
After make

This is fail variant
compile options 
./configure --prefix=/usr --libdir=/usr/lib64 --enable-shared
Comment 12 StreamThreader 2011-12-13 17:06:37 UTC
Where i found all dependences for this program?
Comment 13 Pedro Villavicencio 2012-04-01 00:10:05 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!