Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61576 - emerge doesn't apply the patch to the kernel sources (mm, ck, love, ...)
Summary: emerge doesn't apply the patch to the kernel sources (mm, ck, love, ...)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL: http://forums.gentoo.org/viewtopic.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-24 17:25 UTC by Bols
Modified: 2004-08-26 15:17 UTC (History)
1 user (show)

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 Bols 2004-08-24 17:25:08 UTC
When I emerge kernel sources (mm-sources, ck-sources, love-sources, ...), the patch is not applied to these sources. So when I run menuconfig to configure my kernel, I can't find the new options that should should be added by the patch (like reserfs4 support).

Reproducible: Always
Steps to Reproduce:
1.emerge mm-sources (or ck, love, ... -sources)
2.ln -sf /usr/src/linux-2.x.x /usr/src/linux >> cd /usr/src/linux
3.make menuconfig

Actual Results:  
The new options that should should be added by the patch like reserfs4 support
aren't there!

Expected Results:  
They should be there. :)

Portage 2.0.50-r9 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r1,
2.6.8.1-love1)
=================================================================
System uname: 2.6.8.1-love1 i686 AMD Athlon(tm) XP 2400+
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=athlon-xp -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-mcpu=athlon-xp -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://ftp.gentoo.skynet.be/pub/gentoo/
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X acpi alsa apache2 apm avi berkdb crypt cups directfb divx4linux dvd
dvdread encode fbdev foomaticdb gdbm gif gpm gtk gtk2 imagemagick imlib java
jpeg libg++ libwww live mad mikmod mmx motif mozilla mpeg nas ncurses network
nls nptl oggvorbis opengl pam pdflib perl png python qt quicktime readline rtc
samba sdl slang spell sse ssl svga tcltk tcpd truetype unicode x86 xml2 xmms xv
xvid zlib"
Comment 1 John Mylchreest (RETIRED) gentoo-dev 2004-08-26 14:28:13 UTC
this was a locale pseicifc problem with find -iregex which has since been fixed in the new eclas revisions.
please re-try
Comment 2 Bols 2004-08-26 15:17:40 UTC
Ok, thanks a lot... it works fine now!
Great job ;)