Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45632 - evolution 1.4.6 fails to launch with undefined symbol e_book_get_config_database
Summary: evolution 1.4.6 fails to launch with undefined symbol e_book_get_config_database
Status: RESOLVED DUPLICATE of bug 45937
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-24 11:41 UTC by nicolasm
Modified: 2005-07-17 13:06 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 nicolasm 2004-03-24 11:41:41 UTC
After updating Evolution 1.4.5 to 1.4.6, it fails to start up, giving the following message:

$ evolution-1.4
 
(evolution-1.4:28545): GLib-GObject-WARNING **: g_object_set_valist: construct property "type" for object `ESplash' can't be set after construction
evolution-1.4: relocation error: /usr/lib/evolution/1.4/components/libevolution-addressbook.so: undefined symbol: e_book_get_config_database
$ 

Reproducible: Always
Steps to Reproduce:
1. emerge evolution 1.4.6
2. launch it
3.
Actual Results:  
n/a

Expected Results:  
n/a

Using gnome 2.6_rc3, did same before updating to this (running 2.5 from BMG)
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2004-03-24 16:45:20 UTC
there seems to be a problem with your merge, if you use bmg ebuilds, we can't provide any support because you've corrupted your system.

huggins eclass # ldd /usr/lib/evolution/1.4/components/libevolution-addressbook.so | grep ebook
        libebook.so.0 => /usr/lib/evolution/1.4/libebook.so.0 (0x4062d000)
huggins eclass # readelf -s /usr/lib/evolution/1.4/libebook.so.0 | grep e_book_get_config
   174: 00013999    50 FUNC    GLOBAL DEFAULT   10 e_book_get_config_databas

the symbol should be there, for both 1.4.5 and 1.4.6.
Comment 2 Sean 2004-03-27 12:44:58 UTC
If you've been playing with bmg, make sure you don't still have evolution-data-server installed. I was getting the same exact bug, and when depclean showed evolution-data-server as still being installed, I uninstalled it, then reemerged evolution-1.4.6 and everything works fine now.
Comment 3 foser (RETIRED) gentoo-dev 2004-03-27 16:13:22 UTC

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