Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26771 - Typo in netatalk-1.6.x ebuilds
Summary: Typo in netatalk-1.6.x ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-16 21:51 UTC by Brandy Westcott (RETIRED)
Modified: 2003-08-21 03:07 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 Brandy Westcott (RETIRED) gentoo-dev 2003-08-16 21:51:31 UTC
The netatalk-1.6.2 and netatalk-1.6.3 ebuild files contain the configure option 
--with-db3. However in the netatalk-1.6.2 and netatalk-1.6.3 source tarballs this 
option is not available. There are --with-cdb (for the CNID scheme) and 
--with-bdb=PATH (for the path to the Berkeley DB installation.) 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Brandy Westcott (RETIRED) gentoo-dev 2003-08-18 20:57:15 UTC
The correct options are 
 
        econf \ 
                --enable-fhs \ 
                --with-shadow \ 
                --with-bdb=/usr \ 
                ${myconf} || die "netatalk configure failed" 
 
Best of all, this change means that both netatalk-1.6.2 and netatalk-1.6.3 compile with 
either db3 or db4, which will close http://bugs.gentoo.org/show_bug.cgi?id=26772 
Comment 2 Paul de Vrieze (RETIRED) gentoo-dev 2003-08-19 02:10:14 UTC
I don't know who maintains netatalk, but it is not me. I don't use appletalk at all, nor do I have the desire to do so (I don't have an apple), if no maintainer stands up and cvs is working again I will try to commit the fixes though, but would not mind at all if someone else does it.
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-08-21 03:07:17 UTC
fixed in CVS.