Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 104111 - make mrproper fatal error for gentoo-sources-2.6.12-r9
Summary: make mrproper fatal error for gentoo-sources-2.6.12-r9
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
: 104114 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-08-29 03:14 UTC by Carlo Marcelo Arenas Belon
Modified: 2005-08-29 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 Carlo Marcelo Arenas Belon 2005-08-29 03:14:42 UTC
make mrproper fails because can't find include/linux/version.h which is not part
of the upstream package anymore

Reproducible: Always
Steps to Reproduce:
1. emerge -D =gentoo-sources-2.6.12-r9
2. cd /usr/src && unlink linux && ln -s linux-2.6.12-gentoo-r9 linux && cd linux
3. make mrproper

Actual Results:  
awk: cmd. line:2: fatal: cannot open file
`/usr/src/linux-2.6.12-gentoo-r9/include/linux/version.h' for reading (No such
file or directory)


Expected Results:  
no errors

Portage 2.0.51.22-r2 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r1,
2.6.12-gentoo-r4 x86_64)
=================================================================
System uname: 2.6.12-gentoo-r4 x86_64 Mobile AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon64 -pipe -O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X alsa avi berkdb bitmap-fonts crypt cups eds encode fam foomaticdb
fortran gif gnome gpm gstreamer gtk gtk2 imlib ipv6 jpeg kde lzw lzw-tiff motif
mp3 mpeg ncurses nls opengl pam pdflib perl png python qt quicktime readline sdl
spell ssl tcpd tiff truetype-fonts type1-fonts usb userlocales xml2 xpm xv zlib
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2005-08-29 03:44:55 UTC
It never was. version.h is generated at compile time. You can't run "make
mrproper" on a clean kernel unpack, and you can't run "make mrproper" twice.
It's been this way for a long time.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-08-29 03:46:35 UTC
*** Bug 104114 has been marked as a duplicate of this bug. ***