Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 619780 - media-sound/ardour-5.9 internal compiler error: Segmentation fault
Summary: media-sound/ardour-5.9 internal compiler error: Segmentation fault
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-26 20:30 UTC by Porcupine of the Moon
Modified: 2017-06-04 15:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log.gz,68.18 KB, application/gzip)
2017-05-26 20:34 UTC, Porcupine of the Moon
Details
environment (environment,131.28 KB, text/plain)
2017-05-26 20:34 UTC, Porcupine of the Moon
Details
emerge info (emerge-info.txt,6.82 KB, text/plain)
2017-05-26 20:35 UTC, Porcupine of the Moon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Porcupine of the Moon 2017-05-26 20:30:45 UTC
media-sound/ardour-5.9 fails to build

/var/tmp/portage/media-sound/ardour-5.9/work/Ardour-5.9.0/libs/ardour/ardour/utils.h:65:1: internal compiler error: Segmentation fault

Reproducible: Always

Steps to Reproduce:
emerge ardour
Actual Results:  
build fails

Expected Results:  
build without errors

[ebuild     U ] media-sound/ardour-5.9 [5.8] USE="jack (-altivec) -doc" CPU_FLAGS_X86="3dnow mmx sse"

See attachment for further information.
Comment 1 Porcupine of the Moon 2017-05-26 20:34:16 UTC
Created attachment 474422 [details]
build.log

compressed build.log
Comment 2 Porcupine of the Moon 2017-05-26 20:34:44 UTC
Created attachment 474424 [details]
environment
Comment 3 Porcupine of the Moon 2017-05-26 20:35:30 UTC
Created attachment 474426 [details]
emerge info

Output of emerge --info '=media-sound/ardour-5.9::gentoo
Comment 4 Andreas Schürch gentoo-dev 2017-05-29 08:13:24 UTC
Hi, 

I guess that comes from a gcc upgrade.
Have you ran revdep-rebuild? 
#revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc
Comment 5 Porcupine of the Moon 2017-06-04 15:15:38 UTC
(In reply to Andreas Schürch from comment #4)
> Hi, 
> 
> I guess that comes from a gcc upgrade.
> Have you ran revdep-rebuild? 
> #revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc

Thank you. This solved the issue.
However, it wasn't an easy task. The rebuild stopped several times with other non-related internal compiler errors and I had to remove several packages manually. But now everything should be working again.