Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6810 - gentoos-sources-r8 will not merge
Summary: gentoos-sources-r8 will not merge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-21 00:04 UTC by Arun Thomas (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

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


Attachments
fixes kernel source directory name (gentoo-r8.patch,783 bytes, patch)
2002-08-22 16:05 UTC, Arun Thomas (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arun Thomas (RETIRED) gentoo-dev 2002-08-21 00:04:25 UTC
Emerge complains that it could not download 2.4.19-gentoo-r8.patch.bz2. This
patch does not appear to be on the ibiblio server.
Comment 1 Arun Thomas (RETIRED) gentoo-dev 2002-08-21 11:42:43 UTC
Also, shouldn't the line

SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 
http://www.ibiblio.org/gentoo/distfiles/${KV}.patch.bz2"


be the following:

SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 
http://www.ibiblio.org/gentoo/distfiles/linux-gentoo-${KV}.patch.bz2" ?

All the previous kernel patches seem to start with linux-gentoo.
Comment 2 Arun Thomas (RETIRED) gentoo-dev 2002-08-22 14:39:50 UTC
I can merge the new kernel now. Thanks.
Comment 3 Arun Thomas (RETIRED) gentoo-dev 2002-08-22 15:47:24 UTC
I spoke too soon. The patches were not applied. Since the patch is called
2.4.19-gentoo-r8.patch.bz2 and not linux-gentoo-2.4.19-gentoo-r8.patch.bz2, a
line must be changed from

cat ${DISTDIR}/linux-gentoo-${KV}.patch.bz2 | bzip2 -d | patch -p1 || die

to

cat ${DISTDIR}/${KV}.patch.bz2 | bzip2 -d | patch -p1 || die

Alternatively, the patch name can be changed, so that is consistent with the
other patch names.
Comment 4 Arun Thomas (RETIRED) gentoo-dev 2002-08-22 16:05:49 UTC
Created attachment 3317 [details, diff]
fixes kernel source directory name

The ebuild currently leaves the kernel source directory named linux-2.4.19. It
should probably be called linux-2.4.19-gentoo-r8. This patch fixes that. I
assume this is probably what we want.
Comment 5 Arun Thomas (RETIRED) gentoo-dev 2002-08-22 16:32:21 UTC
My patch also incorporates the change in comment #3.
Comment 6 Brandon Low (RETIRED) gentoo-dev 2002-09-06 18:22:32 UTC
-r8 is a non-entity... please use 2.4.19-r9