From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 09/19] tar: fix build with automake 1.12.x
Date: Wed, 11 Jul 2012 15:15:39 -0700 [thread overview]
Message-ID: <4FFDFB0B.5030407@linux.intel.com> (raw)
In-Reply-To: <988e8d84bfa34805c1749cfb77f64b9da2cd5e08.1341935782.git.nitin.a.kamble@intel.com>
On 07/10/2012 09:02 AM, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
>
> automake 1.12.x automatically deletes empty directories, so
> the additional rmdir from the do_install_append fails.
>
> cleanup the do_install_append for automake 1.12.x
>
> Avoid this error:
> | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/tar-1.26-r1/image/usr/sbin/': No such file or directory
> NOTE: package tar-1.26-r1: task do_install: Failed
>
> no PR bump as no change in the output.
>
> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
> ---
> meta/recipes-extended/tar/tar.inc | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-extended/tar/tar.inc b/meta/recipes-extended/tar/tar.inc
> index 8c475df..203fb97 100644
> --- a/meta/recipes-extended/tar/tar.inc
> +++ b/meta/recipes-extended/tar/tar.inc
> @@ -18,8 +18,6 @@ do_install () {
> do_install_extra () {
> install -d ${D}${base_bindir}
> mv ${D}${bindir}/tar ${D}${base_bindir}/tar
> - rmdir ${D}${bindir}/
This needs to stay in actually since this directory is populated by
default so automake will not remove it, this will cause a packaging
regression.
See 2736, which I assigned to you.
Sau!
> - rmdir ${D}${sbindir}/
> }
>
> inherit update-alternatives
>
next prev parent reply other threads:[~2012-07-11 22:26 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-10 15:58 [PATCH 00/19] automake update related commits on master nitin.a.kamble
2012-07-10 16:02 ` [PATCH 01/19] automake: upgrade from 1.11.3 to 1.12.1 nitin.a.kamble
2012-07-10 16:02 ` [PATCH 02/19] jpeg: fix configure with automake 1.12.1 nitin.a.kamble
2012-07-10 16:02 ` [PATCH 03/19] gnutls: Fix build " nitin.a.kamble
2012-07-10 16:02 ` [PATCH 04/19] pcmanfm: fix build with automake 1.12.x nitin.a.kamble
2012-07-10 16:02 ` [PATCH 05/19] avahi: fix build with automake 1.12.1 nitin.a.kamble
2012-07-10 16:02 ` [PATCH 06/19] dates: fix build with automake 1.12.x nitin.a.kamble
2012-07-10 16:02 ` [PATCH 07/19] librsvg: " nitin.a.kamble
2012-07-10 16:02 ` [PATCH 08/19] evolution-data-server: " nitin.a.kamble
2012-07-10 16:02 ` [PATCH 09/19] tar: " nitin.a.kamble
2012-07-11 22:15 ` Saul Wold [this message]
2012-07-10 16:02 ` [PATCH 10/19] libgcrypt: " nitin.a.kamble
2012-07-10 16:02 ` [PATCH 11/19] telepathy-glib: " nitin.a.kamble
2012-07-10 16:02 ` [PATCH 12/19] xf86-video-vmware: " nitin.a.kamble
2012-07-10 16:02 ` [PATCH 13/19] libfm: " nitin.a.kamble
2012-07-10 16:02 ` [PATCH 14/19] pango: fix dependencies to avoid build issue nitin.a.kamble
2012-07-10 16:02 ` [PATCH 15/19] libunistring: fix build with automake 1.12 nitin.a.kamble
2012-07-10 16:02 ` [PATCH 16/19] telepathy-python: " nitin.a.kamble
2012-07-10 16:02 ` [PATCH 17/19] libidn: " nitin.a.kamble
2012-07-10 16:02 ` [PATCH 18/19] webgit-gtk: fix build with automake 1.12.1 nitin.a.kamble
2012-07-10 16:02 ` [PATCH 19/19] gpgme: fix build with automake 1.12.x nitin.a.kamble
2012-07-12 23:10 ` [PATCH 00/19] automake update related commits on master Saul Wold
2012-07-13 4:05 ` Kamble, Nitin A
2012-07-13 4:29 ` Saul Wold
2012-07-17 16:23 ` Saul Wold
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=4FFDFB0B.5030407@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.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