Bug ID 1042375
Summary go uses gcc6 to compile
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee bnc-team-screening@forge.provo.novell.com
Reporter dimstar@opensuse.org
QA Contact qa-bugs@suse.de
CC markos.chandras@suse.com
Depends on 1042372
Found By ---
Blocker ---

openSUSE Tumbleweed has been moving to GCC7 as the default compiler

The package 'go' though explicitly requires gcc6 in the spec file:

> BuildRequires:  gcc6

GCC6 is scheduled to be removed - so this will need to move up as well

%if 0%{?suse_version} > 1320
# openSUSE Factory
%define with_gccgo 1

[...]

if %{with_gccgo}
%if 0%{?suse_version} > 1320
BuildRequires:  gcc6-go
%else
BuildRequires:  gcc5-go
%endif


You are receiving this mail because: