Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143188 - Kernel fails to compile after .tmp_vmlinux1
Summary: Kernel fails to compile after .tmp_vmlinux1
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-08 03:25 UTC by Stefan Ruester
Modified: 2006-08-08 04:03 UTC (History)
0 users

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


Attachments
.config (config.txt,28.92 KB, text/plain)
2006-08-08 03:27 UTC, Stefan Ruester
Details
emerge --info output (emergeinfo.txt,2.32 KB, text/plain)
2006-08-08 03:52 UTC, Stefan Ruester
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Ruester 2006-08-08 03:25:26 UTC
I have a Pentium D 2.80GHz, Gentoo Linux (of course) and wanted to update my kernel to 2.6.17-gentoo-r4
After a make the following happens:

  ...
  CHK     include/linux/version.h
  CHK     include/linux/compile.h
  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
/bin/sh: line 1:  6563 Speicherzugriffsfehler  ld -m elf_i386 -m elf_i386 -o .tmp_vmlinux1 -T arch/i386/kernel/vmlinux.lds 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 arch/i386/crypto/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 block/built-in.o lib/lib.a arch/i386/lib/lib.a lib/built-in.o arch/i386/lib/built-in.o drivers/built-in.o sound/built-in.o arch/i386/pci/built-in.o arch/i386/power/built-in.o net/built-in.o --end-group
make: *** [.tmp_vmlinux1] Fehler 139

I then wanted to see the verbose version and did
"ld -m elf_i386 -m elf_i386 -o .tmp_vmlinux1 ...... net/built-in.o --end-group --verbose" to have some more details and got:

...
attempt to open arch/i386/power/built-in.o succeeded
arch/i386/power/built-in.o
attempt to open net/built-in.o succeeded
net/built-in.o
(lib/lib.a)klist.o
Speicherzugriffsfehler

I then tested my memory (memtest86) and all seemed to be working
Comment 1 Stefan Ruester 2006-08-08 03:27:16 UTC
Created attachment 93734 [details]
.config
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-08-08 03:33:16 UTC
You neglected to post emerge --info. Which kernel and version is this about? Do you get the same w/ all kernels you tried?
Comment 3 Stefan Ruester 2006-08-08 03:52:32 UTC
Created attachment 93740 [details]
emerge --info output
Comment 4 Stefan Ruester 2006-08-08 04:03:19 UTC
can't believe it. kernel 2.6.15-r1 exits with the same error at the same position :( worked fine before last update. (guess sth. went wrong...)