xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Xen Test Day is today!
@ 2013-05-22  7:35 Dario Faggioli
  0 siblings, 0 replies; 12+ messages in thread
From: Dario Faggioli @ 2013-05-22  7:35 UTC (permalink / raw)
  To: xen-users@lists.xen.org; +Cc: xen-api@lists.xen.org, xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 939 bytes --]

Hi everybody,

Allow me to remind you that Xen Test Day is today, so come and join us
on #xentest on freenode!

We will be testing Xen 4.3 RC2 (released yesterday). For more info, see:
 - on Xen Test Days:
    http://wiki.xen.org/wiki/Xen_Test_Days

 - on getting and testing RC2:
    http://wiki.xen.org/wiki/Xen_4.3_RC2_test_instructions

 - for generic testing information:
    http://wiki.xen.org/wiki/Testing_Xen

If you're using Fedora 18, there is even an RPM available already
(thanks Michael Young for the great work!) here:
 http://koji.fedoraproject.org/koji/taskinfo?taskID=5407161

See you all on freenode, channel #xentest.

Regards
Lars

-- 
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)


[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Xen Test Day is today!
       [not found] <1369208159.12423.152.camel@Solace>
@ 2013-05-22  9:17 ` Dietmar Hahn
  2013-05-22  9:25   ` Ian Campbell
  0 siblings, 1 reply; 12+ messages in thread
From: Dietmar Hahn @ 2013-05-22  9:17 UTC (permalink / raw)
  To: xen-devel; +Cc: Dario Faggioli

Am Mittwoch 22 Mai 2013, 09:35:59 schrieb Dario Faggioli:
> Hi everybody,
> 
> Allow me to remind you that Xen Test Day is today, so come and join us
> on #xentest on freenode!
> 
> We will be testing Xen 4.3 RC2 (released yesterday).

On opensSuSE-12.3 I have another linking problem:

  ...
  AR    i386-dm/libqemu.a
  LINK  i386-dm/qemu-dm
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: vl.o: undefined reference to symbol 'timer_settime@@GLIBC_2.3.3'
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: note: 'timer_settime@@GLIBC_2.3.3' is defined in DSO /lib64/librt.so.1 so try adding it to the linker command line
/lib64/librt.so.1: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[4]: *** [qemu-dm] Error 1
make[4]: Leaving directory `/home/hahn/Src/Xen/RC2/xen/tools/qemu-xen-traditional-dir-remote/i386-dm'
make[3]: *** [subdir-i386-dm] Error 2
make[3]: Leaving directory `/home/hahn/Src/Xen/RC2/xen/tools/qemu-xen-traditional-dir-remote'
make[2]: *** [subdir-install-qemu-xen-traditional-dir] Error 2
make[2]: Leaving directory `/home/hahn/Src/Xen/RC2/xen/tools'
make[1]: *** [subdirs-install] Error 2
make[1]: Leaving directory `/home/hahn/Src/Xen/RC2/xen/tools'
make: *** [install-tools] Error 2

And the linker is kindly enough to give the correct hint ;-)
After adding "LDFLAGS += -lrt" all went fine.

# man timer_settime
tells among others: Link with -lrt.

Maybe I should mention that openSuSE-12.3 uses libc-2.17 and
# ld -v
GNU ld (GNU Binutils; openSUSE 12.3) 2.23.1
Thanks.

Dietmar.

