Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Jan 2018 08:10:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1
Message-ID:  <bug-224917-21738-AOpQmjOzjc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224917-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224917-21738@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=224917

--- Comment #6 from Jan Beich <jbeich@FreeBSD.org> ---
(In reply to Mikhail T. from comment #5)
> * clang-devel (6.0.0), clang40, clang39 all fail to compile because
> of syntax errors (something about Args vs. args, as well as char16_t
> being a built-in type)

Overriding CC/CXX/CPP on command line may not work, so set those via
environment, make.conf or makefile. For one, moz.configure appends -std=gnu99
to CC, -std=gnu++11 to CXX.

> * gcc6 and gcc7 compile, but fail to link -- some hideous-looking
> C++ symbol not found

See bug 221288. Mixing libstdc++ and libc++ isn't currently supported. It only
worked somewhat for base libstdc++ because it used libcxxrt. So, to build with
lang/gcc* rebuild any dependency that links against libc++.

-- 
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-224917-21738-AOpQmjOzjc>