Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41216 - netatalk 2.0
Summary: netatalk 2.0
Status: RESOLVED DUPLICATE of bug 69526
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Network Filesystems
URL:
Whiteboard:
Keywords:
: 67140 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-02-11 01:44 UTC by Patrik Kullman
Modified: 2005-07-17 13:06 UTC (History)
3 users (show)

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


Attachments
working ebuild with bdb-4.1 installed (netatalk-2.0_beta1.ebuild,1.23 KB, application/octet-stream)
2004-06-01 02:34 UTC, Michael Kefeder
Details
Working ebuild for netatalk-2.0.1.ebuild (netatalk-2.0.1.ebuild,1.61 KB, application/octet-stream)
2004-11-03 22:17 UTC, AD Rutledge
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrik Kullman 2004-02-11 01:44:31 UTC
Netatalk 2.0 should solve some problems I have experienced with CNID backends.
Couldn't get it to compile though. It looked for DB >= 4.0 but couldn't find it.
(I have db 1, 3.2, 4.0 and 4.1 installed)
Comment 1 Patrik Kullman 2004-02-18 02:23:15 UTC
netatalk-2.0_alpha2 is released and works if configure gets a "--with-bdb=/usr/include/db-4.1/"
Comment 2 rojaro 2004-04-13 06:44:18 UTC
2.0 beta 1 has been released ...
Comment 3 Michael Kefeder 2004-06-01 02:34:07 UTC
Created attachment 32438 [details]
working ebuild with bdb-4.1 installed

Here's an ebuild that installed fine for me. init scripts are missing, but i
guess the ones from 1.6.x series will work. Also the detection of the needed
berkeley db is a hack (it depends on the target of symlink /usr/lib/libdb.so)
currently my ebuild assumes bdb 4.1 is installed and the symlink points to
libdb-4.1.so

maybe we need to check for these assumptions, or fix the m4 macros the netatalk
guys use to detect bdb versions... what do you think is better? I'd go after
the latter one.
Comment 4 Patrik Kullman 2004-07-13 08:24:23 UTC
2.0 beta2..
Comment 5 Patrik Kullman 2004-09-10 00:27:37 UTC
rc1
Comment 6 Rajiv Aaron Manglani (RETIRED) gentoo-dev 2004-10-21 21:50:08 UTC
netatalk 2.0.0 final is out: http://netatalk.sourceforge.net/
Comment 7 Rajiv Aaron Manglani (RETIRED) gentoo-dev 2004-10-21 21:50:36 UTC
*** Bug 67140 has been marked as a duplicate of this bug. ***
Comment 8 Tom Dickson 2004-10-26 16:49:47 UTC
Can we get an unstable build in portage soon? I'm willing to do testing.
Comment 9 AD Rutledge 2004-11-03 22:17:15 UTC
Created attachment 43263 [details]
Working ebuild for netatalk-2.0.1.ebuild

This ebuild works -- and fixes quite a few buglets that were in the
netatalk-1.6.4-r1 ebuild.  It also includes a working /etc/init.d script and a
conditionally applied patch to said init script to add "slpd" to the depend() {
use } line if the package is compiled with the slp USE flag enabled.
Comment 10 Tom Dickson 2004-11-10 14:33:41 UTC
I tried using the ebuild and got:

   usr/bin/papstatus
   usr/bin/psorder
   usr/bin/uniconv
   usr/bin/showppd
   usr/bin/timeout
   usr/sbin/afpd
   usr/sbin/cnid_dbd
   usr/sbin/cnid_metad
   usr/sbin/atalkd
   usr/sbin/papd
   usr/libexec/psf
   usr/libexec/psa
QA Notice: /usr/bin/afppasswd is setXid, dynamically linked and using lazy bindings.
This combination is generally discouraged. Try: LDFLAGS='-Wl,-z,now' emerge netatalk
>>> Completed installing into /var/tmp/portage/netatalk-2.0.1/image/

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-net-fs_-_netatalk-2.0.1-20561.log"

symlink:   /etc/runlevels/default/atalk
--------------------------------------------------------------------------------

Hmm?

Emerge command:

ACCEPT_KEYWORDS="~x86" emerge  =netatalk-2.0.1
Comment 11 Lars Weiler (RETIRED) gentoo-dev 2004-11-10 14:45:20 UTC
On request by Atma to mark this bug as a dup of #69526 as more work is done there.

*** This bug has been marked as a duplicate of 69526 ***