Bug 98060

Summary: Linked against both glib1 and glib2
Product: [Retired] Red Hat Raw Hide Reporter: Ralph Loader <suckfish>
Component: panAssignee: Jens Petersen <petersen>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: p.van.egdom
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.14.0-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-06-26 15:54:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ralph Loader 2003-06-25 21:23:08 UTC
Description of problem:

pan-0.14.0-1 is linked against both libglib-1.2 and libglib-2.0.  AFAICS, these
are not designed to co-exist - they export many duplicate functions.  Ditto
libgthread-{1.2,2.0}

Steps to Reproduce:

ldd /usr/bin/pan | grep glib

Actual results:

pan is linked against two different versions of libglib.

Expected results:

Should be linked to libglib-2.0 (and gthread-2.0) but not libglib-1.2 (nor
libgthread-1.2).

Comment 1 Jens Petersen 2003-06-26 15:54:17 UTC
Thanks for the report.  Should be fixed in rawhide in next build.