Broken builds since ./configure after yasm install

Hi,

right after BeGeistert 020 i updated my build tools with yasm because it became necessary to do it.
I followed the instructions and also did re-run ./configure, but since then all images i compile are broken.
No matters what kind of image (vmware, raw, cd-image). All of them are booting fine but right after boot process i get following error (please see screenshot): http://bitcountercrew.de/prosy/bilder-pub/misc/misc_err-compile-Haiku-001.png
So i re-downloaded the whole Haiku source code, but the error is still there.

My build system:
ubuntu 8.04.2 32bit

What can i do to fix my build system?
What could cause the error in case of libfreetype.so and/or tcsetpgrp in terminal_inferior…

greets,
prOSy

Looks like your freetype is toast. I seem to recall this at some point.

(BTW, you should be using bt or sc from gdb to get the full callstack.)

In any case, I suspect that a “jam -aq” will get you back into good shape, otherwise a “jam clean”, or even rm -rf your objects directory and start over.

Hi,

“jam -aq” did it.
I’ve been able to build my first working Haiku-preAlpha CD (r30640).
Thank you very much, Urias!

greets,
prOSy