Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147338 - evolution-data-server-1.8.0: configure: error: cannot find libdb
Summary: evolution-data-server-1.8.0: configure: error: cannot find libdb
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-12 09:13 UTC by Alexander Hsia
Modified: 2007-07-08 14:05 UTC (History)
1 user (show)

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


Attachments
evolution-data-server emerge log (evolution-data-server-emerge-error,13.95 KB, application/octet-stream)
2006-09-12 09:15 UTC, Alexander Hsia
Details
emerge --info (emerge.info,3.43 KB, application/octet-stream)
2006-09-12 09:16 UTC, Alexander Hsia
Details
config.log (config.log,57.58 KB, text/x-log)
2006-09-12 12:52 UTC, Alexander Hsia
Details
backtrace (evolution_backtrace.txt,9.06 KB, text/plain)
2006-09-18 09:33 UTC, Ed Davison
Details
conftest.c (conftest.c,1.11 KB, text/plain)
2006-09-28 14:38 UTC, Daniel Gryniewicz (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Hsia 2006-09-12 09:13:13 UTC
emerge error log attached below
Comment 1 Alexander Hsia 2006-09-12 09:15:59 UTC
Created attachment 96803 [details]
evolution-data-server emerge log
Comment 2 Alexander Hsia 2006-09-12 09:16:24 UTC
Created attachment 96804 [details]
emerge --info
Comment 3 Daniel Gryniewicz (RETIRED) gentoo-dev 2006-09-12 10:47:43 UTC
Could you include the config.log referenced in the emerge errror?
Comment 4 Alexander Hsia 2006-09-12 12:52:25 UTC
Created attachment 96821 [details]
config.log
Comment 5 Mart Raudsepp gentoo-dev 2006-09-12 16:04:14 UTC
Reopening bug as the requested information has been attached
Comment 6 Ed Davison 2006-09-18 09:32:23 UTC
Attached is the backtrace that I get from bug-buddy.
Comment 7 Ed Davison 2006-09-18 09:33:19 UTC
Created attachment 97345 [details]
backtrace
Comment 8 Ed Davison 2006-09-18 09:36:19 UTC
Comment on attachment 97345 [details]
backtrace

Oops; posted to wrong bug.
Comment 9 Ed Davison 2006-09-18 09:36:27 UTC
Comment on attachment 97345 [details]
backtrace

Oops; posted to wrong bug.
Comment 10 Daniel Gryniewicz (RETIRED) gentoo-dev 2006-09-19 18:53:38 UTC
There is something seriously wrong with your system.  It failed because NULL was undefined.

NULL is defined in stddef.h, which is part of the compiler.  It should be available.  That test code compiles correctly on my machine.
Comment 11 Alexander Hsia 2006-09-19 19:58:24 UTC
I recompiled everything including gcc using emerge -e system and still get this error when trying to emerge evolution-data-server. Any idea what is borked?
Comment 12 Daniel Gryniewicz (RETIRED) gentoo-dev 2006-09-28 14:38:38 UTC
Created attachment 98341 [details]
conftest.c

What happens if you try to build this file with the following command line:
i686-pc-linux-gnu-gcc -o conftest -I/usr/lib/include   conftest.c -L/usr/lib/lib -ldb

Also, could you unmerge eselect-compiler, and make sure you have gcc-config emerged?
Comment 13 Lupo 2006-10-23 05:24:31 UTC
Exactly the same error here on ppc.
Comment 14 Lupo 2006-10-23 05:47:19 UTC
Output of conftest.c:

hermes download_temp # powerpc-unknown-linux-gnu-gcc -o conftest -I/usr/lib/include   conftest.c -L/usr/lib/lib -ldb
/usr/lib/gcc/powerpc-unknown-linux-gnu/4.1.1/../../../../powerpc-unknown-linux-gnu/bin/ld: dynamic variable `_SDA_BASE_@@libdb-4.3.so' is zero size
/usr/lib/gcc/powerpc-unknown-linux-gnu/4.1.1/../../../../powerpc-unknown-linux-gnu/bin/ld: /usr/lib/gcc/powerpc-unknown-linux-gnu/4.1.1/../../../crt1.o(.rodata+0x0): unresolvable R_PPC_ADDR32 relocation against symbol `_SDA_BASE_@@libdb-4.3.so'
/usr/lib/gcc/powerpc-unknown-linux-gnu/4.1.1/../../../../powerpc-unknown-linux-gnu/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld gab 1 als Ende-Status zur
Comment 15 Lupo 2006-10-23 05:47:19 UTC
Output of conftest.c:

hermes download_temp # powerpc-unknown-linux-gnu-gcc -o conftest -I/usr/lib/include   conftest.c -L/usr/lib/lib -ldb
/usr/lib/gcc/powerpc-unknown-linux-gnu/4.1.1/../../../../powerpc-unknown-linux-gnu/bin/ld: dynamic variable `_SDA_BASE_@@libdb-4.3.so' is zero size
/usr/lib/gcc/powerpc-unknown-linux-gnu/4.1.1/../../../../powerpc-unknown-linux-gnu/bin/ld: /usr/lib/gcc/powerpc-unknown-linux-gnu/4.1.1/../../../crt1.o(.rodata+0x0): unresolvable R_PPC_ADDR32 relocation against symbol `_SDA_BASE_@@libdb-4.3.so'
/usr/lib/gcc/powerpc-unknown-linux-gnu/4.1.1/../../../../powerpc-unknown-linux-gnu/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld gab 1 als Ende-Status zurück





Comment 16 Lupo 2007-03-04 16:20:22 UTC
(In reply to comment #15)

No progress on this bug? 
Comment 17 Daniel Gryniewicz (RETIRED) gentoo-dev 2007-03-05 15:16:49 UTC
No.  I've been completely unable to reproduce it.  I assume this still happens with current e-d-s?  Have you tried re-emerging db?
Comment 18 Daniel Gryniewicz (RETIRED) gentoo-dev 2007-04-16 18:20:11 UTC
Also: have you tried revdep-rebuild?  There was a similar evo bug that was resolved by revdep-rebuild.
Comment 19 Gilles Dartiguelongue (RETIRED) gentoo-dev 2007-06-17 10:59:13 UTC
could you guys retry with latest version of e-d-s (either 1.8.3-r5 or 1.10.1-r3) ?
Comment 20 Jakub Moc (RETIRED) gentoo-dev 2007-07-08 14:05:42 UTC
(In reply to comment #19)
> could you guys retry with latest version of e-d-s (either 1.8.3-r5 or
> 1.10.1-r3) ?

Get back to us, please.