Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 687906 - app-office/libreoffice-6.2.4.2 fails to compile with "error: ‘editeng::SortedAutoCompleteStrings::SortedAutoCompleteStrings(const editeng::SortedAutoCompleteStrings&)’ is private within this context"
Summary: app-office/libreoffice-6.2.4.2 fails to compile with "error: ‘editeng::Sorted...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal major (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-12 08:31 UTC by Urban
Modified: 2019-08-15 11:08 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge-info,20.34 KB, text/plain)
2019-06-12 08:31 UTC, Urban
Details
emerge -pqv (emerge-pqv,579 bytes, text/plain)
2019-06-12 08:32 UTC, Urban
Details
build.log (build.log.bz2,370.85 KB, application/x-bzip)
2019-06-12 08:33 UTC, Urban
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Urban 2019-06-12 08:31:40 UTC
Created attachment 579596 [details]
emerge --info

When building app-office/libreoffice-6.2.4.2 on my amd64 PC, it fails with the following error:

/var/tmp/portage/app-office/libreoffice-6.2.4.2/work/libreoffice-6.2.4.2/sw/source/uibase/app/docsh2.cxx: In member function ‘void SwDocShell::Execute(SfxRequest&)’:
/var/tmp/portage/app-office/libreoffice-6.2.4.2/work/libreoffice-6.2.4.2/sw/source/uibase/app/docsh2.cxx:429:98: error: ‘editeng::SortedAutoCompleteStrings::SortedAutoCompleteStrings(const editeng::SortedAutoCompleteStrings&)’ is private within this context
             editeng::SortedAutoCompleteStrings aTmpLst( rACW.GetWordList().createNonOwningCopy() );
                                                                                                  ^
In file included from /var/tmp/portage/app-office/libreoffice-6.2.4.2/work/libreoffice-6.2.4.2/include/editeng/svxacorr.hxx:31,
                 from /var/tmp/portage/app-office/libreoffice-6.2.4.2/work/libreoffice-6.2.4.2/sw/source/uibase/app/docsh2.cxx:59:
/var/tmp/portage/app-office/libreoffice-6.2.4.2/work/libreoffice-6.2.4.2/include/editeng/swafopt.hxx:66:5: note: declared private here
     SortedAutoCompleteStrings(SortedAutoCompleteStrings const & other):
     ^~~~~~~~~~~~~~~~~~~~~~~~~
Comment 1 Urban 2019-06-12 08:32:02 UTC
Created attachment 579598 [details]
emerge -pqv
Comment 2 Urban 2019-06-12 08:33:41 UTC
Created attachment 579600 [details]
build.log
Comment 3 kylemaasdev 2019-06-25 15:30:14 UTC
I've experienced this same error trying to compile LibreOffice 6.2.4.2.
Comment 4 Andreas Sturmlechner gentoo-dev 2019-07-07 17:20:03 UTC
Please test with 6.2.5.2.
Comment 5 Urban 2019-07-08 19:03:55 UTC
(In reply to Andreas Sturmlechner from comment #4)
> Please test with 6.2.5.2.

Same issue:

/var/tmp/portage/app-office/libreoffice-6.2.5.2/work/libreoffice-6.2.5.2/sw/source/uibase/app/docsh2.cxx: In member function ‘void SwDocShell::Execute(SfxRequest&)’:
/var/tmp/portage/app-office/libreoffice-6.2.5.2/work/libreoffice-6.2.5.2/sw/source/uibase/app/docsh2.cxx:429:98: error: ‘editeng::SortedAutoCompleteStrings::SortedAutoCompleteStrings(const editeng::SortedAutoCompleteStrings&)’ is private within this context
             editeng::SortedAutoCompleteStrings aTmpLst( rACW.GetWordList().createNonOwningCopy() );
                                                                                                  ^
In file included from /var/tmp/portage/app-office/libreoffice-6.2.5.2/work/libreoffice-6.2.5.2/include/editeng/svxacorr.hxx:31,
                 from /var/tmp/portage/app-office/libreoffice-6.2.5.2/work/libreoffice-6.2.5.2/sw/source/uibase/app/docsh2.cxx:59:
/var/tmp/portage/app-office/libreoffice-6.2.5.2/work/libreoffice-6.2.5.2/include/editeng/swafopt.hxx:66:5: note: declared private here
     SortedAutoCompleteStrings(SortedAutoCompleteStrings const & other):
     ^~~~~~~~~~~~~~~~~~~~~~~~~
Comment 6 Urban 2019-08-15 10:11:21 UTC
I have finally merged successfully app-office/libreoffice-6.3.0.4
Comment 7 Andreas Sturmlechner gentoo-dev 2019-08-15 11:08:37 UTC
Thanks for checking back!