All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Weinberger <richard@nod.at>
To: Al Viro <viro@ZenIV.linux.org.uk>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org,
	user-mode-linux-devel@lists.sourceforge.net, jdike@addtoit.com
Subject: Re: [PATCH 8/9] um: fix strrchr problems
Date: Tue, 30 Aug 2011 12:32:31 +0200	[thread overview]
Message-ID: <4E5CBC3F.9030006@nod.at> (raw)
In-Reply-To: <20110830024853.GS2203@ZenIV.linux.org.uk>

Am 30.08.2011 04:48, schrieb Al Viro:
> On Tue, Aug 30, 2011 at 01:23:31AM +0100, Al Viro wrote:
>> On Tue, Aug 30, 2011 at 12:25:25AM +0200, Richard Weinberger wrote:
>>
>>> I'm building most of the time static.
>>> Using defconfig and
>>> CONFIG_STATIC_LINK=y
>>> it builds fine here (x86_64 and i386)
>>
>> 32bit build works, 64bit one breaks with
>>
>> /usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib/libc.a(strrchr.o): In function `rindex':
>> (.text+0x0): multiple definition of `strrchr'
>>
>> on squeeze/amd64 with stock toolchain and libc (2.11.2-10).  .config, if
>> you care, is as below, but I really suspect that most of that is irrelevant.
>
> As the matter of fact, on the same build system defconfig + STATIC_LINK +
> UML_NET_VDE is enough to reproduce it.
>
> Toolchain:
> 	libc6		2.11.2-10
> 	vde2		2.2.3-3
> 	gcc		4.4.5-8
> 	binutils	2.20.1-16
>
> all from stock stable/amd64.  Note that debian has the original of that
> patch in their user-mode-linux package; see http://bugs.debian.org/494995
> for history.

defconfig + STATIC_LINK +  UML_NET_VDE builds fine for me.

Toolchain (openSUSE 11.4):
glibc: 2.11.3
vde2: 2.3.1
gcc: 4.5.3
binutils: 2.21.1

Is my vde too new?
BTW: Why is only strstr affected, what makes it so special?

Thanks,
//richard

  reply	other threads:[~2011-08-30 10:32 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-29 16:13 UML fixes for 3.1-rcX (2nd try) Richard Weinberger
2011-08-29 16:13 ` [uml-devel] [PATCH 1/9] um: disable CMPXCHG_DOUBLE as it breaks UML build Richard Weinberger
2011-08-29 16:13   ` Richard Weinberger
2011-08-29 17:35   ` Christoph Lameter
2011-08-29 16:13 ` [uml-devel] [PATCH 2/9] um: drivers/xterm.c: fix a file descriptor leak Richard Weinberger
2011-08-29 16:13   ` Richard Weinberger
2011-08-29 16:13 ` [uml-devel] [PATCH 3/9] um: Save FPU registers between task switches Richard Weinberger
2011-08-29 16:13   ` Richard Weinberger
2011-08-29 16:13 ` [uml-devel] [PATCH 4/9] um: fix oopsable race in line_close() Richard Weinberger
2011-08-29 16:13   ` Richard Weinberger
2011-08-29 16:13 ` [uml-devel] [PATCH 5/9] um: winch_interrupt() can happen inside of free_winch() Richard Weinberger
2011-08-29 16:13   ` Richard Weinberger
2011-08-29 16:13 ` [uml-devel] [PATCH 6/9] um: fix free_winch() mess Richard Weinberger
2011-08-29 16:13   ` Richard Weinberger
2011-08-29 16:13 ` [uml-devel] [PATCH 7/9] um: PTRACE_[GS]ETFPXREGS had been wired on the wrong subarch Richard Weinberger
2011-08-29 16:13   ` Richard Weinberger
2011-08-29 16:13 ` [uml-devel] [PATCH 8/9] um: fix strrchr problems Richard Weinberger
2011-08-29 16:13   ` Richard Weinberger
2011-08-29 21:27   ` Andrew Morton
2011-08-29 21:38     ` Richard Weinberger
2011-08-29 22:12       ` Al Viro
2011-08-29 22:15         ` Richard Weinberger
2011-08-29 22:19           ` Al Viro
2011-08-29 22:25             ` Richard Weinberger
2011-08-29 23:28               ` [uml-devel] " Boaz Harrosh
2011-08-29 23:28                 ` Boaz Harrosh
2011-08-30  0:23               ` Al Viro
2011-08-30  2:48                 ` Al Viro
2011-08-30 10:32                   ` Richard Weinberger [this message]
2011-08-30 12:48                     ` Al Viro
2011-08-29 22:39             ` Arnaud Lacombe
2011-08-29 22:39               ` Arnaud Lacombe
2011-08-29 22:11     ` Al Viro
2011-08-30  3:41     ` [uml-devel] " Jeff Dike
2011-08-29 16:13 ` [uml-devel] [PATCH 9/9] um: clean arch_ptrace() up a bit Richard Weinberger
2011-08-29 16:13   ` Richard Weinberger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E5CBC3F.9030006@nod.at \
    --to=richard@nod.at \
    --cc=akpm@linux-foundation.org \
    --cc=jdike@addtoit.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    --cc=viro@ZenIV.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.