From: Valtteri Kiviniemi <valtteri.kiviniemi@dataproof.fi>
To: Keir Fraser <keir.fraser@eu.citrix.com>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
xen-users@lists.xensource.com
Subject: Re: [ANNOUNCE] Xen 3.4.0 released!
Date: Mon, 18 May 2009 19:19:29 +0300 [thread overview]
Message-ID: <4A118A91.40105@dataproof.fi> (raw)
In-Reply-To: <C636A204.6867%keir.fraser@eu.citrix.com>
Hi,
The Xen 3.4.0 tarball is not compiling with "make world":
Creating target directory linux-2.6.18
Creating cache directory /home/toor/.ketchup
None -> 2.6.18
Downloading linux-2.6.18.tar.bz2
--2009-05-18 19:18:06--
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2
Resolving www.kernel.org... 130.239.17.4
Connecting to www.kernel.org|130.239.17.4|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 41863580 (40M) [application/x-bzip2]
Saving to: `/home/toor/.ketchup/linux-2.6.18.tar.bz2.partial'
100%[====================================================================================================================>]
41,863,580 11.3M/s in 3.7s
2009-05-18 19:18:10 (10.9 MB/s) -
`/home/toor/.ketchup/linux-2.6.18.tar.bz2.partial' saved [41863580/41863580]
Downloading linux-2.6.18.tar.bz2.sign
--2009-05-18 19:18:10--
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2.sign
Resolving www.kernel.org... 130.239.17.4
Connecting to www.kernel.org|130.239.17.4|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 248 [application/pgp-signature]
Saving to: `/home/toor/.ketchup/linux-2.6.18.tar.bz2.sign.partial'
100%[====================================================================================================================>]
248 --.-K/s in 0s
2009-05-18 19:18:10 (26.3 MB/s) -
`/home/toor/.ketchup/linux-2.6.18.tar.bz2.sign.partial' saved [248/248]
Verifying signature...
gpg: Signature made Wed 20 Sep 2006 07:00:41 AM EEST using DSA key ID
517D0F0E
gpg: Can't check signature: public key not found
ketchup: gpg returned 512
ketchup: removing files...
Downloading linux-2.6.18.tar.gz
--2009-05-18 19:18:10--
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.gz
Resolving www.kernel.org... 130.239.17.4
Connecting to www.kernel.org|130.239.17.4|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 52467340 (50M) [application/x-gzip]
Saving to: `/home/toor/.ketchup/linux-2.6.18.tar.gz.partial'
100%[====================================================================================================================>]
52,467,340 11.2M/s in 4.6s
2009-05-18 19:18:21 (11.0 MB/s) -
`/home/toor/.ketchup/linux-2.6.18.tar.gz.partial' saved [52467340/52467340]
Downloading linux-2.6.18.tar.gz.sign
--2009-05-18 19:18:21--
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.gz.sign
Resolving www.kernel.org... 130.239.17.4
Connecting to www.kernel.org|130.239.17.4|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 248 [application/pgp-signature]
Saving to: `/home/toor/.ketchup/linux-2.6.18.tar.gz.sign.partial'
100%[====================================================================================================================>]
248 --.-K/s in 0s
2009-05-18 19:18:22 (21.5 MB/s) -
`/home/toor/.ketchup/linux-2.6.18.tar.gz.sign.partial' saved [248/248]
Verifying signature...
gpg: Signature made Wed 20 Sep 2006 06:56:08 AM EEST using DSA key ID
517D0F0E
gpg: Can't check signature: public key not found
ketchup: gpg returned 512
ketchup: removing files...
ketchup: Tarball download failed
make[3]: *** [linux-2.6.18/.valid-src] Error 255
make[3]: Leaving directory `/usr/src/xen-3.4.0'
make[2]: *** [linux-2.6-xen-intree-install] Error 2
make[2]: Leaving directory `/usr/src/xen-3.4.0'
make[1]: *** [install-kernels] Error 1
make[1]: Leaving directory `/usr/src/xen-3.4.0'
make: *** [world] Error 2
and if I manually download the kernel souurce to /home/toor/.ketchup/ it
will start to compile but fails:
if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F
System.map -b /usr/src/xen-3.4.0/dist/install -r 2.6.18-xen; fi
make[4]: Leaving directory
`/usr/src/xen-3.4.0/build-linux-2.6.18-xen_x86_64'
make -C build-linux-2.6.18-xen_x86_64 ARCH=$(sh
buildconfigs/select-linux-arch linux-2.6.18)
INSTALL_PATH=/usr/src/xen-3.4.0/dist/install vmlinuz
select-linux-arch: x86_64
make[4]: Entering directory
`/usr/src/xen-3.4.0/build-linux-2.6.18-xen_x86_64'
make -C /usr/src/xen-3.4.0/linux-2.6.18
O=/usr/src/xen-3.4.0/build-linux-2.6.18-xen_x86_64 vmlinuz
make[6]: *** No rule to make target `vmlinuz'. Stop.
make[5]: *** [vmlinuz] Error 2
make[4]: *** [vmlinuz] Error 2
make[4]: Leaving directory
`/usr/src/xen-3.4.0/build-linux-2.6.18-xen_x86_64'
make[3]: *** [build] Error 2
make[3]: Leaving directory `/usr/src/xen-3.4.0'
make[2]: *** [linux-2.6-xen-intree-install] Error 2
make[2]: Leaving directory `/usr/src/xen-3.4.0'
make[1]: *** [install-kernels] Error 1
make[1]: Leaving directory `/usr/src/xen-3.4.0'
make: *** [world] Error 2
Xen 3.3.1 tarball compiles fine. Mercurial version is newest.
- Valtteri Kiviniemi
Keir Fraser kirjoitti:
> Folks,
>
> We're pleased to announce the official release of Xen 3.4.0!
>
> This release contains a number of important new features and updates
> including:
> - Device passthrough improvements, with particular emphasis on support for
> client devices (further support is available as part of the XCI project at
> http://xenbits.xensource.com/xenclient/)
> - RAS features: cpu and memory offlining
> - Power management - improved frequency/voltage controls and deep-sleep
> support. Scheduler and timers optimised for peak power savings.
> - Support for the Viridian (Hyper-V) enlightenment interface
> - Many other x86 and ia64 enhancements and fixes
>
> You can get the source using mercurial from:
> http://xenbits.xensource.com/xen-3.4-testing.hg
>
> A pre-prepared source tarball is available from:
> http://www.xen.org/download/
>
> Cheers,
> Keir (on behalf of the whole Xen dev team)
>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
next prev parent reply other threads:[~2009-05-18 16:19 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-18 12:26 [ANNOUNCE] Xen 3.4.0 released! Keir Fraser
2009-05-18 16:19 ` Valtteri Kiviniemi [this message]
2009-05-19 3:25 ` wei zhou
2009-05-19 3:32 ` Yi, Shunli
2009-05-19 4:25 ` [Xen-devel] " Keir Fraser
2009-05-19 7:53 ` wei zhou
2009-05-19 11:56 ` Stefano Stabellini
2009-05-19 16:06 ` [Xen-devel] " Ian Jackson
2009-05-19 17:36 ` Ian Jackson
2009-05-19 17:51 ` Re: [Xen-devel] " Dustin Henning
2009-05-19 17:51 ` [Xen-users] " Dustin Henning
[not found] ` <m2n.s.1M6Wut-002Sa1@chiark.greenend.org.uk>
2009-05-20 11:22 ` Ian Jackson
2009-05-19 0:45 ` Mark Johnson
2009-05-19 0:51 ` Keir Fraser
2009-05-19 1:23 ` zen
2009-05-19 1:34 ` Strange lag with pv_ops dom0 kernel Valtteri Kiviniemi
2009-05-19 1:58 ` Valtteri Kiviniemi
2009-05-19 23:39 ` Jeremy Fitzhardinge
2009-05-20 2:04 ` Valtteri Kiviniemi
2009-05-20 0:23 ` Christophe Saout
2009-05-20 2:06 ` Valtteri Kiviniemi
2009-05-20 7:18 ` Christophe Saout
2009-05-20 23:22 ` Valtteri Kiviniemi
2009-05-23 13:36 ` Valtteri Kiviniemi
2009-05-24 23:48 ` Debian unstable (sid) domU crashes dom0 on startup with pv_ops kernel Valtteri Kiviniemi
2009-05-24 23:56 ` Valtteri Kiviniemi
2009-05-25 1:51 ` Valtteri Kiviniemi
2009-05-25 20:29 ` Valtteri Kiviniemi
2009-05-27 22:49 ` Jeremy Fitzhardinge
2009-05-28 18:10 ` Valtteri Kiviniemi
2009-05-19 1:42 ` [ANNOUNCE] Xen 3.4.0 released! Keir Fraser
2009-05-19 2:39 ` zen
2009-05-20 1:04 ` Dirk Utterback
2009-05-20 5:44 ` Keir Fraser
2009-05-19 16:56 ` Li, Xin
2009-05-19 17:04 ` [Xen-devel] " Pasi Kärkkäinen
2009-05-19 22:21 ` Keir Fraser
2009-05-20 6:44 ` Pasi Kärkkäinen
2009-05-20 12:13 ` [Xen-devel] " Keir Fraser
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A118A91.40105@dataproof.fi \
--to=valtteri.kiviniemi@dataproof.fi \
--cc=keir.fraser@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
--cc=xen-users@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.