All of lore.kernel.org
 help / color / mirror / Atom feed
* gtk+-native build problem
@ 2010-09-07 10:34 Steffen Sledz
  2010-09-08 12:00 ` [PATCH] gtk+: fix configure problem for native build Steffen Sledz
  0 siblings, 1 reply; 8+ messages in thread
From: Steffen Sledz @ 2010-09-07 10:34 UTC (permalink / raw)
  To: openembedded-devel

While running some builds for testing-next i hit a problem with gtk+-native.

The do_configure stage failed with "configure: error: *** Sorry,
cups-config present but cups/cups.h missing." (for details see
<http://tinderbox.openembedded.org/packages/734326/>).

I guess the problem is that at the build host cups is installed but not
cups-devel and gtk+-native somehow likes to use it.

Can someone have a look at it. May be a cups-dev dependency in gtk+.inc
fixes the problem?

Steffen



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

* [PATCH] gtk+: fix configure problem for native build
  2010-09-07 10:34 gtk+-native build problem Steffen Sledz
@ 2010-09-08 12:00 ` Steffen Sledz
  2010-09-08 12:02   ` Graeme Gregory
  2010-09-08 17:45   ` Khem Raj
  0 siblings, 2 replies; 8+ messages in thread
From: Steffen Sledz @ 2010-09-08 12:00 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Steffen Sledz <sledz@dresearch.de>
---
 recipes/gtk+/gtk+_2.18.6.bb |    2 +-
 recipes/gtk+/gtk+_2.20.0.bb |    2 +-
 recipes/gtk+/gtk+_2.20.1.bb |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/gtk+/gtk+_2.18.6.bb b/recipes/gtk+/gtk+_2.18.6.bb
index 237689d..864f4ba 100644
--- a/recipes/gtk+/gtk+_2.18.6.bb
+++ b/recipes/gtk+/gtk+_2.18.6.bb
@@ -16,7 +16,7 @@ XKBTOGGLE = " --disable-xkb"
 XKBTOGGLE_angstrom = ""
 
 EXTRA_OECONF = "--with-libtiff ${XKBTOGGLE} --disable-glibtest gio_can_sniff=yes"
-EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg"
+EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg --disable-cups"
 
 PACKAGES_DYNAMIC = "gtk-module-* gdk-pixbuf-loader-* gtk-immodule-* gtk-printbackend-*"
 
diff --git a/recipes/gtk+/gtk+_2.20.0.bb b/recipes/gtk+/gtk+_2.20.0.bb
index 2c061b7..1e07e83 100644
--- a/recipes/gtk+/gtk+_2.20.0.bb
+++ b/recipes/gtk+/gtk+_2.20.0.bb
@@ -20,7 +20,7 @@ XKBTOGGLE = " --disable-xkb"
 XKBTOGGLE_angstrom = ""
 
 EXTRA_OECONF = "--with-libtiff ${XKBTOGGLE} --disable-glibtest gio_can_sniff=yes"
-EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg"
+EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg --disable-cups"
 
 PACKAGES_DYNAMIC = "gtk-module-* gdk-pixbuf-loader-* gtk-immodule-* gtk-printbackend-*"
 
diff --git a/recipes/gtk+/gtk+_2.20.1.bb b/recipes/gtk+/gtk+_2.20.1.bb
index 1568e61..ca5e197 100644
--- a/recipes/gtk+/gtk+_2.20.1.bb
+++ b/recipes/gtk+/gtk+_2.20.1.bb
@@ -24,7 +24,7 @@ XKBTOGGLE = " --disable-xkb"
 XKBTOGGLE_angstrom = ""
 
 EXTRA_OECONF = "--with-libtiff ${XKBTOGGLE} --disable-glibtest gio_can_sniff=yes"
-EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg"
+EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg --disable-cups"
 
 PACKAGES_DYNAMIC = "gtk-module-* gdk-pixbuf-loader-* gtk-immodule-* gtk-printbackend-*"
 
-- 
1.7.1




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

* Re: [PATCH] gtk+: fix configure problem for native build
  2010-09-08 12:00 ` [PATCH] gtk+: fix configure problem for native build Steffen Sledz
@ 2010-09-08 12:02   ` Graeme Gregory
  2010-09-08 14:40     ` Steffen Sledz
  2010-09-08 17:45   ` Khem Raj
  1 sibling, 1 reply; 8+ messages in thread
From: Graeme Gregory @ 2010-09-08 12:02 UTC (permalink / raw)
  To: Steffen Sledz; +Cc: openembedded-devel

 Acked-by: Graeme Gregory <dp@xora.org.uk>

G

