Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2018 01:45:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   [Bug 231260] www/chromium: compilation failure
Message-ID:  <bug-231260-28929-rb1Lm2gEJf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231260-28929@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231260

--- Comment #2 from Samy Mahmoudi <samy.mahmoudi@gmail.com> ---
I used to program in Ada so I had gcc6-aux installed by default on my systems,
as well as PATH=/usr/local/gcc6-aux/bin:$PATH set in my shell configurations.

The system which built chromium successfully was missing gcc6-aux (I had
previously deleted it to save disk space) so that default c++ was not
overridden by gcc6-aux's c++.

I think the failure is reproducible by installing gcc6-aux and granting
/usr/local/gcc6-aux/bin a higher priority than /usr/bin in PATH.

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

help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231260-28929-rb1Lm2gEJf>