Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 164946 - xen-sources-2.6.16.28-r2 doesn't link to /boot/vmlinuz-2.6-xen anymore
Summary: xen-sources-2.6.16.28-r2 doesn't link to /boot/vmlinuz-2.6-xen anymore
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Xen Devs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-02 05:43 UTC by Sven
Modified: 2007-08-26 23:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven 2007-02-02 05:43:16 UTC
Hi,

the ebuild for xen-sources-2.6.16.28-r2 is broken.

Usually, xen-kernels link themselfs to /boot/vmlinuz-2.6-xen and /boot/vmlinuz-2.6.16-xen.

But these sources don't do it anymore.


The reson is quite clear to me:
Makfile doesn't contain the XENGUEST-variable anymore. But it's still used in arch/i386/boot-xen/Makefile for example.


The first lines of Makefile currently look like this:
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 16
EXTRAVERSION = .28-xen-r2
NAME=Stable Penguin


But they should look like that:
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 16
EXTRAVERSION = .28-xen-r2
XENGUEST = -xen
NAME=Stable Penguin
Comment 1 Micheal Marineau (RETIRED) gentoo-dev 2007-08-26 23:43:10 UTC
xen-sources-2.6.16.28 is long gone and current kernels should handle make install in a sane manner. Closing.