Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#3805 - v21.02.0-rc1 reports false missing "which" #8830

Closed
openwrt-bot opened this issue May 12, 2021 · 2 comments
Closed

FS#3805 - v21.02.0-rc1 reports false missing "which" #8830

openwrt-bot opened this issue May 12, 2021 · 2 comments
Labels

Comments

@openwrt-bot
Copy link

damnms:

i use fedora 34, installed the required software and "which" is available on the command line

[oli@lucy openwrt]$ which which | grep which
which ()
eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot "$@"

but when i run "./scripts/feeds update -a" i get:
hecking 'perl'... ok.
Checking 'python2-cleanup'... ok.
Checking 'python'... ok.
Checking 'python3'... ok.
Checking 'git'... ok.
Checking 'file'... ok.
Checking 'rsync'... ok.
Checking 'which'... failed.
Checking 'ldconfig-stub'... ok.

Build dependency: Please install 'which'

Prerequisite check failed. Use FORCE=1 to override.
gmake: *** [/home/oli/openwrt/include/toplevel.mk:180: staging_dir/host/.prereq-build] Fehler 1

@openwrt-bot
Copy link
Author

damnms:

[oli@lucy ~]$ rpm -qa | grep which
which-2.21-26.fc34.x86_64

@openwrt-bot
Copy link
Author

MikePetullo:

A work around is to run unset which, as which involves an alias on Fedora 34. That said, this should be fixed in the build system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant