Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1464892 Details for
Bug 1604281
gstreamer-plugins-espeak: FTBFS in Fedora rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
proposed patch
0001-Fix-exported-symbol-regex.patch (text/plain), 2.96 KB, created by
Wim Taymans
on 2018-07-20 09:26:48 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Wim Taymans
Created:
2018-07-20 09:26:48 UTC
Size:
2.96 KB
patch
obsolete
>From b039cf850c7b2b7c96c3a2aadb0fbd2f7f6760f6 Mon Sep 17 00:00:00 2001 >From: Wim Taymans <wtaymans@redhat.com> >Date: Fri, 20 Jul 2018 11:24:14 +0200 >Subject: [PATCH] Fix exported symbol regex > >--- > fix-export-regex.patch | 24 ++++++++++++++++++++++++ > gstreamer-plugins-espeak.spec | 9 +++++++-- > 2 files changed, 31 insertions(+), 2 deletions(-) > create mode 100644 fix-export-regex.patch > >diff --git a/fix-export-regex.patch b/fix-export-regex.patch >new file mode 100644 >index 0000000..6798ae3 >--- /dev/null >+++ b/fix-export-regex.patch >@@ -0,0 +1,24 @@ >+diff -ru gst-plugins-espeak-0.5.0/configure gst-plugins-espeak-0.5.0.new/configure >+--- gst-plugins-espeak-0.5.0/configure 2017-10-05 10:00:00.000000000 +0200 >++++ gst-plugins-espeak-0.5.0.new/configure 2018-07-20 11:19:36.560912334 +0200 >+@@ -12417,7 +12417,7 @@ >+ GST_ALL_LDFLAGS="-no-undefined" >+ >+ >+-GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^_*gst_plugin_desc\$\$' $GST_ALL_LDFLAGS" >++GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_.*' $GST_ALL_LDFLAGS" >+ >+ >+ ac_config_files="$ac_config_files Makefile m4/Makefile src/Makefile" >+diff -ru gst-plugins-espeak-0.5.0/configure.ac gst-plugins-espeak-0.5.0.new/configure.ac >+--- gst-plugins-espeak-0.5.0/configure.ac 2017-10-05 09:50:42.000000000 +0200 >++++ gst-plugins-espeak-0.5.0.new/configure.ac 2018-07-20 11:18:39.461911359 +0200 >+@@ -42,7 +42,7 @@ >+ AC_SUBST(GST_ALL_LDFLAGS) >+ >+ dnl set proper LDFLAGS for plugins >+-GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^_*gst_plugin_desc\$\$' $GST_ALL_LDFLAGS" >++GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_.*' $GST_ALL_LDFLAGS" >+ AC_SUBST(GST_PLUGIN_LDFLAGS) >+ >+ AC_OUTPUT(Makefile m4/Makefile src/Makefile) >diff --git a/gstreamer-plugins-espeak.spec b/gstreamer-plugins-espeak.spec >index a997205..eca3dfa 100644 >--- a/gstreamer-plugins-espeak.spec >+++ b/gstreamer-plugins-espeak.spec >@@ -1,11 +1,13 @@ > Name: gstreamer-plugins-espeak > Version: 0.5.0 >-Release: 4%{?dist} >+Release: 5%{?dist} > Summary: A simple gstreamer plugin to use espeak > License: LGPLv2+ > URL: http://wiki.sugarlabs.org/go/Activity_Team/gst-plugins-espeak > Source0: http://download.sugarlabs.org/sources/honey/gst-plugins-espeak/gst-plugins-espeak-%{version}.tar.gz > >+Patch0: fix-export-regex.patch >+ > BuildRequires: gcc > BuildRequires: espeak-devel > BuildRequires: glib2-devel >@@ -19,7 +21,7 @@ The plugin uses given text to produce audio output. > > %prep > %setup -q -n gst-plugins-espeak-%{version} >- >+%patch0 -p1 > > %build > # make sure to build the plugin for release >@@ -83,6 +85,9 @@ find %{buildroot} -name '*.la' -delete > > > %changelog >+* Fri Jul 20 2018 Wim Taymans <wtaymans@redhat.com> 0.5.0-5 >+- Fix exported symbol regex >+ > * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-4 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild > >-- >2.17.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1604281
:
1462726
|
1462727
|
1462728
| 1464892