Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 926626 - sci-libs/vtk-9.3.0 fails to configure: The VTK::ViewsInfovis module (enabled via a `YES` setting (via `VTK_GROUP_ENABLE_Rendering`)) requires the disabled module VTK::ViewsContext2D (disabled via a `NO` setting (via `VTK_GROUP_ENABLE_Views`))
Summary: sci-libs/vtk-9.3.0 fails to configure: The VTK::ViewsInfovis module (enabled ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 925018
  Show dependency tree
 
Reported: 2024-03-10 05:05 UTC by matoro
Modified: 2024-03-16 16:19 UTC (History)
4 users (show)

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


Attachments
build.log and emerge --info (file_926626.txt,102.30 KB, text/plain)
2024-03-10 05:06 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2024-03-10 05:05:31 UTC
CMake Error at CMake/vtkModule.cmake:1075 (message):
  The VTK::ViewsInfovis module (enabled via a `YES` setting (via
  `VTK_GROUP_ENABLE_Rendering`)) requires the disabled module
  VTK::ViewsContext2D (disabled via a `NO` setting (via
  `VTK_GROUP_ENABLE_Views`)).
Call Stack (most recent call first):
  CMakeLists.txt:402 (vtk_module_scan)


-- Configuring incomplete, errors occurred!
 * ERROR: sci-libs/vtk-9.3.0::gentoo failed (configure phase):

Reproducible: Always
Comment 1 matoro archtester 2024-03-10 05:06:36 UTC
Created attachment 887203 [details]
build.log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-03-16 16:19:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=723da4746262b0635905732fdc3a5c30b02f7bc7

commit 723da4746262b0635905732fdc3a5c30b02f7bc7
Author:     Paul Zander <negril.nx+gentoo@gmail.com>
AuthorDate: 2024-03-16 14:32:10 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-03-16 16:18:36 +0000

    sci-libs/vtk: 9.3.0 require USE=views for USE=rendering
    
    With 9.3.0 we switched from soft failures to hard failures for conflicting config options. Clean up a bit of mess left behind.
    
    Closes: https://bugs.gentoo.org/926626
    Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/35783
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 sci-libs/vtk/vtk-9.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)