Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 590640

Summary: sci-libs/vtk-6.1.0-r2: missing fully-qualified soname libraries
Product: Gentoo Linux Reporter: Gangræna Gorgeous <trupanka>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Gangræna Gorgeous 2016-08-06 14:05:07 UTC
I'm trying to use `sci-mathematics/maxima` for visualization with vtk. But running script causes error:

$ TCLLIBPATH=/usr/lib/tcltk/vtk-6.1/ vtk maxout21930.tcl
couldn't load file "/usr/lib/libvtkCommonCoreTCL-6.1.so": /usr/lib/libvtkCommonCoreTCL-6.1.so: cannot open shared object file: No such file or directory
attempt to provide package vtkCommonCoreTCL 6.1 failed: no version of package vtkCommonCoreTCL provided
attempt to provide package vtkcommoncore 6.1 failed: no version of package vtkcommoncore provided
Error in startup script: attempt to provide package vtk 6.1 failed: no version of package vtk provided
    ("package ifneeded vtk 6.1" script)
    invoked from within
"package.orig require vtk"
    ("eval" body line 1)
    invoked from within
"eval package.orig $args"
    (procedure "package" line 2)
    invoked from within
"package require vtk"
    (file "maxout21930.tcl" line 1)

Making sonames with `-6.1.so` suffix as symlinks to `.so.1` libraries fixes the problem.

Examples of `maxima` scripts to test could be found here http://riotorto.users.sourceforge.net/Maxima/vtk/

Reproducible: Always
Comment 1 Coacher 2016-08-06 14:13:36 UTC
*** Bug 590642 has been marked as a duplicate of this bug. ***
Comment 2 Larry the Git Cow gentoo-dev 2019-12-28 16:10:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd17f5b702e2f5fd47c9ddf33bd306b1a8dffab

commit 4dd17f5b702e2f5fd47c9ddf33bd306b1a8dffab
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-12-28 16:05:59 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-12-28 16:09:54 +0000

    sci-libs/vtkdata: Remove last-rited package
    
    Closes: https://bugs.gentoo.org/542756
    Closes: https://bugs.gentoo.org/554388
    Closes: https://bugs.gentoo.org/555768
    Closes: https://bugs.gentoo.org/557974
    Closes: https://bugs.gentoo.org/574854
    Closes: https://bugs.gentoo.org/574890
    Closes: https://bugs.gentoo.org/589182
    Closes: https://bugs.gentoo.org/590640
    Closes: https://bugs.gentoo.org/612302
    Closes: https://bugs.gentoo.org/622574
    Closes: https://bugs.gentoo.org/698940
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 profiles/package.mask                 |  7 -------
 sci-libs/vtkdata/Manifest             |  1 -
 sci-libs/vtkdata/metadata.xml         |  8 --------
 sci-libs/vtkdata/vtkdata-6.1.0.ebuild | 26 --------------------------
 4 files changed, 42 deletions(-)