Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 699752

Summary: net-dns/avahi-0.7-r3: prune_libtool_files: command not found
Product: Gentoo Linux Reporter: Pacho Ramos <pacho>
Component: Current packagesAssignee: Anthony Basile <blueness>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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(-)