Package Details: netatalk 3.1.18-1

Git Clone URL: https://aur.archlinux.org/netatalk.git (read-only, click to copy)
Package Base: netatalk
Description: Open-source implementation of the Apple Filing Protocol
Upstream URL: https://netatalk.sourceforge.io
Keywords: afp appletalk
Licenses: GPL2
Conflicts: netatalk-ddp, netatalk2
Submitter: Snowman
Maintainer: denn
Last Packager: denn
Votes: 96
Popularity: 0.000103
First Submitted: 2007-03-31 06:19 (UTC)
Last Updated: 2023-10-28 16:06 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 24 Next › Last »

a821 commented on 2021-11-19 22:26 (UTC)

@sardo: just recompile netatalk against the new libldap library.

sardo commented on 2021-11-19 21:50 (UTC)

netatalk fails after libldap upgrade libldap-2.4.59-2 -> libldap-2.6.0-2

netatalk: error while loading shared libraries: libldap-2.4.so.2: cannot open shared object file: No such file or directory

lrwxrwxrwx 1 root root 18 Nov 13 11:37 /lib/libldap.so -> libldap.so.2.0.200 lrwxrwxrwx 1 root root 10 Nov 13 11:37 /lib/libldap.so.2 -> libldap.so -rwxr-xr-x 1 root root 384368 Nov 13 11:37 /lib/libldap.so.2.0.200*

downgrading libldap circumvents the issue.

lrwxrwxrwx 1 root root 21 Jul 18 15:59 /lib/libldap-2.4.so.2 -> libldap-2.4.so.2.11.7 -rwxr-xr-x 1 root root 318528 Jul 18 15:59 /lib/libldap-2.4.so.2.11.7 lrwxrwxrwx 1 root root 23 Jul 18 15:59 /lib/libldap_r-2.4.so.2 -> libldap_r-2.4.so.2.11.7 -rwxr-xr-x 1 root root 343168 Jul 18 15:59 /lib/libldap_r-2.4.so.2.11.7 lrwxrwxrwx 1 root root 23 Jul 18 15:59 /lib/libldap_r.so -> libldap_r-2.4.so.2.11.7 lrwxrwxrwx 1 root root 21 Jul 18 15:59 /lib/libldap.so -> libldap-2.4.so.2.11.7 lrwxrwxrwx 1 root root 10 Jul 18 15:59 /lib/libldap.so.2 -> libldap.so*

frankspace commented on 2021-07-22 14:12 (UTC) (edited on 2021-07-22 14:13 (UTC) by frankspace)

FYI, the Samba project is aware that tdb 1.4.4 is broken:

https://bugzilla.samba.org/show_bug.cgi?id=14762

...and they have in fact already released a tdb version 1.4.5. I note that tdb has already been flagged out-of-date on Arch. I tested compiling and installing tdb 1.4.5 myself, and the previous version of netatalk compiles just fine afterwards (I also confirmed that it didn't compile with tdb 1.4.4).

I expect the official repos will provide the fixed version of tdb in reasonable order. Therefore, may I respectfully suggest that instead of reverting to embedded tdb, changing the PKGBUILD to require "tdb>=1.4.5"?

denn commented on 2021-07-22 12:54 (UTC)

tdb 1.4.4-1 seems to provide broken tdb.h, so I've reverted to using embedded tdb for now

charo21 commented on 2021-07-22 09:37 (UTC)

The 3.1.12-6 version can not find its own "tdb", may be, and make error.

There are lots of errors like "/usr/include/tdb.h:1002:9: error: expected ‘;’ before ‘int’ 1002 | PUBLIC int tdb_chainunlock_read(struct tdb_context *tdb, TDB_DATA key);"

I think it's due to the latest version of autoreconf, because there are many warning like "warning: source file '$(top_srcdir)/etc/afpd/afp_dsi.c' is in a subdirectory, but option 'subdir-objects' is disabled" and "autoconf input should be named 'configure.ac', not 'configure.in' "

How can I figure it out

a821 commented on 2021-03-18 22:00 (UTC)

Patch for missing python2-dbus. It uses the new dbus-python.

codingcatgirl commented on 2020-11-28 16:49 (UTC)

This only compiles with if i add -I/usr/include/tirpc to CFLAGS

Also, most of the software actually doesn't compile. All the tools in the /bin/ directory aren't getting compiled and are missing in the resulting package, because the subdir-options option for Automake is missing (apparently a backwards-incompatible requirement in new Automake versions).

It would be nice if you could add a patch for this as well so all the tools that come with netatalk (megatron, afppasswd, …) are included in the package as well, as i'm missing them right now.