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

Bug 778170

Summary: sci-libs/vtk: typo in src_install for tcl docs
Product: Gentoo Linux Reporter: Michael Orlitzky <mjo>
Component: Current packagesAssignee: Bernd <waebbl-gentoo>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint, sam, sci
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/21391
Whiteboard:
Package list:
Runtime testing required: ---

Description Michael Orlitzky gentoo-dev 2021-03-25 13:32:58 UTC
I'm not sure what this should be changed to, but two consecutive calls to "docinto" can't be right:

    if use tcl; then
        # install Tcl docs                                                      
        docinto vtk_tcl
        docinto .
    fi
Comment 1 Bernd 2021-06-22 19:50:53 UTC
This seems to be obsolete, as Tcl has been obsoleted in VTK. I couldn't find specific Tcl documentation in the code and will remove it.
Comment 2 Larry the Git Cow gentoo-dev 2021-06-25 13:05:15 UTC
The bug has been closed via the following commit(s):

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

commit a4f2a634a69b0d1b7315af5238136b335acb558e
Author:     Bernd Waibel <waebbl-gentoo@posteo.net>
AuthorDate: 2021-06-23 14:37:58 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2021-06-25 13:05:03 +0000

    sci-libs/vtk: solve RUNPATH issue
    
    - fix issue with NULL DT_RUNPATH when USE=mpi
    - remove obsolete docinto with USE=tcl
    - bug #727338 is not reproducible
    
    Bug: https://bugs.gentoo.org/727338
    Closes: https://bugs.gentoo.org/778170
    Closes: https://bugs.gentoo.org/795840
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

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