[go: up one dir, main page]

Menu

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

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 aalib, 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
@@ -17,6 +17,8 @@ sha256sums=('fbddda9230cf6ee2a4f5706b4b11e2190ae45f5eda1f0409dc4f99b35e0a70ee'
 prepare() {
   cd ${pkgname}-1.4.0
   patch -p0 -i "${srcdir}/aclocal-fixes.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.