Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 778170 - sci-libs/vtk: typo in src_install for tcl docs
Summary: sci-libs/vtk: typo in src_install for tcl docs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernd
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-03-25 13:32 UTC by Michael Orlitzky
Modified: 2021-06-25 13:05 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(+)