[haiku-bugs] Re: [Haiku] #12248: [patch] Add host as valid build target to configure's help

  • From: "idefix" <trac@xxxxxxxxxxxx>
  • Date: Mon, 27 Jul 2015 16:47:09 -0000

#12248: [patch] Add host as valid build target to configure's help
----------------------------+----------------------------
Reporter: idefix | Owner: bonefish
Type: bug | Status: new
Priority: low | Milestone: Unscheduled
Component: Build System | Version: R1/Development
Resolution: | Keywords:
Blocked By: | Blocking:
Has a Patch: 1 | Platform: All
----------------------------+----------------------------

Comment (by idefix):

As you can see in the script attached to ticket:6041, both `--host-only`
and `--target=host` are needed.

Only providing `--host-only` results in jam segfaulting due to a stack
overflow:
{{{
jeroen@Gromit:~/Builds/Haiku/host-only/haiku$ ./configure --host-only
jeroen@Gromit:~/Builds/Haiku/host-only/haiku$ jam -q "<build>bfs_fuse"
Starting build of type regular ...
AddHaikuImagePackages: package bash not available!
AddHaikuImagePackages: package coreutils not available!
AddHaikuImagePackages: package curl not available!
AddHaikuImagePackages: package freetype not available!
AddHaikuImagePackages: package icu not available!
AddHaikuImagePackages: package libsolv not available!
AddHaikuImagePackages: package zlib not available!
AddHaikuImagePackages: package gcc_syslibs not available!
/home/jeroen/Builds/Haiku/host-only/haiku/src/add-
ons/kernel/bus_managers/config_manager/arch/Jamfile: No such file or
directory
/home/jeroen/Builds/Haiku/host-only/haiku/src/add-
ons/kernel/bus_managers/isa/arch/Jamfile: No such file or directory
/home/jeroen/Builds/Haiku/host-only/haiku/src/add-
ons/kernel/bus_managers/pci/arch/Jamfile: No such file or directory
Segmentation fault (core dumped)
jeroen@Gromit:~/Builds/Haiku/host-only/haiku$
}}}

--
Ticket URL: <https://dev.haiku-os.org/ticket/12248#comment:3>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: