| Summary: | netatalk 2.0 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Patrik Kullman <patrik> |
| Component: | New packages | Assignee: | Network Filesystems <net-fs> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | ego, himbeere, rutledad |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
working ebuild with bdb-4.1 installed
Working ebuild for netatalk-2.0.1.ebuild |
||
|
Description
Patrik Kullman
2004-02-11 01:44:31 UTC
netatalk-2.0_alpha2 is released and works if configure gets a "--with-bdb=/usr/include/db-4.1/" 2.0 beta 1 has been released ... 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.
2.0 beta2.. rc1 netatalk 2.0.0 final is out: http://netatalk.sourceforge.net/ *** Bug 67140 has been marked as a duplicate of this bug. *** Can we get an unstable build in portage soon? I'm willing to do testing. 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.
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
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 *** |