public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* uml wouldn't link/compile with UDF
@ 2005-04-13  0:31 Konstantin V. Gavrilenko
  2005-04-13  1:23 ` jdike
  0 siblings, 1 reply; 2+ messages in thread
From: Konstantin V. Gavrilenko @ 2005-04-13  0:31 UTC (permalink / raw)
  To: linux-kernel

linux-2.6.11.6.6

The uml wouldn't compile when the
CONFIG_UDF_FS=y
CONFIG_UDF_NLS=y



The error output is:

  LD      lib/zlib_deflate/built-in.o
  LD      lib/zlib_inflate/built-in.o
  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
/usr/lib/libc.a(mktime.o)(.rodata+0x0): multiple definition of `__mon_yday'
fs/built-in.o(.rodata+0x3380): first defined here
collect2: ld returned 1 exit status
  KSYM    .tmp_kallsyms1.S
nm: '.tmp_vmlinux1': No such file
/bin/bash: line 1: 11859 Exit 1                  nm -n .tmp_vmlinux1
     11860 Segmentation fault      | scripts/kallsyms >.tmp_kallsyms1.S
make: *** [.tmp_kallsyms1.S] Error 139



usetting the UDF options solves the issue.


-- 
Respectfully,
Konstantin V. Gavrilenko

Arhont Ltd - Information Security

web:    http://www.arhont.com
	http://www.wi-foo.com
e-mail: k.gavrilenko@arhont.com

tel: +44 (0) 870 44 31337
fax: +44 (0) 117 969 0141

PGP: Key ID - 0x4F3608F7
PGP: Server - keyserver.pgp.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: uml wouldn't link/compile with UDF
  2005-04-13  0:31 uml wouldn't link/compile with UDF Konstantin V. Gavrilenko
@ 2005-04-13  1:23 ` jdike
  0 siblings, 0 replies; 2+ messages in thread
From: jdike @ 2005-04-13  1:23 UTC (permalink / raw)
  To: kos; +Cc: linux-kernel

On Wed, Apr 13, 2005 at 01:31:33AM +0100, Konstantin V. Gavrilenko wrote:
> linux-2.6.11.6.6
> 
> The uml wouldn't compile when the
> CONFIG_UDF_FS=y
> CONFIG_UDF_NLS=y
> 
> The error output is:
> 

> /usr/lib/libc.a(mktime.o)(.rodata+0x0): multiple definition of `__mon_yday'
> fs/built-in.o(.rodata+0x3380): first defined here

A symbol conflict between the kernel and libc.  Not the first, and probably
not the last.  See the errno and sigprocmask flags in UML for a kludge for
this sort of problem.  A real solution is still lacking.

				Jeff


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-04-13  1:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-13  0:31 uml wouldn't link/compile with UDF Konstantin V. Gavrilenko
2005-04-13  1:23 ` jdike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox