Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29332 - net-mail/maildrop depends on sys-libs/gdbm
Summary: net-mail/maildrop depends on sys-libs/gdbm
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-22 06:56 UTC by Erik Poupaert
Modified: 2003-09-22 15:33 UTC (History)
1 user (show)

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 Erik Poupaert 2003-09-22 06:56:29 UTC
net-mail/maildrop obviously depends on the availability of sys-libs/gdbm, in
absense of which its emerge will fail. The net-mail/maildrop ebuild should
recognize this dependency and cause the emergence of gdbm prior to compiling
maildrop itself

Reproducible: Always
Steps to Reproduce:
1.emerge maildrop in absence of gdbm
2.
3.

Actual Results:  
compilation failure

Expected Results:  
emerge sys-libs/gdbm as a required dependency prior to emerging net-mail/maildrop

no additional information
Comment 1 Markus Nigbur (RETIRED) gentoo-dev 2003-09-22 07:25:11 UTC
It already does depend on >=sys-libs/gdbm-1.8.0.
Comment 2 Michael Hanselmann (hansmi) (RETIRED) gentoo-dev 2003-09-22 15:03:19 UTC
After having the same problem (checking for db_env_create... no, configure: error: GDBM library not found) the command

ACCEPT_KEYWORDS="~x86" emerge =maildrop-1.5.3-r1

has helped. This 'll install the currently marked as unstable release 1 of the maildrop-ebuild.

Greets hansmi
Comment 3 Markus Nigbur (RETIRED) gentoo-dev 2003-09-22 15:12:57 UTC
 $ grep gdbm-1.8.0 /usr/portage/net-mail/maildrop/maildrop-*
/usr/portage/net-mail/maildrop/maildrop-1.4.0-r1.ebuild:DEPEND=">=sys-libs/gdbm-1.8.0
/usr/portage/net-mail/maildrop/maildrop-1.5.2.ebuild:   gdbm? ( >=sys-libs/gdbm-1.8.0 )
/usr/portage/net-mail/maildrop/maildrop-1.5.3-r1.ebuild:        gdbm? ( >=sys-libs/gdbm-1.8.0 )
/usr/portage/net-mail/maildrop/maildrop-1.5.3.ebuild:   gdbm? ( >=sys-libs/gdbm-1.8.0 )

1.5.3-r1 is the current unstable, all others are in stable and depend on >=sys-libs/gdbm-1.8.0
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2003-09-22 15:33:01 UTC
emerge -p maildrop
Comment 5 Martin Holzer (RETIRED) gentoo-dev 2003-09-22 15:33:25 UTC
emerge -Dp maildrop