Bug 882194

Summary: gutenprint: libgutenprintui2 defines "yyin" symbol
Product: [Fedora] Fedora Reporter: Florian Weimer <fweimer>
Component: gutenprintAssignee: Tim Waugh <twaugh>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: jpopelka, twaugh
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: gutenprint-5.2.9-7.fc18 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 882196 882197 (view as bug list) Environment:
Last Closed: 2013-03-20 21:35:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 882173, 882196, 882197    

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.