Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 29772

Summary: gnome-network doesnt compile because it defines _HAVE_DB_185_H_ without having the libraries or doesn't link to the right db-library
Product: Gentoo Linux Reporter: Tiziano Müller <gentoo>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***