[oe] [meta-java] Compiling log4j1.2-native fails

2012-03-08 Thread Eibach, Dirk
With latest git of meta-java compiling log4j1.2-native-1.2.15-r0 fails while building openjdk-6, main problem seems to be: | 32. ERROR in src/main/java/org/apache/log4j/net/SMTPAppender.java (at line 1) | /* | ^ | The type javax.mail.MessagingException cannot be resolved. It is

Re: [oe] [meta-java] Compiling log4j1.2-native fails

2012-03-08 Thread Henning Heinold
On Thu, Mar 08, 2012 at 09:13:37AM +0100, Eibach, Dirk wrote: With latest git of meta-java compiling log4j1.2-native-1.2.15-r0 fails while building openjdk-6, main problem seems to be: | 32. ERROR in src/main/java/org/apache/log4j/net/SMTPAppender.java (at line 1) | /* | ^ | The

Re: [oe] [meta-java] Compiling log4j1.2-native fails

2012-03-08 Thread Eibach, Dirk
With latest git of meta-java compiling log4j1.2-native-1.2.15-r0 fails while building openjdk-6, main problem seems to be: | 32. ERROR in src/main/java/org/apache/log4j/net/SMTPAppender.java | (at line 1) | /* | ^ | The type javax.mail.MessagingException cannot be

[oe] [meta-oe][PATCH] udev-173: don't hardcode path to pidof

2012-03-08 Thread Andreas Oberritter
* pidof lives in /bin, search it in $PATH. * Assume pidof's presence. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- meta-oe/recipes-core/udev/udev/init |6 ++ meta-oe/recipes-core/udev/udev_173.bb |2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git

Re: [oe] [meta-java] Compiling log4j1.2-native fails

2012-03-08 Thread Eibach, Dirk
With latest git of meta-java compiling log4j1.2-native-1.2.15-r0 fails while building openjdk-6, main problem seems to be: | 32. ERROR in src/main/java/org/apache/log4j/net/SMTPAppender.java (at line 1) | /* | ^ | The type javax.mail.MessagingException cannot be resolved. It

Re: [oe] [meta-java] Compiling log4j1.2-native fails

2012-03-08 Thread Otavio Salvador
On Thu, Mar 8, 2012 at 11:19, Eibach, Dirk eib...@gdsys.de wrote: Rebuilding with a freshly checked out system without parallelization did not show this bug. So maybe one of this nasty parallelization issues... I've seen some build failures and I also believe it is parallelism related. --

[oe] [meta-oe] README: fix typo

2012-03-08 Thread Gary Thomas
Without this change, 'git send-email' complains of a missing argument. Tested with git 1.7.7.6 on Fedora 16. Signed-off-by: Gary Thomas g...@mlbassoc.com --- meta-oe/README |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-oe/README b/meta-oe/README index

Re: [oe] [meta-oe][PATCH v2 3/3] systemd: update to latest git

2012-03-08 Thread Andreas Müller
On Tue, Mar 6, 2012 at 10:22 AM, Koen Kooi k...@dominion.thruhere.net wrote: This is in preparation for the v44 release. * drop 2 patches that aren't needed anymore * fix more endianness problems * fix journal crashes with large files Signed-off-by: Koen Kooi k...@dominion.thruhere.net

Re: [oe] [meta-oe][PATCH v2 2/3] systemd: enable logging to disk instead of tmpfs

2012-03-08 Thread Andreas Müller
On Tue, Mar 6, 2012 at 1:21 PM, Andreas Müller schnitzelt...@googlemail.com wrote: On Tue, Mar 6, 2012 at 12:59 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Tue, Mar 6, 2012 at 06:22, Koen Kooi k...@dominion.thruhere.net wrote: +       # create dir for journal +       install -d

Re: [oe] [meta-oe][PATCH v2 2/3] systemd: enable logging to disk instead of tmpfs

2012-03-08 Thread Otavio Salvador
On Thu, Mar 8, 2012 at 14:15, Andreas Müller schnitzelt...@googlemail.com wrote: My personal opinion: since RAM is most expensive prefer flash/disk as default ( as Koen already pointed out this default can be simply overridden by deleting /var/log/journal [2][3] ) If this is the case, then

[oe] [meta-oe][meta-efl][PATCH 0/7] PR bumps and DEPENDS fixes after tiff upgrade

2012-03-08 Thread Martin Jansa
The following changes since commit 5b3974ed483418b206678acca7414b81bcf749a7: udev: consolekit package requires x11 (2012-03-07 15:17:13 +0100) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib jansa/pull

[oe] [meta-oe][meta-efl][PATCH 1/7] e-base: bump EFL_SRCREV

2012-03-08 Thread Martin Jansa
* remove e-wm patch from 974d2fe857c82826606959ea909bc6e75567e4e4, it's not needed now. Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/classes/e-base.bbclass|2 +- ...ume-Remove-the-popup.-It-s-not-needed-now.patch | 135

[oe] [meta-oe][meta-efl][PATCH 2/7] poppler: add tiff to DEPENDS to make builds more deterministic

2012-03-08 Thread Martin Jansa
* it's autodetected Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/poppler/poppler.inc |2 +- meta-oe/recipes-support/poppler/poppler_0.18.0.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[oe] [meta-oe][meta-efl][PATCH 3/7] elementary: add poppler to DEPENDS

2012-03-08 Thread Martin Jansa
* poppler is autodetected and then transitive deps are not working as expected (it will remove tiff from sysroot to replace it with newer version while building something else against elementary) |

[oe] [meta-oe][meta-efl][PATCH 4/7] epdf: another PR bump for libtiff3-libtiff5

2012-03-08 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/recipes-efl/efl/epdf_svn.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-efl/recipes-efl/efl/epdf_svn.bb b/meta-efl/recipes-efl/efl/epdf_svn.bb index 7e6e5ca..73c3e30 100644 ---

[oe] [meta-oe][meta-efl][PATCH 5/7] python-elementary: another PR bump for libtiff3-libtiff5

2012-03-08 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../python/python-elementary_svn.bb|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-efl/recipes-devtools/python/python-elementary_svn.bb

[oe] [meta-oe][meta-efl][PATCH 6/7] lcms: add tiff to DEPENDS

2012-03-08 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/lcms/lcms_1.17.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta-oe/recipes-support/lcms/lcms_1.17.bb b/meta-oe/recipes-support/lcms/lcms_1.17.bb index efa6402..156bc31 100644 ---

[oe] [meta-oe][meta-efl][PATCH 7/7] eve: another PR bump for libtiff3-libtiff5

2012-03-08 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/recipes-efl/e17/eve_svn.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-efl/recipes-efl/e17/eve_svn.bb b/meta-efl/recipes-efl/e17/eve_svn.bb index 7836c8b..553 100644 ---

[oe] [meta-oe][PATCH] fio: Add initial recipe for version 2.0.5

2012-03-08 Thread Tom Rini
Signed-off-by: Tom Rini tr...@ti.com --- meta-oe/recipes-benchmark/fio/fio_2.0.5.bb | 27 +++ 1 files changed, 27 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-benchmark/fio/fio_2.0.5.bb diff --git a/meta-oe/recipes-benchmark/fio/fio_2.0.5.bb

[oe] [meta-oe][PATCH v2] udev-173: don't hardcode path to pidof

2012-03-08 Thread Andreas Oberritter
* pidof lives in /bin, search it in $PATH. * Assume pidof's presence. * Remove -e shell option, because pidof may return nonzero. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- v1-v2: Removed -e. meta-oe/recipes-core/udev/udev/init |8 +++-

[oe] [meta-oe][PATCH] bzip2: bump PR of all recipes depending on bzip2

2012-03-08 Thread Andreas Oberritter
* Commit e27af1f273e9a7348dd8f5542df9206acd9210f3 of OE-core split bzip2 into binary and library packages. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- .../recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb|2 +- meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb |2 +-

Re: [oe] [meta-oe][PATCH v2 2/3] systemd: enable logging to disk instead of tmpfs

2012-03-08 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 08-03-12 18:59, Otavio Salvador schreef: On Thu, Mar 8, 2012 at 14:15, Andreas Müller schnitzelt...@googlemail.com wrote: My personal opinion: since RAM is most expensive prefer flash/disk as default ( as Koen already pointed out this default

Re: [oe] [meta-oe] README: fix typo

2012-03-08 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 08-03-12 16:14, Gary Thomas schreef: Without this change, 'git send-email' complains of a missing argument. Only if there's a dir called 'meta-oe', git is weird like that. regards, Koen Tested with git 1.7.7.6 on Fedora 16. Signed-off-by: