* Fifth (final?) release candidate for 3.2.0
@ 2008-01-09 22:25 Keir Fraser
2008-01-10 2:36 ` John Levon
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Keir Fraser @ 2008-01-09 22:25 UTC (permalink / raw)
To: xen-devel@lists.xensource.com, Xen-ia64-devel, John Levon
I've tagged another release candidate for 3.2.0, currently in the staging
tree at http://xenbits.xensource.com/staging/xen-unstable.hg. Please test --
I hope to require no more release candidates.
-- Keir
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: Fifth (final?) release candidate for 3.2.0
2008-01-09 22:25 Fifth (final?) release candidate for 3.2.0 Keir Fraser
@ 2008-01-10 2:36 ` John Levon
2008-01-11 0:57 ` Daniel P. Berrange
2008-01-14 16:23 ` Marco Sinhoreli
2 siblings, 0 replies; 6+ messages in thread
From: John Levon @ 2008-01-10 2:36 UTC (permalink / raw)
To: Keir Fraser; +Cc: xen-devel@lists.xensource.com, Xen-ia64-devel
On Wed, Jan 09, 2008 at 10:25:37PM +0000, Keir Fraser wrote:
> I've tagged another release candidate for 3.2.0, currently in the staging
> tree at http://xenbits.xensource.com/staging/xen-unstable.hg. Please test --
> I hope to require no more release candidates.
I've booted bits based on this in 64-bit Solaris dom0 without trouble.
Unfortunately my test machine lost its disk so I can't test domU's very
easily, but I doubt anything has got worse.
As usual I haven't tested HVM at all.
regards
john
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Fifth (final?) release candidate for 3.2.0
2008-01-09 22:25 Fifth (final?) release candidate for 3.2.0 Keir Fraser
2008-01-10 2:36 ` John Levon
@ 2008-01-11 0:57 ` Daniel P. Berrange
2008-01-11 1:01 ` John Levon
2008-01-14 16:23 ` Marco Sinhoreli
2 siblings, 1 reply; 6+ messages in thread
From: Daniel P. Berrange @ 2008-01-11 0:57 UTC (permalink / raw)
To: Keir Fraser; +Cc: John Levon, xen-devel@lists.xensource.com, Xen-ia64-devel
On Wed, Jan 09, 2008 at 10:25:37PM +0000, Keir Fraser wrote:
> I've tagged another release candidate for 3.2.0, currently in the staging
> tree at http://xenbits.xensource.com/staging/xen-unstable.hg. Please test --
> I hope to require no more release candidates.
I've done a basic i386 sanity test with it on Fedora, with RHEL-5 guests
and it looks to be working well.
Dan
--
|=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=|
|=- Perl modules: http://search.cpan.org/~danberr/ -=|
|=- Projects: http://freshmeat.net/~danielpb/ -=|
|=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=|
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Fifth (final?) release candidate for 3.2.0
2008-01-11 0:57 ` Daniel P. Berrange
@ 2008-01-11 1:01 ` John Levon
0 siblings, 0 replies; 6+ messages in thread
From: John Levon @ 2008-01-11 1:01 UTC (permalink / raw)
To: Daniel P. Berrange
Cc: xen-devel@lists.xensource.com, Keir Fraser, Xen-ia64-devel
On Fri, Jan 11, 2008 at 12:57:17AM +0000, Daniel P. Berrange wrote:
> On Wed, Jan 09, 2008 at 10:25:37PM +0000, Keir Fraser wrote:
> > I've tagged another release candidate for 3.2.0, currently in the staging
> > tree at http://xenbits.xensource.com/staging/xen-unstable.hg. Please test --
> > I hope to require no more release candidates.
>
> I've done a basic i386 sanity test with it on Fedora, with RHEL-5 guests
> and it looks to be working well.
I got my machine back and tested 64-bit domU boot, live migration, and
some other things. Nothing jumps out as broken
regards
john
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Fifth (final?) release candidate for 3.2.0
2008-01-09 22:25 Fifth (final?) release candidate for 3.2.0 Keir Fraser
2008-01-10 2:36 ` John Levon
2008-01-11 0:57 ` Daniel P. Berrange
@ 2008-01-14 16:23 ` Marco Sinhoreli
2008-01-14 16:34 ` Samuel Thibault
2 siblings, 1 reply; 6+ messages in thread
From: Marco Sinhoreli @ 2008-01-14 16:23 UTC (permalink / raw)
To: Keir Fraser; +Cc: xen-devel@lists.xensource.com
Using debian lenny to x86_64 processor has been the error below:
--------------------------------------------------------------------------------------------------------
make[3]: Leaving directory `/usr/src/xen-3.2.0-rc5/tools/firmware/rombios'
make[3]: Entering directory
`/usr/src/xen-3.2.0-rc5/tools/firmware/rombios/32bit'
make[4]: Entering directory
`/usr/src/xen-3.2.0-rc5/tools/firmware/rombios/32bit/tcgbios'
gcc -m32 -march=i686 -DNDEBUG -fno-strict-aliasing -std=gnu99 -Wall
-Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement
-D__XEN_TOOLS__ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-mno-tls-direct-seg-refs -fno-builtin -O2 -msoft-float -nostdlib
-fno-stack-protector -I../ -I../../ -DGCC_PROTOS -c -o tcgbios.o
tcgbios.c
In file included from /usr/include/features.h:354,
from /usr/include/stdint.h:26,
from ../rombios_compat.h:8,
from tcgbios.c:24:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
make[4]: *** [tcgbios.o] Error 1
make[4]: Leaving directory
`/usr/src/xen-3.2.0-rc5/tools/firmware/rombios/32bit/tcgbios'
make[3]: *** [subdirs] Error 2
make[3]: Leaving directory `/usr/src/xen-3.2.0-rc5/tools/firmware/rombios/32bit'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/xen-3.2.0-rc5/tools/firmware'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/usr/src/xen-3.2.0-rc5/tools'
make: *** [install-tools] Error 2
--------------------------------------------------------------------------------------------------------
Regards
--
Marco Sinhoreli
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: Fifth (final?) release candidate for 3.2.0
2008-01-14 16:23 ` Marco Sinhoreli
@ 2008-01-14 16:34 ` Samuel Thibault
0 siblings, 0 replies; 6+ messages in thread
From: Samuel Thibault @ 2008-01-14 16:34 UTC (permalink / raw)
To: Marco Sinhoreli; +Cc: xen-devel@lists.xensource.com, Keir Fraser
Marco Sinhoreli, le Mon 14 Jan 2008 14:23:27 -0200, a écrit :
> Using debian lenny to x86_64 processor has been the error below:
> /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
That is in the libc6-dev-i386 package
Samuel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-01-14 16:34 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-09 22:25 Fifth (final?) release candidate for 3.2.0 Keir Fraser
2008-01-10 2:36 ` John Levon
2008-01-11 0:57 ` Daniel P. Berrange
2008-01-11 1:01 ` John Levon
2008-01-14 16:23 ` Marco Sinhoreli
2008-01-14 16:34 ` Samuel Thibault
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.