Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26590 - emerging developement sources links linux-beta to non-existent kernel tree
Summary: emerging developement sources links linux-beta to non-existent kernel tree
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-13 23:08 UTC by Sankara Krishnamoorthy
Modified: 2003-08-14 01:28 UTC (History)
0 users

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 Sankara Krishnamoorthy 2003-08-13 23:08:35 UTC
the linux-beta in /usr/src/linux-beta points to linux-2.6.0-test3 instead of
linux-2.6.0-test3-bk1.

I'm feeling like very officious today.
Comment 1 Sankara Krishnamoorthy 2003-08-13 23:56:55 UTC
development-sources-2.6.0_beta3-r1.ebuild to be exact

Comment 2 Tim Yamin (RETIRED) gentoo-dev 2003-08-14 01:23:40 UTC
simple bug, simple fix:

Can you just change:

    ln -sf linux-${KV} ${ROOT}/usr/src/linux-beta
to
    ln -sf linux-${PKV} ${ROOT}/usr/src/linux-beta

Thanks...
Comment 3 John Mylchreest (RETIRED) gentoo-dev 2003-08-14 01:28:26 UTC
fixed.
Thanks for pointing this out :)