Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Nov 2016 17:41:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        mono@FreeBSD.org
Subject:   [Bug 214441] lang/mono: Fails to build on 10.3 - Got a SIGSEGV while executing native code
Message-ID:  <bug-214441-23699-HnyCDPHLF2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214441-23699@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214441-23699@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214441

--- Comment #3 from Grzegorz Junka <list1@gjunka.com> ---
I didn't have to disable ccache. I re-run the compilation and this time it =
went
OK. I tried to compile lang/mono in the last 2-3 weeks. It seems that every
time there was more than a few hundred packages to compile it was failing. =
The
new compilation run had only 139 packages that have changed and at this time
lang/mono compiled fine. I will try again with another profile later today.

It seems that it may be some race condition.

$cat /etc/make.conf=20
QT4_OPTIONS=3D CUPS QGTKSTYLE NAS

# Enable Tahoma in x11-fonts/webfonts
.if ${.CURDIR:M*/x11-fonts/webfonts}
WITH_MSWINDOWS_LICENSE=3Dyes
.endif

WITH_CCACHE_BUILD=3Dyes
CCACHE_DIR=3D/var/cache/ccache

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214441-23699-HnyCDPHLF2>