Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703790 - sci-libs/gdal-2.4.1-r2: pdfdataset.cpp:4061:45: error: no match for ‘operator=’ (operand types are ‘std::unique_ptr<GlobalParams>’ and ‘GlobalParams*’)
Summary: sci-libs/gdal-2.4.1-r2: pdfdataset.cpp:4061:45: error: no match for ‘operator...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sci-geo Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-25 20:02 UTC by Andreas Sturmlechner
Modified: 2019-12-25 20:46 UTC (History)
0 users

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


Attachments
build.log.xz (build.log.xz,35.13 KB, application/x-xz)
2019-12-25 20:02 UTC, Andreas Sturmlechner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2019-12-25 20:02:10 UTC
Created attachment 600608 [details]
build.log.xz

> pdfdataset.cpp: In static member function ‘static GDALDataset* PDFDataset::Open(GDALOpenInfo*)’:
> pdfdataset.cpp:4061:45: error: no match for ‘operator=’ (operand types are ‘std::unique_ptr<GlobalParams>’ and ‘GlobalParams*’)
>  4061 |             globalParams = new GlobalParams();
>       |
Comment 1 Larry the Git Cow gentoo-dev 2019-12-25 20:46:34 UTC
The bug has been closed via the following commit(s):

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

commit cafa6007bf77dd0cd210ed9aeecd9e47053a9223
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-12-25 20:42:13 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-12-25 20:46:20 +0000

    sci-libs/gdal: Fix build with app-text/poppler-0.83.0
    
    Closes: https://bugs.gentoo.org/703790
    Package-Manager: Portage-2.3.83, Repoman-2.3.20
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../gdal/files/gdal-2.4.1-poppler-0.83-1.patch     | 27 ++++++++++++++
 .../gdal/files/gdal-2.4.1-poppler-0.83-2.patch     | 42 ++++++++++++++++++++++
 sci-libs/gdal/gdal-2.4.1-r2.ebuild                 |  1 +
 3 files changed, 70 insertions(+)