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 615619 - Test involving gdb fails because it tries to test against installed version of glib, not built version
Test involving gdb fails because it tries to test against installed version o...
Status: RESOLVED DUPLICATE of bug 621368
Product: glib
Classification: Platform
Component: general
2.24.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2010-04-13 08:14 UTC by Robin Green
Modified: 2018-01-04 13:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix (667 bytes, patch)
2010-04-13 08:14 UTC, Robin Green
none Details | Review

Description Robin Green 2010-04-13 08:14:41 UTC
Created attachment 158577 [details] [review]
fix

See attached patch. The libtool invocation in the patch is required, otherwise the linker will try to link against the version of glib installed in /usr/lib, instead of the built version!

The patch also obviates the clunky hack needed to fix a previous bug (bug 612099) in this test.

This probably wasn't noticed before either because people don't have gdb installed or they had a recent enough version of glib installed, either of which would mask this bug.
Comment 1 Philip Withnall 2018-01-04 13:31:55 UTC
This was fixed in bug #621368. Sorry for the delay in reviewing your patch.

*** This bug has been marked as a duplicate of bug 621368 ***