[haiku-bugs] Re: [Haiku] #8031: Build fails on Ubuntu 11.10 x86_64

  • From: "mt" <trac@xxxxxxxxxxxx>
  • Date: Tue, 18 Oct 2011 10:42:56 -0000

#8031: Build fails on Ubuntu 11.10 x86_64
----------------------------+----------------------------
   Reporter:  kallisti5     |      Owner:  bonefish
       Type:  bug           |     Status:  new
   Priority:  high          |  Milestone:  R1/beta1
  Component:  Build System  |    Version:  R1/Development
 Resolution:                |   Keywords:
 Blocked By:                |   Blocking:
Has a Patch:  0             |   Platform:  All
----------------------------+----------------------------

Comment (by mt):

 Hi, I built gcc4/gcc2 hybrid on Ubuntu 11.10 X86-32. I encountered same
 unzip problem, and adding $(HOST_LIBROOT) in unzip/Jamfile solved problem
 (other part except unzip can build well).

 {{{
 diff --git a/src/tools/unzip/Jamfile b/src/tools/unzip/Jamfile
 index 6ca3b0a..79b9db4 100644
 --- a/src/tools/unzip/Jamfile
 +++ b/src/tools/unzip/Jamfile
 @@ -31,6 +31,6 @@ BuildPlatformMain unzip :
 unzip.c
 unreduce.c
 unshrink.c
 - : libunzip.a $(HOST_LIBBE) $(HOST_LIBSUPC++)
 + : libunzip.a $(HOST_LIBBE) $(HOST_LIBROOT) $(HOST_LIBSUPC++)
 ;
 }}}

 Another problem: gcc2 build tools could not build with gcc 4.6.1 in Ubuntu
 11.10, so I need to install gcc-4.5 package and confirured with CC=gcc-4.5
 .

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/8031#comment:4>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: