Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 633570 - sys-apps/util-linux-2.30.2: installs .la files for Python modules
Summary: sys-apps/util-linux-2.30.2: installs .la files for Python modules
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-05 18:10 UTC by Michał Górny
Modified: 2017-11-07 10:32 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-10-05 18:10:16 UTC
Fixing .la files
   usr/lib64/python3.4/site-packages/libmount/pylibmount.la

The file is obviously unnecessary.
Comment 1 Larry the Git Cow gentoo-dev 2017-11-07 10:31:32 UTC
The bug has been referenced in the following commit(s):

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

commit 1c586ce49eb155d9c0b626203b5268dfaff50716
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2017-11-07 10:31:20 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2017-11-07 10:31:20 +0000

    sys-apps/util-linux: Really remove all libtool archives.
    
    Bug: https://bugs.gentoo.org/633570
    Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-apps/util-linux/util-linux-2.30.2.ebuild | 4 ++--
 sys-apps/util-linux/util-linux-2.31.ebuild   | 4 ++--
 sys-apps/util-linux/util-linux-9999.ebuild   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)}
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2017-11-07 10:32:56 UTC
Intentionally fixed without a revbump as it only removes one additional file per installed python implementation when USE="python" is set and that IMHO does not deserve a full rebuild of the package.