On 08/09/10 13:00, Steffen Sledz wrote:
> Signed-off-by: Steffen Sledz <sledz@dresearch.de>
> ---
>  recipes/gtk+/gtk+_2.18.6.bb |    2 +-
>  recipes/gtk+/gtk+_2.20.0.bb |    2 +-
>  recipes/gtk+/gtk+_2.20.1.bb |    2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes/gtk+/gtk+_2.18.6.bb b/recipes/gtk+/gtk+_2.18.6.bb
> index 237689d..864f4ba 100644
> --- a/recipes/gtk+/gtk+_2.18.6.bb
> +++ b/recipes/gtk+/gtk+_2.18.6.bb
> @@ -16,7 +16,7 @@ XKBTOGGLE = " --disable-xkb"
>  XKBTOGGLE_angstrom = ""
>  
>  EXTRA_OECONF = "--with-libtiff ${XKBTOGGLE} --disable-glibtest gio_can_sniff=yes"
> -EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg"
> +EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg --disable-cups"
>  
>  PACKAGES_DYNAMIC = "gtk-module-* gdk-pixbuf-loader-* gtk-immodule-* gtk-printbackend-*"
>  
> diff --git a/recipes/gtk+/gtk+_2.20.0.bb b/recipes/gtk+/gtk+_2.20.0.bb
> index 2c061b7..1e07e83 100644
> --- a/recipes/gtk+/gtk+_2.20.0.bb
> +++ b/recipes/gtk+/gtk+_2.20.0.bb
> @@ -20,7 +20,7 @@ XKBTOGGLE = " --disable-xkb"
>  XKBTOGGLE_angstrom = ""
>  
>  EXTRA_OECONF = "--with-libtiff ${XKBTOGGLE} --disable-glibtest gio_can_sniff=yes"
> -EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg"
> +EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg --disable-cups"
>  
>  PACKAGES_DYNAMIC = "gtk-module-* gdk-pixbuf-loader-* gtk-immodule-* gtk-printbackend-*"
>  
> diff --git a/recipes/gtk+/gtk+_2.20.1.bb b/recipes/gtk+/gtk+_2.20.1.bb
> index 1568e61..ca5e197 100644
> --- a/recipes/gtk+/gtk+_2.20.1.bb
> +++ b/recipes/gtk+/gtk+_2.20.1.bb
> @@ -24,7 +24,7 @@ XKBTOGGLE = " --disable-xkb"
>  XKBTOGGLE_angstrom = ""
>  
>  EXTRA_OECONF = "--with-libtiff ${XKBTOGGLE} --disable-glibtest gio_can_sniff=yes"
> -EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg"
> +EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg --disable-cups"
>  
>  PACKAGES_DYNAMIC = "gtk-module-* gdk-pixbuf-loader-* gtk-immodule-* gtk-printbackend-*"
>  




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

* Re: [PATCH] gtk+: fix configure problem for native build
  2010-09-08 12:02   ` Graeme Gregory
@ 2010-09-08 14:40     ` Steffen Sledz
  2010-09-08 17:41       ` Khem Raj
  0 siblings, 1 reply; 8+ messages in thread
From: Steffen Sledz @ 2010-09-08 14:40 UTC (permalink / raw)
  To: openembedded-devel

Patch pushed to the testing-next branch by mistake. :(

Big problem?

Sorry,
Steffen





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

* Re: [PATCH] gtk+: fix configure problem for native build
  2010-09-08 14:40     ` Steffen Sledz
@ 2010-09-08 17:41       ` Khem Raj
  2010-09-09  5:51         ` Steffen Sledz
  0 siblings, 1 reply; 8+ messages in thread
