From: Markus Armbruster <armbru@redhat.com>
To: Kamil Rytarowski <n54@gmx.com>
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
"QEMU Trivial" <qemu-trivial@nongnu.org>,
"Michael Tokarev" <mjt@tls.msk.ru>,
"QEMU Developers" <qemu-devel@nongnu.org>,
"Marc-André Lureau" <marcandre.lureau@gmail.com>,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH v3] ivshmem-server: ivshmem-client: Build when eventfd() is available
Date: Sat, 10 Jun 2017 17:15:39 +0200 [thread overview]
Message-ID: <87lgoz98mc.fsf@dusky.pond.sub.org> (raw)
In-Reply-To: <cdc49669-c996-b84d-8110-b7b62ada8ad0@gmx.com> (Kamil Rytarowski's message of "Sat, 10 Jun 2017 15:41:34 +0200")
Kamil Rytarowski <n54@gmx.com> writes:
> On 06.06.2017 16:56, Kamil Rytarowski wrote:
>> On 06.06.2017 16:34, Peter Maydell wrote:
>>> On 6 June 2017 at 14:38, Kamil Rytarowski <n54@gmx.com> wrote:
>>>> I've linked qemu with the original patch and:
>>>> ./configure --disable-linux-user --disable-system --static
>>>>
>>>> I got some warnings, I think they are originated from our libc and are
>>>> not related to qemu:
>>>> LINK sparc64-bsd-user/qemu-sparc64
>>>> /usr/lib/libc.a(initfini.o): warning: common of `__ps_strings'
>>>> overridden by definition
>>>> /usr/lib/crt0.o: warning: defined here
>>>> /usr/lib/libc.a(_env.o): warning: multiple common of `environ'
>>>> /usr/lib/crt0.o: warning: previous common is here
>>>> /usr/lib/libc.a(getprogname.o): warning: common of `__progname'
>>>> overridden by definition
>>>> /usr/lib/crt0.o: warning: defined here
>>>
>>> Yes, I think I've seen those before on NetBSD -- they look
>>> like a bug in your libc to me, it shouldn't be confusing itself
>>> with itself like that :-)
>>>
>>> thanks
>>> -- PMM
>>>
>>
>> I have filed this bug upstream: http://gnats.netbsd.org/52278
>>
>>
>
>
> What's the status with this patch?
>
> NetBSD build still breaks due to ivshmem-*.
I guess Michael expects a v4 that doesn't break the static build.
WARNING: multiple messages have this Message-ID (diff)
From: Markus Armbruster <armbru@redhat.com>
To: Kamil Rytarowski <n54@gmx.com>
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
"QEMU Trivial" <qemu-trivial@nongnu.org>,
"Michael Tokarev" <mjt@tls.msk.ru>,
"QEMU Developers" <qemu-devel@nongnu.org>,
"Marc-André Lureau" <marcandre.lureau@gmail.com>,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>
Subject: Re: [Qemu-devel] [PATCH v3] ivshmem-server: ivshmem-client: Build when eventfd() is available
Date: Sat, 10 Jun 2017 17:15:39 +0200 [thread overview]
Message-ID: <87lgoz98mc.fsf@dusky.pond.sub.org> (raw)
In-Reply-To: <cdc49669-c996-b84d-8110-b7b62ada8ad0@gmx.com> (Kamil Rytarowski's message of "Sat, 10 Jun 2017 15:41:34 +0200")
Kamil Rytarowski <n54@gmx.com> writes:
> On 06.06.2017 16:56, Kamil Rytarowski wrote:
>> On 06.06.2017 16:34, Peter Maydell wrote:
>>> On 6 June 2017 at 14:38, Kamil Rytarowski <n54@gmx.com> wrote:
>>>> I've linked qemu with the original patch and:
>>>> ./configure --disable-linux-user --disable-system --static
>>>>
>>>> I got some warnings, I think they are originated from our libc and are
>>>> not related to qemu:
>>>> LINK sparc64-bsd-user/qemu-sparc64
>>>> /usr/lib/libc.a(initfini.o): warning: common of `__ps_strings'
>>>> overridden by definition
>>>> /usr/lib/crt0.o: warning: defined here
>>>> /usr/lib/libc.a(_env.o): warning: multiple common of `environ'
>>>> /usr/lib/crt0.o: warning: previous common is here
>>>> /usr/lib/libc.a(getprogname.o): warning: common of `__progname'
>>>> overridden by definition
>>>> /usr/lib/crt0.o: warning: defined here
>>>
>>> Yes, I think I've seen those before on NetBSD -- they look
>>> like a bug in your libc to me, it shouldn't be confusing itself
>>> with itself like that :-)
>>>
>>> thanks
>>> -- PMM
>>>
>>
>> I have filed this bug upstream: http://gnats.netbsd.org/52278
>>
>>
>
>
> What's the status with this patch?
>
> NetBSD build still breaks due to ivshmem-*.
I guess Michael expects a v4 that doesn't break the static build.
next prev parent reply other threads:[~2017-06-10 15:15 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-31 12:00 [Qemu-trivial] [PATCH v3] ivshmem-server: ivshmem-client: Build when eventfd() is available Kamil Rytarowski
2017-05-31 12:00 ` [Qemu-devel] " Kamil Rytarowski
2017-06-01 10:00 ` [Qemu-trivial] " Michael Tokarev
2017-06-01 10:00 ` [Qemu-devel] " Michael Tokarev
2017-06-05 14:29 ` [Qemu-trivial] " Michael Tokarev
2017-06-05 14:29 ` [Qemu-devel] " Michael Tokarev
2017-06-05 14:52 ` [Qemu-trivial] " Kamil Rytarowski
2017-06-05 14:52 ` [Qemu-devel] " Kamil Rytarowski
2017-06-06 6:54 ` [Qemu-trivial] [Qemu-devel] " Markus Armbruster
2017-06-06 6:54 ` [Qemu-devel] [Qemu-trivial] " Markus Armbruster
2017-06-06 7:10 ` Michael Tokarev
2017-06-06 7:10 ` [Qemu-devel] " Michael Tokarev
2017-06-06 11:05 ` [Qemu-trivial] " Markus Armbruster
2017-06-06 11:05 ` Markus Armbruster
2017-06-06 13:38 ` [Qemu-trivial] " Kamil Rytarowski
2017-06-06 13:38 ` [Qemu-devel] " Kamil Rytarowski
2017-06-06 14:34 ` [Qemu-trivial] " Peter Maydell
2017-06-06 14:34 ` [Qemu-devel] " Peter Maydell
2017-06-06 14:56 ` [Qemu-trivial] " Kamil Rytarowski
2017-06-06 14:56 ` Kamil Rytarowski
2017-06-10 13:41 ` [Qemu-trivial] " Kamil Rytarowski
2017-06-10 13:41 ` Kamil Rytarowski
2017-06-10 15:15 ` Markus Armbruster [this message]
2017-06-10 15:15 ` Markus Armbruster
2017-06-10 15:24 ` [Qemu-trivial] " Kamil Rytarowski
2017-06-10 15:24 ` [Qemu-devel] [Qemu-trivial] " Kamil Rytarowski
2017-06-19 7:42 ` [Qemu-trivial] [Qemu-devel] " Markus Armbruster
2017-06-19 7:42 ` [Qemu-devel] [Qemu-trivial] " Markus Armbruster
2017-06-19 11:06 ` [Qemu-trivial] [Qemu-devel] " Kamil Rytarowski
2017-06-19 11:06 ` [Qemu-devel] [Qemu-trivial] " Kamil Rytarowski
2017-06-22 15:54 ` [Qemu-trivial] [Qemu-devel] " Peter Maydell
2017-06-22 15:54 ` Peter Maydell
2017-06-22 16:24 ` [Qemu-trivial] " Philippe Mathieu-Daudé
2017-06-22 16:24 ` Philippe Mathieu-Daudé
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=87lgoz98mc.fsf@dusky.pond.sub.org \
--to=armbru@redhat.com \
--cc=f4bug@amsat.org \
--cc=marcandre.lureau@gmail.com \
--cc=mjt@tls.msk.ru \
--cc=n54@gmx.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/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.