Your message dated Tue, 12 Feb 2008 18:53:54 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#465417: gcc: compiling 2.6.24.2 kernel fails in
kernel/time/timekeeping.c
has caused the Debian Bug report #465417,
regarding gcc: compiling 2.6.24.2 kernel fails in kernel/time/timekeeping.c
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
465417: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465417
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gcc
Severity: important
Hello,
while trying to compile said kernel, I got the following error messages:
kernel/built-in.o: In function `update_wall_time':
(.text+0x16350): undefined reference to `__umoddi3'
kernel/built-in.o: In function `update_wall_time':
(.text+0x163ea): undefined reference to `__udivdi3'
kernel/built-in.o: In function `update_wall_time':
(.text+0x16414): undefined reference to `__umoddi3'
(This also applies to other fonctions calling update_wall_time)
The implementation is in kernel/time/timekeeping.c, it was compiled as
gcc -m32 -Wp,-MD,kernel/time/.timekeeping.o.d -nostdinc -isystem /usr/lib/gcc
/i486-linux-gnu/4.3.0/include -D__KERNEL__ -Iinclude -include include/linux/aut
oconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -f
no-common -Werror-implicit-function-declaration -Os -pipe -msoft-float -mregparm
=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=athlon
-mtune=generic -ffreestanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=1
-DCONFIG_AS_CFI_SIGNAL_FRAME=1 -Iinclude/asm-x86/mach-default
-fomit-frame-pointer
-fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign
-D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(timekeeping)"
-D"KBUILD_MODNAME=KBUILD_STR(timekeeping)" -c -o kernel/time/.tmp_timekeeping.o
kernel/time/timekeeping.c
Could you check ?
Pascal Dupuis
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.24
Locale: LANG=fr_BE, LC_CTYPE=fr_BE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
--- End Message ---
--- Begin Message ---
On Tue, Feb 12, 2008 at 10:27:04AM +0100, Pascal A. Dupuis wrote:
> (This also applies to other fonctions calling update_wall_time)
gcc 4.3 is not supported by the kernel yet.
Bastian
--
Madness has no purpose. Or reason. But it may have a goal.
-- Spock, "The Alternative Factor", stardate 3088.7
--- End Message ---