Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 704162 - app-office/scribus-1.5.5 with app-text/poppler-0.83.0 : plugins/import/pdf/importpdf.cpp:78:34: error: no match for ‘operator=’ (operand types are ‘std::unique_ptr<GlobalParams>’ and ‘GlobalParams*’)
Summary: app-office/scribus-1.5.5 with app-text/poppler-0.83.0 : plugins/import/pdf/im...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-29 11:21 UTC by Kobboi
Modified: 2019-12-29 11:54 UTC (History)
1 user (show)

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


Attachments
build.log.gz (build.log.gz,100.17 KB, application/gzip)
2019-12-29 11:23 UTC, Kobboi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kobboi 2019-12-29 11:21:53 UTC
In file included from /usr/include/qt5/QtCore/QDateTime:1,
                 from /var/tmp/portage/app-office/scribus-1.5.5/work/scribus-1.5.5/scribus/scfonts.h:11,
                 from /var/tmp/portage/app-office/scribus-1.5.5/work/scribus-1.5.5/scribus/sctextstruct.h:18,
                 from /var/tmp/portage/app-office/scribus-1.5.5/work/scribus-1.5.5/scribus/pageitem.h:48,
                 from /var/tmp/portage/app-office/scribus-1.5.5/work/scribus-1.5.5/scribus/plugins/import/pdf/importpdf.h:27,
                 from /var/tmp/portage/app-office/scribus-1.5.5/work/scribus-1.5.5/scribus/plugins/import/pdf/importpdf.cpp:31:
/usr/include/qt5/QtCore/qdatetime.h:228:55: note: declared here
  228 |     QT_DEPRECATED_X("Use QElapsedTimer instead") void start();
      |                                                       ^~~~~
/var/tmp/portage/app-office/scribus-1.5.5/work/scribus-1.5.5/scribus/plugins/import/pdf/importpdf.cpp: In member function ‘QImage PdfPlug::readThumbnail(const QString&)’:
/var/tmp/portage/app-office/scribus-1.5.5/work/scribus-1.5.5/scribus/plugins/import/pdf/importpdf.cpp:78:34: error: no match for ‘operator=’ (operand types are ‘std::unique_ptr<GlobalParams>’ and ‘GlobalParams*’)


Reproducible: Always
Comment 1 Kobboi 2019-12-29 11:23:59 UTC
Created attachment 601672 [details]
build.log.gz
Comment 2 Larry the Git Cow gentoo-dev 2019-12-29 11:54:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffabc71c416a88c0b4a588b6a480c4206245d4d6

commit ffabc71c416a88c0b4a588b6a480c4206245d4d6
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-12-29 11:51:36 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-12-29 11:54:30 +0000

    app-office/scribus: Fix build with app-text/poppler-0.83.0
    
    Closes: https://bugs.gentoo.org/704162
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../scribus/files/scribus-1.5.5-poppler-0.83.patch | 153 +++++++++++++++++++++
 app-office/scribus/scribus-1.5.5.ebuild            |   1 +
 2 files changed, 154 insertions(+)