Bug 5512 - regression: "undefined reference to `barrier'" during build
Summary: regression: "undefined reference to `barrier'" during build
Status: CLOSED CODE_FIX
Alias: None
Product: Platform Specific/Hardware
Classification: Unclassified
Component: Alpha (show other bugs)
Hardware: i386 Linux
: P2 blocking
Assignee: Dominik Brodowski
URL:
Keywords:
: 5515 5529 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-10-28 07:03 UTC by R. Scott Bailey
Modified: 2005-11-17 14:04 UTC (History)
2 users (show)

See Also:
Kernel Version: 2.6.14
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description R. Scott Bailey 2005-10-28 07:03:51 UTC
Most recent kernel where this bug did not occur: 2.6.14-rc5
Distribution: Debian testing/unstable (with a kernel.org kernel)
Hardware Environment: Alphaserver 4100 5/466, 3 CPUs, 4GB
Software Environment: gcc "4.0.2 (Debian 4.0.2-2", binutils from unstable
Problem Description: kernel build fails with:
[...]
  LD      init/built-in.o
  LD      .tmp_vmlinux1
drivers/built-in.o: In function `kcopyd_exit':
: undefined reference to `barrier'
drivers/built-in.o: In function `kcopyd_exit':
: undefined reference to `barrier'
drivers/built-in.o: In function `kcopyd_exit':
: undefined reference to `barrier'
drivers/built-in.o: In function `kcopyd_exit':
: undefined reference to `barrier'
drivers/built-in.o: In function `kcopyd_exit':
: undefined reference to `barrier'
drivers/built-in.o:: more undefined references to `barrier' follow
make[2]: *** [.tmp_vmlinux1] Error 1
make[1]: *** [deb-pkg] Error 2
make: *** [deb-pkg] Error 2

Steps to reproduce:
tar xjf linux-2.6.14.tar.bz2
cd linux-2.6.14
zcat /proc/config.gz > .config # This is my 2.6.14-rc5 configuration
make oldconfig
fakeroot make deb-pkg
Comment 1 Adrian Bunk 2005-10-29 02:51:02 UTC
*** Bug 5515 has been marked as a duplicate of this bug. ***
Comment 2 Adrian Bunk 2005-11-01 04:23:25 UTC
*** Bug 5529 has been marked as a duplicate of this bug. ***
Comment 3 Thomas Cort 2005-11-01 08:08:18 UTC
Fix here: http://lkml.org/lkml/2005/10/26/43
It has been merged into 2.6.14-git
Comment 4 Dominik Brodowski 2005-11-17 14:04:14 UTC
see comment #3 -> closing

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