Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Mar 2018 17:03:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-powerpc@FreeBSD.org
Subject:   [Bug 225629] powerpc64 (POWER9) segfaults randomly (e.g., building lang/gcc5)
Message-ID:  <bug-225629-25139-wqOcS6p4g2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225629-25139@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225629-25139@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=3D225629

Alexey Dokuchaev <danfe@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danfe@FreeBSD.org

--- Comment #15 from Alexey Dokuchaev <danfe@FreeBSD.org> ---
(In reply to Rino from comment #14)

Please do not spam the bug with dmesg(8) output unless asked.

> I have the dependency of gcc5 every time.
There is a chance it's not actually needed, it's just that Gerald tries to =
keep
USE_GCC to pull some recentish version. :-)

Personally I use GCC 4.9 right now for ports that cannot be built with syst=
em
default 4.2.1, you might want to try 4.8 or even 4.7:

Index: /usr/ports/Mk/bsd.default-versions.mk
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- /usr/ports/Mk/bsd.default-versions.mk       (revision 463706)
+++ /usr/ports/Mk/bsd.default-versions.mk       (working copy)
@@ -41,7 +41,7 @@
 # Possible values: 3.0.0
 FPC_DEFAULT?=3D          3.0.4
 # Possible values: 4.9, 5, 6, 7
-GCC_DEFAULT?=3D          6
+GCC_DEFAULT?=3D          4.9
 # Possible values: 7, 8, 9, agpl
 GHOSTSCRIPT_DEFAULT?=3D  agpl
 .if ${ARCH} =3D=3D amd64
Index: /usr/ports/Mk/bsd.gcc.mk
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- /usr/ports/Mk/bsd.gcc.mk    (revision 463706)
+++ /usr/ports/Mk/bsd.gcc.mk    (working copy)
@@ -35,11 +35,13 @@
 # ascending order and in sync with the table below.=20
 # When adding a version, please keep the comment in
 # Mk/bsd.default-versions.mk in sync.
-GCCVERSIONS=3D   040200 040800 040900 050000 060000 070000
+GCCVERSIONS=3D   040200 040600 040700 040800 040900 050000 060000 070000

 # The first field is the OSVERSION in which it disappeared from the base.
 # The second field is the version as USE_GCC would use.
 GCCVERSION_040200=3D     9999999 4.2
+GCCVERSION_040600=3D           0 4.6
+GCCVERSION_040700=3D           0 4.7
 GCCVERSION_040800=3D           0 4.8
 GCCVERSION_040900=3D           0 4.9
 GCCVERSION_050000=3D           0 5

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225629-25139-wqOcS6p4g2>