Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 850931 - media-gfx/solvespace-3.1 fails to compile: solvespace.h:39:10: fatal error: SparseCore: No such file or directory
Summary: media-gfx/solvespace-3.1 fails to compile: solvespace.h:39:10: fatal error: S...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Smith
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-10 06:35 UTC by Agostino Sarubbo
Modified: 2022-06-10 07:58 UTC (History)
0 users

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


Attachments
build.log (build.log,117.86 KB, text/plain)
2022-06-10 06:35 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 2022-06-10 06:35:35 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-gfx/solvespace-3.1 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-06-10 06:35:37 UTC
Created attachment 783806 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-06-10 06:35:38 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


-- Could NOT find Eigen3 (missing: Eigen3_DIR)
FAILED: src/CMakeFiles/slvs.dir/constraint.cpp.o 
FAILED: src/CMakeFiles/slvs.dir/entity.cpp.o 
FAILED: src/CMakeFiles/slvs.dir/expr.cpp.o 
FAILED: src/CMakeFiles/slvs.dir/util.cpp.o 
/var/tmp/portage/media-gfx/solvespace-3.1/work/solvespace-3.1/src/solvespace.h:39:10: fatal error: Eigen/SparseCore: No such file or directory
/var/tmp/portage/media-gfx/solvespace-3.1/work/solvespace-3.1/src/solvespace.h:39:10: fatal error: Eigen/SparseCore: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-06-10 07:58:11 UTC
The bug has been closed via the following commit(s):

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

commit 772d2a3d1a7ef18fb2f70de2d23480c10a43f072
Author:     Matthew Smith <matthew@gentoo.org>
AuthorDate: 2022-06-10 07:55:22 +0000
Commit:     Matthew Smith <matthew@gentoo.org>
CommitDate: 2022-06-10 07:55:22 +0000

    media-gfx/solvespace: add missing dev-cpp/eigen depend
    
    Fixes build failure and RDEPENDs untouched, no revbump.
    
    Closes: https://bugs.gentoo.org/850931
    Signed-off-by: Matthew Smith <matthew@gentoo.org>

 media-gfx/solvespace/solvespace-3.1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)