Hello, I'm from ArchRISC-V Team, a community porting Arch Linux software to RISC-V architecture.
While packaging libwps, we found an error.
(This link is the log about building processing our lord maintained.)
The config.guess file is too old to work.
So our team gives this advice.
You can find the patch here that how we fix it.
Or just see the patch below.(in ArchLinux PKGBUILD file):
--- PKGBUILD
+++ PKGBUILD
@@ -15,6 +15,12 @@ source=("https://downloads.sourceforge.net/project/libwps/$pkgname/$pkgname-$pkg
sha1sums=('08d54c9c7d81d23e447a917c95f8dd0954ed5321')
sha256sums=('e21afb52a06d03b774c5a8c72679687ab64891b91ce0c3bdf2d3e97231534edb')
+prepare() {
+ cd $pkgname-$pkgver
+ autoupdate
+ autoreconf -fiv
+}
+
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr \
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
Anonymous