Managed to build this on a RPI 4 8Gb with the aarch64 architecture. Just add aarch64 to the archlist or run makepkg -A to ignore the archictecture.
Search Criteria
Package Details: netatalk 4.0.5-1
Package Actions
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.io |
Keywords: | afp apple mac macos |
Licenses: | GPL-2.0-or-later |
Conflicts: | netatalk-ddp, netatalk2 |
Submitter: | Snowman |
Maintainer: | denn |
Last Packager: | denn |
Votes: | 99 |
Popularity: | 0.22 |
First Submitted: | 2007-03-31 06:19 (UTC) |
Last Updated: | 2024-11-10 20:38 (UTC) |
Dependencies (26)
- acl (acl-gitAUR)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- db5.3
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libevent (libevent-gitAUR)
- libgcrypt
- libldap
- libxcrypt (libxcrypt-gitAUR)
- pam (pam-selinuxAUR)
- perl (perl-gitAUR)
- perl-net-dbus (perl-net-dbus-gitAUR)
- docbook-xsl (make)
- meson (meson-gitAUR) (make)
- unicode-character-database (make)
- avahi (optional) – Automatic service discovery support
- cracklib (optional) – Weak password detection
- krb5 (krb5-gitAUR) (optional) – Kerberos user authentication support
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR) (optional) – Network printer queues support
- libtirpc (optional) – Quota support
- Show 6 more dependencies...
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 25 Next › Last »
carlosb commented on 2020-10-02 14:54 (UTC)
RadioGnome1971 commented on 2019-08-31 20:15 (UTC)
After installing the latest build, netatalk.service failed to start..
netatalk resulted in netatalk: error while loading shared libraries: libmariadb.so.3: cannot open shared object file: No such file or directory
Installing extra/mariadb-libs as a dependency solved this.
It is not mentioned in the PKGBUILD
jfburdet commented on 2019-08-20 08:53 (UTC) (edited on 2019-08-20 08:53 (UTC) by jfburdet)
There is a problem with libevent version.
A dirty temporary trick is to do :
cd /usr/lib
ln -s libevent-2.1.so.7 libevent-2.1.so.6
neik commented on 2019-08-12 12:00 (UTC)
Hi,
there seems to be a problem with the current version of libevent.
> netatalk
netatalk: error while loading shared libraries: libevent-2.1.so.6: cannot open shared object file: No such file or directory
gavinbeatty commented on 2019-06-30 16:51 (UTC) (edited on 2019-06-30 16:52 (UTC) by gavinbeatty)
I built this on Raspberry Pi 3 by adding aarch64 to the arch list, and it's handling Time Machine successfully for me.
zman0900 commented on 2019-03-21 02:22 (UTC) (edited on 2019-03-21 02:34 (UTC) by zman0900)
Looks like you can add "--without-mysql-config" config option to ignore any installed mysql. This seems to skip building the mysql backend the same as when building in a clean chroot where mysql lib is not installed.
Also this seems to be bundling its own "tdb" instead of linking to the system tdb. That can be fixed by added a dependency on tdb and config option "--without-tdb"
Also ACL support is being built automatically, so it should either be disabled with "--without-acls" or explicitly enabled with "--with-acls" and add the "acl" dependency.
jabbas commented on 2019-01-11 07:11 (UTC)
Latest version requires mysql-client package to be installed (it's linking with libmysqlclient.so)
Pinned Comments
denn commented on 2024-10-07 09:59 (UTC) (edited on 2024-10-20 12:31 (UTC) by denn)
As version 4.0.0-1 switched to
db5.3
as suggested by product documentation. This will makecnid_bdb
to re-create all db files after upgrade.