* [uml-devel] 2.6.23 linkage error with ipv6 enabled
@ 2007-10-10 0:10 Antoine Martin
2007-10-10 2:00 ` Jeff Dike
0 siblings, 1 reply; 2+ messages in thread
From: Antoine Martin @ 2007-10-10 0:10 UTC (permalink / raw)
To: UML devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
I remember something similar ages ago with another IPv6 symbol no being
pulled in - can't remember how to fix it.
(.text+0x116b9): warning: Using 'getservbyname' in statically linked
applications requires at runtime the shared libraries from the glibc
version used for linking
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../lib64/libc.a(in6_addr.o):(.rodata+0x0):
multiple definition of `in6addr_any'
net/built-in.o:(.rodata+0x5680): first defined here
collect2: ld returned 1 exit status
KSYM .tmp_kallsyms1.S
nm: '.tmp_vmlinux1': No such file
No valid symbol.
make: *** [.tmp_kallsyms1.S] Error 1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFHDBhZGK2zHPGK1rsRCpnOAJ9RqsCYLu2z6/5Vv0oxviCimKjy7wCfTaGl
O4jpUIpd9WuqRLwX6zablDI=
=4uon
-----END PGP SIGNATURE-----
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [uml-devel] 2.6.23 linkage error with ipv6 enabled
2007-10-10 0:10 [uml-devel] 2.6.23 linkage error with ipv6 enabled Antoine Martin
@ 2007-10-10 2:00 ` Jeff Dike
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Dike @ 2007-10-10 2:00 UTC (permalink / raw)
To: Antoine Martin; +Cc: UML devel
On Wed, Oct 10, 2007 at 01:10:01AM +0100, Antoine Martin wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
> I remember something similar ages ago with another IPv6 symbol no being
> pulled in - can't remember how to fix it.
For in6addr_loopback, like this, in arch/um/Makefile:
CFLAGS += $(CFLAGS-y) -D__arch_um__ -DSUBARCH=\"$(SUBARCH)\" \
$(ARCH_INCLUDE) $(MODE_INCLUDE) -Dvmap=kernel_vmap \
-Din6addr_loopback=kernel_in6addr_loopback
Jeff
--
Work email - jdike at linux dot intel dot com
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-10 2:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-10 0:10 [uml-devel] 2.6.23 linkage error with ipv6 enabled Antoine Martin
2007-10-10 2:00 ` Jeff Dike
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox