xiph / vorbis-tools

Command-line tools for creating and playing Ogg Vorbis files.
GNU General Public License v2.0
73 stars 28 forks source link

Cannot identify aarch64 #22

Open Eonfge opened 4 years ago

Eonfge commented 4 years ago

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 commented 4 years ago

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 commented 3 years ago

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.