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

Cannot identify aarch64 #22

Open
Eonfge opened this issue Feb 16, 2020 · 2 comments
Open

Cannot identify aarch64 #22

Eonfge opened this issue Feb 16, 2020 · 2 comments

Comments

@Eonfge
Copy link

Eonfge commented Feb 16, 2020

Discovered while working on the Flatpak version of Asunder

Details

Build logs: https://flathub.org/builds/#/builders/54/builds/1142
Project yaml: https://github.com/flathub/ca.littlesvr.asunder/blob/3411c48fd22693d063c23dd5855a1e3a08b295a7/ca.littlesvr.asunder.yaml

Stacktrace

UNAME_MACHINE = aarch64
UNAME_RELEASE = 4.15.0-34-generic
UNAME_SYSTEM  = Linux
UNAME_VERSION = #37-Ubuntu SMP Mon Aug 27 15:22:18 UTC 2018
configure: error: cannot guess build type; you must specify one
@rillian
Copy link
Contributor

rillian commented Feb 16, 2020

Thanks for the report. config.guess in the 1.4.0 release tarball is from 2008, which indeed predates the aarch64 architecture. Until we can publish a new release, you can work around by running autoreconf as the first build step, or just coping over a newer config.guess from the build environment.

@Eonfge
Copy link
Author

Eonfge commented Apr 25, 2021

Hey, It seems that this issue is resolved with 1.4.2. Is this intentional?

So yes, feel free to close the issue and thanks for your efforts.

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

No branches or pull requests

2 participants