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 684165 - compile error on 0.11.94
compile error on 0.11.94
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.11.x
Other Linux
: Normal blocker
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-09-16 22:43 UTC by jls_legalize
Modified: 2012-09-17 09:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
configure (15.48 KB, application/octet-stream)
2012-09-17 09:08 UTC, jls_legalize
Details

Description jls_legalize 2012-09-16 22:43:20 UTC
CCLD   gst-plugin-scanner
gst_plugin_scanner-gst-plugin-scanner.o: In function `main':
gst-plugin-scanner.c:(.text.startup+0x4e): undefined reference to `_gst_disable_registry_cache'
gst-plugin-scanner.c:(.text.startup+0x7b): undefined reference to `gst_init_check'
gst-plugin-scanner.c:(.text.startup+0x92): undefined reference to `_gst_plugin_loader_client_run'
collect2: ld returned 1 exit status
make[4]: *** [gst-plugin-scanner] Error 1
make[4]: Leaving directory `/mnt/sda2/tcbuild/storage/gstreamer/src/temp/gstreamer-0.11.94/libs/gst/helpers'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mnt/sda2/tcbuild/storage/gstreamer/src/temp/gstreamer-0.11.94/libs/gst'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/sda2/tcbuild/storage/gstreamer/src/temp/gstreamer-0.11.94/libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/sda2/tcbuild/storage/gstreamer/src/temp/gstreamer-0.11.94'
make: *** [all] Error 2
Comment 1 Tim-Philipp Müller 2012-09-17 08:21:59 UTC
Could you attach a log that contains the entire output of ./configure, and make V=1 ?

Are you passing special configure options? What systems/environment is this on?

(In other words: why does it break for you but not most other people)
Comment 2 jls_legalize 2012-09-17 09:08:19 UTC
Created attachment 224483 [details]
configure
Comment 3 jls_legalize 2012-09-17 09:20:45 UTC
I've changed my flags from:
CFLAGS="-march=i486 -mtune=i686 -pipe -fvisibility=hidden -O2"
LDFLAGS="-Wl,-O1 -fvisibility=hidden"
to
CFLAGS="-march=i486 -mtune=i686 -Os -pipe"
LDFLAGS="-Wl,-O1"
and compilation went fine.
Thanks for your reply

I'm on TinyCoreLinux