Summary: | sci-libs/ceres-solver-1.11.0 fails to build: Header files have changed between ABIs | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | piotr5 |
Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jlec |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
piotr5
2016-09-16 10:26:18 UTC
duh, the error message was what confused me:
diff /systemd/var/tmp/portage/sci-libs/ceres-solver-1.11.0/work/ceres-solver-1.11.0-*/config/ceres/internal/config.h
48c48
< #define CERES_NO_LAPACK
---
> // #define CERES_NO_LAPACK
seems my sci-libs/lapack-reference has no 32-bit version installed. maybe you should disable multilib for ceres-solver too?
commit 3c9b9c373bede1d53c75fa08a034395027b3be54 Author: Justin Lecher <jlec@gentoo.org> Date: Sun Jan 22 10:20:27 2017 +0000 sci-libs/ceres-solver: Restrict non native X86 to supporting USE Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=593954 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=596560 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=606776 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org> https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9b9c373bede1d53c75fa08a034395027b3be54 commit bc76ed3e0b217950cd928793e7742b9bf2899154 Author: Justin Lecher <jlec@gentoo.org> Date: Sun Jan 22 10:13:51 2017 +0000 sci-libs/cxsparse: Add 32bit support Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org> https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc76ed3e0b217950cd928793e7742b9bf2899154 commit 899170263f29d4bcc0f6e8e8a79ae3808c064c48 Author: Justin Lecher <jlec@gentoo.org> Date: Sun Jan 22 10:08:20 2017 +0000 sci-libs/suitesparseconfig: Add 32bit support Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org> https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=899170263f29d4bcc0f6e8e8a79ae3808c064c48 |