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 721107 - Gst-plugins-ugly 0.10.19 fails to compile against libcdio-0.92
Gst-plugins-ugly 0.10.19 fails to compile against libcdio-0.92
Status: RESOLVED DUPLICATE of bug 675112
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.19
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 721108 721109 721110 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2013-12-27 00:58 UTC by Gengis Dave
Modified: 2013-12-27 09:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
cdio-0.92.patch (575 bytes, patch)
2013-12-27 01:15 UTC, Gengis Dave
rejected Details | Review
failing build log (28.38 KB, text/x-log)
2013-12-27 07:04 UTC, Gengis Dave
  Details

Description Gengis Dave 2013-12-27 00:58:56 UTC
I recently upgraded libcdio to version 0.92 and I found that gst-plugins-ugly fails to compile the cdio module due to changes in the cdio functions:

from: const char *cdtext_get_const (cdtext_field_t field, const cdtext_t *p_cdtext);

to: const char *cdtext_get_const (const cdtext_t *p_cdtext, cdtext_field_t field, track_t track);

and similar. Here is the patch is used to get a successful compile. Thank you so much. (I'm still at 0.10 gstreamer version since i use slackware which has some problems to switch over 1.2 branch).
Comment 1 Gengis Dave 2013-12-27 01:03:28 UTC
*** Bug 721108 has been marked as a duplicate of this bug. ***
Comment 2 Gengis Dave 2013-12-27 01:03:56 UTC
*** Bug 721110 has been marked as a duplicate of this bug. ***
Comment 3 Gengis Dave 2013-12-27 01:04:20 UTC
*** Bug 721109 has been marked as a duplicate of this bug. ***
Comment 4 André Klapper 2013-12-27 01:05:04 UTC
Please reattach the patch; looks like Bugzilla lost it. :(
Comment 5 Gengis Dave 2013-12-27 01:15:26 UTC
Created attachment 264917 [details] [review]
cdio-0.92.patch
Comment 6 Gengis Dave 2013-12-27 07:04:12 UTC
Created attachment 264922 [details]
failing build log
Comment 7 Gengis Dave 2013-12-27 07:05:52 UTC
Comment on attachment 264922 [details]
failing build log

CFLAGS="-O2 -fPIC -march=corei7 -pipe" ./configure --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc --localstatedir=/var --mandir=/usr/man --disable-debug --disable-static --build=x86_64-slackware-linux
Comment 8 Sebastian Dröge (slomo) 2013-12-27 08:33:15 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.

*** This bug has been marked as a duplicate of bug 675112 ***
Comment 9 Gengis Dave 2013-12-27 09:27:00 UTC
thanks a lot! i didn't noticed the version is almost 2 years old, so i should'd have to check to git branch
Comment 10 Sebastian Dröge (slomo) 2013-12-27 09:39:23 UTC
There were also 12 (or more?) releases since then already :)