* [Qemu-devel] openbsd build failure (+warnings)
@ 2011-08-10 17:19 Gerd Hoffmann
2011-08-10 18:24 ` Blue Swirl
0 siblings, 1 reply; 2+ messages in thread
From: Gerd Hoffmann @ 2011-08-10 17:19 UTC (permalink / raw)
To: qemu-devel@nongnu.org
LINK qemu-ga
/usr/local/lib/libglib-2.0.so.2600.0: warning: vsprintf() is often
misused, please use vsnprintf()
/usr/local/lib/libglib-2.0.so.2600.0: warning: strcpy() is almost always
misused, please use strlcpy()
/usr/local/lib/libcurl.so.17.0: warning: sprintf() is often misused,
please use snprintf()
/usr/local/lib/libcurl.so.17.0: warning: strcat() is almost always
misused, please use strlcat()
coroutine-gthread.o(.text+0x4cf): In function `coroutine_init':
: undefined reference to `g_thread_init'
collect2: ld returned 1 exit status
gmake: *** [qemu-ga] Error 1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] openbsd build failure (+warnings)
2011-08-10 17:19 [Qemu-devel] openbsd build failure (+warnings) Gerd Hoffmann
@ 2011-08-10 18:24 ` Blue Swirl
0 siblings, 0 replies; 2+ messages in thread
From: Blue Swirl @ 2011-08-10 18:24 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: qemu-devel@nongnu.org
On Wed, Aug 10, 2011 at 5:19 PM, Gerd Hoffmann <kraxel@redhat.com> wrote:
> LINK qemu-ga
> /usr/local/lib/libglib-2.0.so.2600.0: warning: vsprintf() is often misused,
> please use vsnprintf()
> /usr/local/lib/libglib-2.0.so.2600.0: warning: strcpy() is almost always
> misused, please use strlcpy()
> /usr/local/lib/libcurl.so.17.0: warning: sprintf() is often misused, please
> use snprintf()
> /usr/local/lib/libcurl.so.17.0: warning: strcat() is almost always misused,
> please use strlcat()
> coroutine-gthread.o(.text+0x4cf): In function `coroutine_init':
> : undefined reference to `g_thread_init'
> collect2: ld returned 1 exit status
> gmake: *** [qemu-ga] Error 1
Should be fixed by this patch:
http://lists.nongnu.org/archive/html/qemu-devel/2011-08/msg00998.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-10 18:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-10 17:19 [Qemu-devel] openbsd build failure (+warnings) Gerd Hoffmann
2011-08-10 18:24 ` Blue Swirl
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.