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 651766 - gstelementfactory.c:397: error: size of array ‘Compile_Time_Assertion’ is negative
gstelementfactory.c:397: error: size of array ‘Compile_Time_Assertion’ is neg...
Status: RESOLVED DUPLICATE of bug 651514
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.34
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-06-03 08:49 UTC by yuriy.tereschuk
Modified: 2011-06-03 08:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
configuration log file of gstreamer (101.89 KB, text/plain)
2011-06-03 08:51 UTC, yuriy.tereschuk
Details

Description yuriy.tereschuk 2011-06-03 08:49:26 UTC
During of process jhbuild of gnome-apps-3.2 got an error message

libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -DGST_EXPORTS -DG_LOG_DOMAIN=g_log_domain_gstreamer -DGST_MAJORMINOR=\"0.10\" -DGST_DISABLE_DEPRECATED -I../libs -I.. -I../libs -I.. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib64/glib-2.0/include -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED -I/opt/gnome/include/libxml2 -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs -g -DGST_DISABLE_DEPRECATED -Werror -g -O2 -MT libgstreamer_0.10_la-gstelementfactory.lo -MD -MP -MF .deps/libgstreamer_0.10_la-gstelementfactory.Tpo -c gstelementfactory.c  -fPIC -DPIC -o .libs/libgstreamer_0.10_la-gstelementfactory.o
gstelementfactory.c: In function ‘gst_element_factory_create’:
gstelementfactory.c:397: error: size of array ‘Compile_Time_Assertion’ is negative
gstelementfactory.c:397: error: invalid use of void expression
gstelementfactory.c:397: error: incompatible type for argument 1 of ‘__sync_bool_compare_and_swap’
make[4]: *** [libgstreamer_0.10_la-gstelementfactory.lo] Помилка 1
make[4]: Залишаю каталог "/home/astro/checkout/gnome/gstreamer/gst"
make[3]: *** [all-recursive] Помилка 1
make[3]: Залишаю каталог "/home/astro/checkout/gnome/gstreamer/gst"
make[2]: *** [all] Помилка 2
make[2]: Залишаю каталог "/home/astro/checkout/gnome/gstreamer/gst"
make[1]: *** [all-recursive] Помилка 1
make[1]: Залишаю каталог "/home/astro/checkout/gnome/gstreamer"
make: *** [all] Помилка 2
Comment 1 yuriy.tereschuk 2011-06-03 08:51:43 UTC
Created attachment 189143 [details]
configuration log file of gstreamer

./configure --enable-maintainer-mode --enable-poisoning --prefix /opt/gnome --libdir /opt/gnome/lib64 --disable-tests --disable-static --disable-gtk-doc
Comment 2 yuriy.tereschuk 2011-06-03 08:52:54 UTC
root@yuriy:/home/astro# lsb_release -a
No LSB modules are available.
Distributor ID:	Debian
Description:	Debian GNU/Linux 6.0.1 (squeeze)
Release:	6.0.1
Codename:	squeeze
root@yuriy:/home/astro# uname -a
Linux yuriy 2.6.32-5-amd64 #1 SMP Wed May 18 23:13:22 UTC 2011 x86_64 GNU/Linux
root@yuriy:/home/astro#
Comment 3 Sebastian Dröge (slomo) 2011-06-03 08:56:21 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 651514 ***