Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 664194 - sci-libs/dlib-19.9[python] doesn't build or install Python module
Summary: sci-libs/dlib-19.9[python] doesn't build or install Python module
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:
Depends on:
Blocks:
 
Reported: 2018-08-21 18:30 UTC by Chris Mayo
Modified: 2019-03-07 19:17 UTC (History)
1 user (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 Chris Mayo 2018-08-21 18:30:06 UTC
python_domodule ${PN} just copies dlib source code into site-packages.

e.g.:

/usr/lib64/python3.6/site-packages/dlib/CMakeLists.txt
/usr/lib64/python3.6/site-packages/dlib/LICENSE.txt
/usr/lib64/python3.6/site-packages/dlib/algs.h
/usr/lib64/python3.6/site-packages/dlib/all/source.cpp
/usr/lib64/python3.6/site-packages/dlib/all_console.cpp
/usr/lib64/python3.6/site-packages/dlib/all_gui.cpp
/usr/lib64/python3.6/site-packages/dlib/any.h
Comment 1 Chris Mayo 2018-08-21 18:34:46 UTC
Proposed solution in:
https://github.com/gentoo/gentoo/pull/9655
Comment 2 Larry the Git Cow gentoo-dev 2019-03-02 20:11:27 UTC
The bug has been referenced in the following commit(s):

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

commit 8c8ce92dc34626c4397991b444985f70c3012265
Author:     Chris Mayo <aklhfex@gmail.com>
AuthorDate: 2019-01-07 20:35:48 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-03-02 20:10:26 +0000

    sci-libs/dlib: version bump 19.16 fixing Python install
    
    Bug: https://bugs.gentoo.org/659262
    Bug: https://bugs.gentoo.org/664194
    Package-Manager: Portage-2.3.51, Repoman-2.3.11
    Signed-off-by: Chris Mayo <aklhfex@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/9655
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 sci-libs/dlib/Manifest          |   1 +
 sci-libs/dlib/dlib-19.16.ebuild | 108 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 109 insertions(+)