Opened 11 years ago
Closed 11 years ago
#10018 closed bug (fixed)
pkgman depends on curl, but no curl installed
Reported by: | jessicah | Owned by: | anevilyak |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Package Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Running pkgman refresh, I get an error about missing curl. The system comes with wget, however.
~> pkgman refresh Error: Failed to open repository file "/boot/common/cache/package-repositories/HaikuPorts": No such file or directory Fetching repository checksum from http://haiku-files.org/files/repo/ce1bd556119b348b9218fdca42e40656ec0a39d98ddd822ce4d072b13b4f34c0 ... /bin/sh: curl: command not found *** failed! : General system error
So I can't install anything with pkgman either.
Change History (3)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
Component: | - General → Kits/Package Kit |
---|---|
Status: | assigned → in-progress |
Version: | R1/Package Management → R1/Development |
Note:
See TracTickets
for help on using tickets.
Yep, that dependency isn't declared correctly. We'll switch to using libcurl instead, though.