All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 01/12] gnome-power-management: add gnome-doc-utils dependency
@ 2013-08-09  8:54 Martin Jansa
  2013-08-09  8:54 ` [meta-oe][PATCH 02/12] goffice: add librsvg dependency Martin Jansa
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Martin Jansa @ 2013-08-09  8:54 UTC (permalink / raw)
  To: openembedded-devel

* configure: error: gnome-doc-utils >= 0.3.2 not found

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb
index aac6b6c..dabd5e7 100644
--- a/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 PR = "r4"
 
-DEPENDS = "glib-2.0 gtk+ gconf libgnome-keyring dbus dbus-glib libnotify libwnck cairo libunique xrandr virtual/libx11 libxrender libcanberra upower"
+DEPENDS = "glib-2.0 gtk+ gconf libgnome-keyring dbus dbus-glib libnotify libwnck cairo libunique xrandr virtual/libx11 libxrender libcanberra upower gnome-doc-utils"
 RRECOMMENDS_${PN} += "gnome-keyring"
 
 inherit gnome
-- 
1.8.3.2



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

* [meta-oe][PATCH 02/12] goffice: add librsvg dependency
  2013-08-09  8:54 [meta-oe][PATCH 01/12] gnome-power-management: add gnome-doc-utils dependency Martin Jansa
@ 2013-08-09  8:54 ` Martin Jansa
  2013-08-09  8:54 ` [meta-oe][PATCH 03/12] libgtop: add dependency on intltool-native Martin Jansa
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 17+ messages in thread
From: Martin Jansa @ 2013-08-09  8:54 UTC (permalink / raw)
  To: openembedded-devel

* No package 'librsvg-2.0' found

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-gnome/recipes-support/goffice/goffice_0.10.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb b/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb
index 5b46d99..098e275 100644
--- a/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb
+++ b/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb
@@ -3,7 +3,7 @@ DESCRIPTION="Gnome Office Library"
 LICENSE="GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=6dc33ff21e1ba1ac1a2a1069d361e29e"
 
-DEPENDS = "libxml-parser-perl-native glib-2.0 gtk+3 pango cairo libgsf libpcre libxml2 libart-lgpl"
+DEPENDS = "libxml-parser-perl-native glib-2.0 gtk+3 pango cairo libgsf libpcre libxml2 libart-lgpl librsvg"
 
 inherit gnome pkgconfig perlnative
 
-- 
1.8.3.2



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

* [meta-oe][PATCH 03/12] libgtop: add dependency on intltool-native
  2013-08-09  8:54 [meta-oe][PATCH 01/12] gnome-power-management: add gnome-doc-utils dependency Martin Jansa
  2013-08-09  8:54 ` [meta-oe][PATCH 02/12] goffice: add librsvg dependency Martin Jansa
@ 2013-08-09  8:54 ` Martin Jansa
  2013-08-09  8:54 ` [meta-oe][PATCH 04/12] mysql-python: add dependency on mysql Martin Jansa
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 17+ messages in thread
From: Martin Jansa @ 2013-08-09  8:54 UTC (permalink / raw)
  To: openembedded-devel

* | NOTE: Executing intltoolize --copy --force --automake
    libgtop/2.28.2-r0/temp/run.do_configure.20714: intltoolize: not found

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-gnome/recipes-gnome/libgtop/libgtop_2.28.2.bb | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/meta-gnome/recipes-gnome/libgtop/libgtop_2.28.2.bb b/meta-gnome/recipes-gnome/libgtop/libgtop_2.28.2.bb
index e95db38..b6a8869 100644
--- a/meta-gnome/recipes-gnome/libgtop/libgtop_2.28.2.bb
+++ b/meta-gnome/recipes-gnome/libgtop/libgtop_2.28.2.bb
@@ -6,7 +6,4 @@ inherit gnome lib_package
 SRC_URI[archive.md5sum] = "ed44d736efd97d062b77621de6aff439"
 SRC_URI[archive.sha256sum] = "49958d7da1f76b257bfd0d557d8ed2b218a5ab0d31b59fed1c32ddf2a1529f5d"
 
