Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 131005

Summary: sys-kernel/linux-headers-2.6.11-r5 CC arch/alpha/kernel/asm-offsets.s fails on alpha
Product: Gentoo Linux Reporter: Thomas Cort (RETIRED) <tcort>
Component: [OLD] Core systemAssignee: Tim Yamin (RETIRED) <plasmaroo>
Status: RESOLVED FIXED    
Severity: normal CC: alanh, alpha, chriswhite
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: linux-headers-2.6.11-alpha.patch

Description Thomas Cort (RETIRED) gentoo-dev 2006-04-23 12:03:37 UTC
emerge'ing sys-kernel/linux-headers-2.6.11-r5 fails on every alpha I've tried it on with the following message...

  CHK     include/linux/version.h
  CC      arch/alpha/kernel/asm-offsets.s
In file included from include/linux/bitops.h:77,
                 from include/linux/kernel.h:15,
                 from include/asm/system.h:50,
                 from include/linux/preempt.h:11,
                 from include/linux/spinlock.h:9,
                 from include/linux/capability.h:45,
                 from include/linux/sched.h:7,
                 from arch/alpha/kernel/asm-offsets.c:9:
include/asm/bitops.h:313:8: extra tokens at end of #endif directive
make[1]: *** [arch/alpha/kernel/asm-offsets.s] Error 1
make: *** [arch/alpha/kernel/asm-offsets.s] Error 2

# emerge --info
Portage 2.1_pre9-r4 (default-linux/alpha/2006.0, gcc-3.4.6, glibc-2.3.6-r3, 2.6.16.5 alpha)
=================================================================
System uname: 2.6.16.5 alpha EV56
Gentoo Base System version 1.12.0_pre17
dev-lang/python:     2.3.4-r1, 2.4.2-r1
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r4
ACCEPT_KEYWORDS="alpha ~alpha"
AUTOCLEAN="yes"
CBUILD="alpha-unknown-linux-gnu"
CFLAGS="-mieee -O2 -mcpu=ev56 -pipe"
CHOST="alpha-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-mieee -O2 -mcpu=ev56 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="alpha alsa apache2 arts berkdb bitmap-fonts cli crypt cups dri eds encode esd foomaticdb gdbm gif gpm gstreamer gtk2 imlib jpeg kde libg++ libwww mad mikmod motif mp3 mpeg ncurses nls nptl nptlonly ogg opengl oss pam pcre pdflib perl png python qt quicktime readline reflection sdl session spell spl ssl symlink tcpd truetype truetype-fonts type1-fonts udev userlocales vorbis xml xmms xorg xv zlib elibc_glibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-26 07:25:57 UTC
*** Bug 131339 has been marked as a duplicate of this bug. ***
Comment 2 Chris White (RETIRED) gentoo-dev 2006-04-27 06:37:57 UTC
Created attachment 85606 [details, diff]
linux-headers-2.6.11-alpha.patch

Someone forgot a comment :P
Comment 3 Tim Yamin (RETIRED) gentoo-dev 2006-04-29 14:09:24 UTC
(In reply to comment #2)
> Created an attachment (id=85606) [edit]
> linux-headers-2.6.11-alpha.patch
> 
> Someone forgot a comment :P

Fixed now, oopsie. Sorry about that ;)