All of lore.kernel.org
 help / color / mirror / Atom feed
From: alexander.kanavin@linux.intel.com
To: "Richard Purdie" <richard.purdie@linuxfoundation.org>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 7/8] ccache: update to 3.2.3
Date: Tue, 1 Sep 2015 15:19:39 +0300 (EEST)	[thread overview]
Message-ID: <51176.10.252.32.34.1441109979.squirrel@linux.intel.com> (raw)
In-Reply-To: <1441040586.26554.54.camel@linuxfoundation.org>

>
> I suspect this resulted in:
>
> https://autobuilder.yoctoproject.org/main/builders/nightly-rpm/builds/464/steps/BuildImages/logs/stdio
>

The issue is caused by this construct in ccache's Makefile:

extra_libs = -lz

ccache$(EXEEXT): $(ccache_objs) $(extra_libs)
        $(CC) $(all_cflags) -o $@ $(ccache_objs) $(all_ldflags)
$(extra_libs) $(LIBS)


Yet, what is really strange, on my machine 'make' does not see such
definition and use of extra_libs as a problem and the build succeeds fine.

Does the autobuilder run a different make than I do?

ak@kanavin-desktop:~/development/poky/build$ make -v
GNU Make 4.0
Built for x86_64-pc-linux-gnu
...


Alex


  reply	other threads:[~2015-09-01 12:20 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-28 12:18 [PATCH 0/8] Recipe updates Alexander Kanavin
2015-08-28 12:18 ` [PATCH 1/8] upstream_tracking.inc: deprecate and move contents to recipes Alexander Kanavin
2015-08-28 12:18 ` [PATCH 2/8] dpkg: update to 1.18.2 Alexander Kanavin
2015-08-28 15:57   ` Khem Raj
2015-08-28 12:18 ` [PATCH 3/8] dropbear: update to 2015.68 Alexander Kanavin
2015-08-28 12:18 ` [PATCH 4/8] libnotify: don't inherit unnecessary distro_features_check Alexander Kanavin
2015-08-28 12:18 ` [PATCH 5/8] e2fsprogs: explain why there is no update for now Alexander Kanavin
2015-08-28 12:18 ` [PATCH 6/8] package_regex.inc: updates to improve upstream tracking Alexander Kanavin
2015-08-28 12:18 ` [PATCH 7/8] ccache: update to 3.2.3 Alexander Kanavin
2015-08-31 17:03   ` Richard Purdie
2015-09-01 12:19     ` alexander.kanavin [this message]
2015-09-01 12:27       ` alexander.kanavin
2015-08-28 12:18 ` [PATCH 8/8] cmake: update to 3.3.1 Alexander Kanavin

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=51176.10.252.32.34.1441109979.squirrel@linux.intel.com \
    --to=alexander.kanavin@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.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.