Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20695 - make bzImage stopped while compiling linux-2.4.20-gentoo-r4 source
Summary: make bzImage stopped while compiling linux-2.4.20-gentoo-r4 source
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-09 07:36 UTC by kees de jong
Modified: 2003-05-09 09:52 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 kees de jong 2003-05-09 07:36:13 UTC
error report:
make: *** No rule to make target include/linux/autoconf.h, needed by
include/config/Marker.  Stop.
my remark:
There is NO include/linux/autoconf.h in this source packet!!!
So I guess that's the bug.

Reproducible: Always
Steps to Reproduce:
1.make bzImage 
2.
3.

Actual Results:  
make stopped

Expected Results:  
build a bzImage etc.

System uname: 2.4.20-gentoo-r1 i686 Pentium III (Coppermine)
GENTOO_MIRRORS="http://gentoo.oregonstate.edu/
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow apm arts avi crypt cups encode gif jpeg kde libg++ libwww
mikmod mmx mpeg ncurses nls oggvorbis pdflib png qt quicktime sdl spell svga
truetype xml2 xmms xv zlib gdbm berkdb slang readline java X gpm tcpd pam ssl
perl python esd imlib gtk opengl mozilla -motif -gnome"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe"
CXXFLAGS="-march=pentium3 -O3 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Jay Pfeifer (RETIRED) gentoo-dev 2003-05-09 09:47:20 UTC
post your .config
Comment 2 Jay Pfeifer (RETIRED) gentoo-dev 2003-05-09 09:52:35 UTC
gotta make {menu|x}config to get autoconf.h -- this is not a bug.

type make config, make oldconfig, make menuconfig, etc,...