Bug 1232679 - internal compiler error in build_ctor_subob_ref, at cp/tree.c:2469 while compiling mkvtoolnix-7.9.0
Summary: internal compiler error in build_ctor_subob_ref, at cp/tree.c:2469 while comp...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: rawhide
Hardware: All
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1220189
TreeView+ depends on / blocked
 
Reported: 2015-06-17 09:48 UTC by Dominik 'Rathann' Mierzejewski
Modified: 2015-06-23 09:15 UTC (History)
7 users (show)

Fixed In Version: gcc-5.1.1-4.fc22
Clone Of:
Environment:
Last Closed: 2015-06-23 09:15:35 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
local mock -r fedora-rawhide-i386 build.log (105.83 KB, text/plain)
2015-06-17 09:48 UTC, Dominik 'Rathann' Mierzejewski
no flags Details
Preprocessed source stored into /tmp/ccuFKkmi.out (5.51 MB, text/x-csrc)
2015-06-17 09:49 UTC, Dominik 'Rathann' Mierzejewski
no flags Details


Links
System ID Private Priority Status Summary Last Updated
GNU Compiler Collection 66536 0 None None None Never

Description Dominik 'Rathann' Mierzejewski 2015-06-17 09:48:06 UTC
Created attachment 1039849 [details]
local mock -r fedora-rawhide-i386 build.log

Description of problem:


Version-Release number of selected component (if applicable):
gcc-c++-5.1.1-3.fc23

How reproducible:


Steps to Reproduce:
1. Try building current git master of mkvtoolnix (155ab26de6265fa2822c146bfb4a6e07df274d40) in mock -r fedora-rawhide-i386

Actual results:
g++ -Wall -Wno-comment -Wfatal-errors -Wlogical-op -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR=\"/usr/share/locale\" -DMTX_PKG_DATA_DIR=\"/usr/share/mkvtoolnix\" -DMTX_DOC_DIR=\"/usr/share/doc/mkvtoolnix\" -std=c++14 -Wnon-virtual-dtor -Woverloaded-virtual -Wextra -Wno-missing-field-initializers -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -c -MMD -MF ./rake.d/dependency.d/tmp/src_common_iso639_o.d -o src/common/iso639.o -x c++ src/common/iso639.cpp
src/common/iso639.cpp: In function 'void __static_initialization_and_destruction_0(int, int)':
src/common/iso639.cpp:23:38: internal compiler error: in build_ctor_subob_ref, at cp/tree.c:2469
 std::vector<iso639_language_t> const g_iso639_languages{
                                      ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.

Expected results:
Build completes.

Additional info:
https://koji.fedoraproject.org/koji/taskinfo?taskID=10093315

Seems to be limited to i686 (trying an armv7hl-only build now). Reproducible on f22 as well.

Comment 1 Dominik 'Rathann' Mierzejewski 2015-06-17 09:49:31 UTC
Created attachment 1039850 [details]
Preprocessed source stored into /tmp/ccuFKkmi.out

Comment 2 Dominik 'Rathann' Mierzejewski 2015-06-17 12:06:56 UTC
Looks like armv7hl is affected as well: https://koji.fedoraproject.org/koji/taskinfo?taskID=10094862 has just failed with the same error.

Comment 3 Dominik 'Rathann' Mierzejewski 2015-06-17 13:22:10 UTC
Actually, I've just reproduced it locally in mock on x86_64, too, so it seems all arches are equally affected.

Comment 4 Jakub Jelinek 2015-06-18 07:15:14 UTC
*** Bug 1233030 has been marked as a duplicate of this bug. ***

Comment 5 Marek Polacek 2015-06-18 07:41:23 UTC
*** Bug 1233068 has been marked as a duplicate of this bug. ***

Comment 6 Fedora Update System 2015-06-19 10:23:57 UTC
gcc-5.1.1-4.fc22,gcc-python-plugin-0.14-4.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/gcc-5.1.1-4.fc22,gcc-python-plugin-0.14-4.fc22

Comment 7 Avi Kivity 2015-06-19 13:39:52 UTC
Fixes my problem.

Comment 8 Fedora Update System 2015-06-21 00:31:16 UTC
Package gcc-5.1.1-4.fc22, gcc-python-plugin-0.14-4.fc22:
* should fix your issue,
* was pushed to the Fedora 22 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing gcc-5.1.1-4.fc22 gcc-python-plugin-0.14-4.fc22'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-10392/gcc-5.1.1-4.fc22,gcc-python-plugin-0.14-4.fc22
then log in and leave karma (feedback).

Comment 9 Fedora Update System 2015-06-23 09:15:35 UTC
gcc-5.1.1-4.fc22, gcc-python-plugin-0.14-4.fc22 has been pushed to the Fedora 22 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.