Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34316 - package update: maildrop 1.6.3
Summary: package update: maildrop 1.6.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Net-Mail Packages
URL: http://www.courier-mta.org/download.p...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-25 00:54 UTC by Torgeir Hansen
Modified: 2004-08-05 13:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for maildrop-1.6.3 (maildrop-1.6.3.ebuild,2.66 KB, text/plain)
2004-03-14 12:17 UTC, Roy Marples (RETIRED)
Details
Forces DB-3 to be used as DB-4 fails when running configure (force-db3-gentoo.patch,6.42 KB, patch)
2004-03-14 12:19 UTC, Roy Marples (RETIRED)
Details | Diff
This patch actually works for compiling against db-3 (force-db3-gentoo.patch,6.77 KB, patch)
2004-03-14 13:09 UTC, Roy Marples (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Torgeir Hansen 2003-11-25 00:54:13 UTC
A updated maildrop is available, this also appears to fix the gdbm-problems mentioned in bug30449 (I had the same problem; but not with 1.6.3) - just renaming the ebuild appears to work. :]
Comment 1 Roy Marples (RETIRED) gentoo-dev 2004-03-14 12:17:51 UTC
Created attachment 27356 [details]
ebuild for maildrop-1.6.3

I wanted to experiment with maildrop and couldn't get it to compile cleanly
unless gdbm was installed. That wasn't exactly optimal so here's an ebuild that
works with the latest available version and configures correctly for gdbm and
berkdb.
Comment 2 Roy Marples (RETIRED) gentoo-dev 2004-03-14 12:19:05 UTC
Created attachment 27357 [details, diff]
Forces DB-3 to be used as DB-4 fails when running configure
Comment 3 Roy Marples (RETIRED) gentoo-dev 2004-03-14 12:26:21 UTC
Ignore that - damn thing won't work :(
Comment 4 Roy Marples (RETIRED) gentoo-dev 2004-03-14 13:09:35 UTC
Created attachment 27358 [details, diff]
This patch actually works for compiling against db-3
Comment 5 Guillaume Destuynder (RETIRED) gentoo-dev 2004-05-29 05:49:23 UTC
same here, had probs, 1.6.3 handles everything wonderfully :)
We're in may, would be nice to have it upgraded
Comment 6 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-06-16 23:46:49 UTC
uberlord: reading of your berkdb troubles, are you sure your libaries are consistant?

could you please attach the output of:
ls -l /usr/lib/libdb*
ls -ld /usr/include/db*



Comment 7 Roy Marples (RETIRED) gentoo-dev 2004-06-17 01:34:44 UTC
I've had to rebuild my server after a nasty head crash, but I'm still using the ebuild + patch mentioned above

uberserver root # ls -l /usr/lib/libdb*
-rw-r--r--  1 root root 1110268 May 19 03:32 /usr/lib/libdb-4.1.a
-rw-r--r--  1 root root     703 May 19 03:32 /usr/lib/libdb-4.1.la
-rwxr-xr-x  1 root root  825904 May 19 03:32 /usr/lib/libdb-4.1.so
lrwxrwxrwx  1 root root      11 May 19 03:32 /usr/lib/libdb.a -> libdb-4.1.a
lrwxrwxrwx  1 root root      12 May 19 03:32 /usr/lib/libdb.so -> libdb-4.1.so
lrwxrwxrwx  1 root root      11 May 19 03:33 /usr/lib/libdb.so.2 -> libdb1.so.2
-rw-r--r--  1 root root  886662 May 19 03:33 /usr/lib/libdb1.a
lrwxrwxrwx  1 root root      11 May 19 03:33 /usr/lib/libdb1.so -> libdb1.so.2
-rwxr-xr-x  1 root root   59124 May 19 03:33 /usr/lib/libdb1.so.2
-rw-r--r--  1 root root 1208110 May 19 03:32 /usr/lib/libdb_cxx-4.1.a
-rw-r--r--  1 root root     731 May 19 03:32 /usr/lib/libdb_cxx-4.1.la
-rwxr-xr-x  1 root root  893356 May 19 03:32 /usr/lib/libdb_cxx-4.1.so
lrwxrwxrwx  1 root root      15 May 19 03:32 /usr/lib/libdb_cxx.a -> libdb_cxx-4.1.a
lrwxrwxrwx  1 root root      16 May 19 03:32 /usr/lib/libdb_cxx.so -> libdb_cxx-4.1.so
uberserver root # ls -ld /usr/include/db*
lrwxrwxrwx  1 root root 10 May 19 03:32 /usr/include/db.h -> db4.1/db.h
drwxr-xr-x  2 root root 44 May 19 03:33 /usr/include/db1
drwxr-xr-x  2 root root 85 May 19 03:32 /usr/include/db4.1
lrwxrwxrwx  1 root root 14 May 19 03:32 /usr/include/db_185.h -> db4.1/db_185.h
uberserver root #
Comment 8 Ajay Sharma 2004-08-04 15:10:31 UTC
Maildrop 1.7.0 is out.  if you rename the attached ebuild it installs fine for me.
Comment 9 Tom Martin (RETIRED) gentoo-dev 2004-08-05 13:23:37 UTC
Fixed in CVS. Thanks very much everyone.