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

Bug 131554

Summary: compiling dev-cpp/ice-3.0.1 fails with db-4.4.20
Product: Gentoo Linux Reporter: Tiziano Müller (RETIRED) <dev-zero>
Component: New packagesAssignee: Chris White (RETIRED) <chriswhite>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tiziano Müller (RETIRED) gentoo-dev 2006-04-28 03:57:49 UTC
Reason: db_cxx header-files not found.

The dependency should either be "=sys-libs/db-4.3*" or DB_FLAGS in config/Make.rules has to be set to "-I/usr/include/db4.4".
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-28 04:28:31 UTC
*** Bug 131555 has been marked as a duplicate of this bug. ***
Comment 2 Tiziano Müller (RETIRED) gentoo-dev 2006-04-29 11:22:49 UTC
Another problem raises, if db-4.4* and db-4.3 are installed together. The makefile-patch links against db_cxx, which is a symlink to the newest (most recent installed?) version.
At the moment, this isn't really a problem, since >=db-4.3* is hard-masked at the moment and I just unmasked =db-4.3*.
Comment 3 Chris White (RETIRED) gentoo-dev 2006-04-30 17:29:55 UTC
thanks for reporting, I've fixed the depend in portage. It'll hit rysnc in about an hour or so.
Comment 4 Tiziano Müller (RETIRED) gentoo-dev 2006-05-01 02:20:32 UTC
Thanks a lot. Another small thing: Could you also include an env.d-file with the content: "ICE_HOME=/usr", this is needed for IcePy (python bindings and others) to compile. Or do you have another solution (patching makefile) or so?
And could you change the status for bug #84646 and perhaps #98105, too?
I tried to make an ebuild for IcePy-3.*, but with no success, their build-system kind of ****** :-)
Thanks...