-DEPENDS = "glib-2.0"
-
-
-
+DEPENDS = "glib-2.0 intltool-native"
-- 
1.8.3.2



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

* [meta-oe][PATCH 04/12] mysql-python: add dependency on mysql
  2013-08-09  8:54 [meta-oe][PATCH 01/12] gnome-power-management: add gnome-doc-utils dependency Martin Jansa
  2013-08-09  8:54 ` [meta-oe][PATCH 02/12] goffice: add librsvg dependency Martin Jansa
  2013-08-09  8:54 ` [meta-oe][PATCH 03/12] libgtop: add dependency on intltool-native Martin Jansa
@ 2013-08-09  8:54 ` Martin Jansa
  2013-08-09  8:54 ` [meta-oe][PATCH 05/12] libwnck(3): add PACKAGECONFIG for startup-notification Martin Jansa
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 17+ messages in thread
From: Martin Jansa @ 2013-08-09  8:54 UTC (permalink / raw)
  To: openembedded-devel

* fails without mysql_config:
  ERROR: Function failed: do_compile (log file is located at mysql-python/1.2.4-r0/temp/log.do_compile.29833)
  ERROR: Logfile of failure stored in: mysql-python/1.2.4-r0/temp/log.do_compile.29833
  Log data follows:
  | DEBUG: Executing shell function do_compile
  | sh: 1: mysql_config: not found
  | Traceback (most recent call last):
  |   File "setup.py", line 18, in <module>
  |     metadata, options = get_config()
  |   File "mysql-python/1.2.4-r0/MySQL-python-1.2.4/setup_posix.py", line 43, in get_config
  |     libs = mysql_config("libs_r")
  |   File "mysql-python/1.2.4-r0/MySQL-python-1.2.4/setup_posix.py", line 25, in mysql_config
  |     raise EnvironmentError("%s not found" % (mysql_config.path,))
  | EnvironmentError: mysql_config not found
  | ERROR: python setup.py build_ext execution failed.
  | ERROR: Function failed: do_compile (log file is located at mysql-python/1.2.4-r0/temp/log.do_compile.29833)
  NOTE: recipe mysql-python-1.2.4-r0: task do_compile: Failed
  ERROR: Task 6 (meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb, do_compile) failed with exit code '1'

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb b/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb
index 37ad21c..678f17c 100644
--- a/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb
+++ b/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb
@@ -4,6 +4,8 @@ SECTION = "devel/python"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://GPL-2.0;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
+DEPENDS = "mysql5"
+
 PR = "r0"
 SRCNAME = "MySQL-python"
 
-- 
1.8.3.2



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

* [meta-oe][PATCH 05/12] libwnck(3): add PACKAGECONFIG for startup-notification
  2013-08-09  8:54 [meta-oe][PATCH 01/12] gnome-power-management: add gnome-doc-utils dependency Martin Jansa
                   ` (2 preceding siblings ...)
  2013-08-09  8:54 ` [meta-oe][PATCH 04/12] mysql-python: add dependency on mysql Martin Jansa
@ 2013-08-09  8:54 ` Martin Jansa
  2013-08-09  9:18   ` Burton, Ross
  2013-08-09  8:54 ` [meta-oe][PATCH 06/12] llvm2: add dependency on perl-native Martin Jansa
                   ` (6 subsequent siblings)
  10 siblings, 1 reply; 17+ messages in thread
From: Martin Jansa @ 2013-08-09  8:54 UTC (permalink / raw)
  To: openembedded-devel

* it's autodetected from sysroot and couple of packages are failing
  when pkg-config is trying to use libwnck*.pc without
  startup-notification in sysroot

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb | 3 +++
 meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb
index e54b8d3..20c100a 100644
--- a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb
+++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb
@@ -9,6 +9,9 @@ DEPENDS = "gobject-introspection-stub gtk+3 gdk-pixbuf-native"
 
 PR = "r1"
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
+
 inherit gnome
 SRC_URI[archive.md5sum] = "e4ea87320dd0600a81c50186e3804aae"
 SRC_URI[archive.sha256sum] = "4946b612c22d53238810d431f1b05c21f073f201edfd247ff74e2fa228618083"
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb b/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb
index 935d4a3..03fbcf5 100644
--- a/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb
+++ b/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb
@@ -7,6 +7,9 @@ PR = "r2"
 SECTION = "x11/libs"
 DEPENDS = "gobject-introspection-stub gtk+ gdk-pixbuf-native"
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
+
 inherit gnome
 SRC_URI[archive.md5sum] = "4162d5b96151e6d24ec02ae3a822203c"
 SRC_URI[archive.sha256sum] = "56b6681e89cd45491bb640165d62276d81369a08974042b26645dc1e0e954cc1"
