Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29772 - gnome-network doesnt compile because it defines _HAVE_DB_185_H_ without having the libraries or doesn't link to the right db-library
Summary: gnome-network doesnt compile because it defines _HAVE_DB_185_H_ without havin...
Status: RESOLVED DUPLICATE of bug 27386
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: 2003-09-27 16:56 UTC by Tiziano Müller
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 Tiziano Müller 2003-09-27 16:56:59 UTC
When I try to emerge gnome-network package, it stops compiling during linking
db.o because _HAVE_DB_185_H_ is defined but the right libraries dont seem
present. The the symbol for dbopen(..) in sync/sync.c isn't defined.

Reproducible: Always
Steps to Reproduce:
1. try emerging gnome-network

Actual Results:  
-> Details

Expected Results:  
emerging gnome-network

I commented out the header file for the "185 DB" in sync/sync.h and made
<db1/db.h> the default. then it works for me too...
Comment 1 foser (RETIRED) gentoo-dev 2003-09-28 04:58:47 UTC

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