Bug 197669 - Fail to compile vanilla 2.6.10 kernel from source after system update
Summary: Fail to compile vanilla 2.6.10 kernel from source after system update
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 5
Hardware: i686
OS: Linux
medium
high
Target Milestone: ---
Assignee: Dave Jones
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-07-05 13:12 UTC by Hunter Cobbs
Modified: 2015-01-04 22:27 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-07-26 03:34:56 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Hunter Cobbs 2006-07-05 13:12:52 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible: very


Steps to Reproduce:
1. Extract 2.6.10 source
2. Configure kernel
3. su, then execute "make"
  
Actual results:
  CHK     include/linux/version.h
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
  CHK     include/linux/compile.h
  CHK     usr/initramfs_list
  CC      arch/i386/kernel/process.o
{standard input}: Assembler messages:
{standard input}:756: Error: suffix or operands invalid for `mov'
{standard input}:757: Error: suffix or operands invalid for `mov'
{standard input}:958: Error: suffix or operands invalid for `mov'
{standard input}:959: Error: suffix or operands invalid for `mov'
{standard input}:1027: Error: suffix or operands invalid for `mov'
{standard input}:1028: Error: suffix or operands invalid for `mov'
{standard input}:1099: Error: suffix or operands invalid for `mov'
{standard input}:1100: Error: suffix or operands invalid for `mov'
{standard input}:1167: Error: suffix or operands invalid for `mov'
{standard input}:1179: Error: suffix or operands invalid for `mov'
make[1]: *** [arch/i386/kernel/process.o] Error 1
make: *** [arch/i386/kernel] Error 2


Expected results:
a compiled kernel

Additional info:
This worked before I executed a system upgrade with the "software updater"

Comment 1 Hunter Cobbs 2006-07-05 13:45:28 UTC
After some additional investigation, it appears this may be rooted in the
binutils upgrade that was part of the full system update.

Comment 2 Dave Jones 2006-07-26 03:34:56 UTC
old kernels frequently don't compile with newer gcc/binutils.



Note You need to log in before you can comment on or make changes to this bug.