qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: "Daniel P. Berrange" <berrange@redhat.com>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PULL v2 0/4] Misc fixes for crypto code module
Date: Thu, 22 Oct 2015 12:01:13 +0100	[thread overview]
Message-ID: <CAFEAcA8CDR6ZEYONZUhEc-iqDwE2kpAsT6R-o1ydRqAHdLANEw@mail.gmail.com> (raw)
In-Reply-To: <1445509249-30046-1-git-send-email-berrange@redhat.com>

On 22 October 2015 at 11:20, Daniel P. Berrange <berrange@redhat.com> wrote:
> The following changes since commit 8bfaa25fce2c22060a17501980943538801056de:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151021-v2' into staging (2015-10-21 15:07:42 +0100)
>
> are available in the git repository at:
>
>   https://github.com/berrange/qemu.git tags/qcrypto-fixes-pull-20151022-1
>
> for you to fetch changes up to ae0f478a32b2f3beb84343a5f6b07fa3fabb0811:
>
>   configure: avoid polluting global CFLAGS with tasn1 flags (2015-10-22 11:12:19 +0100)
>
> ----------------------------------------------------------------
> Merge qcrypto-fixes 2015/10/22
>
> ----------------------------------------------------------------

This breaks the linux-user static builds:

libqemuutil.a(qemu-sockets.o): In function `inet_listen_opts':
/home/petmay01/linaro/qemu-for-merges/util/qemu-sockets.c:166:
warning: Using 'getaddrinfo' in statically linked applications
requires at runtime the shared libraries from the glibc version used
for linking
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-misc.o):
In funct
ion `_gcry_fatal_error':
(.text+0x22a): undefined reference to `gpg_strerror'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-misc.o):
In funct
ion `_gcry_divide_by_zero':
(.text+0x8da): undefined reference to `gpg_err_set_errno'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-misc.o):
In funct
ion `_gcry_divide_by_zero':
(.text+0x8e6): undefined reference to `gpg_err_code_from_errno'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-global.o):
In fun
ction `do_malloc.constprop.4':
(.text+0x1f2): undefined reference to `gpg_err_set_errno'

(and a lot more similar undefined references).

thanks
-- PMM

      parent reply	other threads:[~2015-10-22 11:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-22 10:20 [Qemu-devel] [PULL v2 0/4] Misc fixes for crypto code module Daniel P. Berrange
2015-10-22 10:20 ` [Qemu-devel] [PULL v2 1/4] crypto: allow use of nettle/gcrypt to be selected explicitly Daniel P. Berrange
2015-10-22 10:20 ` [Qemu-devel] [PULL v2 2/4] crypto: don't let builtin aes crash if no IV is provided Daniel P. Berrange
2015-10-22 10:20 ` [Qemu-devel] [PULL v2 3/4] crypto: add sanity checking of plaintext/ciphertext length Daniel P. Berrange
2015-10-22 10:20 ` [Qemu-devel] [PULL v2 4/4] configure: avoid polluting global CFLAGS with tasn1 flags Daniel P. Berrange
2015-10-22 11:01 ` Peter Maydell [this message]

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=CAFEAcA8CDR6ZEYONZUhEc-iqDwE2kpAsT6R-o1ydRqAHdLANEw@mail.gmail.com \
    --to=peter.maydell@linaro.org \
    --cc=berrange@redhat.com \
    --cc=qemu-devel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).