Summary: | sci-libs/avogadrolibs-1.93.0 USE=vtk - fatal error: QVTKOpenGLWidget.h: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Bernd <waebbl-gentoo> |
Component: | Current packages | Assignee: | Gentoo Chemistry-Related Packages <sci-chemistry> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | jstein, nowa, sur3 |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=834116 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
avogadrolibs-1.93.0:20220201-160130.log
CMakeCache.txt |
Description
Bernd
2022-02-02 03:39:07 UTC
Created attachment 764165 [details] avogadrolibs-1.93.0:20220201-160130.log IMO not related to bug #712962. It looks like this is related to line 20 of ${S}/avogadro/vtk/CMakeLists.txt include_directories(SYSTEM ${VTK_INCLUDE_DIRS}) With config mode, this variable is usually no longer exported into the cache. The line should be prepended by a get_property call to retrieve the variable from the INTERFACE_INCLUDE_DIRECTORIES property. Created attachment 764166 [details]
CMakeCache.txt
The cache only has variables for VTK_DIR and VTKm_DIR which point to the respective cmake locations.
Same error on sci-libs/avogadrolibs-1.95.1 btw. Version 1.97.0 compiles just fine with USE="vtk" for me, can you confirm the problem is fixed on your end as well? The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e97c03aece8465ab60bf30fc1807267e2238d21 commit 9e97c03aece8465ab60bf30fc1807267e2238d21 Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org> AuthorDate: 2022-09-07 09:33:34 +0000 Commit: Andrew Ammerlaan <andrewammerlaan@gentoo.org> CommitDate: 2022-09-07 09:54:52 +0000 sci-libs/avogadrolibs: add 1.97.0 Bug: https://bugs.gentoo.org/832528 Bug: https://bugs.gentoo.org/712962 Bug: https://bugs.gentoo.org/868132 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> sci-libs/avogadrolibs/Manifest | 2 + sci-libs/avogadrolibs/avogadrolibs-1.97.0.ebuild | 93 ++++++++++++++++++++++++ 2 files changed, 95 insertions(+) |