Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15565 - Development kernel 2.5.60-mm1 parse error during compile
Summary: Development kernel 2.5.60-mm1 parse error during compile
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-12 09:22 UTC by Sean E Russell
Modified: 2003-09-27 11:48 UTC (History)
0 users

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


Attachments
Configuration file for 2.5.60 (.config,25.96 KB, text/plain)
2003-02-12 09:23 UTC, Sean E Russell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sean E Russell 2003-02-12 09:22:08 UTC
The compilation of kernel/time.c errors out fairly early in the build 

Reproducible: Always
Steps to Reproduce:
1. Emerge the development-sources 
2. Copy my .config into the build directory 
3. make bzImage 
Actual Results:  
( This is a second call to make bzImage, so some of the build is not represented ) 
 
petra linux-2.5.60-mm1 # make bzImage 
make -f scripts/Makefile.build obj=scripts 
make -f scripts/Makefile.build obj=init init/vermagic.o 
make[1]: `init/vermagic.o' is up to date. 
  Starting the build. KBUILD_BUILTIN=1 KBUILD_MODULES= 
make -f scripts/Makefile.build obj=init 
  Generating include/linux/compile.h (unchanged) 
make -f scripts/Makefile.build obj=usr 
make -f scripts/Makefile.build obj=arch/i386/kernel 
  gcc -Wp,-MD,arch/i386/kernel/.time.o.d -D__KERNEL__ -Iinclude -Wall 
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe 
-mpreferred-stack-boundary=2 -march=pentium4 -Iinclude/asm-i386/mach-default 
-fomit-frame-pointer -nostdinc -iwithprefix include    -DKBUILD_BASENAME=time 
-DKBUILD_MODNAME=time -c -o arch/i386/kernel/.tmp_time.o 
arch/i386/kernel/time.c 
ld:arch/i386/kernel/.tmp_time.ver:1: parse error 
make[1]: *** [arch/i386/kernel/time.o] Error 1 
make: *** [arch/i386/kernel] Error 2 
 

Expected Results:  
The kernel should have built, n'est pas? 

I'll attach the .config file.
Comment 1 Sean E Russell 2003-02-12 09:23:17 UTC
Created attachment 8191 [details]
Configuration file for 2.5.60

Use this is the kernel configuration for the build.
Comment 2 Brandon Low (RETIRED) gentoo-dev 2003-02-21 20:17:07 UTC
kernel bug.
Comment 3 Brian Jackson (RETIRED) gentoo-dev 2003-09-27 11:48:43 UTC
looks like a bugzilla oops