vorbis-tools icon indicating copy to clipboard operation
vorbis-tools copied to clipboard

Cannot identify aarch64

Open Eonfge opened this issue 5 years ago • 2 comments

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

Eonfge avatar Feb 16 '20 09:02 Eonfge

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.

rillian avatar Feb 16 '20 20:02 rillian

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.

Eonfge avatar Apr 25 '21 18:04 Eonfge