Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 235984 - [enlightenment overlay] x11-libs/ecore-0.9.9.041 compile error (undefined reference to `VALGRIND_MAKE_READABLE')
Summary: [enlightenment overlay] x11-libs/ecore-0.9.9.041 compile error (undefined ref...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-28 07:07 UTC by Fabio Bonfante
Modified: 2008-09-17 21:09 UTC (History)
0 users

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


Attachments
emerge --info (einfo,4.50 KB, text/plain)
2008-08-28 07:08 UTC, Fabio Bonfante
Details
enlightenment 2008-01-25 updated overlay (enlightenment.tar.gz,10.57 KB, text/plain)
2008-08-29 23:52 UTC, Fabio Bonfante
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fabio Bonfante 2008-08-28 07:07:30 UTC
i686-pc-linux-gnu-gcc -O2 -march=pentium-m -pipe -mmmx -msse -msse2 -mfpmath=sse -Wall -Wl,-O4 -o .libs/ecore_config ecore_config.o  ../../src/lib/ecore_config/.libs/libecore_config.so ../lib/ecore_ipc/.libs/libecore_ipc.so ../lib/ecore_con/.libs/libecore_con.so ../lib/ecore/.libs/libecore.so
/usr/lib/libevas.so.1: undefined reference to `VALGRIND_MAKE_READABLE'
collect2: ld returned 1 exit status
make[3]: *** [ecore_config] Error 1
make[3]: Leaving directory `/var/tmp/portage/x11-libs/ecore-0.9.9.041/work/ecore-0.9.9.041/src/bin'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/x11-libs/ecore-0.9.9.041/work/ecore-0.9.9.041/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-libs/ecore-0.9.9.041/work/ecore-0.9.9.041'
make: *** [all] Error 2

-----------------------------------
with x11-libs/evas-0.9.9.041 installed
Comment 1 Fabio Bonfante 2008-08-28 07:08:48 UTC
Created attachment 163962 [details]
emerge --info
Comment 2 SpanKY gentoo-dev 2008-08-29 08:19:50 UTC
if the snaps dont work, use the live cvs
Comment 3 Fabio Bonfante 2008-08-29 23:52:09 UTC
Created attachment 164102 [details]
enlightenment 2008-01-25 updated overlay

i know this isn't the best place but it's really late here... so... i upgraded a little part of the overlay.
The ebuilds use the http://download.enlightenment.org/snapshots/2008-01-25/ snapshot. I updated the src uri and the various dependencies; only the entrance ebuild needed some "work" because a typo in the tarball filename.
Just for your information all the e17 environment seems to work nicely.
Comment 4 Alex Zanetti de Lima 2008-09-17 21:09:16 UTC
I ran into this same problem.

Then I did as stated in comment #3: created ebuilds for the newest snapshot files (http://download.enlightenment.org/snapshots/2008-05-19/). 

The compilation ran just fine after that.