I was trying to upgrade, but makepkg fails.
While I compile I get this:
server_ipc.c: In function ‘reconnect_ipc’:
server_ipc.c:195:43: error: ‘_PATH_AFP_IPC’ undeclared (first use in this function)
But if I do a clean ./configure && make it works.
So I guess that some configure flag is broken, anyone else noticed and can give me a hint?
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 .. 17 18 19 20 21 22 23 24 25 Next › Last »
andrej84 commented on 2011-07-28 09:27 (UTC)
carbncl commented on 2011-07-27 15:43 (UTC)
@andrej84 stable v2.2 now officially available :
http://sourceforge.net/projects/netatalk/files/netatalk/2.2/
andrej84 commented on 2011-07-27 10:42 (UTC)
Ok I took care of the packet, and I uploaded the new one with all the changes I talked about below.
Let me know if there are problems,
Andrea
<deleted-account> commented on 2011-07-27 10:25 (UTC)
Hey, sorry for any inconvenience, had a lot trouble the last months, and after all I'm not running any arch linux systems.
So I gave up the maintaining of the netatalk package.
carbncl commented on 2011-07-24 18:42 (UTC)
That was not that hard after all, netatalk-git package :
http://aur.archlinux.org/packages.php?ID=50971
carbncl commented on 2011-07-24 18:27 (UTC)
According to HAT, a netatalk contributor, v2.2 or v2.3 is on its way with Lion support :
http://sourceforge.net/mailarchive/forum.php?thread_name=4E2C38E6.1090204%40fa2.so-net.ne.jp&forum_name=netatalk-admins
So I have just made a quick (and probably dirty package) with the latest git version, as HAT suggest it will be the next official stable release.
Sorry for the lack of packaging, I'm a bit new with arch, but that could be a base for netatalk-git package :
1. Take the the package of x-demon : http://lex.io/pub/netatalk-2.2-1.src.tar.gz
2. And just replace with that PKGBUILD: http://pastebin.com/GUdYVwkb
andrej84 commented on 2011-07-24 13:27 (UTC)
Yes well it would be simpler to upload the package, anyway this is the unified diff
for the patch I've applied to update and fix a few issues in the netatalk package.
http://pastebin.com/8UJz0Kma
<deleted-account> commented on 2011-07-23 22:43 (UTC)
Package needs update, having problems to access my shares (AFP) from a newly upgraded Mac OS X Lion.
nickl commented on 2011-07-23 12:24 (UTC)
andrej84: Isn't it just a new PKGBUILD? Just post the text of it up to pastebin or something similar. If there are patches that need to be applied, just link or pastebin them too.
If you really need to post a tar file put it on megaupload or rapidshare or mediafire.
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.