All of lore.kernel.org
 help / color / mirror / Atom feed
* eds-dbus failure
@ 2011-01-28  5:19 Zhang, Jessica
  2011-01-28  7:11 ` Zhai, Edwin
  0 siblings, 1 reply; 4+ messages in thread
From: Zhang, Jessica @ 2011-01-28  5:19 UTC (permalink / raw)
  To: poky@yoctoproject.org


[-- Attachment #1.1: Type: text/plain, Size: 748 bytes --]

I'm building poky-image-sato-sdk against latest poky master and it failed on
eds-dbus_git.bb.  After I did "bitbake -c cleanall eds-dbus" and tried
"bitbake eds-dbus", now the failure is:
 
configure: error: Package requirements (glib-2.0 >= 2.16.1
        gtk+-2.0 >= 2.18.0
        gconf-2.0 >= 2.0.0
        libxml-2.0 >= 2.0.0
        libsoup-2.4 >= 2.3.0) were not met:
 
Requested 'gtk+-2.0 >= 2.18.0' but version of GTK+ is 2.16.6
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
 
Alternatively, you may set the environment variables GNOME_PLATFORM_CFLAGS
and GNOME_PLATFORM_LIBS to avoid the need to call pkg-config.

Any idea?
 
Thanks,
Jessica
 
 

[-- Attachment #1.2: Type: text/html, Size: 2228 bytes --]

[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 8455 bytes --]

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

* Re: eds-dbus failure
  2011-01-28  5:19 eds-dbus failure Zhang, Jessica
@ 2011-01-28  7:11 ` Zhai, Edwin
  2011-01-28  7:20   ` Zhang, Jessica
  0 siblings, 1 reply; 4+ messages in thread
From: Zhai, Edwin @ 2011-01-28  7:11 UTC (permalink / raw)
  To: Zhang, Jessica; +Cc: poky

Jessica,
Are you in latest master? Do you have my upgrade of gtk+ to 2.22.1? I 
just curious why you get 2.6.16, which is obsolete recipe should not be 
built.
What's the version of finally built gtk+ in your system?


I have made a commit to remove all the old gtk+ recipes, but seemed got 
rejected...


Zhang, Jessica wrote:
> I'm building poky-image-sato-sdk against latest poky master and it 
> failed on eds-dbus_git.bb. After I did "bitbake -c cleanall eds-dbus" 
> and tried "bitbake eds-dbus", now the failure is:
> configure: error: Package requirements (glib-2.0 >= 2.16.1
> gtk+-2.0 >= 2.18.0
> gconf-2.0 >= 2.0.0
> libxml-2.0 >= 2.0.0
> libsoup-2.4 >= 2.3.0) were not met:
> Requested 'gtk+-2.0 >= 2.18.0' but version of GTK+ is 2.16.6
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
> Alternatively, you may set the environment variables GNOME_PLATFORM_CFLAGS
> and GNOME_PLATFORM_LIBS to avoid the need to call pkg-config.
> Any idea?
> Thanks,
> Jessica


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

* Re: eds-dbus failure
  2011-01-28  7:11 ` Zhai, Edwin
@ 2011-01-28  7:20   ` Zhang, Jessica
  2011-01-28  7:23     ` Zhai, Edwin
  0 siblings, 1 reply; 4+ messages in thread
From: Zhang, Jessica @ 2011-01-28  7:20 UTC (permalink / raw)
  To: Zhai, Edwin; +Cc: poky@yoctoproject.org

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

Zhai, Edwin wrote:
> Jessica,
> Are you in latest master? Do you have my upgrade of gtk+ to 2.22.1? I
> just curious why you get 2.6.16, which is obsolete recipe should not
> be built.
> What's the version of finally built gtk+ in your system?
>
>
> I have made a commit to remove all the old gtk+ recipes, but seemed
> got rejected...
>

It's very likely due to my build environment is totally messed up even
though I was on the latest master.  I just wiped out everything and kick off
a new build from scratch.  I'll report back if I still run into the same
issue...

Thanks,
Jessica
>
> Zhang, Jessica wrote:
>> I'm building poky-image-sato-sdk against latest poky master and it
>> failed on eds-dbus_git.bb. After I did "bitbake -c cleanall eds-dbus"
>> and tried "bitbake eds-dbus", now the failure is:
>> configure: error: Package requirements (glib-2.0 >= 2.16.1
>> gtk+-2.0 >= 2.18.0
>> gconf-2.0 >= 2.0.0
>> libxml-2.0 >= 2.0.0
>> libsoup-2.4 >= 2.3.0) were not met:
>> Requested 'gtk+-2.0 >= 2.18.0' but version of GTK+ is 2.16.6
>> Consider adjusting the PKG_CONFIG_PATH environment variable if you
>> installed software in a non-standard prefix.
>> Alternatively, you may set the environment variables
>> GNOME_PLATFORM_CFLAGS and GNOME_PLATFORM_LIBS to avoid the need to
>> call pkg-config.
>> Any idea?
>> Thanks,
>> Jessica

[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 8455 bytes --]

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

* Re: eds-dbus failure
  2011-01-28  7:20   ` Zhang, Jessica
@ 2011-01-28  7:23     ` Zhai, Edwin
  0 siblings, 0 replies; 4+ messages in thread
From: Zhai, Edwin @ 2011-01-28  7:23 UTC (permalink / raw)
  To: Zhang, Jessica; +Cc: poky

ok,
Let me know if you still has such issue.
Thanks,
edwin


Zhang, Jessica wrote:
> Zhai, Edwin wrote:
>   
>> Jessica,
>> Are you in latest master? Do you have my upgrade of gtk+ to 2.22.1? I
>> just curious why you get 2.6.16, which is obsolete recipe should not
>> be built.
>> What's the version of finally built gtk+ in your system?
>>
>>
>> I have made a commit to remove all the old gtk+ recipes, but seemed
>> got rejected...
>>
>>     
>
> It's very likely due to my build environment is totally messed up even
> though I was on the latest master.  I just wiped out everything and kick off
> a new build from scratch.  I'll report back if I still run into the same
> issue...
>
> Thanks,
> Jessica
>   
>> Zhang, Jessica wrote:
>>     
>>> I'm building poky-image-sato-sdk against latest poky master and it
>>> failed on eds-dbus_git.bb. After I did "bitbake -c cleanall eds-dbus"
>>> and tried "bitbake eds-dbus", now the failure is:
>>> configure: error: Package requirements (glib-2.0 >= 2.16.1
>>> gtk+-2.0 >= 2.18.0
>>> gconf-2.0 >= 2.0.0
>>> libxml-2.0 >= 2.0.0
>>> libsoup-2.4 >= 2.3.0) were not met:
>>> Requested 'gtk+-2.0 >= 2.18.0' but version of GTK+ is 2.16.6
>>> Consider adjusting the PKG_CONFIG_PATH environment variable if you
>>> installed software in a non-standard prefix.
>>> Alternatively, you may set the environment variables
>>> GNOME_PLATFORM_CFLAGS and GNOME_PLATFORM_LIBS to avoid the need to
>>> call pkg-config.
>>> Any idea?
>>> Thanks,
>>> Jessica
>>>       


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

end of thread, other threads:[~2011-01-28  7:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-28  5:19 eds-dbus failure Zhang, Jessica
2011-01-28  7:11 ` Zhai, Edwin
2011-01-28  7:20   ` Zhang, Jessica
2011-01-28  7:23     ` Zhai, Edwin

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.