-- 
1.8.3.2



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

* [meta-oe][PATCH 06/12] llvm2: add dependency on perl-native
  2013-08-09  8:54 [meta-oe][PATCH 01/12] gnome-power-management: add gnome-doc-utils dependency Martin Jansa
                   ` (3 preceding siblings ...)
  2013-08-09  8:54 ` [meta-oe][PATCH 05/12] libwnck(3): add PACKAGECONFIG for startup-notification Martin Jansa
@ 2013-08-09  8:54 ` Martin Jansa
  2013-08-09  8:54 ` [meta-oe][PATCH 07/12] start-stop-daemon: add dependency on ncurses Martin Jansa
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 17+ messages in thread
From: Martin Jansa @ 2013-08-09  8:54 UTC (permalink / raw)
  To: openembedded-devel

* it fails without it:
  | -- Could NOT find Perl (missing:  PERL_EXECUTABLE)
  | CMake Error at tools/llvm-config/CMakeLists.txt:5 (message):
  |   Perl required but not found!

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-core/llvm/llvm2.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-core/llvm/llvm2.inc b/meta-oe/recipes-core/llvm/llvm2.inc
index 8765a76..f683fc3 100644
--- a/meta-oe/recipes-core/llvm/llvm2.inc
+++ b/meta-oe/recipes-core/llvm/llvm2.inc
@@ -1,4 +1,4 @@
-DEPENDS = "llvm${LLVM_RELEASE}-native llvm-common"
+DEPENDS = "llvm${LLVM_RELEASE}-native llvm-common perl-native"
 DEPENDS_class-native = "llvm-common-native cmake-native"
 
 SRC_URI = "http://llvm.org/releases/${PV}/llvm-${PV}.tgz"
-- 
1.8.3.2



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

* [meta-oe][PATCH 07/12] start-stop-daemon: add dependency on ncurses
  2013-08-09  8:54 [meta-oe][PATCH 01/12] gnome-power-management: add gnome-doc-utils dependency Martin Jansa
                   ` (4 preceding siblings ...)
  2013-08-09  8:54 ` [meta-oe][PATCH 06/12] llvm2: add dependency on perl-native Martin Jansa
@ 2013-08-09  8:54 ` Martin Jansa
  2013-08-09  8:54 ` [meta-oe][PATCH 08/12] subsurface: add dependency on gconf Martin Jansa
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 17+ messages in thread
From: Martin Jansa @ 2013-08-09  8:54 UTC (permalink / raw)
  To: openembedded-devel

* fails without:
  | configure: error: no curses library found
  | Configure failed. The contents of all config.log files follows to aid debugging

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb b/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb
index f8a1ef4..06db8c4 100644
--- a/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb
+++ b/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb
@@ -3,6 +3,7 @@ package"
 LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://utils/start-stop-daemon.c;md5=a963623e4588f70122865aaa7a370ce4"
 # start-stop-daemon is usually shipped by dpkg
+DEPENDS = "ncurses"
 RCONFLICS_${PN} = "dpkg" 
 PR = "r0"
 
-- 
1.8.3.2



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

* [meta-oe][PATCH 08/12] subsurface: add dependency on gconf
  2013-08-09  8:54 [meta-oe][PATCH 01/12] gnome-power-management: add gnome-doc-utils dependency Martin Jansa
                   ` (5 preceding siblings ...)
  2013-08-09  8:54 ` [meta-oe][PATCH 07/12] start-stop-daemon: add dependency on ncurses Martin Jansa
