All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] keyutils: Bump version to 1.5.9, fix patches and static build
Date: Tue, 23 Sep 2014 21:52:59 +0200	[thread overview]
Message-ID: <20140923215259.3644f7ab@free-electrons.com> (raw)
In-Reply-To: <1411401596-26802-1-git-send-email-Vincent.Riera@imgtec.com>

Dear Vicente Olivert Riera,

On Mon, 22 Sep 2014 16:59:56 +0100, Vicente Olivert Riera wrote:
> - Bump version to 1.5.9
> - Remove patches already included in this version
> - Use make parameters instead of environment variables
> - Add an upstream patch to fix building statically
> - Adapt old patches to the new version
> 
> Fixes:
>   http://autobuild.buildroot.net/results/ced/ced596bd1c73286f7044f5a8e11b6588fc973f11/
> 
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  ...ng-of-the-shared-library-to-be-suppressed.patch |  104 ++++++++++++++++++++
>  .../keyutils-01-memleak-from-realloc.patch         |   51 ----------
>  package/keyutils/keyutils-02-another-memleak.patch |   32 ------
>  ...le.patch => keyutils-02-fix-install-rule.patch} |   13 ++-
>  .../keyutils-04-Makefile-for-buildroot.patch       |   64 ++----------
>  package/keyutils/keyutils.mk                       |   24 +++--
>  6 files changed, 135 insertions(+), 153 deletions(-)
>  create mode 100644 package/keyutils/keyutils-01-allow-building-of-the-shared-library-to-be-suppressed.patch
>  delete mode 100644 package/keyutils/keyutils-01-memleak-from-realloc.patch
>  delete mode 100644 package/keyutils/keyutils-02-another-memleak.patch
>  rename package/keyutils/{keyutils-05-fix-install-rule.patch => keyutils-02-fix-install-rule.patch} (57%)

This fails to build with:

/home/thomas/projets/buildroot/output/host/usr/bin/arm-linux-gcc -L. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -pipe -Os    -o keyctl keyctl.o -lkeyutils
/home/thomas/projets/buildroot/output/host/usr/bin/arm-linux-gcc -L. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -pipe -Os    -o request-key request-key.o -lkeyutils
key.dns_resolver.c:55:22: fatal error: keyutils.h: No such file or directory
 #include <keyutils.h>

While it builds fine before your patch.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2014-09-23 19:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-22 15:59 [Buildroot] [PATCH] keyutils: Bump version to 1.5.9, fix patches and static build Vicente Olivert Riera
2014-09-23 19:52 ` Thomas Petazzoni [this message]
2014-09-24  8:45   ` Vicente Olivert Riera

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=20140923215259.3644f7ab@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /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.