Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 2017 17:37:36 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Jan Beich <jbeich@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, clusteradm@FreeBSD.org
Subject:   Re: svn commit: r456402 - in head/lang/ocaml: . files
Message-ID:  <20171215173736.GA92502@FreeBSD.org>
In-Reply-To: <d13f-kial-wny@FreeBSD.org>
References:  <201712151531.vBFFV86t045131@repo.freebsd.org> <20171215170122.GA55820@FreeBSD.org> <d13f-kial-wny@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 15, 2017 at 06:33:22PM +0100, Jan Beich wrote:
> Alexey Dokuchaev <danfe@FreeBSD.org> writes:
> > On Fri, Dec 15, 2017 at 03:31:08PM +0000, Alexey Dokuchaev wrote:
> >
> >> New Revision: 456402
> >> URL: https://svnweb.freebsd.org/changeset/ports/456402
> > ...
> > 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?
> 
> FreeBSD aarch64 uses integrated assembler from Clang. If asm files are
> compatible you can s/${AS} ${ASFLAGS}/${CC} -Wa,${ASFLAGS:ts,}/
> However, I'm surprised you're testing in a dirty environment instead of:
> 
>   # -x (native-xtools) before FreeBSD 12.0 requires /usr/src to match jail
>   $ svn checkout https://svn.freebsd.org/base/releng/11.1 /usr/src
>   $ poudriere jail -cxj 111aarch64 -a arm64.aarch64 -v 11.1-RELEASE
>   $ poudriere bulk -Ctj 111aarch64 lang/ocaml
> 
> or
> 
>   $ poudriere jail -cxj head-aarch64 -a arm64.aarch64 -v head -m svn+https
>   $ poudriere bulk -Ctj head-aarch64 lang/ocaml

Doesn't poudriere require root?  I don't have my own aarch64 hardware; all
I can use is ref*-aarch64.freebsd.org, and only as an unprivileged user.

./danfe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20171215173736.GA92502>