Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32924 - gentoo-dev-sources-2.6.0_beta9 tries to use Makefile that doesn't exist
Summary: gentoo-dev-sources-2.6.0_beta9 tries to use Makefile that doesn't exist
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: John Mylchreest (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-06 19:21 UTC by Howard
Modified: 2003-11-23 03: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 Howard 2003-11-06 19:21:09 UTC
I emerged development-sources-2.6.0_beta9, and it said that it was, in fact, the
vanilla sources and I should emerge gentoo-dev-sources for a kernel tested on
gentoo. So, I unmerged development-sources-2.6.0_beta9 and tried to emerge
gentoo-dev-sources, but it won't work.

Reproducible: Always
Steps to Reproduce:
1.emerge gentoo-dev-sources-2.6.0_beta9
Actual Results:  
howard@hdesktop src $ sudo emerge gentoo-dev-sources
Calculating dependencies ...done!
>>> emerge (1 of 1) sys-kernel/gentoo-dev-sources-2.6.0_beta9 to /
>>> Downloading
http://gentoo.chem.wisc.edu/gentoo/distfiles/genpatches-2.6-0.3.tar.bz2
--21:53:34-- 
http://gentoo.chem.wisc.edu/gentoo/distfiles/genpatches-2.6-0.3.tar.bz2
           => `/usr/portage/distfiles/genpatches-2.6-0.3.tar.bz2'
Resolving gentoo.chem.wisc.edu... done.
Connecting to gentoo.chem.wisc.edu[128.104.70.13]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 18,021 [application/x-tar]

100%[====================================>] 18,021       126.61K/s    ETA 00:00

21:53:34 (126.61 KB/s) - `/usr/portage/distfiles/genpatches-2.6-0.3.tar.bz2'
saved [18021/18021]

>>> md5 src_uri ;-) linux-2.6.0-test9.tar.bz2
>>> md5 src_uri ;-) genpatches-2.6-0.3.tar.bz2
>>> Unpacking source...
>>> Unpacking linux-2.6.0-test9.tar.bz2 to
/var/tmp/portage/gentoo-dev-sources-2.6.0_beta9/work
 * Applying genpatches-2.6-0.3.tar.bz2...                                 [ ok ]
Makefile:405:
/var/tmp/portage/gentoo-dev-sources-2.6.0_beta9/work/linux-2.6.0-test9-gentoo/arch/x86/Makefile:
No such file or directory
make: *** No rule to make target
`/var/tmp/portage/gentoo-dev-sources-2.6.0_beta9/work/linux-2.6.0-test9-gentoo/arch/x86/Makefile'.
 Stop.

!!! ERROR: sys-kernel/gentoo-dev-sources-2.6.0_beta9 failed.
!!! Function kernel_universal_unpack, Line 135, Exitcode 2
!!! make mrproper died



Expected Results:  
the new kernel installed in /usr/src/ ready for configuration.

Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.20-gaming-r3)
=================================================================
System uname: 2.4.20-gaming-r3 i686 Intel(R) Pentium(R) 4 CPU 2.00GHz
Gentoo Base System version 1.4.3.10p1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo http://www.ibiblio.org/gentoo
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss apm avi crypt encode foomaticdb gif jpeg gnome libg++ libwww mad
mikmod mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib
gdbm berkdb slang readline svga tcltk sdl gpm tcpd pam ssl perl python esd imlib
oggvorbis motif opengl cdr X gtk gtk2 cups dvd kde arts java qt samba mozilla alsa"
Comment 1 Brian Jackson (RETIRED) gentoo-dev 2003-11-06 21:48:14 UTC
This more than likely has to do with the kernel.eclass problems we were having
earlier. You should emerge --sync and then remerge gentoo-dev-sources. Let
us know if it's still borked.
Comment 2 Howard 2003-11-06 22:14:34 UTC
ran "emerge sync" and tried to reemerge it, but once again got the same exact
message.  should i delete both files it uses and try again?  I know there
is nothing wrong with the 2.6.0_beta9 because I just got done emerging, compiling,
and testing that and it worked fine, really pokey, but fine.  I don't know
what kernel.eclass is or what it does, so I can't really for you and see
if that's what it is.  If you want me to try something else, just let me
know.
Comment 3 John Mylchreest (RETIRED) gentoo-dev 2003-11-07 02:02:53 UTC
Found out what the problem is (its within the eclass)
will check this out when i can, will most likely be in about 8 hours (after
work)
Comment 4 John Mylchreest (RETIRED) gentoo-dev 2003-11-15 10:33:24 UTC
This was fixed and verified working.
Can you please attach your /usr/portage/eclass/kernel.eclass so I can verify your using the newer version.
As far as I was aware this was solved.
Comment 5 John Mylchreest (RETIRED) gentoo-dev 2003-11-23 03:46:09 UTC
solved in the newer eclass