Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131554 - compiling dev-cpp/ice-3.0.1 fails with db-4.4.20
Summary: compiling dev-cpp/ice-3.0.1 fails with db-4.4.20
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Chris White (RETIRED)
URL:
Whiteboard:
Keywords:
: 131555 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-04-28 03:57 UTC by Tiziano Müller (RETIRED)
Modified: 2006-05-01 02:20 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 (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...