Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19662 - unable to compile kernel 2.5.67-mm1
Summary: unable to compile kernel 2.5.67-mm1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-20 06:33 UTC by Andrea Cerrito
Modified: 2003-04-21 11:29 UTC (History)
1 user (show)

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


Attachments
.config (.config,28.89 KB, application/octet-stream)
2003-04-20 07:10 UTC, Andrea Cerrito
Details
.config (.config,28.89 KB, text/plain)
2003-04-20 07:10 UTC, Andrea Cerrito
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrea Cerrito 2003-04-20 06:33:48 UTC
Unable to compile kernel 2.5.67-mm1.
This is my error:

  gcc -Wp,-MD,fs/devfs/.base.o.d -D__KERNEL__ -Iinclude -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe
-mpreferred-stack-boundary=2 -march=pentium3 -Iinclude/asm-i386/mach-default
-fomit-frame-pointer -nostdinc -iwithprefix include    -DKBUILD_BASENAME=base
-DKBUILD_MODNAME=devfs -c -o fs/devfs/base.o fs/devfs/base.c
fs/devfs/base.c: In function `devfsd_notify':
fs/devfs/base.c:1426: too many arguments to function `devfsd_notify_de'
fs/devfs/base.c: In function `devfs_register':
fs/devfs/base.c:1460: warning: too few arguments for format
make[3]: *** [fs/devfs/base.o] Error 1
make[2]: *** [fs/devfs] Error 2
make[1]: *** [fs] Error 2
make: *** [vmlinux] Error 2

Since it fails to compile devfs, I'm unable to use this kernel.

Reproducible: Always
Steps to Reproduce:




Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r4)
=================================================================
System uname: 2.4.20-gaming-r2 i686 Intel(R) Pentium(R) III Mobile CPU      1200MHz
GENTOO_MIRRORS="http://212.219.56.162/sites/www.ibiblio.org/gentoo/
http://194.83.57.2/sites/www.ibiblio.org/gentoo/
http://194.83.57.3/sites/www.ibiblio.org/gentoo/
http://ftp.snt.utwente.nl/pub/os/linux/gentoo
ftp://ftp.flashnet.it/mirror/12/sunsite.unc.edu/Gentoo
ftp://ftp.unina.it/pub/linux/sunsite
http://ibiblio.org/pub/Linux/ftp.edisontel.com/pub/Sunsite_Mirror
http://sunsite.cnlab-switch.ch/ftp/mirror/gentoo
ftp://sunsite.cnlab-switch.ch/mirror/gentoo
http://www.ibiblio.org/pub/Linux/distributions/gentoo
http://gentoo.oregonstate.edu "
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/home"
PORTDIR_OVERLAY=""
USE="3dnow arts mikmod gtkhtml alsa aalib tcltk guile sdl perl esd qt mozilla
x86 oss acpi apm avi berkdb bonobo cdr crypt cups directfb dga encode gdbm gif
gpm gtk imlib java jpeg gnome libg++ libwww miknod mmx motif mpeg ncurses nls
oggvorbis opengl pam pdflib png python quicktime radeon readline slang spell sse
ssl svga tcpd truetype usb X xml2 xmms xv zlib -kde"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -mmmx -msse
-falign-functions=4 -fforce-addr"
CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -mmmx -msse
-falign-functions=4 -fforce-addr"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Andrea Cerrito 2003-04-20 07:10:20 UTC
Created attachment 10904 [details]
.config
Comment 2 Andrea Cerrito 2003-04-20 07:10:32 UTC
Created attachment 10905 [details]
.config
Comment 3 Andrea Cerrito 2003-04-20 09:16:32 UTC
develpoment-source 2.5.67 with same config compiles with no problems.
Comment 4 Rainer Größlinger (RETIRED) gentoo-dev 2003-04-20 14:10:20 UTC
Is there a reason why you need .67-mm1 ?
Please try .67-mm4 or .68-mm1...

If it compiles successfull, this bug is obsolete.
Comment 5 Rainer Größlinger (RETIRED) gentoo-dev 2003-04-21 06:21:12 UTC
resolved / fixed
mm-sources-2.5.68-r1 compiles with your config
(Note: in 2.5.68+ devfs users need to mount the pts filesystem)
Comment 6 Andrea Cerrito 2003-04-21 11:29:53 UTC
Confirmed.