Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 763837 - media-gfx/meshlab-2020.12 fails to compile
Summary: media-gfx/meshlab-2020.12 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: 3D Printing Team
URL:
Whiteboard:
Keywords: PullRequest
: 764044 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-01-05 12:15 UTC by Agostino Sarubbo
Modified: 2023-10-21 21:04 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,16.21 KB, text/plain)
2021-01-05 12:15 UTC, Agostino Sarubbo
Details
1-CMakeOutput.log (1-CMakeOutput.log,84.39 KB, text/plain)
2021-01-05 12:15 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-01-05 12:15:05 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-gfx/meshlab-2020.12 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2021-01-05 12:15:07 UTC
Created attachment 681262 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-01-05 12:15:09 UTC
Created attachment 681265 [details]
1-CMakeOutput.log

1-CMakeOutput.log
Comment 3 Ionen Wolkens gentoo-dev 2021-01-06 09:09:34 UTC
*** Bug 764044 has been marked as a duplicate of this bug. ***
Comment 4 Nathan Squires 2021-02-01 15:16:56 UTC
Same error, compiles and installs fine for me after installing qtdeclarative.
Comment 5 Larry the Git Cow gentoo-dev 2021-03-06 06:01:19 UTC
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(+)
Comment 6 Andreas Sturmlechner gentoo-dev 2023-10-21 19:26:51 UTC
This would have been a good opportunity to revisit dependencies in general.

Also, this is in all your plugins:

> libmeshlab-common.so => not found
Comment 7 Larry the Git Cow gentoo-dev 2023-10-21 21:04:46 UTC
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(+)