All of lore.kernel.org
 help / color / mirror / Atom feed
* gtk+ build failure after create_wrapper commit
@ 2010-10-03  9:26 Koen Kooi
  2010-10-03 15:25 ` Chris Larson
  0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2010-10-03  9:26 UTC (permalink / raw)
  To: openembedded-devel

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

Hi,

Last nights build failed with:

| make[2]: Entering directory
`/OE/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/gtk+-2.20.1-r9.3/gtk+-2.20.1/demos'
| /OE/angstrom-dev/sysroots/x86_64-linux/usr/bin/gdk-pixbuf-csource
- --raw --build-list          \
|               apple_red  ./apple-red.png      \
|                 gnome_foot ./gnome-foot.png   \
|         > test-inline-pixbufs.h                               \
|       || (rm -f test-inline-pixbufs.h && false)
| Usage: gdk-pixbuf-csource [options] [image]
|        gdk-pixbuf-csource [options] --build-list [[name image]...]
|   --stream                   generate pixbuf data stream
|   --struct                   generate GdkPixdata structure
|   --macros                   generate image size/pixel macros
|   --rle                      use one byte run-length-encoding
|   --raw                      provide raw image data copy
|   --extern                   generate extern symbols
|   --static                   generate static symbols
|   --decoder                  provide rle decoder
|   --name=identifier          C macro/variable name
|   --build-list               parse (name, image) pairs
|   -h, --help                 show this help message
|   -v, --version              print version informations
|   --g-fatal-warnings         make warnings fatal (abort)
| make[2]: *** [test-inline-pixbufs.h] Error 1
| make[2]: Leaving directory
`/OE/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/gtk+-2.20.1-r9.3/gtk+-2.20.1/demos'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory
`/OE/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/gtk+-2.20.1-r9.3/gtk+-2.20.1'
| make: *** [all] Error 2

I'll have a better look at work tomorrow, but if anyone has a fix ready,
don't hesitate to speak up :)

regards,

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

iD8DBQFMqExgMkyGM64RGpERAkW4AJ918nh3ikZV5nXWNnISqAgs+b/GFgCgtDd2
K8Ak3KUS6zmqi4V/VaeOBAI=
=56ly
-----END PGP SIGNATURE-----




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

* Re: gtk+ build failure after create_wrapper commit
  2010-10-03  9:26 gtk+ build failure after create_wrapper commit Koen Kooi
@ 2010-10-03 15:25 ` Chris Larson
  2010-10-03 18:39   ` Chris Larson
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Larson @ 2010-10-03 15:25 UTC (permalink / raw)
  To: openembedded-devel

On Sun, Oct 3, 2010 at 2:26 AM, Koen Kooi <k.kooi@student.utwente.nl> wrote:

> Last nights build failed with:
>
> | make[2]: Entering directory
>
> `/OE/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/gtk+-2.20.1-r9.3/gtk+-2.20.1/demos'
> | /OE/angstrom-dev/sysroots/x86_64-linux/usr/bin/gdk-pixbuf-csource
> - --raw --build-list          \
> |               apple_red  ./apple-red.png      \
> |                 gnome_foot ./gnome-foot.png   \
> |         > test-inline-pixbufs.h                               \
> |       || (rm -f test-inline-pixbufs.h && false)
> | Usage: gdk-pixbuf-csource [options] [image]
> |        gdk-pixbuf-csource [options] --build-list [[name image]...]
> |   --stream                   generate pixbuf data stream
> |   --struct                   generate GdkPixdata structure
> |   --macros                   generate image size/pixel macros
> |   --rle                      use one byte run-length-encoding
> |   --raw                      provide raw image data copy
> |   --extern                   generate extern symbols
> |   --static                   generate static symbols
> |   --decoder                  provide rle decoder
> |   --name=identifier          C macro/variable name
> |   --build-list               parse (name, image) pairs
> |   -h, --help                 show this help message
> |   -v, --version              print version informations
> |   --g-fatal-warnings         make warnings fatal (abort)
> | make[2]: *** [test-inline-pixbufs.h] Error 1
> | make[2]: Leaving directory
>
> `/OE/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/gtk+-2.20.1-r9.3/gtk+-2.20.1/demos'
> | make[1]: *** [all-recursive] Error 1
> | make[1]: Leaving directory
>
> `/OE/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/gtk+-2.20.1-r9.3/gtk+-2.20.1'
> | make: *** [all] Error 2
>
> I'll have a better look at work tomorrow, but if anyone has a fix ready,
> don't hesitate to speak up :)
>

Reverted for now, working on a fix.  Sorry about that.  Must have missed
something obvious.
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics


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

* Re: gtk+ build failure after create_wrapper commit
  2010-10-03 15:25 ` Chris Larson
