Bug 5515

Summary: 2.6.14 compile fails: undefined reference to `barrier
Product: Platform Specific/Hardware Reporter: Thomas Cort (linuxgeek)
Component: AlphaAssignee: other_other
Status: REJECTED DUPLICATE    
Severity: normal    
Priority: P2    
Hardware: i386   
OS: Linux   
Kernel Version: 2.6.14 Subsystem:
Regression: --- Bisected commit-id:
Attachments: Kernel .config

Description Thomas Cort 2005-10-28 09:35:52 UTC
Most recent kernel where this bug did not occur: 2.6.13.4 (haven't tried 2.6.14-rcX)


Distribution: Gentoo


Hardware Environment:
Digital Personal Workstation 433au (alpha EV56)
433MHz, 128MB RAM, 2x9.1 GB SCSI


Software Environment:
gcc-3.3.2, glibc-2.3.4, binutils-2.15.92.0.2, linux-2.6.13.4


Problem Description:
  LD      .tmp_vmlinux1
net/built-in.o(.text+0x53f50): In function `raw_rcv_skb':
: undefined reference to `barrier'
net/built-in.o(.text+0x53f54): In function `raw_rcv_skb':
: undefined reference to `barrier'
net/built-in.o(.text+0x53f74): In function `raw_rcv_skb':
: undefined reference to `barrier'
net/built-in.o(.text+0x53f78): In function `raw_rcv_skb':
: undefined reference to `barrier'
net/built-in.o(.text+0x543b0): In function `raw_send_hdrinc':
: undefined reference to `barrier'
net/built-in.o(.text+0x543b4): more undefined references to `barrier' follow
make: *** [.tmp_vmlinux1] Error 1


Steps to reproduce:
After configuring the kernel with make menuconfig simply type 'make'
Comment 1 Thomas Cort 2005-10-28 09:37:26 UTC
Created attachment 6414 [details]
Kernel .config
Comment 2 Adrian Bunk 2005-10-29 02:50:57 UTC

*** This bug has been marked as a duplicate of 5512 ***