@ 2013-08-09  8:54 ` Martin Jansa
  2013-08-09  8:54 ` [meta-oe][PATCH 09/12] tumbler: add dependency on xfce4-dev-tools Martin Jansa
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 17+ messages in thread
From: Martin Jansa @ 2013-08-09  8:54 UTC (permalink / raw)
  To: openembedded-devel

* fails without
  | Package gconf-2.0 was not found in the pkg-config search path.
  | Perhaps you should add the directory containing `gconf-2.0.pc'
  | to the PKG_CONFIG_PATH environment variable
  | No package 'gconf-2.0' found
  | main.c:7:32: fatal error: gconf/gconf-client.h: No such file or directory
  |  #include <gconf/gconf-client.h>

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-extended/subsurface/subsurface_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/subsurface/subsurface_git.bb b/meta-oe/recipes-extended/subsurface/subsurface_git.bb
index 8cdbf00..20cc5ac 100644
--- a/meta-oe/recipes-extended/subsurface/subsurface_git.bb
+++ b/meta-oe/recipes-extended/subsurface/subsurface_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Subsurface is an open source dive log program."
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-DEPENDS = "libdivecomputer gtk+ libxml2 glib-2.0"
+DEPENDS = "libdivecomputer gtk+ libxml2 glib-2.0 gconf"
 
 inherit gtk-icon-cache
 
-- 
1.8.3.2



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

* [meta-oe][PATCH 09/12] tumbler: add dependency on xfce4-dev-tools
  2013-08-09  8:54 [meta-oe][PATCH 01/12] gnome-power-management: add gnome-doc-utils dependency Martin Jansa
                   ` (6 preceding siblings ...)
  2013-08-09  8:54 ` [meta-oe][PATCH 08/12] subsurface: add dependency on gconf Martin Jansa
@ 2013-08-09  8:54 ` Martin Jansa
  2013-08-12 11:45   ` Andreas Müller
  2013-08-09  8:54 ` [meta-oe][PATCH 10/12] uhd: add dependency on ncurses Martin Jansa
                   ` (2 subsequent siblings)
  10 siblings, 1 reply; 17+ messages in thread
From: Martin Jansa @ 2013-08-09  8:54 UTC (permalink / raw)
  To: openembedded-devel

* tumbler configure needs XDT_I18N macro provided by xfce4-dev-tools
  | tumbler-0.1.29/configure: line 13752: syntax error near unexpected token `$linguas'
  | tumbler-0.1.29/configure: line 13752: `XDT_I18N($linguas)'
  | Configure failed. The contents of all config.log files follows to aid debugging

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb
index fd28e84..286dad2 100644
--- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb
+++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb
@@ -2,7 +2,7 @@ DESCRIPTION="Thumbnail service implementing the thumbnail management D-Bus speci
 SECTION = "x11/libs"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl"
+DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl xfce4-dev-tools"
 
 inherit xfce
 
-- 
1.8.3.2



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

* [meta-oe][PATCH 10/12] uhd: add dependency on ncurses
  2013-08-09  8:54 [meta-oe][PATCH 01/12] gnome-power-management: add gnome-doc-utils dependency Martin Jansa
                   ` (7 preceding siblings ...)
  2013-08-09  8:54 ` [meta-oe][PATCH 09/12] tumbler: add dependency on xfce4-dev-tools Martin Jansa
@ 2013-08-09  8:54 ` Martin Jansa
  2013-08-09 12:13   ` Philip Balister
  2013-08-09  8:54 ` [meta-oe][PATCH 11/12] webkit-efl: add dependency on gstreamer Martin Jansa
  2013-08-09  8:54 ` [meta-oe][PATCH 12/12] xfce4-icon-theme: add dependency on intltool-native Martin Jansa
  10 siblings, 1 reply; 17+ messages in thread
From: Martin Jansa @ 2013-08-09  8:54 UTC (permalink / raw)
  To: openembedded-devel

* when it's not found in target sysroots it's trying to use native one
  | cd uhd/1_3.5.3-r3.0/git/host/build/examples && sysroots/x86_64-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/rx_ascii_art_dft.dir/link.txt --verbose=1
  | sysroots/x86_64-linux/usr/bin/armv5te-oe-linux-gnueabi/arm-oe-linux-gnueabi-g++    -march=armv5te -marm -mthumb-interwork  --sysroot=sysroots/qemuarm  -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -fpermissive -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -DNDEBUG  -march=armv5te -marm -mthumb-interwork  --sysroot=sysroots/qemuarm  -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/rx_ascii_art_dft.dir/rx_ascii_art_dft.cpp.o  -o rx_ascii_art_dft
  -Lsysroots/x86_64-linux/usr/lib -rdynamic ../lib/libuhd.so.003.005 -lcurses sysroots/x86_64-linux/usr/lib/libform.so -lboost_date_time-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_regex-mt -lboost_system-mt -lboost_thread-mt -lboost_unit_test_framework -lrt -lusb-1.0 -lpthread -ldl -Wl,-rpath,uhd/1_3.5.3-r3.0/git/host/build/lib:sysroots/x86_64-linux/usr/lib:
  | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: error: sysroots/x86_64-linux/usr/lib/libform.so: incompatible target
  | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: warning: skipping incompatible sysroots/x86_64-linux/usr/lib/libncurses.so.5 while searching for libncurses.so.5
  | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: warning: skipping incompatible sysroots/x86_64-linux/usr/lib/libncurses.so.5 while searching for libncurses.so.5
  | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: error: cannot find libncurses.so.5
  | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: warning: skipping incompatible sysroots/x86_64-linux/usr/lib/libtinfo.so while searching for tinfo
  | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: error: cannot find -ltinfo
  | uhd/1_3.5.3-r3.0/git/host/examples/rx_ascii_art_dft.cpp:149: error: undefined reference to 'initscr'

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-connectivity/uhd/uhd.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/uhd/uhd.inc b/meta-oe/recipes-connectivity/uhd/uhd.inc
index d3cc4c8..476b763 100644
--- a/meta-oe/recipes-connectivity/uhd/uhd.inc
+++ b/meta-oe/recipes-connectivity/uhd/uhd.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.ettus.com"
 LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=51b35d652c070d136bf20244494be2d3"
 
-DEPENDS = "git-native python-cheetah-native boost libusb1 uhd-firmware orc-native"
+DEPENDS = "git-native python-cheetah-native boost libusb1 uhd-firmware orc-native ncurses"
 RDEPENDS_${PN} += "uhd-firmware"
 
 PE = "1"
-- 
1.8.3.2



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

* [meta-oe][PATCH 11/12] webkit-efl: add dependency on gstreamer
  2013-08-09  8:54 [meta-oe][PATCH 01/12] gnome-power-management: add gnome-doc-utils dependency Martin Jansa
                   ` (8 preceding siblings ...)
  2013-08-09  8:54 ` [meta-oe][PATCH 10/12] uhd: add dependency on ncurses Martin Jansa
@ 2013-08-09  8:54 ` Martin Jansa
  2013-08-09  8:54 ` [meta-oe][PATCH 12/12] xfce4-icon-theme: add dependency on intltool-native Martin Jansa
  10 siblings, 0 replies; 17+ messages in thread
From: Martin Jansa @ 2013-08-09  8:54 UTC (permalink / raw)
  To: openembedded-devel

* fails without it:
  | -- checking for module 'gstreamer-0.10'
  | --   package 'gstreamer-0.10' not found
  | -- checking for module 'gstreamer-base-0.10'
  | --   package 'gstreamer-base-0.10' not found
  | -- checking for module 'gstreamer-app-0.10'
  | --   package 'gstreamer-app-0.10' not found
  | -- checking for module 'gstreamer-audio-0.10'
  | --   package 'gstreamer-audio-0.10' not found
  | -- checking for module 'gstreamer-fft-0.10'
  | --   package 'gstreamer-fft-0.10' not found
  | -- checking for module 'gstreamer-interfaces-0.10'
  | --   package 'gstreamer-interfaces-0.10' not found
  | -- checking for module 'gstreamer-pbutils-0.10'
  | --   package 'gstreamer-pbutils-0.10' not found
  | -- checking for module 'gstreamer-video-0.10'
  | --   package 'gstreamer-video-0.10' not found
  | CMake Error at cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
  |   Could NOT find GStreamer (missing: GSTREAMER_INCLUDE_DIRS

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-efl/recipes-efl/webkit/webkit-efl_svn.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb b/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb
index cf6fba7..2a047b8 100644
--- a/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb
+++ b/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://Source/WebKit/LICENSE;md5=4646f90082c40bcf298c285f8ba
 
 DEPENDS = "icu libxslt sqlite3 gperf-native bison-native flex-native jpeg \
            libpng libxt fontconfig cairo freetype glib-2.0 libsoup-2.4 \
-           libxml2 pango eina ecore evas edje edbus"
+           libxml2 pango eina ecore evas edje edbus gstreamer"
 
 # 120145 and 122103 introduces dependency on libsoup-2.39.3 and glib-networking-2.33.2
 SRCREV = "120144"
-- 
1.8.3.2



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

* [meta-oe][PATCH 12/12] xfce4-icon-theme: add dependency on intltool-native
  2013-08-09  8:54 [meta-oe][PATCH 01/12] gnome-power-management: add gnome-doc-utils dependency Martin Jansa
                   ` (9 preceding siblings ...)
  2013-08-09  8:54 ` [meta-oe][PATCH 11/12] webkit-efl: add dependency on gstreamer Martin Jansa
@ 2013-08-09  8:54 ` Martin Jansa
  10 siblings, 0 replies; 17+ messages in thread
