there may not be a way around that, but why is it looking for "any"? that alone seems wrong.
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.21 |
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
- libwrapAUR (optional) – TCP wrappers support
- localsearch (optional) – AFP Spotlight support
- mariadb-libs (mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclient80AUR, libmysqlclientAUR, mariadb-lts-libs) (optional) – MySQL CNID backend support
- rpcsvc-proto (optional) – Quota support
- talloc (optional) – AFP Spotlight support
- tinysparql (optional) – AFP Spotlight support
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 25 Next › Last »
SJ_UnderWater commented on 2012-04-24 18:14 (UTC)
doits commented on 2012-04-24 07:52 (UTC)
having problems installing with pacaur. It builds but when trying to install it says:
error: '/path/to/tmp/netatalk/netatalk-ddp-2.2.2-4-any.pkg.tar.xz': could not find or read package
Looks like it expects the ddp-version, even if only the normal is built.
SJ_UnderWater commented on 2012-04-21 04:20 (UTC)
a few more minor fixes in this one, making sure the conflicts go through correctly
SJ_UnderWater commented on 2012-04-10 20:49 (UTC)
sorry about the ddp trouble everyone, turns out it was a fakeroot issue (I often build --asroot). I've still added the "conflicts" flags, but it shouldn't build more than one package ever again. I've also implemented this in a much safer way that should make it resilient with other AUR-building solutions.
carbncl commented on 2012-04-10 20:01 (UTC)
I see, thanks for quick replies, and good job.
SJ_UnderWater commented on 2012-04-10 19:30 (UTC)
the comment about the "first major build" explains the initscript "architecture"
carbncl commented on 2012-04-10 19:25 (UTC)
I see, just tested, works perfectly!
Forget about -ddp, Just figured I missed the big picture...
What's the purpose of afpd/cnid_metad in /etc/rc.d since netatalk now does the job?
(and since I don't think it provides backward compatiblity because of cnid renamed to cnid_metad?)
carbncl commented on 2012-04-10 19:07 (UTC)
I guess you just need to add `conflicts=('netatalk-ddp')` > would be more clean and logical in -ddp PKGBUILD.
Just upgraded with your netatalk PKGBUILD, so far no issue. Still using afpd/cnid_metad since I do not want all netatalk services.
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.