Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699752 - net-dns/avahi-0.7-r3: prune_libtool_files: command not found
Summary: net-dns/avahi-0.7-r3: prune_libtool_files: command not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-10 16:20 UTC by Pacho Ramos
Modified: 2019-11-10 18:29 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 Pacho Ramos gentoo-dev 2019-11-10 16:20:41 UTC
I get:
QA Notice: command not found:

        /var/tmp/portage/net-dns/avahi-0.7-r3/temp/environment: line 3119: prune_libtool_files: command not found
LOG: postinst


This is because, for eapi7, you need to either inherit ltprune.eclass directly or switch to 
# Discouraged. Whenever possible, please use much simpler:
# @CODE
# find "${D}" -name '*.la' -type f -delete || die
# @CODE


Thanks
Comment 1 Larry the Git Cow gentoo-dev 2019-11-10 18:29:10 UTC
The bug has been closed via the following commit(s):

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

commit 359fe2acb0e4b49840062aaa539141cb3ecaadf2
Author:     Anthony G. Basile <blueness@gentoo.org>
AuthorDate: 2019-11-10 18:28:50 +0000
Commit:     Anthony G. Basile <blueness@gentoo.org>
CommitDate: 2019-11-10 18:29:02 +0000

    net-dns/avahi: fix deprecated prune_libtool_files, bug #699752
    
    Closes: https://bugs.gentoo.org/699752
    Package-Manager: Portage-2.3.76, Repoman-2.3.16
    Signed-off-by: Anthony G. Basile <blueness@gentoo.org>

 net-dns/avahi/avahi-0.7-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)