-- 
Company details: http://ts.fujitsu.com/imprint.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Xen Test Day is today!
  2013-05-22  9:17 ` Dietmar Hahn
@ 2013-05-22  9:25   ` Ian Campbell
  2013-05-22  9:58     ` Dietmar Hahn
  0 siblings, 1 reply; 12+ messages in thread
From: Ian Campbell @ 2013-05-22  9:25 UTC (permalink / raw)
  To: Dietmar Hahn; +Cc: Dario Faggioli, Ian Jackson, xen-devel

On Wed, 2013-05-22 at 11:17 +0200, Dietmar Hahn wrote:
> Am Mittwoch 22 Mai 2013, 09:35:59 schrieb Dario Faggioli:
> > Hi everybody,
> > 
> > Allow me to remind you that Xen Test Day is today, so come and join us
> > on #xentest on freenode!
> > 
> > We will be testing Xen 4.3 RC2 (released yesterday).
> 
> On opensSuSE-12.3 I have another linking problem:
> 
>   ...
>   AR    i386-dm/libqemu.a
>   LINK  i386-dm/qemu-dm
> /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: vl.o: undefined reference to symbol 'timer_settime@@GLIBC_2.3.3'
> /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: note: 'timer_settime@@GLIBC_2.3.3' is defined in DSO /lib64/librt.so.1 so try adding it to the linker command line
> /lib64/librt.so.1: could not read symbols: Invalid operation
> collect2: error: ld returned 1 exit status
> make[4]: *** [qemu-dm] Error 1
> make[4]: Leaving directory `/home/hahn/Src/Xen/RC2/xen/tools/qemu-xen-traditional-dir-remote/i386-dm'
> make[3]: *** [subdir-i386-dm] Error 2
> make[3]: Leaving directory `/home/hahn/Src/Xen/RC2/xen/tools/qemu-xen-traditional-dir-remote'
> make[2]: *** [subdir-install-qemu-xen-traditional-dir] Error 2
> make[2]: Leaving directory `/home/hahn/Src/Xen/RC2/xen/tools'
> make[1]: *** [subdirs-install] Error 2
> make[1]: Leaving directory `/home/hahn/Src/Xen/RC2/xen/tools'
> make: *** [install-tools] Error 2
> 
> And the linker is kindly enough to give the correct hint ;-)
> After adding "LDFLAGS += -lrt" all went fine.

I think 70992304dc8c5fc67d876e0f8e3dfaa82be955a1 in the qemu-xen-trad
tree should fix this. But it didn't make it into the 4.3.0-rc2 tag.

Ian

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Xen Test Day is today!
  2013-05-22  9:25   ` Ian Campbell
@ 2013-05-22  9:58     ` Dietmar Hahn
  2013-05-22 10:26       ` Ian Campbell
  0 siblings, 1 reply; 12+ messages in thread
From: Dietmar Hahn @ 2013-05-22  9:58 UTC (permalink / raw)
  To: xen-devel; +Cc: Dario Faggioli, Ian Jackson, Ian Campbell


> I think 70992304dc8c5fc67d876e0f8e3dfaa82be955a1 in the qemu-xen-trad
> tree should fix this. But it didn't make it into the 4.3.0-rc2 tag.

Where can I find this tree?

-- 
Company details: http://ts.fujitsu.com/imprint.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Xen Test Day is today!
  2013-05-22  9:58     ` Dietmar Hahn
@ 2013-05-22 10:26       ` Ian Campbell
  2013-05-22 11:43         ` Dietmar Hahn
  0 siblings, 1 reply; 12+ messages in thread
From: Ian Campbell @ 2013-05-22 10:26 UTC (permalink / raw)
  To: Dietmar Hahn; +Cc: Dario Faggioli, Ian Jackson, xen-devel

On Wed, 2013-05-22 at 11:58 +0200, Dietmar Hahn wrote:
> > I think 70992304dc8c5fc67d876e0f8e3dfaa82be955a1 in the qemu-xen-trad
> > tree should fix this. But it didn't make it into the 4.3.0-rc2 tag.
> 
> Where can I find this tree?

It's auto cloned into tools/qemu-xen-traditional from
http://xenbits.xen.org/gitweb/?p=qemu-xen-unstable.git

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Xen Test Day is today!
  2013-05-22 10:26       ` Ian Campbell