From: Martin Jansa @ 2013-08-09  8:54 UTC (permalink / raw)
  To: openembedded-devel

* fails without it:
  | NOTE: Executing intltoolize --copy --force --automake
  | xfce4-icon-theme/4.4.3-r0/temp/run.do_configure.2826:
    intltoolize: not found
  | ERROR: Function failed: do_configure (log file is located at
    xfce4-icon-theme/4.4.3-r0/temp/log.do_configure.2826)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-xfce/recipes-art/xfce4-icon-theme/xfce4-icon-theme_4.4.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-xfce/recipes-art/xfce4-icon-theme/xfce4-icon-theme_4.4.3.bb b/meta-xfce/recipes-art/xfce4-icon-theme/xfce4-icon-theme_4.4.3.bb
index 37f88af..f6a9d2b 100644
--- a/meta-xfce/recipes-art/xfce4-icon-theme/xfce4-icon-theme_4.4.3.bb
+++ b/meta-xfce/recipes-art/xfce4-icon-theme/xfce4-icon-theme_4.4.3.bb
@@ -3,6 +3,8 @@ SECTION = "x11/wm"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
+DEPENDS = "intltool-native"
+
 inherit xfce
 
 SRC_URI = "http://archive.xfce.org/src/art/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2"
-- 
1.8.3.2



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

