Menu

#15 [BUG] [libwps Build Failed] Please consider updating autotool scripts.

untriaged
open
nobody
None
5
2022-11-20
2022-11-20
TinySnow
No

Hello, I'm from ArchRISC-V Team, a community porting Arch Linux software to RISC-V architecture.

Description

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.

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 \
  • Please consider updating the configure script tools(Especially 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

Discussion

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB