All of lore.kernel.org
 help / color / mirror / Atom feed
* libmokoui2 needs pygtk-codegen-2.0
@ 2010-04-09 19:39 Antonio Ospite
  2010-04-09 20:41 ` Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: Antonio Ospite @ 2010-04-09 19:39 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1199 bytes --]

Hi,

when building libmokoui2 I get this:
http://tinderbox.openembedded.org/packages/544186/

basically:
/bin/sh: pygtk-codegen-2.0: command not found

With this change to python-pygtk_2.16.0.bb I can make it build:

diff --git a/recipes/python/python-pygtk_2.16.0.bb b/recipes/python/python-pygtk_2.16.0.bb
index e2b0602..de570c7 100644
--- a/recipes/python/python-pygtk_2.16.0.bb
+++ b/recipes/python/python-pygtk_2.16.0.bb
@@ -36,7 +36,6 @@ do_configure_prepend() {
 # dirty fix #1: remove dependency on python-pygobject-dev
 do_install_append() {
        find ${D} -name "*.la"|xargs rm -f
-       rm -f ${D}/${bindir}/pygtk-codegen-2.0
        rm -rf ${D}/${libdir}/pkgconfig
 }

Is this the way to go? Why pygtk-codegen-2.0 is not supplied?

This is one of the very few issues which prevent me from building
fso-zhone-image from a fresh setup.

Thanks,
   Antonio

-- 
Antonio Ospite
http://ao2.it

PGP public key ID: 0x4553B001

A: Because it messes up the order in which people normally read text.
   See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

[-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: libmokoui2 needs pygtk-codegen-2.0
  2010-04-09 19:39 libmokoui2 needs pygtk-codegen-2.0 Antonio Ospite
@ 2010-04-09 20:41 ` Koen Kooi
  2010-04-11  7:48   ` Antonio Ospite
  0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2010-04-09 20:41 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 09-04-10 21:39, Antonio Ospite wrote:
> Hi,
> 
> when building libmokoui2 I get this:
> http://tinderbox.openembedded.org/packages/544186/
> 
> basically:
> /bin/sh: pygtk-codegen-2.0: command not found
> 
> With this change to python-pygtk_2.16.0.bb I can make it build:
> 
> diff --git a/recipes/python/python-pygtk_2.16.0.bb b/recipes/python/python-pygtk_2.16.0.bb
> index e2b0602..de570c7 100644
> --- a/recipes/python/python-pygtk_2.16.0.bb
> +++ b/recipes/python/python-pygtk_2.16.0.bb
> @@ -36,7 +36,6 @@ do_configure_prepend() {
>  # dirty fix #1: remove dependency on python-pygobject-dev
>  do_install_append() {
>         find ${D} -name "*.la"|xargs rm -f
> -       rm -f ${D}/${bindir}/pygtk-codegen-2.0
>         rm -rf ${D}/${libdir}/pkgconfig
>  }
> 
> Is this the way to go? Why pygtk-codegen-2.0 is not supplied?

It's part of python-gobject nowadays (and named differently).

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFLv5DjMkyGM64RGpERAsLlAJsEuyS3Pi8XL9kJ/wBhakzBwpHFowCfTYzt
AOPKZEt90htljLC3kqUSEBI=
=5fkL
-----END PGP SIGNATURE-----




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

* Re: libmokoui2 needs pygtk-codegen-2.0
  2010-04-09 20:41 ` Koen Kooi
@ 2010-04-11  7:48   ` Antonio Ospite
  0 siblings, 0 replies; 3+ messages in thread
From: Antonio Ospite @ 2010-04-11  7:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

[-- Attachment #1: Type: text/plain, Size: 1578 bytes --]

On Fri, 09 Apr 2010 22:41:07 +0200
Koen Kooi <k.kooi@student.utwente.nl> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On 09-04-10 21:39, Antonio Ospite wrote:
> > Hi,
> > 
> > when building libmokoui2 I get this:
> > http://tinderbox.openembedded.org/packages/544186/
> > 
> > basically:
> > /bin/sh: pygtk-codegen-2.0: command not found
> > 
> > With this change to python-pygtk_2.16.0.bb I can make it build:
> > 
> > diff --git a/recipes/python/python-pygtk_2.16.0.bb b/recipes/python/python-pygtk_2.16.0.bb
> > index e2b0602..de570c7 100644
> > --- a/recipes/python/python-pygtk_2.16.0.bb
> > +++ b/recipes/python/python-pygtk_2.16.0.bb
> > @@ -36,7 +36,6 @@ do_configure_prepend() {
> >  # dirty fix #1: remove dependency on python-pygobject-dev
> >  do_install_append() {
> >         find ${D} -name "*.la"|xargs rm -f
> > -       rm -f ${D}/${bindir}/pygtk-codegen-2.0
> >         rm -rf ${D}/${libdir}/pkgconfig
> >  }
> > 
> > Is this the way to go? Why pygtk-codegen-2.0 is not supplied?
> 
> It's part of python-gobject nowadays (and named differently).
>

So the right fix should be to make libmokoui2 using
pygobject-codegen-2.0 instead, leaving python-pygtk_2.16.0.bb
untouched, I see.

Thanks,
   Antonio

-- 
Antonio Ospite
http://ao2.it

PGP public key ID: 0x4553B001

A: Because it messes up the order in which people normally read text.
   See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

[-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --]

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

end of thread, other threads:[~2010-04-11  7:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-09 19:39 libmokoui2 needs pygtk-codegen-2.0 Antonio Ospite
2010-04-09 20:41 ` Koen Kooi
2010-04-11  7:48   ` Antonio Ospite

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.