* Re: [meta-oe][PATCH 05/12] libwnck(3): add PACKAGECONFIG for startup-notification
  2013-08-09  8:54 ` [meta-oe][PATCH 05/12] libwnck(3): add PACKAGECONFIG for startup-notification Martin Jansa
@ 2013-08-09  9:18   ` Burton, Ross
  2013-08-09 11:50     ` Martin Jansa
  0 siblings, 1 reply; 17+ messages in thread
From: Burton, Ross @ 2013-08-09  9:18 UTC (permalink / raw)
  To: openembedded-devel

On 9 August 2013 09:54, Martin Jansa <martin.jansa@gmail.com> wrote:
> * it's autodetected from sysroot and couple of packages are failing
>   when pkg-config is trying to use libwnck*.pc without
>   startup-notification in sysroot

Why not enable this by default?  People who have no need for
startup-notification can disable it, but this could be surprisingly
hard to debug if someone tries building e.g. GNOME and wonders why
they don't have any startup notification hints.

Ross


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

* Re: [meta-oe][PATCH 05/12] libwnck(3): add PACKAGECONFIG for startup-notification
  2013-08-09  9:18   ` Burton, Ross
@ 2013-08-09 11:50     ` Martin Jansa
  2013-08-09 12:09       ` Otavio Salvador
  0 siblings, 1 reply; 17+ messages in thread
From: Martin Jansa @ 2013-08-09 11:50 UTC (permalink / raw)
  To: openembedded-devel

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

