Date: Fri, 15 Dec 2017 17:01:22 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Cc: clusteradm@FreeBSD.org Subject: Re: svn commit: r456402 - in head/lang/ocaml: . files Message-ID: <20171215170122.GA55820@FreeBSD.org> In-Reply-To: <201712151531.vBFFV86t045131@repo.freebsd.org> References: <201712151531.vBFFV86t045131@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 15, 2017 at 03:31:08PM +0000, Alexey Dokuchaev wrote: > New Revision: 456402 > URL: https://svnweb.freebsd.org/changeset/ports/456402 > > Log: > First step to unbreak `lang/ocaml' on aarch64: teach configure script that > the architecture exists on FreeBSD. Unfortunately, this is not enough for > build to succeed, it now complains that as(1) is not found: > > ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A > -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormatBasics.cmx` > -c camlinternalFormatBasics.ml > sh: as: not found > File "camlinternalFormatBasics.ml", line 1: > Error: Assembler error, input left in file /tmp/camlasm4329ae.s > gmake[7]: *** [Makefile.shared:84: camlinternalFormatBasics.cmx] Error 2 I don't know why as(1), as /usr/bin/as typically, is not installed on ref11-aarch64.freebsd.org. If that is by design, how assembler is called on FreeBSD/aarch64? If it's not installed by default on aarch64, may I ask clusteradm@ (CC'ed) to install `devel/binutils' on ref11-aarch64 so I can proceed with porting `lang/ocaml' there? ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20171215170122.GA55820>