@ 2010-10-03 18:39   ` Chris Larson
  2010-10-03 19:38     ` Koen Kooi
  2010-10-03 20:23     ` Koen Kooi
  0 siblings, 2 replies; 5+ messages in thread
From: Chris Larson @ 2010-10-03 18:39 UTC (permalink / raw)
  To: openembedded-devel

On Sun, Oct 3, 2010 at 8:25 AM, Chris Larson <clarson@kergoth.com> wrote:

>
>
> On Sun, Oct 3, 2010 at 2:26 AM, Koen Kooi <k.kooi@student.utwente.nl>wrote:
>
>> Last nights build failed with:
>>
>> | make[2]: Entering directory
>>
>> `/OE/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/gtk+-2.20.1-r9.3/gtk+-2.20.1/demos'
>> | /OE/angstrom-dev/sysroots/x86_64-linux/usr/bin/gdk-pixbuf-csource
>> - --raw --build-list          \
>> |               apple_red  ./apple-red.png      \
>> |                 gnome_foot ./gnome-foot.png   \
>> |         > test-inline-pixbufs.h                               \
>> |       || (rm -f test-inline-pixbufs.h && false)
>> | Usage: gdk-pixbuf-csource [options] [image]
>> |        gdk-pixbuf-csource [options] --build-list [[name image]...]
>> |   --stream                   generate pixbuf data stream
>> |   --struct                   generate GdkPixdata structure
>> |   --macros                   generate image size/pixel macros
>> |   --rle                      use one byte run-length-encoding
>> |   --raw                      provide raw image data copy
>> |   --extern                   generate extern symbols
>> |   --static                   generate static symbols
>> |   --decoder                  provide rle decoder
>> |   --name=identifier          C macro/variable name
>> |   --build-list               parse (name, image) pairs
>> |   -h, --help                 show this help message
>> |   -v, --version              print version informations
>> |   --g-fatal-warnings         make warnings fatal (abort)
>> | make[2]: *** [test-inline-pixbufs.h] Error 1
>> | make[2]: Leaving directory
>>
>> `/OE/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/gtk+-2.20.1-r9.3/gtk+-2.20.1/demos'
>> | make[1]: *** [all-recursive] Error 1
>> | make[1]: Leaving directory
>>
>> `/OE/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/gtk+-2.20.1-r9.3/gtk+-2.20.1'
>> | make: *** [all] Error 2
>>
>> I'll have a better look at work tomorrow, but if anyone has a fix ready,
>> don't hesitate to speak up :)
>>
>
> Reverted for now, working on a fix.  Sorry about that.  Must have missed
> something obvious.
>

Fixed, confirmed gtk+ builds with it.  Sorry for the hassle.
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics


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

* Re: gtk+ build failure after create_wrapper commit
  2010-10-03 18:39   ` Chris Larson
@ 2010-10-03 19:38     ` Koen Kooi
  2010-10-03 20:23     ` Koen Kooi
  1 sibling, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2010-10-03 19:38 UTC (permalink / raw)
  To: openembedded-devel

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

On 03-10-10 20:39, Chris Larson wrote:
> On Sun, Oct 3, 2010 at 8:25 AM, Chris Larson <clarson@kergoth.com> wrote:
> 
>>
>>
>> On Sun, Oct 3, 2010 at 2:26 AM, Koen Kooi <k.kooi@student.utwente.nl>wrote:
>>
>>> Last nights build failed with:
>>>
>>> | make[2]: Entering directory
>>>
>>> `/OE/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/gtk+-2.20.1-r9.3/gtk+-2.20.1/demos'
>>> | /OE/angstrom-dev/sysroots/x86_64-linux/usr/bin/gdk-pixbuf-csource
>>> - --raw --build-list          \
>>> |               apple_red  ./apple-red.png      \
>>> |                 gnome_foot ./gnome-foot.png   \
>>> |         > test-inline-pixbufs.h                               \
>>> |       || (rm -f test-inline-pixbufs.h && false)
>>> | Usage: gdk-pixbuf-csource [options] [image]
>>> |        gdk-pixbuf-csource [options] --build-list [[name image]...]
>>> |   --stream                   generate pixbuf data stream
>>> |   --struct                   generate GdkPixdata structure
>>> |   --macros                   generate image size/pixel macros
>>> |   --rle                      use one byte run-length-encoding
>>> |   --raw                      provide raw image data copy
>>> |   --extern                   generate extern symbols
>>> |   --static                   generate static symbols
>>> |   --decoder                  provide rle decoder
>>> |   --name=identifier          C macro/variable name
>>> |   --build-list               parse (name, image) pairs
>>> |   -h, --help                 show this help message
>>> |   -v, --version              print version informations
>>> |   --g-fatal-warnings         make warnings fatal (abort)
>>> | make[2]: *** [test-inline-pixbufs.h] Error 1
>>> | make[2]: Leaving directory
>>>
>>> `/OE/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/gtk+-2.20.1-r9.3/gtk+-2.20.1/demos'
>>> | make[1]: *** [all-recursive] Error 1
>>> | make[1]: Leaving directory
>>>
>>> `/OE/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/gtk+-2.20.1-r9.3/gtk+-2.20.1'
>>> | make: *** [all] Error 2
>>>
>>> I'll have a better look at work tomorrow, but if anyone has a fix ready,
>>> don't hesitate to speak up :)
>>>
>>
>> Reverted for now, working on a fix.  Sorry about that.  Must have missed
>> something obvious.
>>
> 
> Fixed, confirmed gtk+ builds with it.  Sorry for the hassle.

