Bug 131554 - compiling dev-cpp/ice-3.0.1 fails with db-4.4.20
Bug#: 131554 Product:  Gentoo Linux Version: 2006.0 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: chriswhite@gentoo.org Reported By: dev-zero@gentoo.org
Component: Ebuilds
URL: 
Summary: compiling dev-cpp/ice-3.0.1 fails with db-4.4.20
Keywords:  
Status Whiteboard: 
Opened: 2006-04-28 03:57 0000
Description:   Opened: 2006-04-28 03:57 0000
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 From Jakub Moc (RETIRED) 2006-04-28 04:28:31 0000 -------
*** Bug 131555 has been marked as a duplicate of this bug. ***

------- Comment #2 From Tiziano Müller 2006-04-29 11:22:49 0000 -------
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 From Chris White (RETIRED) 2006-04-30 17:29:55 0000 -------
thanks for reporting, I've fixed the depend in portage. It'll hit rysnc in
about an hour or so.

------- Comment #4 From Tiziano Müller 2006-05-01 02:20:32 0000 -------
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...