On Fri, Aug 09, 2013 at 10:18:41AM +0100, Burton, Ross wrote:
> On 9 August 2013 09:54, Martin Jansa <martin.jansa@gmail.com> wrote:
> > * it's autodetected from sysroot and couple of packages are failing
> >   when pkg-config is trying to use libwnck*.pc without
> >   startup-notification in sysroot
> 
> Why not enable this by default?  People who have no need for
> startup-notification can disable it, but this could be surprisingly
> hard to debug if someone tries building e.g. GNOME and wonders why
> they don't have any startup notification hints.

I don't have any preference, I was just interested in making it
explicit. I'll change it to enabled by default in branch.

Thanks

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

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

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

* Re: [meta-oe][PATCH 05/12] libwnck(3): add PACKAGECONFIG for startup-notification
  2013-08-09 11:50     ` Martin Jansa
@ 2013-08-09 12:09       ` Otavio Salvador
  0 siblings, 0 replies; 17+ messages in thread
From: Otavio Salvador @ 2013-08-09 12:09 UTC (permalink / raw)
  To: OpenEmbedded Devel List

On Fri, Aug 9, 2013 at 8:50 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Fri, Aug 09, 2013 at 10:18:41AM +0100, Burton, Ross wrote:
>> On 9 August 2013 09:54, Martin Jansa <martin.jansa@gmail.com> wrote:
>> > * it's autodetected from sysroot and couple of packages are failing
>> >   when pkg-config is trying to use libwnck*.pc without
>> >   startup-notification in sysroot
>>
>> Why not enable this by default?  People who have no need for
>> startup-notification can disable it, but this could be surprisingly
>> hard to debug if someone tries building e.g. GNOME and wonders why
>> they don't have any startup notification hints.
>
> I don't have any preference, I was just interested in making it
> explicit. I'll change it to enabled by default in branch.

I agree with Ross here as well.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: [meta-oe][PATCH 10/12] uhd: add dependency on ncurses
  2013-08-09  8:54 ` [meta-oe][PATCH 10/12] uhd: add dependency on ncurses Martin Jansa
@ 2013-08-09 12:13   ` Philip Balister
  0 siblings, 0 replies; 17+ messages in thread
From: Philip Balister @ 2013-08-09 12:13 UTC (permalink / raw)
  To: openembedded-devel

Acked-by: Philip Balister <philip@balister.org>

Thanks for catching this Martin!

Philip

On 08/09/2013 04:54 AM, Martin Jansa wrote:
> * when it's not found in target sysroots it's trying to use native one
>   | cd uhd/1_3.5.3-r3.0/git/host/build/examples && sysroots/x86_64-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/rx_ascii_art_dft.dir/link.txt --verbose=1
>   | sysroots/x86_64-linux/usr/bin/armv5te-oe-linux-gnueabi/arm-oe-linux-gnueabi-g++    -march=armv5te -marm -mthumb-interwork  --sysroot=sysroots/qemuarm  -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -fpermissive -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -DNDEBUG  -march=armv5te -marm -mthumb-interwork  --sysroot=sysroots/qemuarm  -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/rx_ascii_art_dft.dir/rx_ascii_art_dft.cpp.o  -o rx_ascii_art_dft
>   -Lsysroots/x86_64-linux/usr/lib -rdynamic ../lib/libuhd.so.003.005 -lcurses sysroots/x86_64-linux/usr/lib/libform.so -lboost_date_time-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_regex-mt -lboost_system-mt -lboost_thread-mt -lboost_unit_test_framework -lrt -lusb-1.0 -lpthread -ldl -Wl,-rpath,uhd/1_3.5.3-r3.0/git/host/build/lib:sysroots/x86_64-linux/usr/lib:
>   | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: error: sysroots/x86_64-linux/usr/lib/libform.so: incompatible target
>   | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: warning: skipping incompatible sysroots/x86_64-linux/usr/lib/libncurses.so.5 while searching for libncurses.so.5
>   | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: warning: skipping incompatible sysroots/x86_64-linux/usr/lib/libncurses.so.5 while searching for libncurses.so.5
>   | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: error: cannot find libncurses.so.5
>   | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: warning: skipping incompatible sysroots/x86_64-linux/usr/lib/libtinfo.so while searching for tinfo
>   | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: error: cannot find -ltinfo
>   | uhd/1_3.5.3-r3.0/git/host/examples/rx_ascii_art_dft.cpp:149: error: undefined reference to 'initscr'
> 
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  meta-oe/recipes-connectivity/uhd/uhd.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-connectivity/uhd/uhd.inc b/meta-oe/recipes-connectivity/uhd/uhd.inc
> index d3cc4c8..476b763 100644
> --- a/meta-oe/recipes-connectivity/uhd/uhd.inc
> +++ b/meta-oe/recipes-connectivity/uhd/uhd.inc
> @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.ettus.com"
>  LICENSE = "GPLv3+"
>  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=51b35d652c070d136bf20244494be2d3"
>  
> -DEPENDS = "git-native python-cheetah-native boost libusb1 uhd-firmware orc-native"
> +DEPENDS = "git-native python-cheetah-native boost libusb1 uhd-firmware orc-native ncurses"
>  RDEPENDS_${PN} += "uhd-firmware"
>  
>  PE = "1"
> 


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

