Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29599 - gentoo-sources-2.4.20-r7.ebuild doesn't download/apply the r7 patches
Summary: gentoo-sources-2.4.20-r7.ebuild doesn't download/apply the r7 patches
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-25 10:55 UTC by C. Adriani
Modified: 2003-09-25 12:46 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 C. Adriani 2003-09-25 10:55:22 UTC
When i emerge gentoo-sources it does download the r5 patches, but not the r7
patches. after hacking the ebuild and changing:

SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2
    mirror://gentoo/patches-${KV/7/5}.tar.bz2"
to:

SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2
    mirror://gentoo/patches-${KV/7/7}.tar.bz2"

it does download the patches-2.4.20-gentoo-r7.tar.bz2 file but gives a digest
error later on.

Reproducible: Always
Steps to Reproduce:
1. emerge gentoo-sources

Actual Results:  
Calculating dependencies ...done!
>>> emerge (1 of 1) sys-kernel/gentoo-sources-2.4.20-r7 to /
>>> md5 src_uri ;-) linux-2.4.20.tar.bz2
>>> md5 src_uri ;-) patches-2.4.20-gentoo-r5.tar.bz2
>>> Unpacking source...

Expected Results:  
i guess r5 and r7 are needed so it should be this:

Calculating dependencies ...done!
>>> emerge (1 of 1) sys-kernel/gentoo-sources-2.4.20-r7 to /
>>> md5 src_uri ;-) linux-2.4.20.tar.bz2
>>> md5 src_uri ;-) patches-2.4.20-gentoo-r5.tar.bz2
>>> md5 src_uri ;-) patches-2.4.20-gentoo-r7.tar.bz2
>>> Unpacking source...

I guess this is easely fixed for someone who can write ebuilds, but it's an ugly
bug imho.
Comment 1 Tim Yamin (RETIRED) gentoo-dev 2003-09-25 12:46:31 UTC
It [or at least, my version of it, which is the one we are using] was never
meant to download the -r7 patches. We use the -r5 patches and the other patches
are in files/ for easy modification or to apply them to older codebases.