Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38623 - typo in kmod.eclass
Summary: typo in kmod.eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-18 11:26 UTC by Sven Wegener
Modified: 2004-01-18 13:14 UTC (History)
0 users

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


Attachments
kmod.eclass.patch (kmod.eclass.patch,456 bytes, patch)
2004-01-18 11:27 UTC, Sven Wegener
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Wegener gentoo-dev 2004-01-18 11:26:38 UTC
Hi,

just looked at several eclasses and found a typo in kmod.eclass in line 15

SRC_URI="mirrof://gentoo/${P}.patch.bz2"

should be

SRC_URI="mirror://gentoo/${P}.patch.bz2"

Another thing is that SRC_URI is declared with .bz2 but the patch in
kmod_src_unpack references the file with no .bz2 extension and in DISTDIR.
DISTDIR should be replaced with WORKDIR because the .bz2 will be unpacked to
WORKDIR.

I've grepped through portage and found no reference to kmod.eclass so this is a trivial bug. Don't know if kmod.eclass will ever be used because
kernel-mod.eclass is a better one. And last change to kmod.eclass is ~10 months
ago.

See attached patch.

Sven
Comment 1 Sven Wegener gentoo-dev 2004-01-18 11:27:13 UTC
Created attachment 24032 [details, diff]
kmod.eclass.patch
Comment 2 Tim Yamin (RETIRED) gentoo-dev 2004-01-18 13:14:06 UTC
Removed - thanks for the fix; but I decided it would be better to remove it altogether as it's not doing much other than eating up space.
Comment 3 Tim Yamin (RETIRED) gentoo-dev 2004-01-18 13:14:24 UTC
Closing as FIXED.