Bug 103148

Summary: guile is broken on ia64
Product: [Retired] Red Hat Raw Hide Reporter: Bill Nottingham <notting>
Component: guileAssignee: Phil Knirsch <pknirsch>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: jakub, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-08-27 14:59:51 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 Bill Nottingham 2003-08-27 04:13:13 UTC
Attempting to link against it:

gcc -I../../../src/gnc-module -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-O2 -g -pipe -Wall -Wunused -o .libs/test-load-c test-load-c.o 
../.libs/libgncmodule.so
/usr/src/build/298107-ia64/BUILD/gnucash-1.8.5/src/core-utils/.libs/libcore-utils.so
-L/usr/lib /usr/lib/libgwrap-wct.so
-L/usr/src/build/268233-ia64/BUILD/guile-1.6.4/libguile/.libs
/usr/lib/libgwrap-glib.so /usr/lib/libguile.so /usr/lib/libguile-ltdl.so -lcrypt
/usr/lib/libglib.so /usr/lib/libltdl.so -ldl /usr/lib/libpopt.so -lm
/usr/lib/libguile-ltdl.so: undefined reference to `__ctype_b_loc'
/usr/lib/libguile-ltdl.so: undefined reference to `dlopen'

guile-1.6.4-8.1, presumably (whatever's in the build root.)

Comment 1 Bill Nottingham 2003-08-27 04:41:38 UTC
guile was rebuilt in dist-10 last week; AFAIK, those libs shouldn't end up like
that.

Comment 2 Bill Nottingham 2003-08-27 04:53:07 UTC
Rebuilding fixes it. Any idea how it got built wrong last week?

Comment 3 Phil Knirsch 2003-08-27 14:59:51 UTC
Known strangeness of the current toolchain. I have the same problem with
ethereal which i can't compile on ia64 anymore because of something very similar
and someone else in our office here reported the same for another library
related package (don't remember which one).

Read ya, Phil