Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FTBFS on RISC-V] Please consider updating tarball files. #55

Open
TinySnow opened this issue Jun 21, 2023 · 1 comment
Open

[FTBFS on RISC-V] Please consider updating tarball files. #55

TinySnow opened this issue Jun 21, 2023 · 1 comment

Comments

@TinySnow
Copy link

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

Description

  • While packaging 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):

--- 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

@nijel
Copy link
Owner

nijel commented Jun 27, 2023

The release is currently blocked by #27. Either the documentation needs to be fixed, or the make dist adjusted to not include the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants