Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 6810

Summary: gentoos-sources-r8 will not merge
Product: Gentoo Linux Reporter: Arun Thomas (RETIRED) <sindian>
Component: [OLD] Core systemAssignee: Brandon Low (RETIRED) <lostlogic>
Status: RESOLVED FIXED    
Severity: major CC: mholzer, sindian
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: fixes kernel source directory name

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