* Re: [meta-oe][PATCH 09/12] tumbler: add dependency on xfce4-dev-tools
  2013-08-09  8:54 ` [meta-oe][PATCH 09/12] tumbler: add dependency on xfce4-dev-tools Martin Jansa
@ 2013-08-12 11:45   ` Andreas Müller
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2013-08-12 11:45 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Aug 9, 2013 at 10:54 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> * tumbler configure needs XDT_I18N macro provided by xfce4-dev-tools
>   | tumbler-0.1.29/configure: line 13752: syntax error near unexpected token `$linguas'
>   | tumbler-0.1.29/configure: line 13752: `XDT_I18N($linguas)'
>   | Configure failed. The contents of all config.log files follows to aid debugging
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb
> index fd28e84..286dad2 100644
> --- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb
> +++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb
> @@ -2,7 +2,7 @@ DESCRIPTION="Thumbnail service implementing the thumbnail management D-Bus speci
>  SECTION = "x11/libs"
>  LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> -DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl"
> +DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl xfce4-dev-tools"
>
>  inherit xfce
>
> --
> 1.8.3.2
>
I think xfce4-dev-tools-native would be the better depends

Andreas


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

end of thread, other threads:[~2013-08-12 11:45 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-09  8:54 [meta-oe][PATCH 01/12] gnome-power-management: add gnome-doc-utils dependency Martin Jansa
2013-08-09  8:54 ` [meta-oe][PATCH 02/12] goffice: add librsvg dependency Martin Jansa
2013-08-09  8:54 ` [meta-oe][PATCH 03/12] libgtop: add dependency on intltool-native Martin Jansa
2013-08-09  8:54 ` [meta-oe][PATCH 04/12] mysql-python: add dependency on mysql Martin Jansa
2013-08-09  8:54 ` [meta-oe][PATCH 05/12] libwnck(3): add PACKAGECONFIG for startup-notification Martin Jansa
2013-08-09  9:18   ` Burton, Ross
2013-08-09 11:50     ` Martin Jansa
2013-08-09 12:09       ` Otavio Salvador
2013-08-09  8:54 ` [meta-oe][PATCH 06/12] llvm2: add dependency on perl-native Martin Jansa
2013-08-09  8:54 ` [meta-oe][PATCH 07/12] start-stop-daemon: add dependency on ncurses Martin Jansa
2013-08-09  8:54 ` [meta-oe][PATCH 08/12] subsurface: add dependency on gconf Martin Jansa
2013-08-09  8:54 ` [meta-oe][PATCH 09/12] tumbler: add dependency on xfce4-dev-tools Martin Jansa
2013-08-12 11:45   ` Andreas Müller
2013-08-09  8:54 ` [meta-oe][PATCH 10/12] uhd: add dependency on ncurses Martin Jansa
2013-08-09 12:13   ` Philip Balister
2013-08-09  8:54 ` [meta-oe][PATCH 11/12] webkit-efl: add dependency on gstreamer Martin Jansa
2013-08-09  8:54 ` [meta-oe][PATCH 12/12] xfce4-icon-theme: add dependency on intltool-native 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.