Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 687932 - app-office/libreoffice-6.2.4.2 internal compiler error: Segmentation fault const OUString& GetText
Summary: app-office/libreoffice-6.2.4.2 internal compiler error: Segmentation fault co...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-12 12:04 UTC by Dirk Olmes
Modified: 2019-07-04 02:42 UTC (History)
1 user (show)

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


Attachments
build.log (build.log.xz,266.07 KB, application/x-xz)
2019-06-12 12:04 UTC, Dirk Olmes
Details
emerge --info (emerge.info,5.87 KB, text/plain)
2019-06-12 12:05 UTC, Dirk Olmes
Details
emerge -pqv (emerge.pqv,475 bytes, text/plain)
2019-06-12 12:08 UTC, Dirk Olmes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Olmes 2019-06-12 12:04:06 UTC
Created attachment 579622 [details]
build.log

compiling app-office/libreoffice-6.2.4.2 fails with:

In file included from /var/tmp/portage/app-office/libreoffice-6.2.4.2/work/libreoffice-6.2.4.2/inclu
de/vcl/layout.hxx:25,
                 from /var/tmp/portage/app-office/libreoffice-6.2.4.2/work/libreoffice-6.2.4.2/inclu
de/sfx2/tabdlg.hxx:28,
                 from /var/tmp/portage/app-office/libreoffice-6.2.4.2/work/libreoffice-6.2.4.2/inclu
de/sfx2/module.hxx:28,
                 from /var/tmp/portage/app-office/libreoffice-6.2.4.2/work/libreoffice-6.2.4.2/inclu
de/sfx2/viewfrm.hxx:27,
                 from /var/tmp/portage/app-office/libreoffice-6.2.4.2/work/libreoffice-6.2.4.2/inclu
de/sfx2/bindings.hxx:36,
                 from /var/tmp/portage/app-office/libreoffice-6.2.4.2/work/libreoffice-6.2.4.2/inclu
de/sfx2/childwin.hxx:34,
                 from /var/tmp/portage/app-office/libreoffice-6.2.4.2/work/libreoffice-6.2.4.2/inclu
de/sfx2/dockwin.hxx:32,
                 from /var/tmp/portage/app-office/libreoffice-6.2.4.2/work/libreoffice-6.2.4.2/include/sfx2/templdlg.hxx:28,
                 from /var/tmp/portage/app-office/libreoffice-6.2.4.2/work/libreoffice-6.2.4.2/sfx2/source/appl/appreg.cxx:27:
/var/tmp/portage/app-office/libreoffice-6.2.4.2/work/libreoffice-6.2.4.2/include/vcl/commandevent.hxx:109:58: internal compiler error: Segmentation fault
     const OUString&     GetText() const { return maText; }
                                                          ^
Please submit a full bug report,
Comment 1 Dirk Olmes 2019-06-12 12:05:05 UTC
Created attachment 579624 [details]
emerge --info
Comment 2 Dirk Olmes 2019-06-12 12:08:36 UTC
Created attachment 579626 [details]
emerge -pqv
Comment 3 Dirk Olmes 2019-07-04 02:42:42 UTC
By now I'm convinced that this issue isn't a problem with the libreoffice code but rather with my hardware :-(

I had other builds fail, too most of them long-running c++ based ones. When I reduce the CPU load (e.g. building with -j1) the code compiles just fine.