Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2018 06:40:11 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Gerald Pfeifer <gerald@pfeifer.com>
Cc:        Wen Heping <wen@FreeBSD.org>, ndowens@yahoo.com, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r477553 - head/lang/angelscript
Message-ID:  <20180821064011.GC50546@FreeBSD.org>
In-Reply-To: <alpine.LSU.2.21.1808191002350.3241@anthias.pfeifer.com>
References:  <201808190108.w7J18srL043343@repo.freebsd.org> <alpine.LSU.2.21.1808191002350.3241@anthias.pfeifer.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 19, 2018 at 10:05:25AM +0800, Gerald Pfeifer wrote:
> On Sun, 19 Aug 2018, Wen Heping wrote:
> > New Revision: 477553
> > URL: https://svnweb.freebsd.org/changeset/ports/477553
> > 
> > Log:
> >   - Update to 2.32.0
> >   - Pass maintainership to submitter
> >   
> >   PR:		230448
> >   Submitted by:	ndowens@yahoo.com
> 
> > +.include <bsd.port.options.mk>
> > +.if ${ARCH} == "i386"
> > +USE_GCC=	yes
> > +.endif
> 
> Hmm, that's not ideal, it may cause problems when updating to a
> later version of GCC by default.
> 
> Did you submit a bug report upstream (both to angelscript and clang)?

Clang 6.0.0 trips on as_callfunc_x86.cpp (error: this directive must appear
between .cfi_startproc and .cfi_endproc directives) when compiling it with
-O1 and higher, but omitting optimizations or building with -O0 allows it
to compile.  Haven't tested it further though, just a data point if someone
gets interested in fixing this properly.

./danfe



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