Bug 839623

Summary: FTBFS xchat-gnome-0.26.2-7.git40c5bf988.fc18
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: xchat-gnomeAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: notting, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://koji.fedoraproject.org/koji/taskinfo?taskID=4236244
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-12 16:10:32 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:

Description Petr Pisar 2012-07-12 12:58:32 UTC
xchat-gnome-0.26.2-7.git40c5bf988.fc18 fails to build in F18:

CCLD   xchat-gnome
/usr/bin/ld: ../../src/libeggsmclient/.libs/libeggsmclient.a(eggsmclient-xsmp.o): undefined reference to symbol 'IceProcessMessages'
/usr/bin/ld: note: 'IceProcessMessages' is defined in DSO /lib64/libICE.so.6 so try adding it to the linker command line
/lib64/libICE.so.6: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status

It fails to link because of undefined reference to symbol `IceProcessMessages'. It must link to /lib/libICE.so.6 explicitly.

Comment 1 Bill Nottingham 2012-07-12 16:10:32 UTC
Fixed (wasn't the only lib)