Package Details: rwhoisd 1.5.9.6-3

Git Clone URL: https://aur.archlinux.org/rwhoisd.git (read-only, click to copy)
Package Base: rwhoisd
Description: RWhois (Referral Whois) is a Directory Services protocol which extends and enhances the Whois concept in a hierarchical and scalable fashion.
Upstream URL: http://projects.arin.net/rwhois/
Licenses: GPL2
Submitter: lty1993
Maintainer: mrxx
Last Packager: mrxx
Votes: 1
Popularity: 0.000000
First Submitted: 2015-06-25 03:47 (UTC)
Last Updated: 2023-10-08 19:08 (UTC)

Latest Comments

mrxx commented on 2023-10-08 19:08 (UTC)

Ok, I've updated the PKGBUILD.

micwoj92 commented on 2023-10-08 18:59 (UTC)

This only fails (for me) when running make with multiple jobs, so a fix is

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ build() {
   sed -i 's/\/usr\/local\/bin\/rwhois/\/usr\/bin\/rwhois/' common/conf.h 

   ./configure --prefix=/usr --sysconfdir=/var/lib --sbindir=/usr/bin
-  make
+  make -j1
 }

 package() {

mrxx commented on 2023-10-08 18:50 (UTC)

Anyone else experiencing a failing build?

micwoj92 commented on 2023-09-29 02:56 (UTC)

Builds fails, here log: https://gist.github.com/micwoj92/4e0448866bc8b1334c629d7b86b832b6

mrxx commented on 2018-11-04 02:09 (UTC)

Adopted, added a systemd service and a default configuration.

timofonic commented on 2017-07-18 03:28 (UTC)

The source file is unavailable. 404 error New source: https://github.com/arineng/rwhoisd