Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 134940 - courier-authlib configure fix for >=sys-libs/db-4.3
Summary: courier-authlib configure fix for >=sys-libs/db-4.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
: 161821 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-05-30 11:30 UTC by Hanno Zysik (geki)
Modified: 2007-01-16 23:04 UTC (History)
8 users (show)

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


Attachments
files/configure-db4.patch diff (courier-authlib-new-db.diff,1.19 KB, patch)
2006-05-30 11:31 UTC, Hanno Zysik (geki)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hanno Zysik (geki) 2006-05-30 11:30:36 UTC
Summary says it.
Comment 1 Hanno Zysik (geki) 2006-05-30 11:31:11 UTC
Created attachment 87894 [details, diff]
files/configure-db4.patch diff
Comment 2 Attila Fazekas 2006-08-28 02:18:00 UTC
[ebuild  N    ] net-libs/courier-authlib-0.58  USE="berkdb crypt ldap mysql pam -debug -gdbm -postgres" 0 kB

When using "berkdb":

make[3]: Entering directory `/var/tmp/portage/courier-authlib-0.58/work/courier-authlib-0.58/bdbobj'
Compiling bdbobj.c
Compiling bdbobj2.c
Compiling bdbobj3.c
Linking libbdbobj.la
Compiling testbdb.C
Linking testbdb
./.libs/libbdbobj.a(bdbobj.o): In function `bdbobj_open':
bdbobj.c:(.text+0x227): undefined reference to `db_create'
collect2: ld returned 1 exit status
make[3]: *** [testbdb] Error 1
make[3]: Leaving directory `/var/tmp/portage/courier-authlib-0.58/work/courier-authlib-0.58/bdbobj'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/courier-authlib-0.58/work/courier-authlib-0.58/bdbobj'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/courier-authlib-0.58/work/courier-authlib-0.58'
make: *** [all] Error 2

You fixed it without reporting the error messages. :)

cd /usr/portage/net-libs/courier-authlib/files/
#After download the patch.
cat /tmp/courier-authlib-new-db.diff |patch
#update check sums in manifest
ebuild courier-authlib-0.58.ebuild digest

emerge courier-authlib
Compiled successfully. ;-)

Thank you!
Comment 3 Hanno Zysik (geki) 2006-08-28 03:00:59 UTC
(In reply to comment #2)
> You fixed it without reporting the error messages. :)

If things are obviously wrong I do not spam with long error messages. ;)
Comment 4 meyerm 2006-09-26 15:30:41 UTC
Thank you Hanno for fixing!
Comment 5 Sheldon Hearn 2007-01-14 20:06:54 UTC
Maybe someone has a moment to commit this, now that it's had 6 months to prove itself?
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2007-01-15 08:30:01 UTC
*** Bug 161821 has been marked as a duplicate of this bug. ***
Comment 7 Charlie Shepherd (RETIRED) gentoo-dev 2007-01-16 23:04:52 UTC
Thanks, fixed in CVS.