[haiku-bugs] Re: [Haiku] #14842: Error building bootstraping libicuio while cross-compiling ARM on Ubuntu 18.04

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Fri, 29 Mar 2019 16:42:33 -0000

#14842: Error building bootstraping libicuio while cross-compiling ARM on Ubuntu
18.04
----------------------------+----------------------------
   Reporter:  pemdp         |      Owner:  bonefish
       Type:  bug           |     Status:  new
   Priority:  normal        |  Milestone:  Unscheduled
  Component:  Build System  |    Version:  R1/Development
 Resolution:                |   Keywords:
 Blocked By:                |   Blocking:
Has a Patch:  0             |   Platform:  arm
----------------------------+----------------------------

Comment (by adamfowleruk):

 The haiku no downloads being set to 1 issue is in src/haiku/configure line
 461. Appears to be forced for a bootstrap install:-

 {{{
 # parse parameters
 #
 while [ $# -gt 0 ] ; do
         case "$1" in
                 --bootstrap)
                         assertparams "$1" 3 $#
                         HOST_HAIKU_PORTER="`absolute_path $2`"
                         HAIKU_PORTS_CROSS="`absolute_path $3`"
                         HAIKU_PORTS="`absolute_path $4`"
                         HAIKU_IS_BOOTSTRAP=1
                         HAIKU_NO_DOWNLOADS=1

 }}}

-- 
Ticket URL: <https://dev.haiku-os.org/ticket/14842#comment:34>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: