Ticket #638 (closed enhancement: fixed)
Opened 3 years ago
Last modified 9 months ago
wget 1.14 bep can't find /usr/bin/env
| Reported by: | barrett | Owned by: | mmadia |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | net-misc/MiniUPnP | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hello, i'm attaching a bep for the latest wget version and a patch that allow to build it. As the v1.13.4 it can't find /usr/bin/env (wich is in /boot/system/env). I'm under Haiku gcc4h. Additionally...under my system also python can't find env when i try to start a script from the shell :
~/Desktop/youtube-video> youtube-dl
runtime_loader: Cannot open file /usr/bin/env: No such file or directory
I don't know if it's related to some Haiku problem or only a question of configuration. Any idea on how to solve such problem? I can't find a variable in the wget buildsystem to modify the location of the env command.
Attachments
Change History
Changed 3 years ago by barrett
- attachment wget-1.14.diff added
comment:1 Changed 9 months ago by pulkomandy
- Resolution set to fixed
- Status changed from new to closed
The env issue was hacked in haiku runtime_loader and it works now.
And we have recipes for wget now.

Patch that add a bep file for wget.1.14