Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20624 - development-sources 2.5.69 won't compile
Summary: development-sources 2.5.69 won't compile
Status: RESOLVED WONTFIX
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-08 05:51 UTC by Guy
Modified: 2003-05-08 19:26 UTC (History)
0 users

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


Attachments
.config from /usr/src/linux-2.5.69 (.config,23.83 KB, text/plain)
2003-05-08 05:53 UTC, Guy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Guy 2003-05-08 05:51:05 UTC
The new development sources 2.5.69 wont compile. 2.5.68 compiles fine. 
 
 

Reproducible: Always
Steps to Reproduce:
1. make menuconfig 
2. make bzImage 
3. 
 
Actual Results:  
make -f scripts/Makefile.build obj=net/unix 
make -f scripts/Makefile.build obj=net/xfrm 
make -f scripts/Makefile.build obj=lib 
make -f scripts/Makefile.build obj=lib/zlib_deflate 
make -f scripts/Makefile.build obj=lib/zlib_inflate 
make -f scripts/Makefile.build obj=arch/i386/lib 
  GEN     .version 
  CHK     include/linux/compile.h 
  UPD     include/linux/compile.h 
  gcc -Wp,-MD,init/.version.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes 
-Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 
-march=athlon -Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include    
-DKBUILD_BASENAME=version -DKBUILD_MODNAME=version -c -o init/version.o init/version.c 
   ld -m elf_i386  -r -o init/built-in.o init/main.o init/version.o init/mounts.o init/initramfs.o 
        ld -m elf_i386  -T arch/i386/vmlinux.lds.s arch/i386/kernel/head.o 
arch/i386/kernel/init_task.o   init/built-in.o --start-group  usr/built-in.o  
arch/i386/kernel/built-in.o  arch/i386/mm/built-in.o  arch/i386/mach-default/built-in.o  
kernel/built-in.o  mm/built-in.o  fs/built-in.o  ipc/built-in.o  security/built-in.o  crypto/built-in.o  
lib/lib.a  arch/i386/lib/lib.a  drivers/built-in.o  sound/built-in.o  arch/i386/pci/built-in.o  
net/built-in.o --end-group  -o .tmp_vmlinux1 
drivers/built-in.o(.altinstructions+0xc18): undefined reference to `local symbols in discarded 
section .exit.text' 
drivers/built-in.o(.altinstructions+0xc24): undefined reference to `local symbols in discarded 
section .exit.text' 
make: *** [.tmp_vmlinux1] Error 1 
fierywyrme linux-beta # 
 
 


fierywyrme linux-beta # emerge info 
Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.2-r1) 
================================================================= 
System uname: 2.4.20 i686 AMD Athlon(TM) XP 1900+ 
GENTOO_MIRRORS=" ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo 
http://212.219.56.152/sites/www.ibiblio.org/gentoo/ 
http://212.219.56.146/sites/www.ibiblio.org/gentoo/ 
http://212.219.56.131/sites/www.ibiblio.org/gentoo/ ftp://gentoo.linux.no/pub/gentoo/" 
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/texmf/tex/generic/config/ 
/usr/share/texmf/tex/platex/config/ /usr/share/config" 
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 avi crypt cups encode gif jpeg gnome libg++ mikmod mmx mpeg 
ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib alsa gdbm berkdb slang 
readline arts tetex svga java guile X sdl gpm tcpd pam libwww ssl perl python esd imlib 
oggvorbis gtk qt kde motif opengl mozilla cdr" 
COMPILER="gcc3" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-march=athlon-xp -O3 -pipe" 
CXXFLAGS="-march=athlon-xp -O3 -pipe" 
ACCEPT_KEYWORDS="x86 ~x86" 
MAKEOPTS="-j2" 
AUTOCLEAN="yes" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
FEATURES="sandbox ccache" 
 
fierywyrme linux-beta #
Comment 1 Guy 2003-05-08 05:53:44 UTC
Created attachment 11676 [details]
.config from /usr/src/linux-2.5.69
Comment 2 Guy 2003-05-08 19:13:18 UTC
Additional info:

FWIW, I have no problem compile 2.5.69 on a Pentium II based machine. (My machine at work).

:-)
Comment 3 Bob Johnson (RETIRED) gentoo-dev 2003-05-08 19:26:56 UTC
the development sources are not patched by the gentoo team. 
So any bugs should be directed to the linux kernel mailing list. 
 
thanks