Opened 10 years ago
Closed 7 years ago
#11656 closed bug (no change required)
Haiku image build failed
Reported by: | dsjonny | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Build System | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
I tried to build Haiku from the latest source code (freshly updated) under Haiku hrev48462 x86_gcc2. All of the source code compiled (using jam -j4 @nightly-anyboot), but at the end the Haiku image itself cannot create.
I got many times this problem before, so I tried to remove the contents of the download folder, but it looks like not helped.
Please see the attached log.
Before the only way was to update the Haiku to the latest nightly image and run jam again.
Attachments (1)
Change History (7)
by , 10 years ago
comment:1 by , 10 years ago
comment:2 by , 10 years ago
If I first get the source code I use:
git clone git://git.haiku-os.org/haiku
If I update the source code I use:
git pull git://git.haiku-os.org/haiku
And I build the code from the haiku folder with:
jam -j4 @nightly-anyboot
comment:3 by , 10 years ago
A complete build log would help. My guess is that git tags are missing or that HAIKU_REVISION
has been defined to an older revision, so that the Haiku packages built appear to be too old for the HaikuPorts packages.
comment:5 by , 7 years ago
Actually I am unable to test it. The ticket is old, I think it can be closed.
comment:6 by , 7 years ago
Resolution: | → no change required |
---|---|
Status: | new → closed |
How did you get the sourcecode? Make sure you have the git tags (they are not available in the github mirror of the sources for example). If you don't have the git tags you need to set the haiku revision manually.