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

libtheora fails to compile on aarch64 #92

Open
Felixkruemel opened this issue May 27, 2021 · 0 comments
Open

libtheora fails to compile on aarch64 #92

Felixkruemel opened this issue May 27, 2021 · 0 comments

Comments

@Felixkruemel
Copy link

Felixkruemel commented May 27, 2021

I think the detect script is too old ;)
Nearly 20 years ago ARM wasn't a thing.

building libtheora
=======================
Downloading https://ftp.osuosl.org/pub/xiph/releases/theora/libtheora-1.1.1.tar.gz as libtheora-1.1.1.tar.gz
... Done
Extracted libtheora-1.1.1.tar.gz
$ ./configure --prefix=/app/workspace --with-ogg-libraries=/app/workspace/lib --with-ogg-includes=/app/workspace/include/ --with-vorbis-libraries=/app/workspace/lib --with-vorbis-includes=/app/workspace/include/ --enable-static --disable-shared --disable-oggtest --disable-vorbistest --disable-examples --disable-asm --disable-spec
checking build system type... ./config.guess: unable to guess system type

This script, last modified 2002-07-23, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from

    ftp://ftp.gnu.org/pub/gnu/config/

If the version you run (./config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to <config-patches@gnu.org> in order to provide the needed
information to handle your system.

config.guess timestamp = 2002-07-23

uname -m = aarch64
uname -r = 5.4.0-1045-oracle
uname -s = Linux
uname -v = #49-Ubuntu SMP Mon May 3 05:27:18 UTC 2021

/usr/bin/uname -p = aarch64
/bin/uname -X     =

hostinfo               =
/bin/universe          =
/usr/bin/arch -k       =
/bin/arch              = aarch64
/usr/bin/oslevel       =
/usr/convex/getsysinfo =

UNAME_MACHINE = aarch64
UNAME_RELEASE = 5.4.0-1045-oracle
UNAME_SYSTEM  = Linux
UNAME_VERSION = #49-Ubuntu SMP Mon May 3 05:27:18 UTC 2021
configure: error: cannot guess build type; you must specify one
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant