Summary: | media-gfx/iscan-3.62.0: monitor.cpp:79:56: error: ‘_1’ was not declared in this scope | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Chris Smith <chris> |
Component: | Current packages | Assignee: | Marcin Deranek <marcin.deranek> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | asturm, dilfridge, jstein, proxy-maint |
Priority: | Normal | Keywords: | PATCH, PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://github.com/gentoo/gentoo/pull/15737 https://github.com/gentoo/gentoo/pull/15742 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 719924 | ||
Attachments: |
build log
Fix error compile with boost-1.73 |
Description
Chris Smith
2020-05-08 21:26:17 UTC
Created attachment 636904 [details]
build log
Created attachment 637184 [details, diff]
Fix error compile with boost-1.73
Problem with boost-1.73.
With iscan-3.62.0-boost-1.73.patch compile fine for me.
After applying the patch I get a different error. The patch may solve the issue with boost but not with gcc-10.1. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35585303c48d0746234352cca0df3e1b9ff8fd3 commit c35585303c48d0746234352cca0df3e1b9ff8fd3 Author: Marcin Deranek <marcin.deranek@booking.com> AuthorDate: 2020-05-10 11:52:32 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2020-05-10 12:05:52 +0000 media-gfx/iscan: fix building with boost 1.73 Closes: https://bugs.gentoo.org/721696 Signed-off-by: Marcin Deranek <marcin.deranek@slonko.net> Closes: https://github.com/gentoo/gentoo/pull/15737 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> .../iscan/files/iscan-3.62.0-boost-1.73.patch | 33 ++++++++++++++++++++++ media-gfx/iscan/iscan-3.62.0.ebuild | 1 + 2 files changed, 34 insertions(+) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6686b80086095c84794d6450be2d0ff6231f0ba6 commit 6686b80086095c84794d6450be2d0ff6231f0ba6 Author: Marcin Deranek <marcin.deranek@booking.com> AuthorDate: 2020-05-10 20:29:57 +0000 Commit: Aaron Bauman <bman@gentoo.org> CommitDate: 2020-05-15 00:31:17 +0000 media-gfx/iscan: fix building with boost 1.73 when gui use enabled Bug: https://bugs.gentoo.org/721696 Signed-off-by: Marcin Deranek <marcin.deranek@slonko.net> Closes: https://github.com/gentoo/gentoo/pull/15742 Signed-off-by: Aaron Bauman <bman@gentoo.org> media-gfx/iscan/files/iscan-3.62.0-boost-1.73.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) Is media-gfx/iscan-2.30.4.2-r1 unaffacted by this build failure or should some 3.x version be stabilised? Probably both: iscan-2 is completely different beast than iscan-3. See #715420 for details. I believe iscan-3.63 is stable. |