Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jun 2007 19:23:46 +0200
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        freebsd-ports@FreeBSD.org
Subject:   USE_GCC weirdness - http://bento.freebsd.org/errorlogs/amd64-7-latest-logs/qemu-devel-0.9.0s.20070526.log
Message-ID:  <20070610172346.GA24952@saturn.kn-bremen.de>

next in thread | raw e-mail | index | archive | help
Hi!

 Does anyone have an idea whats happening here?  It builds on i386,
	http://bento.freebsd.org/errorlogs/i386-7-latest-logs/qemu-devel-0.9.0s.20070526.log
and when I queued it on tb3 (which also is amd64) it built too,
	http://tb3.droso.net/logs/7-nox/qemu-devel-0.9.0s.20070526.log
(only change being I added logging (${SH} -x) to the configure invocation.)

 The failed build is also missing the
	===>   qemu-devel-0.9.0s.20070526 depends on executable in : gcc34 - found
line, although BUILD_DEPENDS is logged as having gcc-3.4.6_1,1.tbz in there...

 Ok maybe some explanations: qemu doesnt build with gcc4, so it has
	USE_GCC=        3.4
and
	CONFIGURE_ARGS+=        --prefix=${PREFIX} --cc=${CC}
and when qemu's configure script detects gcc4 it prints a warning and exits.
What I don't get is why BUILD_DEPENDS gets lost here, and only `sometimes'...
(There already was one report of this happening as some may remember, and
miwi couldn't reproduce it,
	http://miwi.homeunix.com/tb/logs/7.0-HEAD/qemu-devel-0.9.0s.20070526.log
)

 Also I just noticed the 0.9.0 qemu port now failed too,
	http://bento.freebsd.org/errorlogs/amd64-7-latest-logs/qemu-0.9.0_3.log
and it certainly did build before,
	http://pointyhat.freebsd.org/errorlogs/amd64-7-latest-logs/qemu-0.9.0_3.log
(only change being a new MASTER_SITE...)

 WTF!??
	Juergen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070610172346.GA24952>