#3100 closed bug (invalid)
OpenSSH requires the HAIKU_IMAGE_HOST_NAME variable to be set!
Reported by: | bbjimmy | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Build System | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
hrev28555 building haiku with "HAIKU_ADD_ALL_OPTIONAL_PACKAGES = 1 ;" in the Userbuildconfig file fails.
Optional package OpenSSH requires the HAIKU_IMAGE_HOST_NAME variable to be set!
This does not impact building haiku from Linux, just from within Haiku.
Attachments (1)
Change History (9)
follow-up: 2 comment:1 by , 16 years ago
comment:2 by , 16 years ago
Replying to umccullough:
You have to specify one.
Just how does one accomplish this?
If this is required it should be documented in UserBuildConfig.ReadMe near the section about optional packages and there should be a line in the UserBuildConfig.sample file that can be uncommented.
comment:3 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
It already is documented in UserBuildConfig.ReadMe, see the link umccullough pasted to the appropriate section.
comment:4 by , 16 years ago
Component: | - General → Build System |
---|
The link shows "HAIKU IMAGE HOST NAME = mybox ;"
This does not work!
adding "HAIKU_IMAGE_HOST_NAME = mybox ;" to the UserBuildConfig file does indeed work. This line should be added to the UserBuildConfig.Sample.
It should look something like this:
# Add all available optional packages. Uncomment both lines in Haiku. #HAIKU_ADD_ALL_OPTIONAL_PACKAGES = 1 ;
#HAIKU_IMAGE_HOST_NAME = mybox ;
comment:6 by , 16 years ago
I don't see underscores in Firefox on that page neither; I see them on some other pages, though.
comment:7 by , 16 years ago
Either way, the Readme is in the same folder as the UserBuildConfig.sample - anyone can reference it.
It does show underscores for me.
comment:8 by , 16 years ago
Mine has underscores as well, and I havehad mine enabled for over a month now and it does indeed work: HAIKU_IMAGE_HOST_NAME = HaikuBox ;
I had to have it set for the cmake dashboard to work correctly.
You have to specify one.
http://dev.haiku-os.org/browser/haiku/trunk/build/jam/UserBuildConfig.ReadMe#L154