#15121 closed bug (fixed)
AddHaikuImagePackages doesn't work in UserBuildConfig
Reported by: | luroh | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Build System | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Discovered by PulkoMandy trying to add wpa_supplicant:
AddHaikuImagePackages: package wpa_supplicant not available!
Confirmed in hrev53209 gcc2h, trying to add WonderBrush as per UserBuildConfig.readme:
AddHaikuImagePackages: package WonderBrush not available!
Change History (5)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
This may be my fault. In hrev53117 I moved the include of UserBuildConfig back so that it could set HAIKU_REVISION, but that may make it so the repos are not yet set up so of course this fails.
comment:3 by , 5 years ago
Reverting that commit fixes it, indeed. Is the HAIKU_REVISION trick still useful? Should we switch from tags to using git rev-count for the revision someday?
comment:4 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
hrev53117 has been reverted a while ago and this works again.
comment:5 by , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
More annoyingly I can't add the openssl package, so I cant' build Haiku with SSL support. And then I can't use the package repos to install other things...