[BUG] [GNU-netcat Build Failed] Please consider updating autotool scripts.
The networking swiss army knife
Status: Beta
Brought to you by:
themnemonic
Hello, I'm from ArchRISC-V Team, a community porting Arch Linux software to RISC-V architecture.
gnu-netcat, we found an error. (This link is the log about building processing our lord maintained.)
config.guess file is too old to work. --- PKGBUILD
+++ PKGBUILD
@@ -13,6 +13,12 @@ provides=('netcat')
source=("https://downloads.sourceforge.net/sourceforge/netcat/netcat-$pkgver.tar.bz2")
sha256sums=('b55af0bbdf5acc02d1eb6ab18da2acd77a400bafd074489003f3df09676332bb')
+prepare() {
+ cd "${srcdir}/netcat-${pkgver}"
+ autoreconf -fiv
+ autoupdate
+}
+
build() {
cd "${srcdir}/netcat-${pkgver}"
./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
config.guess file). As part of our duty, we do suggest our upstreams doing this once and for all instead. Sincerely thanks.
:)
Arch Linux RISC-V Team,
TinySnow