Thanks for the quick fix! Looking at the fix I can certainly say that it
wouldn't have occured to me to check wether the wrapper passed args or
not :)

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

iD8DBQFMqNufMkyGM64RGpERAtv0AJwL6NrbJ+HhhHjgWB3bPQ7ai8biXwCgqgu6
1CtgwvTmXrx3tDhV/CNjgcA=
=27Cv
-----END PGP SIGNATURE-----




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

* Re: gtk+ build failure after create_wrapper commit
  2010-10-03 18:39   ` Chris Larson
  2010-10-03 19:38     ` Koen Kooi
@ 2010-10-03 20:23     ` Koen Kooi
  1 sibling, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2010-10-03 20:23 UTC (permalink / raw)
  To: openembedded-devel

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

On 03-10-10 20:39, Chris Larson wrote:
> On Sun, Oct 3, 2010 at 8:25 AM, Chris Larson <clarson@kergoth.com> wrote:
> 
>>
>>
>> On Sun, Oct 3, 2010 at 2:26 AM, Koen Kooi <k.kooi@student.utwente.nl>wrote:
>>
>>> Last nights build failed with:
>>>
>>> | make[2]: Entering directory
>>>
>>> `/OE/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/gtk+-2.20.1-r9.3/gtk+-2.20.1/demos'
>>> | /OE/angstrom-dev/sysroots/x86_64-linux/usr/bin/gdk-pixbuf-csource
>>> - --raw --build-list          \
>>> |               apple_red  ./apple-red.png      \
>>> |                 gnome_foot ./gnome-foot.png   \
>>> |         > test-inline-pixbufs.h                               \
>>> |       || (rm -f test-inline-pixbufs.h && false)
>>> | Usage: gdk-pixbuf-csource [options] [image]
>>> |        gdk-pixbuf-csource [options] --build-list [[name image]...]
>>> |   --stream                   generate pixbuf data stream
>>> |   --struct                   generate GdkPixdata structure
>>> |   --macros                   generate image size/pixel macros
>>> |   --rle                      use one byte run-length-encoding
>>> |   --raw                      provide raw image data copy
>>> |   --extern                   generate extern symbols
>>> |   --static                   generate static symbols
>>> |   --decoder                  provide rle decoder
>>> |   --name=identifier          C macro/variable name
>>> |   --build-list               parse (name, image) pairs
>>> |   -h, --help                 show this help message
>>> |   -v, --version              print version informations
>>> |   --g-fatal-warnings         make warnings fatal (abort)
>>> | make[2]: *** [test-inline-pixbufs.h] Error 1
>>> | make[2]: Leaving directory
>>>
>>> `/OE/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/gtk+-2.20.1-r9.3/gtk+-2.20.1/demos'
>>> | make[1]: *** [all-recursive] Error 1
>>> | make[1]: Leaving directory
>>>
>>> `/OE/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/gtk+-2.20.1-r9.3/gtk+-2.20.1'
>>> | make: *** [all] Error 2
>>>
>>> I'll have a better look at work tomorrow, but if anyone has a fix ready,
>>> don't hesitate to speak up :)
>>>
>>
>> Reverted for now, working on a fix.  Sorry about that.  Must have missed
>> something obvious.
>>
> 
> Fixed, confirmed gtk+ builds with it.  Sorry for the hassle.

It doesn't build everytime for me, sometimes I get:

| make[2]: Entering directory
`/OE/angstrom-dev/work/armv4t-angstrom-linux-gnueabi/gtk+-2.20.1-r10.3/gtk+-2.20.1/demos'
| /OE/angstrom-dev/sysroots/x86_64-linux/usr/bin/gdk-pixbuf-csource
- --raw --build-list          \
|               apple_red  ./apple-red.png      \
|                 gnome_foot ./gnome-foot.png   \
|         > test-inline-pixbufs.h                               \
|       || (rm -f test-inline-pixbufs.h && false)
| failed to load "./apple-red.png": Couldn't recognize the image file
format for file './apple-red.png'

Which seems to suggest that either the pixbug loader conf file isn't
present or the png pixbug loader .so is missing. Going to look at that
tomorrow, it's almost zzzzz time here.

regards,

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

iD8DBQFMqOYtMkyGM64RGpERAgQ3AKC8+YcWVKeX8eTiHYbwOK8gbrEjuQCdE/GA
tyNQcOp/p6nVwucMzBgs1/M=
=WFlj
-----END PGP SIGNATURE-----




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

end of thread, other threads:[~2010-10-03 20:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-03  9:26 gtk+ build failure after create_wrapper commit Koen Kooi
2010-10-03 15:25 ` Chris Larson
2010-10-03 18:39   ` Chris Larson
2010-10-03 19:38     ` Koen Kooi
2010-10-03 20:23     ` Koen Kooi

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.