Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 572806 - sci-libs/scikits_learn - typo causing build failure
Summary: sci-libs/scikits_learn - typo causing build failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-24 21:55 UTC by morgon.kanter
Modified: 2016-01-26 19:09 UTC (History)
0 users

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 morgon.kanter 2016-01-24 21:55:49 UTC
There's a typo in the ebuild for sci-libs/scikits_learn that causes the build to fail when +doc is enabled.

This is the original line:
rm -r "${d}"/sklearn/datasets/{data,desr,images} || die

This is the correct line:
rm -r "${d}"/sklearn/datasets/{data,descr,images} || die

Not providing a specific patch because this typo appears to affect all available ebuilds. I'm surprised I'm the first one to find this issue, I suppose nobody else built it +doc!
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2016-01-26 19:09:53 UTC
commit afadb91fb20b3f5fbbe19c2c493ec78cb480d560
Author: Justin Lecher <jlec@gentoo.org>
Date:   Tue Jan 26 20:09:10 2016 +0100

    sci-libs/scikits_learn: Fix typo in doc installation

    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572806

    Package-Manager: portage-2.2.27
    Signed-off-by: Justin Lecher <jlec@gentoo.org>

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