http://qa.mandrakesoft.com/show_bug.cgi?id=6330
Summary: Compiler Error in function char2uni when compiling
nls_base
Product: kernel-source
Version: 2.4.22-21mdk
Platform: PC
URL: http://yosemitefoothills.com/BadConfig-2.4.22-21mdk
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel-source
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
The last few lines printed during make modules when attempting to compile
linux-2.4.22-21mdk with the config file at
http://yosemitefoothills.com/BadConfig-2.4.22-21mdk displayed the following:
gcc -D__KERNEL__ -I/home/craig/KernelCompilation/linux-2.4.22-21mdk/include
-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=k6 -nostdinc -iwithprefix include
-DKBUILD_BASENAME=direct -c direct.c -o direct.o
rm -f nfs.o
ld -m elf_i386 -r -o nfs.o dir.o file.o flushd.o inode.o nfs2xdr.o pagelist.o
proc.o read.o symlink.o unlink.o write.o nfs3proc.o nfs3xdr.o direct.o
make[3]: Leaving directory
`/home/craig/KernelCompilation/linux-2.4.22-21mdk/fs/nfs'
make[2]: Leaving directory
`/home/craig/KernelCompilation/linux-2.4.22-21mdk/fs/nfs'
make -C nls
make[2]: Entering directory
`/home/craig/KernelCompilation/linux-2.4.22-21mdk/fs/nls'
make all_targets
make[3]: Entering directory
`/home/craig/KernelCompilation/linux-2.4.22-21mdk/fs/nls'
gcc -D__KERNEL__ -I/home/craig/KernelCompilation/linux-2.4.22-21mdk/include
-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=k6 -nostdinc -iwithprefix include
-DKBUILD_BASENAME=nls_base -DEXPORT_SYMTAB -c nls_base.c -o nls_base.o
nls_base.c: In function `char2uni':
nls_base.c:470: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:https://qa.mandrakesoft.com/> for instructions.
make[3]: *** [nls_base.o] Error 1
make[3]: Leaving directory
`/home/craig/KernelCompilation/linux-2.4.22-21mdk/fs/nls'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory
`/home/craig/KernelCompilation/linux-2.4.22-21mdk/fs/nls'
make[1]: *** [_subdir_nls] Error 2
make[1]: Leaving directory
`/home/craig/KernelCompilation/linux-2.4.22-21mdk/fs'
make: *** [_dir_fs] Error 2
I am using Mandrake 9.2 download version with all patches as of November 10,
2003. Presumably, xconfig allowed me to make an illegal choice.
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.