[haiku-development] Re: Build error

  • From: Axel Dörfler <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Thu, 22 Aug 2013 10:50:14 +0200

Am 22/08/2013 03:27, schrieb Gabriele Biffi:
Looking for a solution for mi rPi build problem, I restarted from
scratch. This time I tried to build the standard gcc2 image. Well, it
didn't work :(

There is no point in using GCC2 for any platform besides x86. Not sure if anyone has tried before this so it might be an additional source of errors.

cd /haiku/obj/gcc2
../../src/haiku/configure --use-gcc-pipe --use-xattr
--build-cross-tools ../../src/buildtools
[...]
But it stopped at this point:

I'm pretty sure the root cause is missing from this excerpt. Since you specified --use-xattr - do you a) build from a file system like XFS or ReiserFS? While this won't be the problem you're facing now, ext4 and other file systems have only crippled xattr support that does not suffice to build Haiku. b) have you installed the xattr headers? Not sure how the package is called in Debian/Ubuntu/Mint, maybe just xattr-dev?

In any case, it's always helpful to see the full failure output -- the actual error might be quite hidden.

Bye,
   Axel.


Other related posts: