Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 727080 - sci-libs/vtk-8.2.0 : missing dev-db/sqlite dependency
Summary: sci-libs/vtk-8.2.0 : missing dev-db/sqlite dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-06-04 08:38 UTC by Rafael Palomar
Modified: 2020-06-05 21:53 UTC (History)
0 users

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


Attachments
output for: emerge --info (file_727080.txt,4.87 KB, text/plain)
2020-06-04 08:38 UTC, Rafael Palomar
Details
output for: emerge vtk (file_727080.txt,17.41 KB, text/plain)
2020-06-04 08:39 UTC, Rafael Palomar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rafael Palomar 2020-06-04 08:38:41 UTC
Created attachment 643372 [details]
output for: emerge --info

As summary, vtk build fails (cmake configuration phase) with the following output

====

Make Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
  Could NOT find SQLite3 (missing: SQLite3_LIBRARY SQLite3_INCLUDE_DIR)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
  CMake/FindSQLite3.cmake:20 (find_package_handle_standard_args)
  CMake/vtkModuleMacros.cmake:891 (find_package)
  ThirdParty/sqlite/CMakeLists.txt:1 (vtk_module_third_party)


-- Configuring incomplete, errors occurred!

====

This seems to be fixed by emerging dev-db/sqlite
Comment 1 Rafael Palomar 2020-06-04 08:39:45 UTC
Created attachment 643374 [details]
output for: emerge vtk
Comment 2 Larry the Git Cow gentoo-dev 2020-06-05 21:53:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1704e2aba90b98940a8cdef2dbb6d044a5af0fd2

commit 1704e2aba90b98940a8cdef2dbb6d044a5af0fd2
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2020-06-05 21:52:47 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2020-06-05 21:53:22 +0000

    sci-libs/vtk: Add missing dependencies
    
    Closes: https://bugs.gentoo.org/723460
    Closes: https://bugs.gentoo.org/727078
    Closes: https://bugs.gentoo.org/727080
    Closes: https://bugs.gentoo.org/723000
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

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