@ 2013-05-22 11:43         ` Dietmar Hahn
  0 siblings, 0 replies; 12+ messages in thread
From: Dietmar Hahn @ 2013-05-22 11:43 UTC (permalink / raw)
  To: xen-devel; +Cc: Dario Faggioli, Ian Jackson, Ian Campbell

Am Mittwoch 22 Mai 2013, 11:26:08 schrieb Ian Campbell:
> On Wed, 2013-05-22 at 11:58 +0200, Dietmar Hahn wrote:
> > > I think 70992304dc8c5fc67d876e0f8e3dfaa82be955a1 in the qemu-xen-trad
> > > tree should fix this. But it didn't make it into the 4.3.0-rc2 tag.
> > 
> > Where can I find this tree?
> 
> It's auto cloned into tools/qemu-xen-traditional from
> http://xenbits.xen.org/gitweb/?p=qemu-xen-unstable.git

Thanks, now the linking works!

Dietmar.

-- 
Company details: http://ts.fujitsu.com/imprint.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Xen Test Day is today!
@ 2013-06-12  7:01 Dario Faggioli
  0 siblings, 0 replies; 12+ messages in thread
From: Dario Faggioli @ 2013-06-12  7:01 UTC (permalink / raw)
  To: xen-devel; +Cc: xen-users, xen-api


[-- Attachment #1.1: Type: text/plain, Size: 826 bytes --]

Hi everybody,

Allow me to remind you that the 4th Xen Test Day is happening today, so
come and join us on #xentest on freenode!

We will be testing Xen 4.3 RC4, released yesterday and, probably, *the*
*last* release candidate! For more info, see:

 - on Xen Test Days:
    http://wiki.xen.org/wiki/Xen_Test_Days

 - on getting and testing RC4:
    http://wiki.xen.org/wiki/Xen_4.3_RC4_test_instructions

 - for generic testing information:
    http://wiki.xen.org/wiki/Testing_Xen

See you all on freenode, channel #xentest.

Regards
Dario

-- 
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)


[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Xen Test Day is today!
       [not found] <1371020516.9946.5.camel@Abyss>
@ 2013-06-12  7:44 ` Fabio Fantoni
       [not found] ` <51B826C2.3030706@m2r.biz>
  1 sibling, 0 replies; 12+ messages in thread
From: Fabio Fantoni @ 2013-06-12  7:44 UTC (permalink / raw)
  To: Dario Faggioli; +Cc: xen-users, xen-api, xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 914 bytes --]

Il 12/06/2013 09:01, Dario Faggioli ha scritto:
> Hi everybody,
>
> Allow me to remind you that the 4th Xen Test Day is happening today, so
> come and join us on #xentest on freenode!
>
> We will be testing Xen 4.3 RC4, released yesterday and, probably, *the*
> *last* release candidate! For more info, see:
>
>   - on Xen Test Days:
>      http://wiki.xen.org/wiki/Xen_Test_Days
>
>   - on getting and testing RC4:
>      http://wiki.xen.org/wiki/Xen_4.3_RC4_test_instructions
>
>   - for generic testing information:
>      http://wiki.xen.org/wiki/Testing_Xen
>
> See you all on freenode, channel #xentest.
>
> Regards
> Dario
>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
I saw that qemu upstrem tag is not updated (on Config.mk 
QEMU_UPSTREAM_REVISION ?= qemu-xen-4.3.0-rc1) but on git there are new 
patches, why?

[-- Attachment #1.2: Type: text/html, Size: 1732 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Xen Test Day is today!
       [not found] ` <51B826C2.3030706@m2r.biz>
@ 2013-06-12  7:58   ` Dario Faggioli
  2013-06-12 11:34     ` qemu upstream version in Xen 4.3.0 RC4 Ian Jackson
  0 siblings, 1 reply; 12+ messages in thread
From: Dario Faggioli @ 2013-06-12  7:58 UTC (permalink / raw)
  To: Fabio Fantoni; +Cc: stefano.stabellini, ian.jackson, xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 623 bytes --]

On mer, 2013-06-12 at 09:44 +0200, Fabio Fantoni wrote:

> > 
> I saw that qemu upstrem tag is not updated (on Config.mk
> QEMU_UPSTREAM_REVISION ?= qemu-xen-4.3.0-rc1) but on git there are new
> patches, why?
>
I honestly don't know, although I remember Ian Jackson and Stefano
mentioning it yesterday... Stefano, Ian, any clues?

Regards,
Dario

-- 
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)


