Package Details: nymphrpc-git 0.1.r7.g6e25d3a-1

Git Clone URL: https://aur.archlinux.org/nymphrpc-git.git (read-only, click to copy)
Package Base: nymphrpc-git
Description: Versatile and fast remote procedure call library.
Upstream URL: https://github.com/MayaPosch/NymphRPC
Licenses: BSD
Conflicts: nymphrpc
Provides: nymphrpc
Submitter: cafehaine
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 0
Popularity: 0.000000
First Submitted: 2020-03-04 07:47 (UTC)
Last Updated: 2022-11-28 21:29 (UTC)

Dependencies (2)

Required by (7)

Sources (1)

Latest Comments

cafehaine commented on 2020-05-23 13:01 (UTC)

@m040601 my bad, none of them should have 'any' as an architecture. I've added all the architectures listed in the wiki in the PKGBUILD page, so most cases should be covered.

m040601 commented on 2020-05-23 10:21 (UTC) (edited on 2020-05-23 10:30 (UTC) by m040601)

Why does the nymphrpc PKGBUILD contains:

arch=('x86_64')

All of the other 3:

nymphcast-player-git (requires nymphrpc)
nymphcast-sdk-git (requires nymphrpc)
nymphcast-server-git (requires nymphrpc)

have

arch=('any')

According to, https://github.com/MayaPosch/NymphCast)

the server targets SBCs ... To start using NymphCast, you need a device on which the server will be running (most likely a SBC or other Linux system).

So if I try to install nymphcast-server-git on my SBC, for example, Raspberry Pi, it fails because it requires nymphrpc-git as dependency.

cafehaine commented on 2020-04-21 06:20 (UTC)

@solstice Should be fixed, my bad. To be honest, I learned about DESTDIR yesterday while trying to make another package work, so quite a lot of my other packages will need some kind of update.

solsticedhiver commented on 2020-04-20 22:30 (UTC) (edited on 2020-04-20 22:30 (UTC) by solsticedhiver)

Please use make DESTDIR=$pkgdir install to install the libs. This would have avoided to forget to install libnymphrpc.so