From: Khem Raj @ 2010-09-08 17:41 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Sep 8, 2010 at 7:40 AM, Steffen Sledz <sledz@dresearch.de> wrote:
> Patch pushed to the testing-next branch by mistake. :(
>

Well you should push it to org.openembedded.dev as well. or may be we
could merge back testing-next into org.openembedded.dev
after this cycle.

> Big problem?
>
> Sorry,
> Steffen
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: [PATCH] gtk+: fix configure problem for native build
  2010-09-08 12:00 ` [PATCH] gtk+: fix configure problem for native build Steffen Sledz
  2010-09-08 12:02   ` Graeme Gregory
@ 2010-09-08 17:45   ` Khem Raj
  2010-09-09  5:54     ` Steffen Sledz
  1 sibling, 1 reply; 8+ messages in thread
From: Khem Raj @ 2010-09-08 17:45 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Sep 8, 2010 at 5:00 AM, Steffen Sledz <sledz@dresearch.de> wrote:
> Signed-off-by: Steffen Sledz <sledz@dresearch.de>
> ---
>  recipes/gtk+/gtk+_2.18.6.bb |    2 +-
>  recipes/gtk+/gtk+_2.20.0.bb |    2 +-
>  recipes/gtk+/gtk+_2.20.1.bb |    2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes/gtk+/gtk+_2.18.6.bb b/recipes/gtk+/gtk+_2.18.6.bb
> index 237689d..864f4ba 100644
> --- a/recipes/gtk+/gtk+_2.18.6.bb
> +++ b/recipes/gtk+/gtk+_2.18.6.bb
> @@ -16,7 +16,7 @@ XKBTOGGLE = " --disable-xkb"
>  XKBTOGGLE_angstrom = ""
>
>  EXTRA_OECONF = "--with-libtiff ${XKBTOGGLE} --disable-glibtest gio_can_sniff=yes"
> -EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg"
> +EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg --disable-cups"
>
>  PACKAGES_DYNAMIC = "gtk-module-* gdk-pixbuf-loader-* gtk-immodule-* gtk-printbackend-*"
>
> diff --git a/recipes/gtk+/gtk+_2.20.0.bb b/recipes/gtk+/gtk+_2.20.0.bb
> index 2c061b7..1e07e83 100644
> --- a/recipes/gtk+/gtk+_2.20.0.bb
> +++ b/recipes/gtk+/gtk+_2.20.0.bb
> @@ -20,7 +20,7 @@ XKBTOGGLE = " --disable-xkb"
>  XKBTOGGLE_angstrom = ""
>
>  EXTRA_OECONF = "--with-libtiff ${XKBTOGGLE} --disable-glibtest gio_can_sniff=yes"
> -EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg"
> +EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg --disable-cups"
>
>  PACKAGES_DYNAMIC = "gtk-module-* gdk-pixbuf-loader-* gtk-immodule-* gtk-printbackend-*"
>
> diff --git a/recipes/gtk+/gtk+_2.20.1.bb b/recipes/gtk+/gtk+_2.20.1.bb
> index 1568e61..ca5e197 100644
> --- a/recipes/gtk+/gtk+_2.20.1.bb
> +++ b/recipes/gtk+/gtk+_2.20.1.bb
> @@ -24,7 +24,7 @@ XKBTOGGLE = " --disable-xkb"
>  XKBTOGGLE_angstrom = ""
>
>  EXTRA_OECONF = "--with-libtiff ${XKBTOGGLE} --disable-glibtest gio_can_sniff=yes"
> -EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg"
> +EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg --disable-cups"
>
>  PACKAGES_DYNAMIC = "gtk-module-* gdk-pixbuf-loader-* gtk-immodule-* gtk-printbackend-*"
>

Why are we disabling cups ? you could have added dependency on
cups-native instead if your build machine does not
have full installation of cups. you would also need to BBCLASSEXTEND
cups recipes.

> --
> 1.7.1
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: [PATCH] gtk+: fix configure problem for native build
  2010-09-08 17:41       ` Khem Raj
@ 2010-09-09  5:51         ` Steffen Sledz
  0 siblings, 0 replies; 8+ messages in thread
From: Steffen Sledz @ 2010-09-09  5:51 UTC (permalink / raw)
  To: openembedded-devel

Am 08.09.2010 19:41, schrieb Khem Raj:
> On Wed, Sep 8, 2010 at 7:40 AM, Steffen Sledz <sledz@dresearch.de> wrote:
>> Patch pushed to the testing-next branch by mistake. :(
> 
> Well you should push it to org.openembedded.dev as well. or may be we
> could merge back testing-next into org.openembedded.dev
> after this cycle.

I did.

Steffen




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

* Re: [PATCH] gtk+: fix configure problem for native build
  2010-09-08 17:45   ` Khem Raj
@ 2010-09-09  5:54     ` Steffen Sledz
  0 siblings, 0 replies; 8+ messages in thread
From: Steffen Sledz @ 2010-09-09  5:54 UTC (permalink / raw)
  To: openembedded-devel

Am 08.09.2010 19:45, schrieb Khem Raj:
> Why are we disabling cups ? you could have added dependency on
> cups-native instead if your build machine does not
> have full installation of cups.
> you would also need to BBCLASSEXTEND cups recipes.

It was a suggestion from Graeme (a gtk+ maintainer) and i agreed. For the *native* build there is no need for cups.

Steffen

-- 
Steffen Sledz
DResearch Digital Media Systems GmbH
Otto-Schmirgal-Str.3, D-10319 Berlin, Germany
Tel: +49 (30) 515932237 mailto:sledz@DResearch.DE
Fax: +49 (30) 515932299 http://www.DResearch.DE
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 54412;
Ust.-IDNr. DE169013825; WEEE Reg.-Nr. DE 85995642




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

end of thread, other threads:[~2010-09-09  6:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-07 10:34 gtk+-native build problem Steffen Sledz
2010-09-08 12:00 ` [PATCH] gtk+: fix configure problem for native build Steffen Sledz
2010-09-08 12:02   ` Graeme Gregory
2010-09-08 14:40     ` Steffen Sledz
2010-09-08 17:41       ` Khem Raj
2010-09-09  5:51         ` Steffen Sledz
2010-09-08 17:45   ` Khem Raj
2010-09-09  5:54     ` Steffen Sledz

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.