[Bug 1099119] New: cross-ppc64-gcc7 and others build failed in OBS for TW ppc64le
http://bugzilla.suse.com/show_bug.cgi?id=1099119 Bug ID: 1099119 Summary: cross-ppc64-gcc7 and others build failed in OBS for TW ppc64le Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: PowerPC OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem Assignee: bnc-team-screening@forge.provo.novell.com Reporter: normand@linux.vnet.ibm.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Created attachment 775271 --> http://bugzilla.suse.com/attachment.cgi?id=775271&action=edit cross_ppc64_gcc7_standard__ppc64le_201806260958.log cross-ppc64-gcc7 and others build failed in OBS for TW ppc64le https://build.opensuse.org/package/live_build_log/openSUSE:Factory:PowerPC/c... === [ 721s] g++ -fno-PIE -c -DIN_GCC_FRONTEND -fmessage-length=0 -grecord-gcc-switches -O2 -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g -U_FORTIFY_SOURCE -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I../../gcc -I../../gcc/lto -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o lto/lto-symtab.o -MT lto/lto-symtab.o -MMD -MP -MF lto/.deps/lto-symtab.TPo ../../gcc/lto/lto-symtab.c [ 721s] build/genmatch --gimple ../../gcc/match.pd \ [ 721s] > tmp-gimple-match.c [ 721s] ../../gcc/match.pd:120:1 error: expected (, got NAME [ 721s] same in modes with signed zeros, since multiplying a [ 721s] ^ [ 721s] make[1]: *** [Makefile:2460: s-match] Error 1 === -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1099119 http://bugzilla.suse.com/show_bug.cgi?id=1099119#c1 Michel Normand <normand@linux.vnet.ibm.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rguenther@suse.com Flags| |needinfo?(rguenther@suse.co | |m) --- Comment #1 from Michel Normand <normand@linux.vnet.ibm.com> --- Hi Richard, Do you have a suggestion for investigation of this build problem in OBS ? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1099119 http://bugzilla.suse.com/show_bug.cgi?id=1099119#c3 Richard Biener <rguenther@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mliska@suse.cz Assignee|msuchanek@suse.com |rguenther@suse.com Flags|needinfo?(rguenther@suse.co | |m) | --- Comment #3 from Richard Biener <rguenther@suse.com> --- This is the same issue as bnc#1097283. It looks like the resp. revision is now backported to the GCC 6 branch but not yet GCC 7 ... GCC 6 changelog: 2018-06-15 Martin Liska <mliska@suse.cz> PR bootstrap/86162 Backport from mainline 2018-01-10 Kelvin Nilsen <kelvin@gcc.gnu.org> * lex.c (search_line_fast): Remove illegal coercion of an unaligned pointer value to vector pointer type and replace with use of __builtin_vec_vsx_ld () built-in function, which operates on unaligned pointer values. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1099119 Richard Biener <rguenther@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |IN_PROGRESS -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1099119 http://bugzilla.suse.com/show_bug.cgi?id=1099119#c4 --- Comment #4 from Richard Biener <rguenther@suse.com> --- That is, I am waiting for the upstream GCC 7 branch to pick up that fix and will then update GCC 7 for Tumbleweed. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1099119 http://bugzilla.suse.com/show_bug.cgi?id=1099119#c5 Martin Liška <martin.liska@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.liska@suse.com Flags| |needinfo?(rguenther@suse.co | |m) --- Comment #5 from Martin Liška <martin.liska@suse.com> --- (In reply to Richard Biener from comment #4)
That is, I am waiting for the upstream GCC 7 branch to pick up that fix and will then update GCC 7 for Tumbleweed.
Should I do the backport, or is somebody elso attempting to backport that? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1099119 http://bugzilla.suse.com/show_bug.cgi?id=1099119#c6 Richard Biener <rguenther@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(rguenther@suse.co | |m) | --- Comment #6 from Richard Biener <rguenther@suse.com> --- (In reply to Martin Liška from comment #5)
(In reply to Richard Biener from comment #4)
That is, I am waiting for the upstream GCC 7 branch to pick up that fix and will then update GCC 7 for Tumbleweed.
Should I do the backport, or is somebody elso attempting to backport that?
Go ahead. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1099119 http://bugzilla.suse.com/show_bug.cgi?id=1099119#c7 --- Comment #7 from Martin Liška <martin.liska@suse.com> --- (In reply to Richard Biener from comment #6)
(In reply to Martin Liška from comment #5)
(In reply to Richard Biener from comment #4)
That is, I am waiting for the upstream GCC 7 branch to pick up that fix and will then update GCC 7 for Tumbleweed.
Should I do the backport, or is somebody elso attempting to backport that?
Go ahead.
It's installed in GCC-7 branch, please update then gcc7 package when you have time. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1099119 http://bugzilla.suse.com/show_bug.cgi?id=1099119#c8 --- Comment #8 from Swamp Workflow Management <swamp@suse.de> --- This is an autogenerated message for OBS integration: This bug (1099119) was mentioned in https://build.opensuse.org/request/show/619755 Factory / gcc7 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1099119 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard| |ibs:running:9650:moderate | |ibs:running:9651:moderate -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1099119 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|ibs:running:9650:moderate |ibs:running:9651:moderate |ibs:running:9651:moderate | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1099119 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|ibs:running:9651:moderate |ibs:running:9651:moderate | |obs:running:9409:moderate -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1099119 http://bugzilla.suse.com/show_bug.cgi?id=1099119#c11 --- Comment #11 from Swamp Workflow Management <swamp@suse.de> --- SUSE-RU-2019:0006-1: An update that has two recommended fixes can now be installed. Category: recommended (moderate) Bug References: 1099119,1099192 CVE References: Sources used: SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 (src): cross-arm-gcc7-7.4.0+r266845-4.3.3, cross-arm-none-gcc7-bootstrap-7.4.0+r266845-4.3.4, cross-avr-gcc7-bootstrap-7.4.0+r266845-4.3.4, cross-epiphany-gcc7-bootstrap-7.4.0+r266845-4.3.3, cross-hppa-gcc7-7.4.0+r266845-4.3.3, cross-i386-gcc7-7.4.0+r266845-4.3.3, cross-m68k-gcc7-7.4.0+r266845-4.3.3, cross-mips-gcc7-7.4.0+r266845-4.3.3, cross-ppc64-gcc7-7.4.0+r266845-4.3.3, cross-rx-gcc7-bootstrap-7.4.0+r266845-4.3.3, cross-sparc-gcc7-7.4.0+r266845-4.3.3, cross-sparc64-gcc7-7.4.0+r266845-4.3.3, gcc7-7.4.0+r266845-4.3.4, gcc7-testresults-7.4.0+r266845-4.3.3 SUSE Linux Enterprise Module for Development Tools 15 (src): cross-nvptx-gcc7-7.4.0+r266845-4.3.3, gcc7-7.4.0+r266845-4.3.4 SUSE Linux Enterprise Module for Basesystem 15 (src): gcc7-7.4.0+r266845-4.3.4 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1099119 http://bugzilla.suse.com/show_bug.cgi?id=1099119#c12 --- Comment #12 from Swamp Workflow Management <swamp@suse.de> --- SUSE-RU-2019:0021-1: An update that has two recommended fixes can now be installed. Category: recommended (moderate) Bug References: 1099119,1099192 CVE References: Sources used: SUSE OpenStack Cloud 7 (src): gcc7-7.4.0+r266845-8.1 SUSE Linux Enterprise Software Development Kit 12-SP3 (src): gcc7-7.4.0+r266845-8.1 SUSE Linux Enterprise Server for SAP 12-SP2 (src): gcc7-7.4.0+r266845-8.1 SUSE Linux Enterprise Server 12-SP4 (src): gcc7-7.4.0+r266845-8.1 SUSE Linux Enterprise Server 12-SP3 (src): gcc7-7.4.0+r266845-8.1 SUSE Linux Enterprise Server 12-SP2-LTSS (src): gcc7-7.4.0+r266845-8.1 SUSE Linux Enterprise Server 12-SP2-BCL (src): gcc7-7.4.0+r266845-8.1 SUSE Linux Enterprise Server 12-SP1-LTSS (src): gcc7-7.4.0+r266845-8.1 SUSE Linux Enterprise Server 12-LTSS (src): gcc7-7.4.0+r266845-8.1 SUSE Linux Enterprise Module for Toolchain 12 (src): cross-nvptx-gcc7-7.4.0+r266845-8.1, gcc7-7.4.0+r266845-8.1 SUSE Linux Enterprise Desktop 12-SP4 (src): gcc7-7.4.0+r266845-8.1 SUSE Linux Enterprise Desktop 12-SP3 (src): gcc7-7.4.0+r266845-8.1 SUSE Enterprise Storage 4 (src): gcc7-7.4.0+r266845-8.1 SUSE CaaS Platform ALL (src): gcc7-7.4.0+r266845-8.1 SUSE CaaS Platform 3.0 (src): gcc7-7.4.0+r266845-8.1 OpenStack Cloud Magnum Orchestration 7 (src): gcc7-7.4.0+r266845-8.1 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1099119 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|ibs:running:9651:moderate |obs:running:9409:moderate |obs:running:9409:moderate | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1099119 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|obs:running:9409:moderate |obs:running:9409:moderate | |obs:running:9416:moderate -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1099119 http://bugzilla.suse.com/show_bug.cgi?id=1099119#c13 --- Comment #13 from Swamp Workflow Management <swamp@suse.de> --- openSUSE-RU-2019:0350-1: An update that has two recommended fixes can now be installed. Category: recommended (moderate) Bug References: 1099119,1099192 CVE References: Sources used: openSUSE Leap 42.3 (src): gcc7-7.4.0+r266845-13.1 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1099119 http://bugzilla.suse.com/show_bug.cgi?id=1099119#c14 --- Comment #14 from Swamp Workflow Management <swamp@suse.de> --- openSUSE-RU-2019:0349-1: An update that has two recommended fixes can now be installed. Category: recommended (moderate) Bug References: 1099119,1099192 CVE References: Sources used: openSUSE Leap 15.0 (src): gcc7-7.4.0+r266845-lp150.3.3.1 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1099119 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|obs:running:9409:moderate |obs:running:9409:moderate |obs:running:9416:moderate | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1099119 http://bugzilla.suse.com/show_bug.cgi?id=1099119#c15 --- Comment #15 from Swamp Workflow Management <swamp@suse.de> --- SUSE-RU-2019:0021-2: An update that has two recommended fixes can now be installed. Category: recommended (moderate) Bug References: 1099119,1099192 CVE References: Sources used: SUSE Linux Enterprise Server for SAP 12-SP1 (src): gcc7-7.4.0+r266845-8.1 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1099119 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|obs:running:9409:moderate | -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com