All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] coreutils: disable ACL as we do not depend on it
@ 2013-03-22 13:53 Marcin Juszkiewicz
  2013-03-22 13:58 ` Paul Eggleton
  2013-03-22 14:08 ` Richard Purdie
  0 siblings, 2 replies; 5+ messages in thread
From: Marcin Juszkiewicz @ 2013-03-22 13:53 UTC (permalink / raw)
  To: openembedded-core

Coreutils does not depend on ACL but also does not disable it. Effect is
that from time to time I have a copy in sstate-cache which got built
with ACL and then I have problem while building images or sdk:

| Collected errors:
|  * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-core-standalone-hhvm-sdk-target:
|  *    libacl1 (>= 2.2.51) *
|  * opkg_install_cmd: Cannot install package packagegroup-core-standalone-hhvm-sdk-target.

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 meta/recipes-core/coreutils/coreutils_8.14.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/coreutils/coreutils_8.14.bb b/meta/recipes-core/coreutils/coreutils_8.14.bb
index 04c9eb2..71c4cdf 100644
--- a/meta/recipes-core/coreutils/coreutils_8.14.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.14.bb
@@ -21,6 +21,7 @@ SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.xz \
 SRC_URI[md5sum] = "bcb135ce553493a45aba01b39eb3920a"
 SRC_URI[sha256sum] = "0d120817c19292edb19e92ae6b8eac9020e03d51e0af9cb116cf82b65d18b02d"
 
+EXTRA_OECONF = "--disable-acl"
 EXTRA_OECONF_class-native = "--without-gmp"
 
 # [ df mktemp base64 gets a special treatment and is not included in this
-- 
1.8.1.2




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] coreutils: disable ACL as we do not depend on it
  2013-03-22 13:53 [PATCH] coreutils: disable ACL as we do not depend on it Marcin Juszkiewicz
@ 2013-03-22 13:58 ` Paul Eggleton
  2013-03-22 14:01   ` Paul Eggleton
  2013-03-22 14:08 ` Richard Purdie
  1 sibling, 1 reply; 5+ messages in thread
From: Paul Eggleton @ 2013-03-22 13:58 UTC (permalink / raw)
  To: Marcin Juszkiewicz; +Cc: openembedded-core

On Friday 22 March 2013 14:53:43 Marcin Juszkiewicz wrote:
> Coreutils does not depend on ACL but also does not disable it. Effect is
> that from time to time I have a copy in sstate-cache which got built
> 
> with ACL and then I have problem while building images or sdk:
> | Collected errors:
> |  * satisfy_dependencies_for: Cannot satisfy the following dependencies for
> |  packagegroup-core-standalone-hhvm-sdk-target: *    libacl1 (>= 2.2.51) *
> |  * opkg_install_cmd: Cannot install package
> |  packagegroup-core-standalone-hhvm-sdk-target.
> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
> ---
>  meta/recipes-core/coreutils/coreutils_8.14.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta/recipes-core/coreutils/coreutils_8.14.bb
> b/meta/recipes-core/coreutils/coreutils_8.14.bb index 04c9eb2..71c4cdf
> 100644
> --- a/meta/recipes-core/coreutils/coreutils_8.14.bb
> +++ b/meta/recipes-core/coreutils/coreutils_8.14.bb
> @@ -21,6 +21,7 @@ SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.xz \
>  SRC_URI[md5sum] = "bcb135ce553493a45aba01b39eb3920a"
>  SRC_URI[sha256sum] =
> "0d120817c19292edb19e92ae6b8eac9020e03d51e0af9cb116cf82b65d18b02d"
> 
> +EXTRA_OECONF = "--disable-acl"
>  EXTRA_OECONF_class-native = "--without-gmp"
> 
>  # [ df mktemp base64 gets a special treatment and is not included in this

Presumably the "acl" recipe will no longer work if this is done... ?

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] coreutils: disable ACL as we do not depend on it
  2013-03-22 13:58 ` Paul Eggleton
