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 463354 - 'make check' fails because of missing g_slice_debug_tree_statistics
'make check' fails because of missing g_slice_debug_tree_statistics
Status: RESOLVED DUPLICATE of bug 440544
Product: glib
Classification: Platform
Component: general
2.14.x
Other All
: Normal minor
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2007-08-04 06:22 UTC by Fred Hsueh
Modified: 2007-09-24 17:00 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Fred Hsueh 2007-08-04 06:22:55 UTC
Please describe the problem:
Make check on a freshly built glib-2.14.0 fails in glib/abicheck.sh
It expects the function "g_slice_debug_tree_statistics" to be defined, but it is not.  The default debugging is set at "minimal", which does not set the "G_ENABLE_DEBUG" define.

Steps to reproduce:
1. Build glib-2.14.0 with default options
2. make check


Actual results:
=====================================================================
1 of 2 tests failed
Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=glib
=====================================================================


Expected results:
Pass

Does this happen every time?
yes

Other information:
Comment 1 Mark Lee 2007-08-04 07:48:38 UTC
I believe this is a duplicate of bug #440544.
Comment 2 Fred Hsueh 2007-09-24 17:00:57 UTC

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