All of lore.kernel.org
 help / color / mirror / Atom feed
* evolution-data-server and php-native broken by libxml2 upgrade in oe-core
@ 2012-11-22 12:34 Martin Jansa
  2012-11-22 12:38 ` Marcin Juszkiewicz
  2012-11-22 16:35 ` Martin Jansa
  0 siblings, 2 replies; 3+ messages in thread
From: Martin Jansa @ 2012-11-22 12:34 UTC (permalink / raw)
  To: openembedded-devel

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

Just FYI:

meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb
virtual:native:meta-openembedded/meta-oe/recipes-devtools/php/php_5.3.6.bb

are broken after lixml2 upgrade from 2.8.0 to 2.9.0 (oe-core rev
a65ea43e26866ddc60051c52b2eb226507fae346)

They are pretty low priority for me right now, so I'm just sending this
e-mail instead of patches :). 

Hrw is already working on php.

Cheers,

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

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

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

* Re: evolution-data-server and php-native broken by libxml2 upgrade in oe-core
  2012-11-22 12:34 evolution-data-server and php-native broken by libxml2 upgrade in oe-core Martin Jansa
@ 2012-11-22 12:38 ` Marcin Juszkiewicz
  2012-11-22 16:35 ` Martin Jansa
  1 sibling, 0 replies; 3+ messages in thread
From: Marcin Juszkiewicz @ 2012-11-22 12:38 UTC (permalink / raw)
  To: openembedded-devel

W dniu 22.11.2012 13:34, Martin Jansa pisze:
> Just FYI:
> 
> meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb
> virtual:native:meta-openembedded/meta-oe/recipes-devtools/php/php_5.3.6.bb
> 
> are broken after lixml2 upgrade from 2.8.0 to 2.9.0 (oe-core rev
> a65ea43e26866ddc60051c52b2eb226507fae346)
> 
> They are pretty low priority for me right now, so I'm just sending this
> e-mail instead of patches :). 
> 
> Hrw is already working on php.

I was working on php 5.4.8 which builds with this libxml2 version for
native but fails for my armv8 target.




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

* Re: evolution-data-server and php-native broken by libxml2 upgrade in oe-core
  2012-11-22 12:34 evolution-data-server and php-native broken by libxml2 upgrade in oe-core Martin Jansa
  2012-11-22 12:38 ` Marcin Juszkiewicz
@ 2012-11-22 16:35 ` Martin Jansa
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2012-11-22 16:35 UTC (permalink / raw)
  To: openembedded-devel

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

On Thu, Nov 22, 2012 at 01:34:47PM +0100, Martin Jansa wrote:
> Just FYI:
> 
> meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb

newer e-d-s does not have that problem, because they depend on external
libgdata now
http://git.gnome.org/browse/evolution-data-server/commit/servers?h=gnome-2-32&id=28897beab5dcd4aab3586322a96280be92585db6

And here is error from that build:
| arm-oe-linux-gnueabi-libtool: compile:  arm-oe-linux-gnueabi-gcc -march=armv4t -mthumb -mthumb-interwork -mtune=arm920t --sysroot=/OE/jansa-test
/shr-core/tmp-eglibc/sysroots/om-gta02 -DHAVE_CONFIG_H -I. -I../../.. -DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRE
CATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -Wall -Wextra -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parame
ter -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dir
s -Wmissing-noreturn -Wnested-externs -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -fno-strict-aliasing -DG_LOG_DOMAIN=\"libgdata\" -
I../../.. -I../../.. -pthread -I/OE/jansa-test/shr-core/tmp-eglibc/sysroots/om-gta02/usr/include/libsoup-2.4 -I/OE/jansa-test/shr-core/tmp-eglibc/
sysroots/om-gta02/usr/include/libxml2 -I/OE/jansa-test/shr-core/tmp-eglibc/sysroots/om-gta02/usr/include/glib-2.0 -I/OE/jansa-test/shr-core/tmp-eg
libc/sysroots/om-gta02/usr/lib/glib-2.0/include -O2 -pipe -g -feliminate-unused-debug-types -c gdata-service-iface.c  -fPIC -DPIC -o .libs/libgdat
a_1_2_la-gdata-service-iface.o
| gdata-entry.c: In function 'gdata_entry_get_property':
| gdata-entry.c:278:21: warning: variable 'priv' set but not used [-Wunused-but-set-variable]
| gdata-entry.c: In function 'gdata_entry_set_property':
| gdata-entry.c:288:21: warning: variable 'priv' set but not used [-Wunused-but-set-variable]
| gdata-feed.c: In function 'gdata_feed_get_property':
| gdata-feed.c:258:20: warning: variable 'priv' set but not used [-Wunused-but-set-variable]
| gdata-feed.c: In function 'gdata_feed_set_property':
| gdata-feed.c:270:20: warning: variable 'priv' set but not used [-Wunused-but-set-variable]
| gdata-entry.c: In function 'gdata_entry_new_from_xmlptr':
| gdata-entry.c:880:46: error: dereferencing pointer to incomplete type
| gdata-entry.c:882:44: error: dereferencing pointer to incomplete type
| gdata-feed.c: In function 'gdata_feed_generate_xml':
| gdata-feed.c:580:25: warning: variable 'ns_gcal' set but not used [-Wunused-but-set-variable]
| gdata-feed.c:580:18: warning: variable 'ns_gd' set but not used [-Wunused-but-set-variable]
| gdata-feed.c:580:11: warning: variable 'ns_os' set but not used [-Wunused-but-set-variable]
| gdata-entry.c: In function 'gdata_entry_generate_xml':
| gdata-entry.c:1054:11: warning: variable 'ns' set but not used [-Wunused-but-set-variable]
| gdata-entry.c: In function 'gdata_entry_get_description':
| gdata-entry.c:1244:21: warning: variable 'priv' set but not used [-Wunused-but-set-variable]
| make[4]: *** [libgdata_1_2_la-gdata-entry.lo] Error 1
| make[4]: *** Waiting for unfinished jobs....
| make[4]: Leaving directory `/OE/jansa-test/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/evolution-data-server/2.30+git1+3ca578d968d09785933ebbb45b66b3bccdbd5832-r3/git/servers/google/libgdata'


> virtual:native:meta-openembedded/meta-oe/recipes-devtools/php/php_5.3.6.bb
> 
> are broken after lixml2 upgrade from 2.8.0 to 2.9.0 (oe-core rev
> a65ea43e26866ddc60051c52b2eb226507fae346)
> 
> They are pretty low priority for me right now, so I'm just sending this
> e-mail instead of patches :). 
> 
> Hrw is already working on php.
> 
> Cheers,
> 
> -- 
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com



-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

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

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

end of thread, other threads:[~2012-11-22 16:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-22 12:34 evolution-data-server and php-native broken by libxml2 upgrade in oe-core Martin Jansa
2012-11-22 12:38 ` Marcin Juszkiewicz
2012-11-22 16:35 ` Martin Jansa

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.