On Sat, Dec 01, 2018 at 05:23:32PM -0500, Mark H Weaver wrote: > Hi Efraim, > > guix-commits@gnu.org writes: > > > efraim pushed a commit to branch master > > in repository guix. > > > > commit 454e7132d6fffb5c9a5ce086ffd1b687416feb83 > > Author: Efraim Flashner > > Date: Sat Dec 1 22:41:19 2018 +0200 > > > > gnu: ocaml@4.01: Remove aarch64-linux from supported-systems. > > > > * gnu/packages/ocaml.scm (ocaml@4.01)[supported-systems]: New field. > > What's the rationale for this change? > Debian includes OCaml 4.01 in its arm64 port. > > https://packages.debian.org/search?arch=arm64&keywords=ocaml > http://http.us.debian.org/debian/pool/main/o/ocaml/ocaml_4.01.0-5_arm64.deb > > Mark starting phase `configure' ../gnu/config.guess: unable to guess system type This script, last modified 2011-11-11, 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 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD and http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD If the version you run (../gnu/config.guess) is already up to date, please send the following data and any information you think might be pertinent to in order to provide the needed information to handle your system. config.guess timestamp = 2011-11-11 uname -m = aarch64 uname -r = 4.4.52 uname -s = Linux uname -v = #19 SMP Tue May 2 11:36:30 HKT 2017 /usr/bin/uname -p = /bin/uname -X = hostinfo = /bin/universe = /usr/bin/arch -k = /bin/arch = /usr/bin/oslevel = /usr/convex/getsysinfo = UNAME_MACHINE = aarch64 UNAME_RELEASE = 4.4.52 UNAME_SYSTEM = Linux UNAME_VERSION = #19 SMP Tue May 2 11:36:30 HKT 2017 Cannot guess host type You must specify one with the -host option I tried Debian's autoreconf plan, where every package gets "autoreconf -vfi" before configure, but there was no configure.ac in the source. After looking through the included configure script, it checks for arm*-*-*-*, so adding "-host" "arm64-unknown-linux-gnu" made it pass the configure phase. There is more work needed to make it actually build, but it looks like it is possible. It still fails to build, but it's at least getting much closer. I'll fix that. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted