After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 104741 - cspi library dependencies are broken.
cspi library dependencies are broken.
Status: VERIFIED FIXED
Product: at-spi
Classification: Platform
Component: cbindings
unspecified
Other Linux
: Normal critical
: ---
Assigned To: bill.haneman
bill.haneman
Depends on:
Blocks:
 
 
Reported: 2003-01-29 18:07 UTC by bill.haneman
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix to makefile for cspi (4.42 KB, patch)
2003-01-29 18:11 UTC, bill.haneman
none Details | Review
corrected patch without extra deltas (pls ignore prev patch) (700 bytes, patch)
2003-01-29 18:17 UTC, bill.haneman
none Details | Review

Description bill.haneman 2003-01-29 18:07:15 UTC
the cspi library dependencies aren't getting determined correctly, that is:

ldd -r libcspi.so

results in lots of undefined symbols from libspi.

libspi needs to be listed in cspi's dependencies.  THis needs to happen in
a way that allows libcspi to pick up libspi at link time.

I attach a patch.
Comment 1 bill.haneman 2003-01-29 18:10:26 UTC
this bug is a blocker for some builds, it results in duff binaries :-(
Comment 2 bill.haneman 2003-01-29 18:11:48 UTC
Created attachment 13918 [details] [review]
fix to makefile for cspi
Comment 3 bill.haneman 2003-01-29 18:17:06 UTC
Created attachment 13920 [details] [review]
corrected patch without extra deltas (pls ignore prev patch)
Comment 4 bill.haneman 2003-01-29 18:18:08 UTC
fixed in CVS.