Summary: | media-gfx/meshlab-2020.12 fails to compile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | 3D Printing Team <3dprint> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | amynka, aperion, steils |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=915788 https://bugs.gentoo.org/show_bug.cgi?id=762802 https://github.com/gentoo/gentoo/pull/33447 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
1-CMakeOutput.log |
Description
Agostino Sarubbo
![]() Created attachment 681262 [details]
build.log
build log and emerge --info
Created attachment 681265 [details]
1-CMakeOutput.log
1-CMakeOutput.log
*** Bug 764044 has been marked as a duplicate of this bug. *** Same error, compiles and installs fine for me after installing qtdeclarative. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126ebdd99471f430d7b1b7d8d973e3e2cc9a3d55 commit 126ebdd99471f430d7b1b7d8d973e3e2cc9a3d55 Author: Dennis Lamm <expeditioneer@gentoo.org> AuthorDate: 2021-03-06 05:41:59 +0000 Commit: Dennis Lamm <expeditioneer@gentoo.org> CommitDate: 2021-03-06 06:01:14 +0000 media-gfx/meshlab: added missing dependency Closes: https://bugs.gentoo.org/763837 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org> Package-Manager: Portage-3.0.13, Repoman-3.0.2 Closes: https://github.com/gentoo/gentoo/pull/19789 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org> media-gfx/meshlab/meshlab-2020.12-r1.ebuild | 64 +++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) This would have been a good opportunity to revisit dependencies in general.
Also, this is in all your plugins:
> libmeshlab-common.so => not found
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d95a2615e43c05a00b94048221e9ab5a30f45e37 commit d95a2615e43c05a00b94048221e9ab5a30f45e37 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2023-10-21 19:29:53 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2023-10-21 21:04:19 +0000 media-gfx/meshlab: update EAPI 7 -> 8, drop unused, add missing deps CMAKE_BUILD_TYPE=Release was ignored by eclass so setting it was a no-op. Bug: https://bugs.gentoo.org/915788 Bug: https://bugs.gentoo.org/763837 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> media-gfx/meshlab/meshlab-2020.12-r2.ebuild | 58 +++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) |