Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 332497 - [Enlightenment Overlay] dev-libs/eina has an undefined symbol
Summary: [Enlightenment Overlay] dev-libs/eina has an undefined symbol
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: enlightenment+disabled
URL:
Whiteboard:
Keywords: InOverlay
Depends on:
Blocks:
 
Reported: 2010-08-12 17:27 UTC by Cedric Godin
Modified: 2010-08-13 13:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cedric Godin 2010-08-12 17:27:58 UTC
during the merge of dev-libs/embryo it crashed with a undefined symbol error.
This because in src/modules/mp/one_big/eina_one_big.c, the INF function is used but not declared if not in DEBUG. The following patch resolved the problem.

Index: src/modules/mp/one_big/eina_one_big.c
===================================================================
--- src/modules/mp/one_big/eina_one_big.c       (révision 51043)
+++ src/modules/mp/one_big/eina_one_big.c       (copie de travail)
@@ -214,10 +214,10 @@
 
    if (!pool) return ;
 
+#ifdef DEBUG
    if (pool->over)
       INF(stderr, "freeing ! %i (%i) %i [%s]\n", pool->usage, pool->max, pool->over, pool->name);
 
-#ifdef DEBUG
    if (pool->usage > 0)
       INF(
          "Bad news we are destroying memory still referenced in mempool [%s]\n",



Reproducible: Always
Comment 1 Thomas Sachau gentoo-dev 2010-08-13 13:48:55 UTC
I suggest, you try to recomile all live packages and try it again. If you still get that error, please report it to upstream.

Our ebuilds provide you with the option to install the latest revision from upstream, but we cannot patch a changing target, so you should try to get needed patches to upstream svn.