Menu

#13 [BUG] [Build Failed on RISC-V Board] Please consider updating autotool scripts.

v1.0 (example)
open
nobody
None
5
2023-04-15
2023-04-15
TinySnow
No

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

Description

  • While packaging libcddb, we found an error.

(This link is the log about building processing our lord maintained. The log is outdated, however, the issue still exists in newer version.)

  • 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
@@ -18,6 +18,8 @@ sha256sums=('35ce0ee1741ea38def304ddfe84a958901413aa829698357f0bee5bb8f0a223b'
 prepare() {
   cd ${pkgname}-${pkgver}
   patch -Np1 -i ../switch-default-server-to-gnudb.org.patch

+  autoreconf -fiv
+  autoupdate
 }

 build() {
  • 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


Log in to post a comment.

MongoDB Logo MongoDB