Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 652394 - sys-fs/eudev: prune_libtool_files: command not found
Summary: sys-fs/eudev: 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: eudev team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-04 08:50 UTC by Göktürk Yüksek
Modified: 2018-04-04 10:33 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 Göktürk Yüksek archtester gentoo-dev 2018-04-04 08:50:20 UTC
Here's the entire QA Warning:

 * QA Notice: command not found:
 * 
 * 	/var/tmp/portage/sys-fs/eudev-3.2.5/temp/environment: line 2838: prune_libtool_files: command not found


This is because eudev ebuilds seem to have stopped inheriting eutils which is where prune_libtool_files is defined. Since it's passing "--all" to it, might as well use find to delete them all[0].

[0] https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Handling_Libtool_Archives
Comment 1 Anthony Basile gentoo-dev 2018-04-04 10:33:22 UTC
(In reply to Göktürk Yüksek from comment #0)
> Here's the entire QA Warning:
> 
>  * QA Notice: command not found:
>  * 
>  * 	/var/tmp/portage/sys-fs/eudev-3.2.5/temp/environment: line 2838:
> prune_libtool_files: command not found
> 
> 
> This is because eudev ebuilds seem to have stopped inheriting eutils which
> is where prune_libtool_files is defined. Since it's passing "--all" to it,
> might as well use find to delete them all[0].
> 
> [0]
> https://wiki.gentoo.org/wiki/Project:Quality_Assurance/
> Handling_Libtool_Archives

Thanks, I've replace it with `find "${D}" -name '*.la' -delete || die'