Cannot identify aarch64
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
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.
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.