Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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)

screenshot.png (45.3 KB ) - added by bbjimmy 15 years ago.
showing "HAIKU IMAGE HOST NAME = mybox ;"

Download all attachments as: .zip

Change History (9)

in reply to:  1 comment:2 by bbjimmy, 15 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 anevilyak, 15 years ago

Resolution: invalid
Status: newclosed

It already is documented in UserBuildConfig.ReadMe, see the link umccullough pasted to the appropriate section.

comment:4 by bbjimmy, 15 years ago

Component: - GeneralBuild 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:5 by anevilyak, 15 years ago

It shows underscores here...

by bbjimmy, 15 years ago

Attachment: screenshot.png added

showing "HAIKU IMAGE HOST NAME = mybox ;"

comment:6 by Adek336, 15 years ago

I don't see underscores in Firefox on that page neither; I see them on some other pages, though.

comment:7 by umccullough, 15 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 scottmc, 15 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.

Note: See TracTickets for help on using tickets.