Summary: | app-backup/dar-2.7.15 - [meson] [libtool] [gcc-15] /.../sh:line <snip>: which: command not found | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Viorel Munteanu <ceamac> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | eschwartz |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://sourceforge.net/p/dar/feature-requests/220/ | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 646588 | ||
Attachments: |
emerge-info.txt
app-backup:dar-2.7.15:20241102-054005.log emerge-history.txt environment etc.portage.tar.xz logs.tar.xz qlist-info.txt temp.tar.xz |
Description
Toralf Förster
![]() Created attachment 907640 [details]
emerge-info.txt
Created attachment 907641 [details]
app-backup:dar-2.7.15:20241102-054005.log
Created attachment 907642 [details]
emerge-history.txt
Created attachment 907643 [details]
environment
Created attachment 907644 [details]
etc.portage.tar.xz
Created attachment 907645 [details]
logs.tar.xz
Created attachment 907646 [details]
qlist-info.txt
Created attachment 907647 [details]
temp.tar.xz
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26fa17a192eb9fe21f75d7a3ff233ef892ae54e3 commit 26fa17a192eb9fe21f75d7a3ff233ef892ae54e3 Author: Viorel Munteanu <ceamac@gentoo.org> AuthorDate: 2024-11-02 10:32:09 +0000 Commit: Viorel Munteanu <ceamac@gentoo.org> CommitDate: 2024-11-02 10:36:10 +0000 app-backup/dar: patch out use of `which` The `src/check` subdirectory uses `which`. Remove it altogether, it was not used in Gentoo. Closes: https://bugs.gentoo.org/942752 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> app-backup/dar/dar-2.7.15-r1.ebuild | 109 ++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) Why not also submit an upstream fix to use the recommended replacement (command -v or even hardcoding /bin/sh) so that this works without a sed and eautoreconf? |