Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 680390 - dev-libs/xapian-1.4.10 installs libxapian.la
Summary: dev-libs/xapian-1.4.10 installs libxapian.la
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal trivial
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-15 02:24 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2019-03-16 02:50 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 Arfrever Frehtes Taifersar Arahesis 2019-03-15 02:24:23 UTC
dev-libs/xapian-1.4.9 does not install any *.la files.
dev-libs/xapian-1.4.10 installs /usr/lib64/libxapian.la file due to this change:

--- xapian-1.4.9.ebuild
+++ xapian-1.4.10.ebuild
@@ -71,4 +71,2 @@
        dodoc AUTHORS HACKING PLATFORMS README NEWS
-
-       prune_libtool_files --all
 }


Call to prune_libtool_files() should have been replaced by manual deletion of *.la files:
    find "${D}" -name "*.la" -type f -delete || die
Comment 1 Anthony Basile gentoo-dev 2019-03-15 12:30:00 UTC
We should have just done a portage tree wide substitution for prune_libtool_files().  Thanks for catching this!
Comment 2 Arfrever Frehtes Taifersar Arahesis 2019-03-16 02:50:15 UTC
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a76ec392eb24b123e422b5ca4844914516894120

commit a76ec392eb24b123e422b5ca4844914516894120
Author:     Anthony G. Basile <blueness@gentoo.org>
AuthorDate: 2019-03-15 12:28:48 +0000
Commit:     Anthony G. Basile <blueness@gentoo.org>
CommitDate: 2019-03-15 12:28:48 +0000

    dev-libs/xapian: remove prune_libtool_files(), bug #680390
    
    Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11