2006-02-14 23:25:27

by Norbert Preining

[permalink] [raw]
Subject: 2.6.16-rc3-mm1 build failure

HI Andrew!

LD .tmp_vmlinux1
arch/i386/kernel/built-in.o: In function `show_type':intel_cacheinfo.c:(.text+0x72c7): undefined reference to `strcpy'
:intel_cacheinfo.c:(.text+0x72d9): undefined reference to `strcpy'
:intel_cacheinfo.c:(.text+0x72eb): undefined reference to `strcpy'
:intel_cacheinfo.c:(.text+0x72fd): undefined reference to `strcpy'
kernel/built-in.o: In function `prof_cpu_mask_read_proc':profile.c:(.text+0x4a2e): undefined reference to `strcpy'
kernel/built-in.o:clocksource.c:(.text+0x19b32): more undefined references to `strcpy' follow
make: *** [.tmp_vmlinux1] Error 1

config is attached

Best wishes

Norbert

-------------------------------------------------------------------------------
Dr. Norbert Preining <preining AT logic DOT at> Universit? di Siena
gpg DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
`Maybe somebody here tipped off the Galactic Police,' said
Trillian. `Everybody saw you come in.'
`You mean they want to arrest me over the phone?' said
Zaphod, `Could be. I'm a pretty dangerous dude when I'm
cornered.'
`Yeah,' said a voice from under the table [Ford's now
completely rat- arsed at this point], `you go to pieces so
fast people get hit by the shrapnel.'
--- Zaphod getting paranoid over a phone call.
--- Douglas Adams, The Hitchhikers Guide to the Galaxy


Attachments:
(No filename) (1.43 kB)
config (44.11 kB)
Download all attachments

2006-02-14 23:35:48

by Michal Piotrowski

[permalink] [raw]
Subject: Re: 2.6.16-rc3-mm1 build failure

Hi,

On 15/02/06, Norbert Preining <[email protected]> wrote:
> HI Andrew!
>
> LD .tmp_vmlinux1
> arch/i386/kernel/built-in.o: In function `show_type':intel_cacheinfo.c:(.text+0x72c7): undefined reference to `strcpy'
> :intel_cacheinfo.c:(.text+0x72d9): undefined reference to `strcpy'
> :intel_cacheinfo.c:(.text+0x72eb): undefined reference to `strcpy'
> :intel_cacheinfo.c:(.text+0x72fd): undefined reference to `strcpy'
> kernel/built-in.o: In function `prof_cpu_mask_read_proc':profile.c:(.text+0x4a2e): undefined reference to `strcpy'
> kernel/built-in.o:clocksource.c:(.text+0x19b32): more undefined references to `strcpy' follow
> make: *** [.tmp_vmlinux1] Error 1
>
> config is attached
>
> Best wishes
>
> Norbert

Here is patch:
http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.16-rc3/2.6.16-rc3-mm1/hot-fixes/x86_64-fix-string-fix.patch

Regards,
Michal Piotrowski