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 585015 - debugutils can't find libgstinterfaces
debugutils can't find libgstinterfaces
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal blocker
: 0.10.13
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-06 17:31 UTC by LRN
Modified: 2009-06-07 21:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
adds -base libs (1008 bytes, patch)
2009-06-06 17:32 UTC, LRN
committed Details | Review

Description LRN 2009-06-06 17:31:31 UTC
Because the place where it is located is not in libpath, because Makefile.am
does not have necessary references to -base.
Comment 1 LRN 2009-06-06 17:32:05 UTC
Created attachment 136064 [details] [review]
adds -base libs
Comment 2 Wim Taymans 2009-06-07 20:24:20 UTC
marking as blocker so that it can go into the next release.
Comment 3 Wim Taymans 2009-06-07 21:02:21 UTC
commit 7b28f931bb665dcacb228c153321ebf10852cb80
Author: LRN <lrn1986@gmail.com>
Date:   Sat Jun 6 21:28:27 2009 +0400

    Added base libs to debug utils makefile
    
    Fixes #585015