@ 2013-03-22 14:01   ` Paul Eggleton
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Eggleton @ 2013-03-22 14:01 UTC (permalink / raw)
  To: Marcin Juszkiewicz; +Cc: openembedded-core

On Friday 22 March 2013 13:58:35 Paul Eggleton wrote:
> On Friday 22 March 2013 14:53:43 Marcin Juszkiewicz wrote:
> > Coreutils does not depend on ACL but also does not disable it. Effect is
> > that from time to time I have a copy in sstate-cache which got built
> > 
> > with ACL and then I have problem while building images or sdk:
> > | Collected errors:
> > |  * satisfy_dependencies_for: Cannot satisfy the following dependencies
> > |  for
> > |  packagegroup-core-standalone-hhvm-sdk-target: *    libacl1 (>= 2.2.51)
> > |  *
> > |  * opkg_install_cmd: Cannot install package
> > |  packagegroup-core-standalone-hhvm-sdk-target.
> > 
> > Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
> > ---
> > 
> >  meta/recipes-core/coreutils/coreutils_8.14.bb | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/meta/recipes-core/coreutils/coreutils_8.14.bb
> > b/meta/recipes-core/coreutils/coreutils_8.14.bb index 04c9eb2..71c4cdf
> > 100644
> > --- a/meta/recipes-core/coreutils/coreutils_8.14.bb
> > +++ b/meta/recipes-core/coreutils/coreutils_8.14.bb
> > @@ -21,6 +21,7 @@ SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.xz \
> > 
> >  SRC_URI[md5sum] = "bcb135ce553493a45aba01b39eb3920a"
> >  SRC_URI[sha256sum] =
> > 
> > "0d120817c19292edb19e92ae6b8eac9020e03d51e0af9cb116cf82b65d18b02d"
> > 
> > +EXTRA_OECONF = "--disable-acl"
> > 
> >  EXTRA_OECONF_class-native = "--without-gmp"
> >  
> >  # [ df mktemp base64 gets a special treatment and is not included in this
> 
> Presumably the "acl" recipe will no longer work if this is done... ?

Er, I think I had this backwards. Please ignore, sorry for the noise.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] coreutils: disable ACL as we do not depend on it
  2013-03-22 13:53 [PATCH] coreutils: disable ACL as we do not depend on it Marcin Juszkiewicz
  2013-03-22 13:58 ` Paul Eggleton
@ 2013-03-22 14:08 ` Richard Purdie
  2013-03-22 14:25   ` Marcin Juszkiewicz
  1 sibling, 1 reply; 5+ messages in thread
From: Richard Purdie @ 2013-03-22 14:08 UTC (permalink / raw)
  To: Marcin Juszkiewicz; +Cc: openembedded-core

On Fri, 2013-03-22 at 14:53 +0100, Marcin Juszkiewicz wrote:
> Coreutils does not depend on ACL but also does not disable it. Effect is
> that from time to time I have a copy in sstate-cache which got built
> with ACL and then I have problem while building images or sdk:
> 
> | Collected errors:
> |  * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-core-standalone-hhvm-sdk-target:
> |  *    libacl1 (>= 2.2.51) *
> |  * opkg_install_cmd: Cannot install package packagegroup-core-standalone-hhvm-sdk-target.
> 
> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
> ---
>  meta/recipes-core/coreutils/coreutils_8.14.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta/recipes-core/coreutils/coreutils_8.14.bb b/meta/recipes-core/coreutils/coreutils_8.14.bb
> index 04c9eb2..71c4cdf 100644
> --- a/meta/recipes-core/coreutils/coreutils_8.14.bb
> +++ b/meta/recipes-core/coreutils/coreutils_8.14.bb
> @@ -21,6 +21,7 @@ SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.xz \
>  SRC_URI[md5sum] = "bcb135ce553493a45aba01b39eb3920a"
>  SRC_URI[sha256sum] = "0d120817c19292edb19e92ae6b8eac9020e03d51e0af9cb116cf82b65d18b02d"
>  
> +EXTRA_OECONF = "--disable-acl"
>  EXTRA_OECONF_class-native = "--without-gmp"


Doesn't the -native override need this as well?

Cheers,

Richard




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] coreutils: disable ACL as we do not depend on it
  2013-03-22 14:08 ` Richard Purdie
@ 2013-03-22 14:25   ` Marcin Juszkiewicz
  0 siblings, 0 replies; 5+ messages in thread
From: Marcin Juszkiewicz @ 2013-03-22 14:25 UTC (permalink / raw)
  To: openembedded-core

Coreutils does not depend on ACL but also does not disable it. Effect is
that from time to time I have a copy in sstate-cache which got built
with ACL and then I have problem while building images or sdk:

| Collected errors:
|  * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-core-standalone-hhvm-sdk-target:
|  *    libacl1 (>= 2.2.51) *
|  * opkg_install_cmd: Cannot install package packagegroup-core-standalone-hhvm-sdk-target.

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 meta/recipes-core/coreutils/coreutils_8.14.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-core/coreutils/coreutils_8.14.bb b/meta/recipes-core/coreutils/coreutils_8.14.bb
index 04c9eb2..b82bbe4 100644
--- a/meta/recipes-core/coreutils/coreutils_8.14.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.14.bb
@@ -21,7 +21,8 @@ SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.xz \
 SRC_URI[md5sum] = "bcb135ce553493a45aba01b39eb3920a"
 SRC_URI[sha256sum] = "0d120817c19292edb19e92ae6b8eac9020e03d51e0af9cb116cf82b65d18b02d"
 
-EXTRA_OECONF_class-native = "--without-gmp"
+EXTRA_OECONF = "--disable-acl"
+EXTRA_OECONF_class-native = "--disable-acl --without-gmp"
 
 # [ df mktemp base64 gets a special treatment and is not included in this
 bindir_progs = "basename chcon cksum comm csplit cut dir dircolors dirname du \
-- 
1.8.1.2




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-03-22 14:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-22 13:53 [PATCH] coreutils: disable ACL as we do not depend on it Marcin Juszkiewicz
2013-03-22 13:58 ` Paul Eggleton
2013-03-22 14:01   ` Paul Eggleton
2013-03-22 14:08 ` Richard Purdie
2013-03-22 14:25   ` Marcin Juszkiewicz

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.