Bug 882194 - gutenprint: libgutenprintui2 defines "yyin" symbol
Summary: gutenprint: libgutenprintui2 defines "yyin" symbol
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gutenprint
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tim Waugh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 882173 882196 882197
TreeView+ depends on / blocked
 
Reported: 2012-11-30 11:20 UTC by Florian Weimer
Modified: 2013-03-20 21:35 UTC (History)
2 users (show)

Fixed In Version: gutenprint-5.2.9-7.fc18
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 882196 882197 (view as bug list)
Environment:
Last Closed: 2013-03-20 21:35:49 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Florian Weimer 2012-11-30 11:20:13 UTC
/usr/lib64/libgutenprintui2.so.1.0.0.0 in gutenprint-5.2.9-2.fc18.x86_64 defines the "yyin" symbol (and other flex-related symbols).  These symbols can cause collisions and should therefore be mangled or hidden.

Comment 1 Tim Waugh 2012-12-18 17:21:32 UTC
Should be fixed in gutenprint-5.2.9-7.fc19 in rawhide.  My solution was to use --export-symbols-regex like this:

--- gutenprint-5.2.9/src/gutenprintui2/Makefile.am.yyin	2010-09-12 14:52:53.000000000 +0100
+++ gutenprint-5.2.9/src/gutenprintui2/Makefile.am	2012-12-18 16:27:11.705127153 +0000
@@ -55,7 +55,8 @@ libgutenprintui2_la_CFLAGS = $(AM_CFLAGS
 # Uncomment to build a versioned library
 libgutenprintui2_la_LDFLAGS = \
  -version-info  $(GUTENPRINTUI2_CURRENT_INTERFACE):$(GUTENPRINTUI2_INTERFACE_AGE):$(GUTENPRINTUI2_BINARY_AGE) \
- -rpath $(libdir) -no-undefined
+ -rpath $(libdir) -no-undefined \
+ -export-symbols-regex '^([^y]|y[^y])'
 
 AM_LFLAGS = -i
 AM_YFLAGS = -d

Does that look right?

Comment 2 Fedora Update System 2013-01-04 12:16:51 UTC
gutenprint-5.2.9-7.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/gutenprint-5.2.9-7.fc18

Comment 3 Fedora Update System 2013-01-04 20:27:16 UTC
Package gutenprint-5.2.9-7.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing gutenprint-5.2.9-7.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-0188/gutenprint-5.2.9-7.fc18
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2013-03-20 21:35:52 UTC
gutenprint-5.2.9-7.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.