You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or just see the patch below.(in ArchLinux PKGBUILD file):
--- PKGBUILD+++ PKGBUILD@@ -14,6 +14,13 @@ options=('!docs')
source=("https://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.xz")
sha256sums=('3a487eca40b41021e2e4b7a6440b97d822e6532db5464471f572ecf77295e8b8')
+prepare() {+ cd ${pkgname}-${pkgver}++ autoreconf -fiv+ autoupdate+}+
build() {
cd ${pkgname}-${pkgver}
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
The text was updated successfully, but these errors were encountered:
Hello, I'm from ArchRISC-V Team, a community porting Arch Linux software to RISC-V architecture.
Description
enca
, 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):
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
The text was updated successfully, but these errors were encountered: