pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/lang/vala



On Mon, Dec 24, 2018 at 12:10:09AM +0000, Izumi Tsutsui wrote:
> [...]
> +.if !empty(MACHINE_PLATFORM:MNetBSD-*-*arm*) && !empty(CC_VERSION:Mgcc-5.*)
> +PKG_HACKS+=  optimisation
> +CFLAGS+=     -fno-optimize-sibling-calls
> +.endif

I've seen the same segfault from valac when compiled with
gcc version 6.5.0 (nb4 20181109) 
from
NetBSD 8.99.25/evbarm

Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017,
    2018 The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

Build information:
          Build date   Wed Nov 14 21:10:59 UTC 2018
            Built by   builder%localhost.NetBSD.org@localhost
            Build ID   201811142120Z


I did build it with
CFLAGS+= -O
to work around the problem, so I guess we need to match against Mgcc-[56].*
in hacks.mk


-- 
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--



Home | Main Index | Thread Index | Old Index