[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* qemu upstream version in Xen 4.3.0 RC4
  2013-06-12  7:58   ` Dario Faggioli
@ 2013-06-12 11:34     ` Ian Jackson
  2013-06-12 11:38       ` Ian Campbell
  0 siblings, 1 reply; 12+ messages in thread
From: Ian Jackson @ 2013-06-12 11:34 UTC (permalink / raw)
  To: Dario Faggioli
  Cc: George Dunlap, Fabio Fantoni, stefano.stabellini, xen-devel

Dario Faggioli writes ("Re: [Xen-devel] Xen Test Day is today!"):
> On mer, 2013-06-12 at 09:44 +0200, Fabio Fantoni wrote:
> > I saw that qemu upstrem tag is not updated (on Config.mk
> > QEMU_UPSTREAM_REVISION ?= qemu-xen-4.3.0-rc1) but on git there are new
> > patches, why?
> >
> I honestly don't know, although I remember Ian Jackson and Stefano
> mentioning it yesterday... Stefano, Ian, any clues?

On IRC yesterday I wrote:

11:57 <Diziet> stefano_s: You have updated the qemu-upstream-unstable
               tree but the fixed version in xen.git#staging's
               Config.mk remains at qemu-xen-4.3.0-rc1.
11:58 <Diziet> I'm going to make the RC tarball with what you get if
               you check out xen.git master, not what you get if you
               were to fiddle with Config.mk (or pull by hand or
               whatever).

I think we should update Config.mk - indeed, we should probably have
done so before.  But that's subject to prompting from Stefano (who
knows when the qemu upstream tree has been updated) at and the moment
confirmation George as release manager.

Ian.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: qemu upstream version in Xen 4.3.0 RC4
  2013-06-12 11:34     ` qemu upstream version in Xen 4.3.0 RC4 Ian Jackson
@ 2013-06-12 11:38       ` Ian Campbell
  2013-06-12 11:46         ` Ian Jackson
  0 siblings, 1 reply; 12+ messages in thread
From: Ian Campbell @ 2013-06-12 11:38 UTC (permalink / raw)
  To: Ian Jackson
  Cc: George Dunlap, Dario Faggioli, Fabio Fantoni, xen-devel,
	stefano.stabellini

On Wed, 2013-06-12 at 12:34 +0100, Ian Jackson wrote:
> Dario Faggioli writes ("Re: [Xen-devel] Xen Test Day is today!"):
> > On mer, 2013-06-12 at 09:44 +0200, Fabio Fantoni wrote:
> > > I saw that qemu upstrem tag is not updated (on Config.mk
> > > QEMU_UPSTREAM_REVISION ?= qemu-xen-4.3.0-rc1) but on git there are new
> > > patches, why?
> > >
> > I honestly don't know, although I remember Ian Jackson and Stefano
> > mentioning it yesterday... Stefano, Ian, any clues?
> 
> On IRC yesterday I wrote:
> 
> 11:57 <Diziet> stefano_s: You have updated the qemu-upstream-unstable
>                tree but the fixed version in xen.git#staging's
>                Config.mk remains at qemu-xen-4.3.0-rc1.
> 11:58 <Diziet> I'm going to make the RC tarball with what you get if
>                you check out xen.git master, not what you get if you
>                were to fiddle with Config.mk (or pull by hand or
>                whatever).
> 
> I think we should update Config.mk - indeed, we should probably have
> done so before.  But that's subject to prompting from Stefano (who
> knows when the qemu upstream tree has been updated) at and the moment
> confirmation George as release manager.

Presumably we are going to put real commit numbers here instead of tag
names, otherwise we need to have a test pass in the midst of the release
process to propagate the change of tag name. We can still tag the qemu
repo post-hoc as we do for xen.git.

Ian.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: qemu upstream version in Xen 4.3.0 RC4
  2013-06-12 11:38       ` Ian Campbell
@ 2013-06-12 11:46         ` Ian Jackson
  0 siblings, 0 replies; 12+ messages in thread
From: Ian Jackson @ 2013-06-12 11:46 UTC (permalink / raw)
  To: Ian Campbell
  Cc: George Dunlap, Dario Faggioli, Fabio Fantoni, xen-devel,
	stefano.stabellini

Ian Campbell writes ("Re: [Xen-devel] qemu upstream version in Xen 4.3.0 RC4"):
> Presumably we are going to put real commit numbers here instead of tag
> names, otherwise we need to have a test pass in the midst of the release
> process to propagate the change of tag name. We can still tag the qemu
> repo post-hoc as we do for xen.git.

For the RCs I've not being doing anything to Config.mk.

For the release we have other practical options.  We can leave in the
commit number.  We could decree in advance what versions of qemu are
going to be in 4.3.0 release and tag them well in advance.  We could
force push a change to Config.mk (which would be possible because
presumably no other changes are going to be made right before a
release so at that time staging and master will be identical).

Ian.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-06-12 11:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1371020516.9946.5.camel@Abyss>
2013-06-12  7:44 ` Xen Test Day is today! Fabio Fantoni
     [not found] ` <51B826C2.3030706@m2r.biz>
2013-06-12  7:58   ` Dario Faggioli
2013-06-12 11:34     ` qemu upstream version in Xen 4.3.0 RC4 Ian Jackson
2013-06-12 11:38       ` Ian Campbell
2013-06-12 11:46         ` Ian Jackson
2013-06-12  7:01 Xen Test Day is today! Dario Faggioli
     [not found] <1369208159.12423.152.camel@Solace>
2013-05-22  9:17 ` Dietmar Hahn
2013-05-22  9:25   ` Ian Campbell
2013-05-22  9:58     ` Dietmar Hahn
2013-05-22 10:26       ` Ian Campbell
2013-05-22 11:43         ` Dietmar Hahn
  -- strict thread matches above, loose matches on Subject: below --
2013-05-22  7:35 Dario Faggioli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).