All of lore.kernel.org
 help / color / mirror / Atom feed
* [V2][PATCH 00/19] various adds/updates/fxes
@ 2015-02-13  7:01 Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 01/19] libmbim: initial add 1.12.2 Andreas Müller
                   ` (18 more replies)
  0 siblings, 19 replies; 33+ messages in thread
From: Andreas Müller @ 2015-02-13  7:01 UTC (permalink / raw)
  To: openembedded-devel

V1-V2:

* long SUMMARYs shortened / DESCRIPTION added
* xmessage: commit message aligned

The following changes since commit 4e08e7c3a5c36c859e01e4d2168ea3e1b287bcc0:

  snmpd: instead option -LS by -Ls (2015-02-11 21:27:29 -0500)

are available in the git repository at:

  https://gitorious.org/schnitzeltony-oe-meta/meta-openembedded.git patches

for you to fetch changes up to d0eee205333bc47b68e3df688c445c63890a8cf1:

  gimp: update to 2.8.14 / fix build by not configuring with freetype-config (2015-02-13 07:49:22 +0100)

----------------------------------------------------------------
Andreas Müller (19):
      libmbim: initial add 1.12.2
      libqmi: initial add 1.12.2
      modemmanager: update to 1.4.2
      network-manager-applet: add PACKAGCONFIG for modemmanager - disabled by default
      xmessage: initial add 1.0.4
      xfce4-kbdleds-plugin: Initial add 0.0.6
      packagegroup-xfce-extended: add xfce4-kbdleds-plugin
      xfce4-screenshooter: update to 1.8.2
      xfce4-weather-plugin: update to 0.8.5
      xfce4-whiskermenu-plugin: update to 1.4.2
      xfce4-cpufreq-plugin: update to 1.1.1
      xfce4-netload-plugin: update to 1.2.4
      xfce4-eyes-plugin: update to 4.4.3
      xfce4-systemload-plugin: update to 1.1.2
      xfce4-equake-plugin: update to 1.3.6
      xfce4-timer-plugin: initial add 1.6.0
      packagegroup-xfce-extended: add xfce4-timer-plugin
      gnome-bluetooth: fix build by using a valid dbus interface + unblacklist
      gimp: update to 2.8.14 / fix build by not configuring with freetype-config

 meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb                         |   1 +
 meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0002-bluetooth-client-use-valid-interface-names.patch    | 122 +++++++++++++++++++++++++++++++++++++++++++
 meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb                                                |   8 +--
 meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb                                                            |  16 ++++++
 meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb                                                              |  16 ++++++
 meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb                                                   |  40 +++++++++++++++
 meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb                                               |  29 -----------
 meta-oe/recipes-graphics/gimp/gimp/0001-configure-ac-do-not-check-for-freetype-config.patch                       |  38 ++++++++++++++
 meta-oe/recipes-graphics/gimp/gimp/freetype.patch                                                                 |  30 -----------
 meta-oe/recipes-graphics/gimp/{gimp_2.8.10.bb => gimp_2.8.14.bb}                                                  |  13 ++---
 meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb                                                               |  10 ++++
 meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch                                |  43 ----------------
 meta-xfce/recipes-apps/xfce4-screenshooter/{xfce4-screenshooter_1.8.1.bb => xfce4-screenshooter_1.8.2.bb}         |  12 +++--
 meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb                                             |  15 ------
 meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.1.bb                                             |   9 ++++
 meta-xfce/recipes-panel-plugins/equake/{xfce4-equake-plugin_1.3.5.bb => xfce4-equake-plugin_1.3.6.bb}             |   4 +-
 meta-xfce/recipes-panel-plugins/eyes/{xfce4-eyes-plugin_4.4.2.bb => xfce4-eyes-plugin_4.4.3.bb}                   |   4 +-
 meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb                                             |  15 ++++++
 meta-xfce/recipes-panel-plugins/netload/{xfce4-netload-plugin_1.2.0.bb => xfce4-netload-plugin_1.2.4.bb}          |   4 +-
 meta-xfce/recipes-panel-plugins/systemload/{xfce4-systemload-plugin_1.1.1.bb => xfce4-systemload-plugin_1.1.2.bb} |   4 +-
 meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb                                                 |  10 ++++
 meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch     | 162 ----------------------------------------------------------
 meta-xfce/recipes-panel-plugins/weather/files/0002-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch     |  27 ----------
 meta-xfce/recipes-panel-plugins/weather/{xfce4-weather-plugin_0.8.3.bb => xfce4-weather-plugin_0.8.5.bb}          |   8 +--
 .../{whisker/xfce4-whiskermenu-plugin_1.3.2.bb => whiskermenu/xfce4-whiskermenu-plugin_1.4.2.bb}                  |   4 +-
 meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb                                                |   2 +
 26 files changed, 309 insertions(+), 337 deletions(-)
 create mode 100644 meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0002-bluetooth-client-use-valid-interface-names.patch
 create mode 100644 meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
 create mode 100644 meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb
 create mode 100644 meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
 delete mode 100644 meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
 create mode 100644 meta-oe/recipes-graphics/gimp/gimp/0001-configure-ac-do-not-check-for-freetype-config.patch
 delete mode 100644 meta-oe/recipes-graphics/gimp/gimp/freetype.patch
 rename meta-oe/recipes-graphics/gimp/{gimp_2.8.10.bb => gimp_2.8.14.bb} (73%)
 create mode 100644 meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb
 delete mode 100644 meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch
 rename meta-xfce/recipes-apps/xfce4-screenshooter/{xfce4-screenshooter_1.8.1.bb => xfce4-screenshooter_1.8.2.bb} (59%)
 delete mode 100644 meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb
 create mode 100644 meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.1.bb
 rename meta-xfce/recipes-panel-plugins/equake/{xfce4-equake-plugin_1.3.5.bb => xfce4-equake-plugin_1.3.6.bb} (74%)
 rename meta-xfce/recipes-panel-plugins/eyes/{xfce4-eyes-plugin_4.4.2.bb => xfce4-eyes-plugin_4.4.3.bb} (68%)
 create mode 100644 meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb
 rename meta-xfce/recipes-panel-plugins/netload/{xfce4-netload-plugin_1.2.0.bb => xfce4-netload-plugin_1.2.4.bb} (66%)
 rename meta-xfce/recipes-panel-plugins/systemload/{xfce4-systemload-plugin_1.1.1.bb => xfce4-systemload-plugin_1.1.2.bb} (70%)
 create mode 100644 meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb
 delete mode 100644 meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
 delete mode 100644 meta-xfce/recipes-panel-plugins/weather/files/0002-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch
 rename meta-xfce/recipes-panel-plugins/weather/{xfce4-weather-plugin_0.8.3.bb => xfce4-weather-plugin_0.8.5.bb} (53%)
 rename meta-xfce/recipes-panel-plugins/{whisker/xfce4-whiskermenu-plugin_1.3.2.bb => whiskermenu/xfce4-whiskermenu-plugin_1.4.2.bb} (68%)

-- 
1.9.3



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

* [V2][PATCH 01/19] libmbim: initial add 1.12.2
  2015-02-13  7:01 [V2][PATCH 00/19] various adds/updates/fxes Andreas Müller
@ 2015-02-13  7:01 ` Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 02/19] libqmi: " Andreas Müller
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 33+ messages in thread
From: Andreas Müller @ 2015-02-13  7:01 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb

diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
new file mode 100644
index 0000000..4364bb0
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
@@ -0,0 +1,16 @@
+SUMMARY = "libmbim is library for talking to WWAN devices by MBIM protocol"
+DESCRIPTION = "libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol"
+HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libmbim/"
+LICENSE = "GPLv2 & LGPLv2.1"
+LIC_FILES_CHKSUM = " \
+    file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+    file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
+"
+
+DEPENDS = "glib-2.0 udev"
+
+inherit autotools pkgconfig
+
+SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz"
+SRC_URI[md5sum] = "921fb5ab3f13f1e00833e009d8f3b4f6"
+SRC_URI[sha256sum] = "949351d3e3d69b81e40a49f1d187944c26149e0647a415f0227ccdc112047b29"
-- 
1.9.3



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

* [V2][PATCH 02/19] libqmi: initial add 1.12.2
  2015-02-13  7:01 [V2][PATCH 00/19] various adds/updates/fxes Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 01/19] libmbim: initial add 1.12.2 Andreas Müller
@ 2015-02-13  7:01 ` Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 03/19] modemmanager: update to 1.4.2 Andreas Müller
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 33+ messages in thread
From: Andreas Müller @ 2015-02-13  7:01 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb

diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb b/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb
new file mode 100644
index 0000000..789692b
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb
@@ -0,0 +1,16 @@
+SUMMARY = "libqmi is a library for talking to WWAN devices by QMI protocol"
+DESCRIPTION = "libqmi is a glib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol"
+HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libqmi"
+LICENSE = "GPLv2 & LGPLv2.1"
+LIC_FILES_CHKSUM = " \
+    file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+    file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
+"
+
+DEPENDS = "glib-2.0"
+
+inherit autotools pkgconfig
+
+SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz"
+SRC_URI[md5sum] = "5b3b6b37a57e2fa828fd4cb6f86d7a9f"
+SRC_URI[sha256sum] = "d1661d73b510482b29b93b7e396756c433d35360b3d44c72afa7921339a98624"
-- 
1.9.3



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

* [V2][PATCH 03/19] modemmanager: update to 1.4.2
  2015-02-13  7:01 [V2][PATCH 00/19] various adds/updates/fxes Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 01/19] libmbim: initial add 1.12.2 Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 02/19] libqmi: " Andreas Müller
@ 2015-02-13  7:01 ` Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 04/19] network-manager-applet: add PACKAGCONFIG for modemmanager - disabled by default Andreas Müller
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 33+ messages in thread
From: Andreas Müller @ 2015-02-13  7:01 UTC (permalink / raw)
  To: openembedded-devel

modemmanager has moved to freedesktop.org

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../modemmanager/modemmanager_1.4.2.bb             | 40 ++++++++++++++++++++++
 .../networkmanager/modemmanager_0.6.0.0.bb         | 29 ----------------
 2 files changed, 40 insertions(+), 29 deletions(-)
 create mode 100644 meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
 delete mode 100644 meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb

diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
new file mode 100644
index 0000000..6dfd0e2
--- /dev/null
+++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
@@ -0,0 +1,40 @@
+SUMMARY = "ModemManager is a daemon controlling broadband devices/connections"
+DESCRIPTION = "ModemManager is a DBus-activated daemon which controls mobile broadband (2G/3G/4G) devices and connections"
+HOMEPAGE = "http://www.freedesktop.org/wiki/Software/ModemManager/"
+LICENSE = "GPLv2 & LGPLv2.1"
+LIC_FILES_CHKSUM = " \
+    file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+    file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
+"
+
+inherit autotools gettext gtk-doc systemd
+
+DEPENDS = "glib-2.0 libmbim libqmi polkit udev dbus-glib"
+
+SRC_URI = "http://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz"
+SRC_URI[md5sum] = "fe74eaa9a77e51e552b4356b4c7195cb"
+SRC_URI[sha256sum] = "07d332fbe6f45f788f740810951e04042aaf023bd5ecf8ef0b3a06e37703585d"
+
+S = "${WORKDIR}/ModemManager-${PV}"
+
+FILES_${PN} += " \
+    ${datadir}/icons \
+    ${datadir}/polkit-1 \
+    ${libdir}/ModemManager \
+    ${systemd_unitdir}/system \
+"
+
+FILES_${PN}-dev += " \
+    ${datadir}/dbus-1 \
+    ${libdir}/ModemManager/*.la \
+"
+
+FILES_${PN}-staticdev += " \
+    ${libdir}/ModemManager/*.a \
+"
+
+FILES_${PN}-dbg += "${libdir}/ModemManager/.debug"
+
+SYSTEMD_SERVICE_${PN} = "ModemManager.service"
+# no need to start on boot - dbus will start on demand
+SYSTEMD_AUTO_ENABLE = "disable"
diff --git a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb b/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
deleted file mode 100644
index 5ff18da..0000000
--- a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-DEPENDS = "ppp udev glib-2.0 dbus-glib"
-
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-
-
-inherit gnomebase gettext
-
-SRC_URI = "${GNOME_MIRROR}/ModemManager/${@gnome_verdir("${PV}")}/ModemManager-${PV}.tar.xz"
-
-SRC_URI[md5sum] = "f32640f6672d997ec0887307186e9639"
-SRC_URI[sha256sum] = "d4468300cf4aa7baf21c8564fa515e578056f34de5a64f452b053331f89e8ae2"
-
-S = "${WORKDIR}/ModemManager-${PV}"
-
-FILES_${PN}-dbg += "${libdir}/ModemManager/.debug \
-                    ${libdir}/pppd/*/.debug"
-FILES_${PN}-dev += "${datadir}/dbus-1/interfaces \
-                    ${libdir}/pppd/*/*.la \
-                    ${libdir}/ModemManager/*.la"
-FILES_${PN}-staticdev += "\
-                          ${libdir}/ModemManager/*.a \
-                          ${libdir}/pppd/*/*.a"
-FILES_${PN} += "${datadir}/dbus-1/*services/ \
-                ${libdir}/ModemManager/*.so \
-                ${libdir}/pppd/*/*.so \
-                ${base_libdir}/udev"
-
-RRECOMMENDS_${PN} += "ppp"
-- 
1.9.3



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

* [V2][PATCH 04/19] network-manager-applet: add PACKAGCONFIG for modemmanager - disabled by default
  2015-02-13  7:01 [V2][PATCH 00/19] various adds/updates/fxes Andreas Müller
                   ` (2 preceding siblings ...)
  2015-02-13  7:01 ` [V2][PATCH 03/19] modemmanager: update to 1.4.2 Andreas Müller
@ 2015-02-13  7:01 ` Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 05/19] xmessage: initial add 1.0.4 Andreas Müller
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 33+ messages in thread
From: Andreas Müller @ 2015-02-13  7:01 UTC (permalink / raw)
  To: openembedded-devel

by updating modemmanager configuration of network-manager-applet now auto
detects modemmanager - the old version had no (lib)mm-glib. By using a
packageconfig build is deterministic again.

Fixes:

| WARNING: QA Issue: network-manager-applet rdepends on modemmanager, but it isn't a build dependency? [build-deps]

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../network-manager-applet/network-manager-applet_0.9.8.10.bb            | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb
index 545b2cf..00cea74 100644
--- a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb
+++ b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb
@@ -22,6 +22,7 @@ EXTRA_OECONF += " \
 "
 
 PACKAGECONFIG[bluetooth] = "--with-bluetooth,--without-bluetooth,gnome-bluetooth,gnome-bluetooth"
+PACKAGECONFIG[modemmanager] = "--with-modem-manager-1,--without-modem-manager-1,modemmanager"
 PACKAGECONFIG ??= ""
 
 do_configure_append() {
-- 
1.9.3



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

* [V2][PATCH 05/19] xmessage: initial add 1.0.4
  2015-02-13  7:01 [V2][PATCH 00/19] various adds/updates/fxes Andreas Müller
                   ` (3 preceding siblings ...)
  2015-02-13  7:01 ` [V2][PATCH 04/19] network-manager-applet: add PACKAGCONFIG for modemmanager - disabled by default Andreas Müller
@ 2015-02-13  7:01 ` Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 06/19] xfce4-kbdleds-plugin: Initial add 0.0.6 Andreas Müller
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 33+ messages in thread
From: Andreas Müller @ 2015-02-13  7:01 UTC (permalink / raw)
  To: openembedded-devel

kde-plasma startscript uses xmessage and it might be useful for others

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb

diff --git a/meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb b/meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb
new file mode 100644
index 0000000..9960706
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb
@@ -0,0 +1,10 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+
+SUMMARY = "Display a message or query in a window"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=73c7f696a728de728d7446cbca814cc5"
+
+DEPENDS += "libxaw"
+
+SRC_URI[md5sum] = "2dd5ae46fa18abc9331bc26250a25005"
+SRC_URI[sha256sum] = "bcdf4b461c439bb3ade6e1e41c47d6218b912da8e9396b7ad70856db2f95ab68"
-- 
1.9.3



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

* [V2][PATCH 06/19] xfce4-kbdleds-plugin: Initial add 0.0.6
  2015-02-13  7:01 [V2][PATCH 00/19] various adds/updates/fxes Andreas Müller
                   ` (4 preceding siblings ...)
  2015-02-13  7:01 ` [V2][PATCH 05/19] xmessage: initial add 1.0.4 Andreas Müller
@ 2015-02-13  7:01 ` Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 07/19] packagegroup-xfce-extended: add xfce4-kbdleds-plugin Andreas Müller
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 33+ messages in thread
From: Andreas Müller @ 2015-02-13  7:01 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../kbdleds/xfce4-kbdleds-plugin_0.0.6.bb                 | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb

diff --git a/meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb b/meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb
new file mode 100644
index 0000000..caf5508
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb
@@ -0,0 +1,15 @@
+SUMMARY = "XFCE panel plugin displaying status of keyboard LEDs"
+DESCRIPTION = "This plugin shows the state of your keyboard LEDs: Caps, Scroll and Num Lock in Xfce panel"
+HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-kbdleds-plugin"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = " \
+    file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+    file://COPYING.LIB;md5=252890d9eee26aab7b432e8b8a616475 \
+"
+
+inherit xfce-panel-plugin
+
+SRC_URI[md5sum] = "db6ad8e3502f3373f087ba2034141552"
+SRC_URI[sha256sum] = "6d280ad7207bcb9cc87c279dc3ab9084fd93325e87f67858e8917729b50201cd"
+
+FILES_${PN} += "${libdir}/xfce4/panel-plugins/xfce4-kbdleds-plugin"
-- 
1.9.3



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

* [V2][PATCH 07/19] packagegroup-xfce-extended: add xfce4-kbdleds-plugin
  2015-02-13  7:01 [V2][PATCH 00/19] various adds/updates/fxes Andreas Müller
                   ` (5 preceding siblings ...)
  2015-02-13  7:01 ` [V2][PATCH 06/19] xfce4-kbdleds-plugin: Initial add 0.0.6 Andreas Müller
@ 2015-02-13  7:01 ` Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 08/19] xfce4-screenshooter: update to 1.8.2 Andreas Müller
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 33+ messages in thread
From: Andreas Müller @ 2015-02-13  7:01 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
index af8977d..3df7440 100644
--- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
+++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
@@ -42,6 +42,7 @@ RRECOMMENDS_${PN} = " \
     xfce4-notes-plugin \
     xfce4-whiskermenu-plugin \
     xfce4-mailwatch-plugin \
+    xfce4-kbdleds-plugin \
     \
     thunar-media-tags-plugin \
     thunar-archive-plugin \
-- 
1.9.3



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

* [V2][PATCH 08/19] xfce4-screenshooter: update to 1.8.2
  2015-02-13  7:01 [V2][PATCH 00/19] various adds/updates/fxes Andreas Müller
                   ` (6 preceding siblings ...)
  2015-02-13  7:01 ` [V2][PATCH 07/19] packagegroup-xfce-extended: add xfce4-kbdleds-plugin Andreas Müller
@ 2015-02-13  7:01 ` Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 09/19] xfce4-weather-plugin: update to 0.8.5 Andreas Müller
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 33+ messages in thread
From: Andreas Müller @ 2015-02-13  7:01 UTC (permalink / raw)
  To: openembedded-devel

0001-Fix-panel-plugin-build.patch was applied mainline

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../files/0001-Fix-panel-plugin-build.patch        | 43 ----------------------
 ...ooter_1.8.1.bb => xfce4-screenshooter_1.8.2.bb} | 12 +++---
 2 files changed, 7 insertions(+), 48 deletions(-)
 delete mode 100644 meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch
 rename meta-xfce/recipes-apps/xfce4-screenshooter/{xfce4-screenshooter_1.8.1.bb => xfce4-screenshooter_1.8.2.bb} (59%)

diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch b/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch
deleted file mode 100644
index 98ce875..0000000
--- a/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 08053be7adc6d4a83191efed735c3f565bcbcf1f Mon Sep 17 00:00:00 2001
-From: Samuli Suominen <ssuominen@gentoo.org>
-Date: Sat, 5 May 2012 17:13:45 +0200
-Subject: [PATCH] Fix panel plugin build.
-
-- Don't use a versioned library.
-- Build as a module.
-- Only export needed symbols.
----
-Upstream-Status: applied
- Makefile.am |   12 +++++++++---
- 1 files changed, 9 insertions(+), 3 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 45100fd..d0c0adb 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -132,13 +132,19 @@ panel_plugin_libscreenshooterplugin_la_CFLAGS =	\
- 	@SOUP_CFLAGS@
- 
- panel_plugin_libscreenshooterplugin_la_LDFLAGS = \
-+	-avoid-version \
-+	-module \
-+	-no-undefined \
-+	-export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \
-+	$(PLATFORM_LDFLAGS)
-+
-+panel_plugin_libscreenshooterplugin_la_LIBADD = \
- 	@EXO_LIBS@ \
- 	@LIBXFCE4PANEL_LIBS@ \
- 	@GTHREAD_LIBS@ \
- 	@SOUP_LIBS@ \
--	@LIBXFCE4UI_LIBS@
--
--panel_plugin_libscreenshooterplugin_la_LIBADD = lib/libscreenshooter.la
-+	@LIBXFCE4UI_LIBS@ \
-+	lib/libscreenshooter.la
- 
- panel_plugin_libscreenshooterplugin_la_SOURCES = \
- 	panel-plugin/screenshooter-plugin.c
--- 
-1.7.4.4
-
diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.2.bb
similarity index 59%
rename from meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb
rename to meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.2.bb
index 0e2e327..ae19492 100644
--- a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb
+++ b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.2.bb
@@ -7,13 +7,15 @@ DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+ glib-2.0 libsoup-
 
 inherit xfce-app
 
-SRC_URI += "file://0001-Fix-panel-plugin-build.patch"
-SRC_URI[md5sum] = "d0ffea2052a8e70154cf13789070711f"
-SRC_URI[sha256sum] = "40419892bd28989315eed053c159bba0f4264ed8c6c6738806024e481eab9492"
+SRC_URI[md5sum] = "3a32ecc5566453a58f6a4ddd70649444"
+SRC_URI[sha256sum] = "9dce2ddfaa87f703e870e29bae13f3fc82a1b3f06b44f8386640e45a135f5f69"
 
 do_compile_prepend() {
 	mkdir -p lib
 }
 
-FILES_${PN} += "${datadir}/xfce4/panel/plugins \
-        ${libdir}/xfce4/panel/plugins"
+FILES_${PN} += " \
+    ${datadir}/appdata \
+    ${datadir}/xfce4/panel/plugins \
+    ${libdir}/xfce4/panel/plugins \
+"
-- 
1.9.3



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

* [V2][PATCH 09/19] xfce4-weather-plugin: update to 0.8.5
  2015-02-13  7:01 [V2][PATCH 00/19] various adds/updates/fxes Andreas Müller
                   ` (7 preceding siblings ...)
  2015-02-13  7:01 ` [V2][PATCH 08/19] xfce4-screenshooter: update to 1.8.2 Andreas Müller
@ 2015-02-13  7:01 ` Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 10/19] xfce4-whiskermenu-plugin: update to 1.4.2 Andreas Müller
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 33+ messages in thread
From: Andreas Müller @ 2015-02-13  7:01 UTC (permalink / raw)
  To: openembedded-devel

patches were applied mainline

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 ...-ready-for-met.no-locationforecast-1.2-AP.patch | 162 ---------------------
 ...et.no-locationforecastLTS-1.2-API-bug-109.patch |  27 ----
 ...ugin_0.8.3.bb => xfce4-weather-plugin_0.8.5.bb} |   8 +-
 3 files changed, 2 insertions(+), 195 deletions(-)
 delete mode 100644 meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
 delete mode 100644 meta-xfce/recipes-panel-plugins/weather/files/0002-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch
 rename meta-xfce/recipes-panel-plugins/weather/{xfce4-weather-plugin_0.8.3.bb => xfce4-weather-plugin_0.8.5.bb} (53%)

diff --git a/meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch b/meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
deleted file mode 100644
index d4ad240..0000000
--- a/meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
+++ /dev/null
@@ -1,162 +0,0 @@
-From 1ff71669644a0b824a8a5ba9b40771ee4fb8a76b Mon Sep 17 00:00:00 2001
-From: Harald Judt <h.judt@gmx.at>
-Date: Wed, 28 May 2014 20:08:02 +0200
-Subject: [PATCH 1/2] Make plugin ready for met.no locationforecast-1.2 API
- (bug #10916).
-
-http://api.yr.no/weatherapi/locationforecastlts/1.1/documentation#version_1_2___2014_05_20
-
-The updated API version uses CamelCase symbol names instead of UPPERCASE
-ones and has added some new names (like 'Drizzle'), which unfortunately
-have not been documented (yet?).
-
-What's more, the typo 'celcius' has been replaced by the fixed 'celsius',
-but luckily the plugin will not be affected by that change.
-
-What's a bit more unfortunate is that the existing icon themes do not
-cover the new symbol names, so one would have to create quite a lot of
-new icons. Also, new translations would have to be added for the symbols,
-and maybe existing ones would have to be altered. To prevent this, we're
-simply going to map the new symbols to existing ones as good as possible.
-This should be good enough for the time being.
-
-Upstream-Status: Applied
----
- panel-plugin/weather-parsers.c   |  3 +-
- panel-plugin/weather-translate.c | 70 +++++++++++++++++++++++++++++++++++++++-
- panel-plugin/weather-translate.h |  2 ++
- 3 files changed, 73 insertions(+), 2 deletions(-)
-
-diff --git a/panel-plugin/weather-parsers.c b/panel-plugin/weather-parsers.c
-index 0f321ba..5a9b30a 100644
---- a/panel-plugin/weather-parsers.c
-+++ b/panel-plugin/weather-parsers.c
-@@ -28,6 +28,7 @@
- #define _XOPEN_SOURCE
- #define _XOPEN_SOURCE_EXTENDED 1
- #include "weather-parsers.h"
-+#include "weather-translate.h"
- #include "weather-debug.h"
- 
- #include <time.h>
-@@ -220,8 +221,8 @@ parse_location(xmlNode *cur_node,
-         }
-         if (NODE_IS_TYPE(child_node, "symbol")) {
-             g_free(loc->symbol);
--            loc->symbol = PROP(child_node, "id");
-             loc->symbol_id = strtol(PROP(child_node, "number"), NULL, 10);
-+            loc->symbol = g_strdup(get_symbol_for_id(loc->symbol_id));
-         }
-     }
- 
-diff --git a/panel-plugin/weather-translate.c b/panel-plugin/weather-translate.c
-index 0c1606d..c38919a 100644
---- a/panel-plugin/weather-translate.c
-+++ b/panel-plugin/weather-translate.c
-@@ -29,6 +29,7 @@
- #include "weather-translate.h"
- 
- #define DAY_LOC_N (sizeof(gchar) * 100)
-+#define NODATA "NODATA"
- 
- 
- static const gchar *moon_phases[] = {
-@@ -117,7 +118,7 @@ static const symbol_desc symbol_to_desc[] = {
- 
-     { 15, "FOG",                 N_("Fog"),                        N_("Fog")                        },
- 
--    /* Symbols 16-19 are used for polar days */
-+    /* Symbols 16-19 are used for polar days (unused beginning with API version 1.2) */
-     { 16, "SUN",                 N_("Sunny"),                      N_("Clear")                      },
-     { 17, "LIGHTCLOUD",          N_("Lightly cloudy"),             N_("Lightly cloudy")             },
-     { 18, "LIGHTRAINSUN",        N_("Rain showers"),               N_("Rain showers")               },
-@@ -133,6 +134,73 @@ static const symbol_desc symbol_to_desc[] = {
- #define NUM_SYMBOLS (sizeof(symbol_to_desc) / sizeof(symbol_to_desc[0]))
- 
- 
-+/*
-+ * API version 1.2, published in May 2014, introduced new symbols. We
-+ * try to match these with existing symbols, in order to be compatible
-+ * with existing icon themes and to maintain translation completeness.
-+ *
-+ * See http://api.met.no/weatherapi/weathericon/1.1/documentation
-+ * for a list of symbols. For a list of symbols with descriptions,
-+ * see http://om.yr.no/forklaring/symbol.
-+ */
-+gint
-+replace_symbol_id(gint id)
-+{
-+    /* Symbol ids greater than 100 are used for indicating polar
-+     * night. These ids are over the ordinary id + 100. Since we
-+     * don't support polar icons, we can simply subtract 100 to
-+     * get the non-polar symbol ids.
-+     */
-+    if (id > 100)
-+        id -= 100;
-+
-+    switch (id) {
-+    case 24: return 22; /* Light rain showers and thunder */
-+    case 25: return 6;  /* Heavy rain showers and thunder */
-+    case 26: return 20; /* Light sleet showers and thunder */
-+    case 27: return 20; /* Heavy sleet showers and thunder */
-+    case 28: return 21; /* Light snow showers and thunder */
-+    case 29: return 21; /* Heavy snow showers and thunder */
-+    case 30: return 22; /* Light rain and thunder */
-+    case 31: return 23; /* Light sleet and thunder */
-+    case 32: return 23; /* Heavy sleet and thunder */
-+    case 33: return 14; /* Light snow and thunder */
-+    case 34: return 14; /* Heavy snow and thunder */
-+
-+    /* symbols 35-39 are unused */
-+
-+    case 40: return 5;  /* Light rain showers */
-+    case 41: return 5;  /* Heavy rain showers */
-+    case 42: return 7;  /* Light sleet showers */
-+    case 43: return 7;  /* Heavy sleet showers */
-+    case 44: return 8;  /* Light snow showers */
-+    case 45: return 8;  /* Heavy snow showers */
-+    case 46: return 9;  /* Light rain */
-+    case 47: return 12; /* Light sleet */
-+    case 48: return 12; /* Heavy sleet */
-+    case 49: return 13; /* Light snow */
-+    case 50: return 13; /* Heavy snow */
-+    default: return id;
-+    }
-+}
-+
-+
-+const gchar *
-+get_symbol_for_id(gint id)
-+{
-+    if (G_UNLIKELY(id < 1))
-+        return NODATA;
-+
-+    if (id >= NUM_SYMBOLS)
-+        id = replace_symbol_id(id);
-+
-+    if (id < NUM_SYMBOLS)
-+        return symbol_to_desc[id-1].symbol;
-+
-+    return NODATA;
-+}
-+
-+
- const gchar *
- translate_desc(const gchar *desc,
-                const gboolean nighttime)
-diff --git a/panel-plugin/weather-translate.h b/panel-plugin/weather-translate.h
-index 2116795..854e24f 100644
---- a/panel-plugin/weather-translate.h
-+++ b/panel-plugin/weather-translate.h
-@@ -24,6 +24,8 @@
- 
- G_BEGIN_DECLS
- 
-+const gchar *get_symbol_for_id(gint id);
-+
- const gchar *translate_desc(const gchar *desc,
-                             gboolean nighttime);
- 
--- 
-1.8.3.1
-
diff --git a/meta-xfce/recipes-panel-plugins/weather/files/0002-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch b/meta-xfce/recipes-panel-plugins/weather/files/0002-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch
deleted file mode 100644
index 4c385a4..0000000
--- a/meta-xfce/recipes-panel-plugins/weather/files/0002-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 7df303bc5fa649299e18efeb5d4b801614030488 Mon Sep 17 00:00:00 2001
-From: Harald Judt <h.judt@gmx.at>
-Date: Tue, 3 Jun 2014 19:59:05 +0200
-Subject: [PATCH 2/2] Switch to met.no locationforecastLTS-1.2 API (bug
- #10916).
-
-Upstream-Status: Applied
----
- panel-plugin/weather.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c
-index efa8559..63451fd 100644
---- a/panel-plugin/weather.c
-+++ b/panel-plugin/weather.c
-@@ -660,7 +660,7 @@ update_handler(plugin_data *data)
-         /* build url */
-         url =
-             g_strdup_printf("http://api.yr.no/weatherapi"
--                            "/locationforecastlts/1.1/?lat=%s;lon=%s;msl=%d",
-+                            "/locationforecastlts/1.2/?lat=%s;lon=%s;msl=%d",
-                             data->lat, data->lon, data->msl);
- 
-         /* start receive thread */
--- 
-1.8.3.1
-
diff --git a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.3.bb b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.5.bb
similarity index 53%
rename from meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.3.bb
rename to meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.5.bb
index 6e4c86d..3fc5eae 100644
--- a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.3.bb
+++ b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.5.bb
@@ -7,11 +7,7 @@ inherit xfce-panel-plugin
 
 DEPENDS += "libsoup-2.4 dbus-glib upower"
 
-SRC_URI += " \
-    file://0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch \
-    file://0002-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch \
-"
-SRC_URI[md5sum] = "755b33089c02afe88abb39253003a7f3"
-SRC_URI[sha256sum] = "40a6a22be7653b15a47174a430da89040f178695b48e5e01e77990050f715ce4"
+SRC_URI[md5sum] = "cc6d9039540a71e57102ae75224a3f5e"
+SRC_URI[sha256sum] = "be8ac0e5635355d568e4095a3459f53efd5f10a8ef46976a43dc30cbb277e5cd"
 
 FILES_${PN} += "${datadir}/xfce4/weather"
-- 
1.9.3



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

* [V2][PATCH 10/19] xfce4-whiskermenu-plugin: update to 1.4.2
  2015-02-13  7:01 [V2][PATCH 00/19] various adds/updates/fxes Andreas Müller
                   ` (8 preceding siblings ...)
  2015-02-13  7:01 ` [V2][PATCH 09/19] xfce4-weather-plugin: update to 0.8.5 Andreas Müller
@ 2015-02-13  7:01 ` Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 11/19] xfce4-cpufreq-plugin: update to 1.1.1 Andreas Müller
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 33+ messages in thread
From: Andreas Müller @ 2015-02-13  7:01 UTC (permalink / raw)
  To: openembedded-devel

rename recipe's folder to whiskermenu to match convetion used by all panel
plugins

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../xfce4-whiskermenu-plugin_1.4.2.bb}                                | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/{whisker/xfce4-whiskermenu-plugin_1.3.2.bb => whiskermenu/xfce4-whiskermenu-plugin_1.4.2.bb} (68%)

diff --git a/meta-xfce/recipes-panel-plugins/whisker/xfce4-whiskermenu-plugin_1.3.2.bb b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_1.4.2.bb
similarity index 68%
rename from meta-xfce/recipes-panel-plugins/whisker/xfce4-whiskermenu-plugin_1.3.2.bb
rename to meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_1.4.2.bb
index dd3d8fd..7764109 100644
--- a/meta-xfce/recipes-panel-plugins/whisker/xfce4-whiskermenu-plugin_1.3.2.bb
+++ b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_1.4.2.bb
@@ -6,5 +6,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 inherit xfce-panel-plugin cmake
 
 SRC_URI = "http://gottcode.org/${BPN}/${BPN}-${PV}-src.tar.bz2"
-SRC_URI[md5sum] = "f4de7546588952f84df8a4ad3552c526"
-SRC_URI[sha256sum] = "a104b2266675a3ea3c7b98aab7b075a351d813ea29098504031a62f365e5a0fc"
+SRC_URI[md5sum] = "967bbff0e98fdf0c1b78e61b3b152c2d"
+SRC_URI[sha256sum] = "7266d7a16df4bffe6f00d3d4711b8b8fd972491bac70f13a9d7edd9f0472d311"
-- 
1.9.3



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

* [V2][PATCH 11/19] xfce4-cpufreq-plugin: update to 1.1.1
  2015-02-13  7:01 [V2][PATCH 00/19] various adds/updates/fxes Andreas Müller
                   ` (9 preceding siblings ...)
  2015-02-13  7:01 ` [V2][PATCH 10/19] xfce4-whiskermenu-plugin: update to 1.4.2 Andreas Müller
@ 2015-02-13  7:01 ` Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 12/19] xfce4-netload-plugin: update to 1.2.4 Andreas Müller
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 33+ messages in thread
From: Andreas Müller @ 2015-02-13  7:01 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../cpufreq/xfce4-cpufreq-plugin_1.1.0.bb                 | 15 ---------------
 .../cpufreq/xfce4-cpufreq-plugin_1.1.1.bb                 |  9 +++++++++
 2 files changed, 9 insertions(+), 15 deletions(-)
 delete mode 100644 meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb
 create mode 100644 meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.1.bb

diff --git a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb
deleted file mode 100644
index 7a99b4f..0000000
--- a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = "Panel plugin to display frequency of all cpus"
-HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=1f6f1c0be32491a0c8d2915607a28f36"
-
-inherit xfce-panel-plugin
-
-SRC_URI[md5sum] = "dcc56af0e19266956c297d124ba551f4"
-SRC_URI[sha256sum] = "eafa261bf984231ed8487c08decea6d916339d82b52f4bbe748e5c6a95c7f6b6"
-
-# defaults in xfce4-panel-plugin.bbclass don't match so override here
-FILES_${PN} = "${datadir}/icons ${datadir}/xfce4 ${libdir}/xfce4/panel/plugins/*.so*"
-
-# *.so are required for plugin detection
-INSANE_SKIP_${PN} = "dev-so"
diff --git a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.1.bb b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.1.bb
new file mode 100644
index 0000000..224f85f
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.1.bb
@@ -0,0 +1,9 @@
+SUMMARY = "Panel plugin to display frequency of all cpus"
+HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1f6f1c0be32491a0c8d2915607a28f36"
+
+inherit xfce-panel-plugin
+
+SRC_URI[md5sum] = "cc3447ee6663f2946fce86308ba3566b"
+SRC_URI[sha256sum] = "474c45c007e65bfc107d6bcc902330c5e964906e6da120af48f7e2dba7f5cae7"
-- 
1.9.3



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

* [V2][PATCH 12/19] xfce4-netload-plugin: update to 1.2.4
  2015-02-13  7:01 [V2][PATCH 00/19] various adds/updates/fxes Andreas Müller
                   ` (10 preceding siblings ...)
  2015-02-13  7:01 ` [V2][PATCH 11/19] xfce4-cpufreq-plugin: update to 1.1.1 Andreas Müller
@ 2015-02-13  7:01 ` Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 13/19] xfce4-eyes-plugin: update to 4.4.3 Andreas Müller
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 33+ messages in thread
From: Andreas Müller @ 2015-02-13  7:01 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../{xfce4-netload-plugin_1.2.0.bb => xfce4-netload-plugin_1.2.4.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/netload/{xfce4-netload-plugin_1.2.0.bb => xfce4-netload-plugin_1.2.4.bb} (66%)

diff --git a/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.2.0.bb b/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.2.4.bb
similarity index 66%
rename from meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.2.0.bb
rename to meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.2.4.bb
index ef1039b..c9f7a2a 100644
--- a/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.2.0.bb
+++ b/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.2.4.bb
@@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=35a7203c41b86d15546dddc05995f97f"
 
 inherit xfce-panel-plugin
 
-SRC_URI[md5sum] = "05180d60ed347029dc125368c1d4406e"
-SRC_URI[sha256sum] = "c824f09e2d3860011b44d8272d661c458237786828027f3d9ad6a1d4f0096845"
+SRC_URI[md5sum] = "ce53e1135e4bff5afcd899627110bd11"
+SRC_URI[sha256sum] = "fface918822c012d806717116566e54947ad7613b9290b45a18e2d5ffb8730d3"
-- 
1.9.3



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

* [V2][PATCH 13/19] xfce4-eyes-plugin: update to 4.4.3
  2015-02-13  7:01 [V2][PATCH 00/19] various adds/updates/fxes Andreas Müller
                   ` (11 preceding siblings ...)
  2015-02-13  7:01 ` [V2][PATCH 12/19] xfce4-netload-plugin: update to 1.2.4 Andreas Müller
@ 2015-02-13  7:01 ` Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 14/19] xfce4-systemload-plugin: update to 1.1.2 Andreas Müller
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 33+ messages in thread
From: Andreas Müller @ 2015-02-13  7:01 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../eyes/{xfce4-eyes-plugin_4.4.2.bb => xfce4-eyes-plugin_4.4.3.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/eyes/{xfce4-eyes-plugin_4.4.2.bb => xfce4-eyes-plugin_4.4.3.bb} (68%)

diff --git a/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.2.bb b/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.3.bb
similarity index 68%
rename from meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.2.bb
rename to meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.3.bb
index f1ed6c7..2ac63f9 100644
--- a/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.2.bb
+++ b/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.3.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 inherit xfce-panel-plugin
 
-SRC_URI[md5sum] = "1ef352c68dd8929c9e8743200b758b3c"
-SRC_URI[sha256sum] = "dad102fedd0d9e6df45338a018387b2aacaf24b05eb798275be0dfc05ffa3021"
+SRC_URI[md5sum] = "86ae8bce96e028921fcc0ee8424ff565"
+SRC_URI[sha256sum] = "4b9a335bcfdb8e4e2f6aedb3556575e5331f181912565f4289e354126230817c"
 
 FILES_${PN} += "${datadir}/xfce4/eyes"
-- 
1.9.3



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

* [V2][PATCH 14/19] xfce4-systemload-plugin: update to 1.1.2
  2015-02-13  7:01 [V2][PATCH 00/19] various adds/updates/fxes Andreas Müller
                   ` (12 preceding siblings ...)
  2015-02-13  7:01 ` [V2][PATCH 13/19] xfce4-eyes-plugin: update to 4.4.3 Andreas Müller
@ 2015-02-13  7:01 ` Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 15/19] xfce4-equake-plugin: update to 1.3.6 Andreas Müller
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 33+ messages in thread
From: Andreas Müller @ 2015-02-13  7:01 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 ...e4-systemload-plugin_1.1.1.bb => xfce4-systemload-plugin_1.1.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/systemload/{xfce4-systemload-plugin_1.1.1.bb => xfce4-systemload-plugin_1.1.2.bb} (70%)

diff --git a/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.1.bb b/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.2.bb
similarity index 70%
rename from meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.1.bb
rename to meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.2.bb
index 53f6c4a..c212f88 100644
--- a/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.1.bb
+++ b/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.2.bb
@@ -7,5 +7,5 @@ inherit xfce-panel-plugin
 
 DEPENDS += "upower"
 
-SRC_URI[md5sum] = "22d48c0883f9d598bce24e81d93e692e"
-SRC_URI[sha256sum] = "1ac13efbe9e576c9effd5e0675574a57c8fd44cfee60d6e319eb4d03c1c8d9ae"
+SRC_URI[md5sum] = "68c9d20b352c13f3eb6b39a0d9fe2ba2"
+SRC_URI[sha256sum] = "b469b6b3a08ec29b9061151950d876d36bf25a3106ec77256923fdd6b5d18a7c"
-- 
1.9.3



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

* [V2][PATCH 15/19] xfce4-equake-plugin: update to 1.3.6
  2015-02-13  7:01 [V2][PATCH 00/19] various adds/updates/fxes Andreas Müller
                   ` (13 preceding siblings ...)
  2015-02-13  7:01 ` [V2][PATCH 14/19] xfce4-systemload-plugin: update to 1.1.2 Andreas Müller
@ 2015-02-13  7:01 ` Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 16/19] xfce4-timer-plugin: initial add 1.6.0 Andreas Müller
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 33+ messages in thread
From: Andreas Müller @ 2015-02-13  7:01 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../{xfce4-equake-plugin_1.3.5.bb => xfce4-equake-plugin_1.3.6.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/equake/{xfce4-equake-plugin_1.3.5.bb => xfce4-equake-plugin_1.3.6.bb} (74%)

diff --git a/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.5.bb b/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.6.bb
similarity index 74%
rename from meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.5.bb
rename to meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.6.bb
index 76cd5d4..d4f069f 100644
--- a/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.5.bb
+++ b/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.6.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 inherit xfce-panel-plugin
 
-SRC_URI[md5sum] = "7c520e2f1cd0cc5e33d8346b12e31c02"
-SRC_URI[sha256sum] = "43bbc781575c357c13ac6720eb8e8485115099411d5382668e106de58ab0e416"
+SRC_URI[md5sum] = "ee76ed3825999b24ee9c2c976d906e22"
+SRC_URI[sha256sum] = "8129067080c8a4656063e7cde20f13fabb47b49c84ce610916f54644acb93d67"
 
 FILES_${PN} += "${libdir}/xfce4/panel-plugins/xfce4-equake-plugin"
-- 
1.9.3



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

* [V2][PATCH 16/19] xfce4-timer-plugin: initial add 1.6.0
  2015-02-13  7:01 [V2][PATCH 00/19] various adds/updates/fxes Andreas Müller
                   ` (14 preceding siblings ...)
  2015-02-13  7:01 ` [V2][PATCH 15/19] xfce4-equake-plugin: update to 1.3.6 Andreas Müller
@ 2015-02-13  7:01 ` Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 17/19] packagegroup-xfce-extended: add xfce4-timer-plugin Andreas Müller
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 33+ messages in thread
From: Andreas Müller @ 2015-02-13  7:01 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb    | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb

diff --git a/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb b/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb
new file mode 100644
index 0000000..d61235f
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb
@@ -0,0 +1,10 @@
+SUMMARY = "XFCE panel plugin to generate alarm messages"
+DESCRIPTION = "This is a simple plugin that lets the user run an alarm at a specified time or at the end of a specified countdown period"
+HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=ae39271267fd63eb7619432ff24e7ff1"
+
+inherit xfce-panel-plugin
+
+SRC_URI[md5sum] = "3be2a4ccfb2af20441b1d25c2cea5f28"
+SRC_URI[sha256sum] = "39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c"
-- 
1.9.3



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

* [V2][PATCH 17/19] packagegroup-xfce-extended: add xfce4-timer-plugin
  2015-02-13  7:01 [V2][PATCH 00/19] various adds/updates/fxes Andreas Müller
                   ` (15 preceding siblings ...)
  2015-02-13  7:01 ` [V2][PATCH 16/19] xfce4-timer-plugin: initial add 1.6.0 Andreas Müller
@ 2015-02-13  7:01 ` Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 18/19] gnome-bluetooth: fix build by using a valid dbus interface + unblacklist Andreas Müller
  2015-02-13  7:01 ` [V2][PATCH 19/19] gimp: update to 2.8.14 / fix build by not configuring with freetype-config Andreas Müller
  18 siblings, 0 replies; 33+ messages in thread
From: Andreas Müller @ 2015-02-13  7:01 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
index 3df7440..28e452a 100644
--- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
+++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
@@ -31,6 +31,7 @@ RRECOMMENDS_${PN} = " \
     xfce4-places-plugin \
     xfce4-systemload-plugin \
     xfce4-time-out-plugin \
+    xfce4-timer-plugin \
     xfce4-embed-plugin \
     xfce4-weather-plugin \
     xfce4-fsguard-plugin \
-- 
1.9.3



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

* [V2][PATCH 18/19] gnome-bluetooth: fix build by using a valid dbus interface + unblacklist
  2015-02-13  7:01 [V2][PATCH 00/19] various adds/updates/fxes Andreas Müller
                   ` (16 preceding siblings ...)
  2015-02-13  7:01 ` [V2][PATCH 17/19] packagegroup-xfce-extended: add xfce4-timer-plugin Andreas Müller
@ 2015-02-13  7:01 ` Andreas Müller
  2015-02-13  8:36   ` package icedtea6-native-1.8.11-r5.3: task do_compile: Failed MONDON Daniel
  2015-02-13  7:01 ` [V2][PATCH 19/19] gimp: update to 2.8.14 / fix build by not configuring with freetype-config Andreas Müller
  18 siblings, 1 reply; 33+ messages in thread
From: Andreas Müller @ 2015-02-13  7:01 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 ...luetooth-client-use-valid-interface-names.patch | 122 +++++++++++++++++++++
 .../gnome-bluetooth/gnome-bluetooth_2.32.0.bb      |   8 +-
 2 files changed, 126 insertions(+), 4 deletions(-)
 create mode 100644 meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0002-bluetooth-client-use-valid-interface-names.patch

diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0002-bluetooth-client-use-valid-interface-names.patch b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0002-bluetooth-client-use-valid-interface-names.patch
new file mode 100644
index 0000000..99049a0
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0002-bluetooth-client-use-valid-interface-names.patch
@@ -0,0 +1,122 @@
+From 1555f85b222db0d536efe277d31b57b2a8b938f4 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
+Date: Thu, 12 Feb 2015 01:19:41 +0100
+Subject: [PATCH] bluetooth-client: use valid interface names
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Upstream-Status: Inappropriate[version unmaintained upstream]
+
+Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
+---
+ lib/bluetooth-client.c   | 12 ++++++------
+ lib/bluetooth-client.xml |  6 +++---
+ lib/test-agent.c         |  2 +-
+ 3 files changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/lib/bluetooth-client.c b/lib/bluetooth-client.c
+index d62d56d..02e194c 100644
+--- a/lib/bluetooth-client.c
++++ b/lib/bluetooth-client.c
+@@ -721,7 +721,7 @@ static void add_device(DBusGProxy *adapter, GtkTreeIter *parent,
+ 						BLUEZ_DEVICE_INTERFACE, path);
+ 
+ 		if (device != NULL)
+-			device_get_properties(device, &hash, NULL);
++			org_bluez_device_get_properties(device, &hash, NULL);
+ 	} else
+ 		device = NULL;
+ 
+@@ -945,7 +945,7 @@ static void adapter_added(DBusGProxy *manager,
+ 	adapter = dbus_g_proxy_new_from_proxy(manager,
+ 					BLUEZ_ADAPTER_INTERFACE, path);
+ 
+-	adapter_get_properties(adapter, &hash, NULL);
++	org_bluez_adapter_get_properties(adapter, &hash, NULL);
+ 	if (hash != NULL) {
+ 		value = g_hash_table_lookup(hash, "Address");
+ 		address = value ? g_value_get_string(value) : NULL;
+@@ -1178,7 +1178,7 @@ static void bluetooth_client_init(BluetoothClient *client)
+ 	dbus_g_proxy_connect_signal(priv->manager, "DefaultAdapterChanged",
+ 			G_CALLBACK(default_adapter_changed), client, NULL);
+ 
+-	manager_list_adapters(priv->manager, &array, NULL);
++	org_bluez_manager_list_adapters(priv->manager, &array, NULL);
+ 	if (array != NULL) {
+ 		int i;
+ 
+@@ -1189,7 +1189,7 @@ static void bluetooth_client_init(BluetoothClient *client)
+ 		}
+ 	}
+ 
+-	manager_default_adapter(priv->manager, &default_path, NULL);
++	org_bluez_manager_default_adapter(priv->manager, &default_path, NULL);
+ 	if (default_path != NULL) {
+ 		default_adapter_changed(priv->manager, default_path, client);
+ 		g_free(default_path);
+@@ -1541,7 +1541,7 @@ gboolean bluetooth_client_start_discovery(BluetoothClient *client)
+ 	if (adapter == NULL)
+ 		return FALSE;
+ 
+-	adapter_start_discovery(adapter, NULL);
++	org_bluez_adapter_start_discovery(adapter, NULL);
+ 
+ 	g_object_unref(adapter);
+ 
+@@ -1568,7 +1568,7 @@ gboolean bluetooth_client_stop_discovery(BluetoothClient *client)
+ 	if (adapter == NULL)
+ 		return FALSE;
+ 
+-	adapter_stop_discovery(adapter, NULL);
++	org_bluez_adapter_stop_discovery(adapter, NULL);
+ 
+ 	g_object_unref(adapter);
+ 
+diff --git a/lib/bluetooth-client.xml b/lib/bluetooth-client.xml
+index 2326277..38c7fb0 100644
+--- a/lib/bluetooth-client.xml
++++ b/lib/bluetooth-client.xml
+@@ -1,7 +1,7 @@
+ <?xml version="1.0" encoding="UTF-8" ?>
+ 
+ <node name="/">
+-  <interface name="manager">
++  <interface name="org.bluez.manager">
+     <method name="DefaultAdapter">
+       <arg type="o" direction="out"/>
+     </method>
+@@ -16,7 +16,7 @@
+     </method>
+   </interface>
+ 
+-  <interface name="adapter">
++  <interface name="org.bluez.adapter">
+     <method name="GetProperties">
+       <arg type="a{sv}" direction="out"/>
+     </method>
+@@ -44,7 +44,7 @@
+     </method>
+   </interface>
+ 
+-  <interface name="device">
++  <interface name="org.bluez.device">
+     <method name="GetProperties">
+       <arg type="a{sv}" direction="out"/>
+     </method>
+diff --git a/lib/test-agent.c b/lib/test-agent.c
+index 8d60da6..83464eb 100644
+--- a/lib/test-agent.c
++++ b/lib/test-agent.c
+@@ -40,7 +40,7 @@ static gboolean agent_pincode(DBusGMethodInvocation *context,
+ 	GValue *value;
+ 	const gchar *address, *name;
+ 
+-	device_get_properties(device, &hash, NULL);
++	org_bluez_device_get_properties(device, &hash, NULL);
+ 
+ 	if (hash != NULL) {
+ 		value = g_hash_table_lookup(hash, "Address");
+-- 
+1.9.3
+
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb
index b9b7355..8711b8a 100644
--- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb
@@ -6,15 +6,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
 
 PR = "r1"
 
-PNBLACKLIST[gnome-bluetooth] ?= "dbus-binding-tool fails with: Unable to load gnome-bluetooth-2.32.0/lib/bluetooth-client.xml": "manager" is not a valid D-Bus interface name"
-
 SECTION = "x11/gnome"
 DEPENDS = "obexd gnome-doc-utils-native gnome-doc-utils gconf gtk+ dbus-glib libunique libnotify bluez4 gnome-keyring virtual/libx11 libxi intltool-native"
 
 inherit gnomebase gtk-icon-cache
 
-SRC_URI += "file://0001-bluetooth-input-Fix-compile-errors.patch \
-           "
+SRC_URI += " \
+    file://0001-bluetooth-input-Fix-compile-errors.patch \
+    file://0002-bluetooth-client-use-valid-interface-names.patch \
+"
 SRC_URI[archive.md5sum] = "f129686fe46c4c98eb70a0cc85d59cae"
 SRC_URI[archive.sha256sum] = "57b1f06c96a1b85e1c19ff919d708cc38e95edae658881ed99968c325839a973"
 
-- 
1.9.3



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

* [V2][PATCH 19/19] gimp: update to 2.8.14 / fix build by not configuring with freetype-config
  2015-02-13  7:01 [V2][PATCH 00/19] various adds/updates/fxes Andreas Müller
                   ` (17 preceding siblings ...)
  2015-02-13  7:01 ` [V2][PATCH 18/19] gnome-bluetooth: fix build by using a valid dbus interface + unblacklist Andreas Müller
@ 2015-02-13  7:01 ` Andreas Müller
  18 siblings, 0 replies; 33+ messages in thread
From: Andreas Müller @ 2015-02-13  7:01 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 ...igure-ac-do-not-check-for-freetype-config.patch | 38 ++++++++++++++++++++++
 meta-oe/recipes-graphics/gimp/gimp/freetype.patch  | 30 -----------------
 .../gimp/{gimp_2.8.10.bb => gimp_2.8.14.bb}        | 13 ++++----
 3 files changed, 45 insertions(+), 36 deletions(-)
 create mode 100644 meta-oe/recipes-graphics/gimp/gimp/0001-configure-ac-do-not-check-for-freetype-config.patch
 delete mode 100644 meta-oe/recipes-graphics/gimp/gimp/freetype.patch
 rename meta-oe/recipes-graphics/gimp/{gimp_2.8.10.bb => gimp_2.8.14.bb} (73%)

diff --git a/meta-oe/recipes-graphics/gimp/gimp/0001-configure-ac-do-not-check-for-freetype-config.patch b/meta-oe/recipes-graphics/gimp/gimp/0001-configure-ac-do-not-check-for-freetype-config.patch
new file mode 100644
index 0000000..fecd012
--- /dev/null
+++ b/meta-oe/recipes-graphics/gimp/gimp/0001-configure-ac-do-not-check-for-freetype-config.patch
@@ -0,0 +1,38 @@
+From 72ad76841d87e857428693d812a961935284ac62 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
+Date: Thu, 12 Feb 2015 15:57:47 +0100
+Subject: [PATCH] configure-ac: do not check for freetype-config
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+freetype-config is not allowed in our environment - see also binconfig-disabled
+
+Upstream-Status: inappropriate [OE specific]
+
+Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
+---
+ configure.ac | 7 -------
+ 1 file changed, 7 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 26812b6..abec714 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -647,13 +647,6 @@ if test "x$fontconfig_ok" = xno; then
+ fi
+ 
+ 
+-AC_PATH_PROG(FREETYPE_CONFIG, freetype-config, no)
+-if test "x$FREETYPE_CONFIG" != "xno" ; then
+-  AC_MSG_CHECKING([for freetype libraries])
+-  FREETYPE_LIBS=`$FREETYPE_CONFIG --libs`
+-  AC_MSG_RESULT($FREETYPE_LIBS)
+-fi
+-AC_SUBST(FREETYPE_LIBS)
+ 
+ 
+ ##########################################
+-- 
+1.9.3
+
diff --git a/meta-oe/recipes-graphics/gimp/gimp/freetype.patch b/meta-oe/recipes-graphics/gimp/gimp/freetype.patch
deleted file mode 100644
index ed6c097..0000000
--- a/meta-oe/recipes-graphics/gimp/gimp/freetype.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Include the freetype headers via macros ( recommended way)
-
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
-Upstream-Status: Backport
-
-From 6c73f28b6d87a2afd11974552a075bffec52347f Mon Sep 17 00:00:00 2001
-From: Michael Natterer <mitch@gimp.org>
-Date: Fri, 29 Nov 2013 20:57:46 +0000
-Subject: Bug 719560 - Build failure with freetype 2.5.1
-
-Apply patch from su-v that fixes the freetype include to
-the madness devised and recommended by freetype.
----
-diff --git a/app/text/gimpfont.c b/app/text/gimpfont.c
-index 4045ca9..66c6e52 100644
---- a/app/text/gimpfont.c
-+++ b/app/text/gimpfont.c
-@@ -28,7 +28,9 @@
- 
- #define PANGO_ENABLE_ENGINE  1   /* Argh */
- #include <pango/pango-ot.h>
--#include <freetype/tttables.h>
-+
-+#include <ft2build.h>
-+#include FT_TRUETYPE_TABLES_H
- 
- #include "text-types.h"
- 
---
-cgit v0.9.2
diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb
similarity index 73%
rename from meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
rename to meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb
index a893dc2..7d52cf1 100644
--- a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
+++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb
@@ -7,16 +7,17 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 DEPENDS = "babl gdk-pixbuf-native libart-lgpl gtk+ jpeg libpng libexif tiff lcms gegl poppler jasper bzip2"
 DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}"
 
-inherit gnome
+inherit gnome gtk-doc
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[helpbrowser] = "--with-webkit, --without-webkit, webkit-gtk"
 
-SRC_URI = "http://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \
-           file://freetype.patch \
-          "
-SRC_URI[md5sum] = "84c964aab7044489af69f7319bb59b47"
-SRC_URI[sha256sum] = "e7fd8b19f989138d826003c75f56bd5b6f136eef597e86e3978ede0bba470ae6"
+SRC_URI = " \
+    http://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \
+    file://0001-configure-ac-do-not-check-for-freetype-config.patch \
+"
+SRC_URI[md5sum] = "233c948203383fa078434cc3f8f925cb"
+SRC_URI[sha256sum] = "d82a958641c9c752d68e35f65840925c08e314cea90222ad845892a40e05b22d"
 
 EXTRA_OECONF = "--disable-python \
                 --without-wmf"
-- 
1.9.3



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

* package icedtea6-native-1.8.11-r5.3: task do_compile: Failed
  2015-02-13  7:01 ` [V2][PATCH 18/19] gnome-bluetooth: fix build by using a valid dbus interface + unblacklist Andreas Müller
@ 2015-02-13  8:36   ` MONDON Daniel
  2015-02-13  9:49     ` Henning Heinold
  0 siblings, 1 reply; 33+ messages in thread
From: MONDON Daniel @ 2015-02-13  8:36 UTC (permalink / raw)
  To: openembedded-devel

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

Hi,

I am under Ubuntu 12.04 server and I build an angstromv2012.05 distribution.

Making a build all (from scratch), I've got the error:
| Error: time is more than 10 years from present: 1104530400000
| java.lang.RuntimeException: time is more than 10 years from present: 1104530400000
|    at build.tools.generatecurrencydata.GenerateCurrencyData.makeSpecialCaseEntry(GenerateCurrencyData.java:285)
|    at build.tools.generatecurrencydata.GenerateCurrencyData.buildMainAndSpecialCaseTables(GenerateCurrencyData.java:225)
|    at build.tools.generatecurrencydata.GenerateCurrencyData.main(GenerateCurrencyData.java:154)
|    at java.lang.reflect.VMMethod.invoke(Native Method)
|    at java.lang.reflect.Method.invoke(Method.java:327)
|    at jamvm.java.lang.JarLauncher.main(JarLauncheERROR: Function failed: do_compile (see /home/lpg/VPN/lpg-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/temp/log.do_compile.8710 for further information)

The log.do_compile.8710 is attached.

Please help :)

Thanks
Daniel.

[-- Attachment #2: log.do_compile.8710 --]
[-- Type: application/octet-stream, Size: 180190 bytes --]

DEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']
NOTE: 1/2 Building Hotspot
NOTE: make ZIPEXE=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/bin/zip hotspot
rm -f stamps/icedtea-ecj.stamp
rm -f stamps/icedtea-against-ecj.stamp
/usr/bin/make ICEDTEA_BUILD_TARGET=hotspot icedtea-against-ecj
make[1]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11'
/usr/bin/make \
	  ALT_JDK_IMPORT_PATH="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0" ANT="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/bin/ant" BUILD_NUMBER="b18" JDK_UPDATE_VERSION="18" JRE_RELEASE_VERSION="1.6.0_18-b18" MILESTONE="fcs" LANG="C" PATH="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0" ALT_BINARY_PLUGS_PATH="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.7.0" BUILD_ARCH_DIR="amd64" ICEDTEA_BUILD_DIR="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk/build/linux-amd64" ICEDTEA_CLS_DIR="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk/build/linux-amd64/classes" ICEDTEA_ENDORSED_DIR="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/lib/endorsed" ENDORSED="-Djava.endorsed.dirs=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/lib/endorsed" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" SHARK_BUILD="" ZERO_LIBARCH="amd64" ARCH_DATA_MODEL="64" ZERO_ENDIANNESS="little" ZERO_ARCHDEF="AMD64" ZERO_ARCHFLAG="-m64" LIBFFI_CFLAGS="" LIBFFI_LIBS="" LLVM_CFLAGS="" LLVM_LDFLAGS="" LLVM_LIBS="" FREETYPE2_HEADERS="-I/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/include/freetype2 -I/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/include  " FT2_LIB="-L/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/lib -lfreetype  " ALT_PARALLEL_COMPILE_JOBS="1" HOTSPOT_BUILD_JOBS="1" OE_CFLAGS="" OE_CPPFLAGS="" OE_CXXFLAGS="" OE_LDFLAGS="" JAVAC="" JAVA_HOME="" JDK_HOME="" DISTRIBUTION_ID="Built on Ubuntu 12.04.5 LTS (Thu Feb 12 17:18:39 CET 2015)" DERIVATIVE_ID="IcedTea6 1.8.11" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" ALT_DROPS_DIR="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/drops" VERBOSE="" ALT_NETX_DIST="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/netx.build" ALT_LIVECONNECT_DIST="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/liveconnect"   NO_DOCS="true" CROSS_COMPILATION="true" CROSS_TARGET_ARCH="x86_64"   RHINO_JAR="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/rhino/rhino.jar" JAVA_TOOLS_DIR="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin" ICEDTEA_RT="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/jre/lib/rt.jar" ICEDTEA_BUILD_DIR="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/" ICEDTEA_CLS_DIR="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/classes" BOOTCLASSPATH_CLS_RT="-bootclasspath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/classes:/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/jre/lib/rt.jar" BOOTCLASSPATH_CLS="-bootclasspath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/classes" BOOTCLASSPATH_RT_LIBGCJ="-bootclasspath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/jre/lib/rt.jar" GENSRCDIR="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/generated" JAR_KNOWS_ATFILE="1" JAR_KNOWS_J_OPTIONS="1" JAR_ACCEPTS_STDIN_LIST="1" DISABLE_NIMBUS="true" NO_DOCS="true" \
	  -C openjdk-ecj/ \
	  hotspot
make[2]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj'
/bin/mkdir -p /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir
/bin/mkdir -p /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/import
cd  ./hotspot/make && \
	    /usr/bin/make JDK_TOPDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk JDK_MAKE_SHARED_DIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/common/shared EXTERNALSANITYCONTROL=true TARGET_CLASS_VERSION=5 MILESTONE=fcs BUILD_NUMBER=b18 JDK_BUILD_NUMBER=b18 FULL_VERSION=1.6.0_18-b18 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.6.0_18 JDK_MKTG_VERSION=6u18 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=6 JDK_MICRO_VERSION=0 ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=180 COOKED_BUILD_NUMBER=18 ALT_OUTPUTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir ALT_EXPORT_PATH=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/import ALT_SLASH_JAVA=/NOT-SET ALT_BOOTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/langtools/dist all_product
make[3]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make'
Makefile:367: target `/Xusage.txt' given more than once in the same rule.
cd /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make; \
	/usr/bin/make VM_TARGET=product generic_build2 ALT_OUTPUTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make'
Makefile:367: target `/Xusage.txt' given more than once in the same rule.
mkdir -p /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir
cd /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir; \
	    /usr/bin/make -f /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make/linux/Makefile \
		       LP64=1 JAVA_HOME=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 OUTPUTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir GAMMADIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot MAKE_VERBOSE=y HOTSPOT_RELEASE_VERSION=14.0-b16 JRE_RELEASE_VERSION=1.6.0_18-b18 HOTSPOT_BUILD_VERSION= product
make[5]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir'
cd linux_amd64_compiler2/product && /usr/bin/make -w " LP64=1 "
make[6]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[7]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
../generated/adfiles/adlc -DLINUX -D_GNU_SOURCE -DAMD64 -q -T -D_LP64 ../generated/adfiles/linux_x86_64.ad  \
 -c../generated/adfiles/mktmp8959/ad_x86_64.cpp -h../generated/adfiles/mktmp8959/ad_x86_64.hpp -a../generated/adfiles/mktmp8959/dfa_x86_64.cpp -v../generated/adfiles/mktmp8959/adGlobals_x86_64.hpp \
	    || { rm -rf ../generated/adfiles/mktmp8959; exit 1; }
./adlc_updater ad_x86_64.cpp ../generated/adfiles/mktmp8959 ../generated/adfiles
./adlc_updater ad_x86_64.hpp ../generated/adfiles/mktmp8959 ../generated/adfiles
./adlc_updater ad_x86_64_clone.cpp ../generated/adfiles/mktmp8959 ../generated/adfiles
./adlc_updater ad_x86_64_expand.cpp ../generated/adfiles/mktmp8959 ../generated/adfiles
./adlc_updater ad_x86_64_format.cpp ../generated/adfiles/mktmp8959 ../generated/adfiles
./adlc_updater ad_x86_64_gen.cpp ../generated/adfiles/mktmp8959 ../generated/adfiles
./adlc_updater ad_x86_64_misc.cpp ../generated/adfiles/mktmp8959 ../generated/adfiles
./adlc_updater ad_x86_64_peephole.cpp ../generated/adfiles/mktmp8959 ../generated/adfiles
./adlc_updater ad_x86_64_pipeline.cpp ../generated/adfiles/mktmp8959 ../generated/adfiles
./adlc_updater adGlobals_x86_64.hpp ../generated/adfiles/mktmp8959 ../generated/adfiles
./adlc_updater dfa_x86_64.cpp ../generated/adfiles/mktmp8959 ../generated/adfiles
[ -f ../generated/adfiles/mktmp8959/made-change ] \
		|| echo "Rescanned ../generated/adfiles/linux_x86_64.ad  but encountered no changes."
Rescanned ../generated/adfiles/linux_x86_64.ad  but encountered no changes.
rm -rf ../generated/adfiles/mktmp8959
make[7]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[7]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[7]: Nothing to be done for `all'.
make[7]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[7]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
if [ -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/agent -a "x86" != "ia64" -a "x86" != "zero" ] ; then \
	   /usr/bin/make -f sa.make /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/sa-jdi.jar; \
	fi
make[8]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
rm -rf /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../agent1.classes.list /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../agent2.classes.list
echo "Making /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/sa-jdi.jar"
Making /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/sa-jdi.jar
if [ "/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0" = "" ]; then \
	  echo "ALT_BOOTDIR, BOOTDIR or JAVA_HOME needs to be defined to build SA"; \
	  exit 1; \
	fi
if [ ! -f /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/lib/tools.jar ] ; then \
	  echo "Missing /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/lib/tools.jar file. Use 1.6.0 or later version of JDK";\
	  echo ""; \
	  exit 1; \
	fi
if [ ! -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses ] ; then \
	  mkdir -p /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses;        \
	fi
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/javac -source 1.4 -classpath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/lib/tools.jar:/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/jre/lib/rt.jar -sourcepath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/agent/src/share/classes -g -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses @/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../agent1.classes.list
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/javac -source 1.4 -classpath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/lib/tools.jar:/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/jre/lib/rt.jar -sourcepath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/agent/src/share/classes -g -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses @/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../agent2.classes.list
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/rmic  -classpath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer
echo ""sun.jvm.hotspot.runtime.VM.saBuildVersion=14.0-b16"" > /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses/sa.properties
rm -f /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses/sun/jvm/hotspot/utilities/soql/sa.js
cp /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/sa.js /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses/sun/jvm/hotspot/utilities/soql
mkdir -p /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses/sun/jvm/hotspot/ui/resources
rm -f /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses/sun/jvm/hotspot/ui/resources/*
cp /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/resources/*.png /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses/sun/jvm/hotspot/ui/resources/
cp -r /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/agent/src/share/classes/images/* /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses/
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/jar cf /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/sa-jdi.jar -C /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses/ .
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/jar uf /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/sa-jdi.jar -C /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/agent/src/share/classes META-INF/services/com.sun.jdi.connect.Connector
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/javah -classpath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated -jni sun.jvm.hotspot.debugger.x86.X86ThreadContext
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/javah -classpath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated -jni sun.jvm.hotspot.debugger.ia64.IA64ThreadContext
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/javah -classpath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated -jni sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/javah -classpath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated -jni sun.jvm.hotspot.debugger.sparc.SPARCThreadContext
make[8]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[7]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[7]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[7]: `incls/_precompiled.incl.gch' is up to date.
make[7]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[7]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
if [ -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/agent -a "x86" != "ia64" -a "x86" != "zero" ] ; then \
	   /usr/bin/make -f vm.make libsaproc.so; \
	fi
make[8]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[8]: `libsaproc.so' is up to date.
make[8]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[7]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
All done.
make[6]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[5]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir'
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make'
cd /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make; \
	/usr/bin/make VM_TARGET=product1 generic_build1 ALT_OUTPUTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make'
Makefile:367: target `/Xusage.txt' given more than once in the same rule.
mkdir -p /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir
No compiler1 (product1) for ARCH_DATA_MODEL=64
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make'
cd /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make; \
	/usr/bin/make VM_TARGET=productkernel generic_buildkernel ALT_OUTPUTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make'
Makefile:367: target `/Xusage.txt' given more than once in the same rule.
mkdir -p /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir
No kernel (productkernel) for OS_NAME=linux
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make'
cd /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir; \
	    /usr/bin/make -f /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make/linux/Makefile \
		       LP64=1 JAVA_HOME=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 OUTPUTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir GAMMADIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot MAKE_VERBOSE=y HOTSPOT_RELEASE_VERSION=14.0-b16 JRE_RELEASE_VERSION=1.6.0_18-b18 HOTSPOT_BUILD_VERSION= docs
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir'
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/javap javax.xml.transform.TransformerFactory > /dev/null 2>&1; \
	if [ $? -ne 0 ]; then \
	   /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/java -version; \
	  echo "*** An XSLT processor (J2SE 1.4.x or newer) is required" \
	  "to bootstrap this build" 1>&2; \
	  exit 1; \
	fi
mkdir -p linux_amd64_docs
/usr/bin/make -f /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make -w " LP64=1 " GAMMADIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=amd64 LIBARCH=amd64 HOTSPOT_RELEASE_VERSION=14.0-b16 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_18-b18 JvmtiOutDir=linux_amd64_docs jvmtidocs
make[5]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir'
make[5]: Nothing to be done for `jvmtidocs'.
make[5]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir'
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir'
/usr/bin/make VM_SUBDIR=product                            generic_export
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make'
Makefile:367: target `/Xusage.txt' given more than once in the same rule.
cp /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/generated/sa-jdi.jar /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/import/lib/sa-jdi.jar
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make'
make[3]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make'
make[2]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj'
ecj-poured IcedTea is served: openjdk-ecj/build/linux-amd64
mkdir -p stamps
touch stamps/icedtea-ecj.stamp
mkdir -p stamps
touch stamps/icedtea-against-ecj.stamp
make[1]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11'
mkdir -p \
	   openjdk-ecj/build/linux-amd64/j2sdk-image/jre/lib/amd64/server
cp openjdk-ecj/build/linux-amd64/hotspot/import/jre/lib/amd64/server/libjvm.so \
	   openjdk-ecj/build/linux-amd64/j2sdk-image/jre/lib/amd64/server
Hotspot is served: openjdk-ecj/build/linux-amd64/j2sdk-image
rm: cannot remove `bootstrap/ecj/jre/lib/amd64': Is a directory
NOTE: creating openjdk-ecj/build/linux-amd64/tmp/sun/javax.sound/jsoundalsa/obj64/.files_compiled
NOTE: creating openjdk-ecj/build/linux-amd64/tmp/sun/javax.sound/jsoundalsa/obj/.files_compiled
NOTE: creating openjdk-ecj/build/linux-amd64/tmp/sun/sun.awt.X11/xawt/obj64/.files_compiled
NOTE: creating openjdk-ecj/build/linux-amd64/tmp/sun/sun.awt.X11/xawt/obj/.files_compiled
NOTE: creating openjdk-ecj/build/linux-amd64/tmp/sun/sun.awt/jawt/obj64/.files_compiled
NOTE: creating openjdk-ecj/build/linux-amd64/tmp/sun/sun.awt/jawt/obj/.files_compiled
NOTE: 2/2 Running make icedtea-against-ecj
NOTE: make ZIPEXE=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/bin/zip icedtea-against-ecj
/usr/bin/make \
	  ALT_JDK_IMPORT_PATH="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0" ANT="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/bin/ant" BUILD_NUMBER="b18" JDK_UPDATE_VERSION="18" JRE_RELEASE_VERSION="1.6.0_18-b18" MILESTONE="fcs" LANG="C" PATH="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0" ALT_BINARY_PLUGS_PATH="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.7.0" BUILD_ARCH_DIR="amd64" ICEDTEA_BUILD_DIR="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk/build/linux-amd64" ICEDTEA_CLS_DIR="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk/build/linux-amd64/classes" ICEDTEA_ENDORSED_DIR="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/lib/endorsed" ENDORSED="-Djava.endorsed.dirs=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/lib/endorsed" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" SHARK_BUILD="" ZERO_LIBARCH="amd64" ARCH_DATA_MODEL="64" ZERO_ENDIANNESS="little" ZERO_ARCHDEF="AMD64" ZERO_ARCHFLAG="-m64" LIBFFI_CFLAGS="" LIBFFI_LIBS="" LLVM_CFLAGS="" LLVM_LDFLAGS="" LLVM_LIBS="" FREETYPE2_HEADERS="-I/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/include/freetype2 -I/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/include  " FT2_LIB="-L/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/lib -lfreetype  " ALT_PARALLEL_COMPILE_JOBS="1" HOTSPOT_BUILD_JOBS="1" OE_CFLAGS="" OE_CPPFLAGS="" OE_CXXFLAGS="" OE_LDFLAGS="" JAVAC="" JAVA_HOME="" JDK_HOME="" DISTRIBUTION_ID="Built on Ubuntu 12.04.5 LTS (Thu Feb 12 17:18:39 CET 2015)" DERIVATIVE_ID="IcedTea6 1.8.11" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" ALT_DROPS_DIR="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/drops" VERBOSE="" ALT_NETX_DIST="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/netx.build" ALT_LIVECONNECT_DIST="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/liveconnect"   NO_DOCS="true" CROSS_COMPILATION="true" CROSS_TARGET_ARCH="x86_64"   RHINO_JAR="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/rhino/rhino.jar" JAVA_TOOLS_DIR="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin" ICEDTEA_RT="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/jre/lib/rt.jar" ICEDTEA_BUILD_DIR="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/" ICEDTEA_CLS_DIR="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/classes" BOOTCLASSPATH_CLS_RT="-bootclasspath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/classes:/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/jre/lib/rt.jar" BOOTCLASSPATH_CLS="-bootclasspath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/classes" BOOTCLASSPATH_RT_LIBGCJ="-bootclasspath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/jre/lib/rt.jar" GENSRCDIR="/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/generated" JAR_KNOWS_ATFILE="1" JAR_KNOWS_J_OPTIONS="1" JAR_ACCEPTS_STDIN_LIST="1" DISABLE_NIMBUS="true" NO_DOCS="true" \
	  -C openjdk-ecj/ \
	  
make[1]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj'
linux amd64 1.6.0_18 build started: 15-02-13 09:10
/bin/mkdir -p ./build/linux-amd64
/bin/mkdir -p ./build/linux-amd64/j2sdk-image
make[2]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make'
make[3]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/freetypecheck'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/freetypecheck'
make[2]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make'

Build Machine Information:
   build machine = SPROD0105

Build Directory Structure:
   CWD = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj
   TOPDIR = .
   CONTROL_TOPDIR = .
   LANGTOOLS_TOPDIR = ./langtools
   JAXP_TOPDIR = ./jaxp
   JAXWS_TOPDIR = ./jaxws
   CORBA_TOPDIR = ./corba
   HOTSPOT_TOPDIR = ./hotspot
   JDK_TOPDIR = ./jdk

Build Directives:
   BUILD_LANGTOOLS = true 
   BUILD_JAXP = true 
   BUILD_JAXWS = true 
   BUILD_CORBA = true 
   BUILD_HOTSPOT = true 
   BUILD_JDK    = true 
   DEBUG_CLASSFILES = true 
   DEBUG_BINARIES = true 

Hotspot Settings: 
      HOTSPOT_BUILD_JOBS  = 1 
      HOTSPOT_OUTPUTDIR   = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir 
      HOTSPOT_EXPORT_PATH = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/import 
 



Bootstrap Settings:
  BOOTDIR = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0
    ALT_BOOTDIR = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0
  BOOT_VER = 1.5 [requires at least 1.5]
  OUTPUTDIR = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64
    ALT_OUTPUTDIR = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64
  ABS_OUTPUTDIR = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64
 
Build Tool Settings:
  SLASH_JAVA = /NOT-SET
    ALT_SLASH_JAVA = 
  VARIANT = OPT
  JDK_DEVTOOLS_DIR = /NOT-SET/devtools
    ALT_JDK_DEVTOOLS_DIR = 
  ANT_HOME = 
  UNIXCOMMAND_PATH = /bin/
    ALT_UNIXCOMMAND_PATH = 
  COMPILER_PATH = /usr/bin/
    ALT_COMPILER_PATH = 
  DEVTOOLS_PATH = /usr/bin/
    ALT_DEVTOOLS_PATH = 
  UNIXCCS_PATH = /usr/ccs/bin/
    ALT_UNIXCCS_PATH = 
  USRBIN_PATH = /usr/bin/
    ALT_USRBIN_PATH = 
  MOTIF_DIR = /usr
    ALT_MOTIF_DIR = 
  MOTIF_REQUIRED = false
  COMPILER_NAME = GCC
  COMPILER_VERSION = 
  CC_VER = 4.6 [requires at least 3.2]
  ZIP_VER = 3.0 [requires at least 2.2]
  UNZIP_VER = 6.00 [requires at least 5.12]
  ANT_VER = 1.8 [requires at least 1.6.3]
  TEMPDIR = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/tmp
 
Build Directives:
  OPENJDK = true
  USE_HOTSPOT_INTERPRETER_MODE = 
  PEDANTIC = 
  DEV_ONLY = 
  NO_DOCS = true
  NO_IMAGES = 
  TOOLS_ONLY = 
  INSANE = 
  COMPILE_APPROACH = parallel
  PARALLEL_COMPILE_JOBS = 1
    ALT_PARALLEL_COMPILE_JOBS = 1
  FASTDEBUG = 
  COMPILER_WARNINGS_FATAL = false
  COMPILER_WARNING_LEVEL = 
  INCREMENTAL_BUILD = false
  CC_HIGHEST_OPT = -O3 
  CC_HIGHER_OPT = -O3 
  CC_LOWER_OPT = -O2 
  CXXFLAGS =  -O2  -fPIC -DCC_NOEX -W -Wall  -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g  
  CFLAGS =  -O2    -fno-strict-aliasing -fPIC -W -Wall  -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g  
  BOOT_JAVA_CMD = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/java  -Xmx896m
  BOOT_JAVAC_CMD = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/javac  -J-XX:ThreadStackSize=1536 -J-Xmx896m -encoding ascii -XDignore.symbol.file=true
  BOOT_JAR_CMD = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/jar
  BOOT_JARSIGNER_CMD = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/jarsigner
  JAVAC_CMD = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/javac  -J-XX:ThreadStackSize=1536 -J-Xmx896m  -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/classes 
  JAVAH_CMD = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/classes:/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/jre/lib/rt.jar:/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/classes
  JAVADOC_CMD = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/javadoc -J-Xmx896m
 
Build Platform Settings:
  USER = me
  PLATFORM = linux
  ARCH = amd64
  LIBARCH = amd64
  ARCH_FAMILY = amd64
  ARCH_DATA_MODEL = 64
  ARCHPROP = amd64
  LINUX_VERSION = Unknown linux
  ALSA_VERSION = 1.0.0
  OS_VERSION = 3.13.0-32-generic [requires at least 2.4.19-SMP]
  OS_NAME = linux
  TEMP_FREE_SPACE = 464795044
  FREE_SPACE = 464795044
  MB_OF_MEMORY = 7983
 
GNU Make Settings:
  MAKE = /usr/bin/make
  MAKE_VER = 3.81 [requires at least 3.78]
  MAKECMDGOALS = sanity
  MAKEFLAGS = w
  SHELL = /bin/sh
 
Target Build Versions:
  JDK_VERSION = 1.6.0_18
  MILESTONE = fcs
  RELEASE = 1.6.0_18
  FULL_VERSION = 1.6.0_18-b18
  BUILD_NUMBER = b18
 
External File/Binary Locations:
  USRJDKINSTANCES_PATH = /opt/java
  BUILD_JDK_IMPORT_PATH = /NOT-SET/re/openjdk/6/promoted/latest/binaries
    ALT_BUILD_JDK_IMPORT_PATH = 
  JDK_IMPORT_PATH = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0
    ALT_JDK_IMPORT_PATH = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0
  LANGTOOLS_DIST = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/langtools/dist
    ALT_LANGTOOLS_DIST = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/langtools/dist
  CORBA_DIST = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/corba/dist
    ALT_CORBA_DIST = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/corba/dist
  JAXP_DIST = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxp/dist
    ALT_JAXP_DIST = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxp/dist
  JAXWS_DIST = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxws/dist
    ALT_JAXWS_DIST = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxws/dist
  HOTSPOT_DOCS_IMPORT_PATH = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/import/docs
    ALT_HOTSPOT_DOCS_IMPORT_PATH = 
  HOTSPOT_IMPORT_PATH = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/import
    ALT_HOTSPOT_IMPORT_PATH = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/import
  HOTSPOT_SERVER_PATH = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/import/jre/lib/amd64/server
    ALT_HOTSPOT_SERVER_PATH = 
  CACERTS_FILE = ./../src/share/lib/security/cacerts
    ALT_CACERTS_FILE = 
  CUPS_HEADERS_PATH = /usr/include
    ALT_CUPS_HEADERS_PATH = 
 
OpenJDK-specific settings:
  FREETYPE_HEADERS_PATH = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/include/freetype2
    ALT_FREETYPE_HEADERS_PATH = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/include/freetype2
  FREETYPE_LIB_PATH = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/lib
    ALT_FREETYPE_LIB_PATH = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/lib
 
OPENJDK Import Binary Plug Settings:
  BINARY_PLUGS_JARFILE = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar
    ALT_BINARY_PLUGS_JARFILE = 
  BINARY_PLUGS_PATH = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.7.0
    ALT_BINARY_PLUGS_PATH = /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.7.0
  BUILD_BINARY_PLUGS_PATH = /NOT-SET/re/openjdk/6/promoted/latest/openjdk/binaryplugs
    ALT_BUILD_BINARY_PLUGS_PATH = 
  PLUG_LIBRARY_NAMES = 
 
Previous JDK Settings:
  PREVIOUS_RELEASE_PATH = /NOT-SET/re/jdk/1.6.0/archive/fcs/bundles/linux-amd64
    ALT_PREVIOUS_RELEASE_PATH = 
  PREVIOUS_JDK_VERSION = 1.6.0
    ALT_PREVIOUS_JDK_VERSION = 
  PREVIOUS_JDK_FILE = jdk-6-linux-amd64.tar.gz
    ALT_PREVIOUS_JDK_FILE = 
  PREVIOUS_JRE_FILE = jre-6-linux-amd64.tar.gz
    ALT_PREVIOUS_JRE_FILE = 
  PREVIOUS_RELEASE_IMAGE = 
    ALT_PREVIOUS_RELEASE_IMAGE = 


Sanity check passed.
/bin/mkdir -p /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/langtools
(cd  ./langtools/make && \
	 /usr/bin/make JDK_TOPDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk JDK_MAKE_SHARED_DIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/common/shared EXTERNALSANITYCONTROL=true TARGET_CLASS_VERSION=5 MILESTONE=fcs BUILD_NUMBER=b18 JDK_BUILD_NUMBER=b18 FULL_VERSION=1.6.0_18-b18 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.6.0_18 JDK_MKTG_VERSION=6u18 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=6 JDK_MICRO_VERSION=0 ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=180 COOKED_BUILD_NUMBER=18 ALT_OUTPUTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/langtools ALT_BOOTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 all)
make[2]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/langtools/make'
JAVA_HOME=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/langtools/build/ant-tmp' /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/bin/ant -Djdk.version=1.6.0_18 -Dfull.version='1.6.0_18-b18'  -Drelease=1.6.0_18 -Dbuild.number=b18 -Djavac.debug=true -Ddebug.classfiles=true -Djavac.target=5 -Dboot.java.home=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 -Dbuild.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/langtools/build -Ddist.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/langtools/dist build
Buildfile: /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/langtools/make/build.xml

-def-check:

-check-boot.java.home:

-def-pcompile:
    [javac] /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/langtools/make/build.xml:601: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

-def-build-classes:

-def-build-jar:

-def-build-tool:

-def-build-bootstrap-tool:

build-bootstrap-javac:

build-bootstrap-javadoc:

-def-build-bootstrap-jar:

build-bootstrap-doclets:

build-bootstrap-javah:

build-bootstrap-tools:

build-classes-javac:

build-classes-javadoc:

build-classes-doclets:

build-classes-javah:

build-classes-javap:

build-classes-apt:

build-all-classes:

build:

BUILD SUCCESSFUL
Total time: 13 seconds
make[2]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/langtools/make'
/bin/mkdir -p /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/corba
(cd  ./corba/make && \
	 /usr/bin/make JDK_TOPDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk JDK_MAKE_SHARED_DIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/common/shared EXTERNALSANITYCONTROL=true TARGET_CLASS_VERSION=5 MILESTONE=fcs BUILD_NUMBER=b18 JDK_BUILD_NUMBER=b18 FULL_VERSION=1.6.0_18-b18 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.6.0_18 JDK_MKTG_VERSION=6u18 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=6 JDK_MICRO_VERSION=0 ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=180 COOKED_BUILD_NUMBER=18 ALT_OUTPUTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/corba ALT_BOOTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/langtools/dist all)
make[2]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make'
Begin Processing SUBDIRS: tools javax org sun com
>>>Recursively making tools build @ Fri Feb 13 09:10:48 CET 2015 ...
make[3]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/tools'
Begin Processing SUBDIRS: strip_properties idlj logutil 
>>>Recursively making strip_properties build @ Fri Feb 13 09:10:48 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/tools/strip_properties'
=========================================================
BUILDTOOL:                stripproperties
PACKAGE:                  build.tools.stripproperties
BUILDTOOL_SOURCE_ROOT:    ../../tools/src
BUILTTOOL_MAINCLASS:      build.tools.stripproperties.StripProperties
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/corba/btjars/stripproperties.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/tools/strip_properties'
  Timing: 00000 seconds or 0s for make-tools-strip_properties
<<<Finished Recursively making strip_properties build @ Fri Feb 13 09:10:48 CET 2015.
>>>Recursively making idlj build @ Fri Feb 13 09:10:48 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/tools/idlj'
=========================================================
BUILDTOOL:                idlj
PACKAGE:                  com.sun.tools.corba.se.idl.toJavaPortable
BUILDTOOL_SOURCE_ROOT:    ../../../src/share/classes
BUILTTOOL_MAINCLASS:      com.sun.tools.corba.se.idl.toJavaPortable.Compile
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/corba/btjars/idlj.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/tools/idlj'
  Timing: 00001 seconds or 1s for make-tools-idlj
<<<Finished Recursively making idlj build @ Fri Feb 13 09:10:49 CET 2015.
>>>Recursively making logutil build @ Fri Feb 13 09:10:49 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/tools/logutil'
=========================================================
BUILDTOOL:                MC
PACKAGE:                  com.sun.tools.corba.se.logutil
BUILDTOOL_SOURCE_ROOT:    ../../../src/share/classes
BUILTTOOL_MAINCLASS:      com.sun.tools.corba.se.logutil.MC
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/corba/btjars/MC.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/tools/logutil'
  Timing: 00000 seconds or 0s for make-tools-logutil
<<<Finished Recursively making logutil build @ Fri Feb 13 09:10:49 CET 2015.
Done Processing SUBDIRS: strip_properties idlj logutil 
make[3]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/tools'
  Timing: 00001 seconds or 1s for make-tools
<<<Finished Recursively making tools build @ Fri Feb 13 09:10:49 CET 2015.
>>>Recursively making javax build @ Fri Feb 13 09:10:49 CET 2015 ...
make[3]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/javax'
Begin Processing SUBDIRS: xa
>>>Recursively making xa build @ Fri Feb 13 09:10:49 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/javax/xa'
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/javax/xa'
  Timing: 00000 seconds or 0s for make-javax-xa
<<<Finished Recursively making xa build @ Fri Feb 13 09:10:49 CET 2015.
Done Processing SUBDIRS: xa
make[3]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/javax'
  Timing: 00000 seconds or 0s for make-javax
<<<Finished Recursively making javax build @ Fri Feb 13 09:10:49 CET 2015.
>>>Recursively making org build @ Fri Feb 13 09:10:49 CET 2015 ...
make[3]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/org'
Begin Processing SUBDIRS: omg
>>>Recursively making omg build @ Fri Feb 13 09:10:50 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/org/omg'
Begin Processing SUBDIRS: idl sources PortableServer CORBA CosNaming DynamicAny PortableInterceptor
>>>Recursively making idl build @ Fri Feb 13 09:10:50 CET 2015 ...
make[5]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/org/omg/idl'
make[5]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/org/omg/idl'
  Timing: 00000 seconds or 0s for make-org-omg-idl
<<<Finished Recursively making idl build @ Fri Feb 13 09:10:50 CET 2015.
>>>Recursively making sources build @ Fri Feb 13 09:10:50 CET 2015 ...
make[5]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/org/omg/sources'
make[5]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/org/omg/sources'
  Timing: 00000 seconds or 0s for make-org-omg-sources
<<<Finished Recursively making sources build @ Fri Feb 13 09:10:50 CET 2015.
>>>Recursively making PortableServer build @ Fri Feb 13 09:10:50 CET 2015 ...
make[5]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/org/omg/PortableServer'
make[5]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/org/omg/PortableServer'
  Timing: 00001 seconds or 1s for make-org-omg-PortableServer
<<<Finished Recursively making PortableServer build @ Fri Feb 13 09:10:51 CET 2015.
>>>Recursively making CORBA build @ Fri Feb 13 09:10:51 CET 2015 ...
make[5]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/org/omg/CORBA'
make[5]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/org/omg/CORBA'
  Timing: 00000 seconds or 0s for make-org-omg-CORBA
<<<Finished Recursively making CORBA build @ Fri Feb 13 09:10:51 CET 2015.
>>>Recursively making CosNaming build @ Fri Feb 13 09:10:51 CET 2015 ...
make[5]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/org/omg/CosNaming'
make[5]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/org/omg/CosNaming'
  Timing: 00000 seconds or 0s for make-org-omg-CosNaming
<<<Finished Recursively making CosNaming build @ Fri Feb 13 09:10:51 CET 2015.
>>>Recursively making DynamicAny build @ Fri Feb 13 09:10:51 CET 2015 ...
make[5]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/org/omg/DynamicAny'
make[5]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/org/omg/DynamicAny'
  Timing: 00000 seconds or 0s for make-org-omg-DynamicAny
<<<Finished Recursively making DynamicAny build @ Fri Feb 13 09:10:51 CET 2015.
>>>Recursively making PortableInterceptor build @ Fri Feb 13 09:10:51 CET 2015 ...
make[5]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/org/omg/PortableInterceptor'
make[5]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/org/omg/PortableInterceptor'
  Timing: 00000 seconds or 0s for make-org-omg-PortableInterceptor
<<<Finished Recursively making PortableInterceptor build @ Fri Feb 13 09:10:52 CET 2015.
Done Processing SUBDIRS: idl sources PortableServer CORBA CosNaming DynamicAny PortableInterceptor
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/org/omg'
  Timing: 00002 seconds or 2s for make-org-omg
<<<Finished Recursively making omg build @ Fri Feb 13 09:10:52 CET 2015.
Done Processing SUBDIRS: omg
make[3]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/org'
  Timing: 00003 seconds or 3s for make-org
<<<Finished Recursively making org build @ Fri Feb 13 09:10:52 CET 2015.
>>>Recursively making sun build @ Fri Feb 13 09:10:52 CET 2015 ...
make[3]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun'
Begin Processing SUBDIRS: corba rmi
>>>Recursively making corba build @ Fri Feb 13 09:10:52 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun/corba'
Begin Processing SUBDIRS: org core
>>>Recursively making org build @ Fri Feb 13 09:10:52 CET 2015 ...
make[5]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun/corba/org'
Begin Processing SUBDIRS: omg 
>>>Recursively making omg build @ Fri Feb 13 09:10:52 CET 2015 ...
make[6]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun/corba/org/omg'
make[6]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun/corba/org/omg'
  Timing: 00000 seconds or 0s for make-sun-corba-org-omg
<<<Finished Recursively making omg build @ Fri Feb 13 09:10:52 CET 2015.
Done Processing SUBDIRS: omg 
make[5]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun/corba/org'
  Timing: 00000 seconds or 0s for make-sun-corba-org
<<<Finished Recursively making org build @ Fri Feb 13 09:10:52 CET 2015.
>>>Recursively making core build @ Fri Feb 13 09:10:52 CET 2015 ...
make[5]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun/corba/core'
# Java sources to be compiled: (listed in file /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/.classes.list)
../../../../src/share/classes/com/sun/corba/se/internal/io/ObjectStreamClass.java
../../../../src/share/classes/com/sun/corba/se/internal/io/IIOPInputStream.java
../../../../src/share/classes/com/sun/corba/se/internal/io/IIOPOutputStream.java
../../../../src/share/classes/com/sun/corba/se/internal/io/LibraryManager.java
# Running javac:
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -classpath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/lib/tools.jar -bootclasspath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/jre/lib/rt.jar:/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64//corba/classes -sourcepath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/generated:../../../../src/share/classes -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/corba/classes @/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/.classes.list
/bin/mkdir -p /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/obj64
rm -f /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/obj64/.class.headers.amd64
# Running javah:
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/corba/classes:/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/jre/lib/rt.jar::/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/corba/classes -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/CClassHeaders/ \
		com.sun.corba.se.internal.io.IIOPInputStream com.sun.corba.se.internal.io.IIOPOutputStream com.sun.corba.se.internal.io.ObjectStreamClass com.sun.corba.se.internal.io.LibraryManager   
Begin parallel compiles: /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun/corba/core
make[6]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun/corba/core'
make[6]: `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/obj64/.files_compiled' is up to date.
make[6]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun/corba/core'
Done with parallel compiles: /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun/corba/core
make[5]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun/corba/core'
  Timing: 00002 seconds or 2s for make-sun-corba-core
<<<Finished Recursively making core build @ Fri Feb 13 09:10:54 CET 2015.
Done Processing SUBDIRS: org core
rm -f -r /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/corba/classes/com/sun/corba/se/internal/io
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun/corba'
  Timing: 00002 seconds or 2s for make-sun-corba
<<<Finished Recursively making corba build @ Fri Feb 13 09:10:54 CET 2015.
>>>Recursively making rmi build @ Fri Feb 13 09:10:54 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun/rmi'
Begin Processing OTHERSUBDIRS: corbalogsources corbalogcompile rmic
>>>Recursively making corbalogsources build @ Fri Feb 13 09:10:54 CET 2015 ...
make[5]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun/rmi/corbalogsources'
make[5]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun/rmi/corbalogsources'
  Timing: 00000 seconds or 0s for make-sun-rmi-corbalogsources
<<<Finished Recursively making corbalogsources build @ Fri Feb 13 09:10:54 CET 2015.
>>>Recursively making corbalogcompile build @ Fri Feb 13 09:10:54 CET 2015 ...
make[5]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun/rmi/corbalogcompile'
make[5]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun/rmi/corbalogcompile'
  Timing: 00000 seconds or 0s for make-sun-rmi-corbalogcompile
<<<Finished Recursively making corbalogcompile build @ Fri Feb 13 09:10:54 CET 2015.
>>>Recursively making rmic build @ Fri Feb 13 09:10:54 CET 2015 ...
make[5]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun/rmi/rmic'
make[5]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun/rmi/rmic'
  Timing: 00000 seconds or 0s for make-sun-rmi-rmic
<<<Finished Recursively making rmic build @ Fri Feb 13 09:10:55 CET 2015.
Done Processing OTHERSUBDIRS: corbalogsources corbalogcompile rmic
Begin Processing SUBDIRS: 
Done Processing SUBDIRS: 
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun/rmi'
  Timing: 00001 seconds or 1s for make-sun-rmi
<<<Finished Recursively making rmi build @ Fri Feb 13 09:10:55 CET 2015.
Done Processing SUBDIRS: corba rmi
make[3]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/sun'
  Timing: 00003 seconds or 3s for make-sun
<<<Finished Recursively making sun build @ Fri Feb 13 09:10:55 CET 2015.
>>>Recursively making com build @ Fri Feb 13 09:10:55 CET 2015 ...
make[3]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com'
Begin Processing SUBDIRS: sun
>>>Recursively making sun build @ Fri Feb 13 09:10:55 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun'
Begin Processing SUBDIRS: corba
>>>Recursively making corba build @ Fri Feb 13 09:10:55 CET 2015 ...
make[5]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba'
Begin Processing SUBDIRS: se
>>>Recursively making se build @ Fri Feb 13 09:10:55 CET 2015 ...
make[6]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se'
Begin Processing SUBDIRS: org pept corespi core spi impl rmi
>>>Recursively making org build @ Fri Feb 13 09:10:55 CET 2015 ...
make[7]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/org'
make[7]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/org'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-org
<<<Finished Recursively making org build @ Fri Feb 13 09:10:56 CET 2015.
>>>Recursively making pept build @ Fri Feb 13 09:10:56 CET 2015 ...
make[7]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/pept'
make[7]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/pept'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-pept
<<<Finished Recursively making pept build @ Fri Feb 13 09:10:56 CET 2015.
>>>Recursively making corespi build @ Fri Feb 13 09:10:56 CET 2015 ...
make[7]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/corespi'
make[7]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/corespi'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-corespi
<<<Finished Recursively making corespi build @ Fri Feb 13 09:10:56 CET 2015.
>>>Recursively making core build @ Fri Feb 13 09:10:56 CET 2015 ...
make[7]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/core'
make[7]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/core'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-core
<<<Finished Recursively making core build @ Fri Feb 13 09:10:56 CET 2015.
>>>Recursively making spi build @ Fri Feb 13 09:10:56 CET 2015 ...
make[7]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/spi'
Begin Processing SUBDIRS: activation                 encoding extension legacy logging monitoring copyobject
>>>Recursively making activation build @ Fri Feb 13 09:10:57 CET 2015 ...
make[8]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/spi/activation'
make[8]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/spi/activation'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-spi-activation
<<<Finished Recursively making activation build @ Fri Feb 13 09:10:57 CET 2015.
>>>Recursively making encoding build @ Fri Feb 13 09:10:57 CET 2015 ...
make[8]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/spi/encoding'
make[8]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/spi/encoding'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-spi-encoding
<<<Finished Recursively making encoding build @ Fri Feb 13 09:10:57 CET 2015.
>>>Recursively making extension build @ Fri Feb 13 09:10:57 CET 2015 ...
make[8]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/spi/extension'
make[8]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/spi/extension'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-spi-extension
<<<Finished Recursively making extension build @ Fri Feb 13 09:10:57 CET 2015.
>>>Recursively making legacy build @ Fri Feb 13 09:10:57 CET 2015 ...
make[8]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/spi/legacy'
Begin Processing SUBDIRS: connection interceptor
>>>Recursively making connection build @ Fri Feb 13 09:10:57 CET 2015 ...
make[9]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/spi/legacy/connection'
make[9]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/spi/legacy/connection'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-spi-legacy-connection
<<<Finished Recursively making connection build @ Fri Feb 13 09:10:57 CET 2015.
>>>Recursively making interceptor build @ Fri Feb 13 09:10:57 CET 2015 ...
make[9]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/spi/legacy/interceptor'
make[9]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/spi/legacy/interceptor'
  Timing: 00001 seconds or 1s for make-com-sun-corba-se-spi-legacy-interceptor
<<<Finished Recursively making interceptor build @ Fri Feb 13 09:10:58 CET 2015.
Done Processing SUBDIRS: connection interceptor
make[8]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/spi/legacy'
  Timing: 00001 seconds or 1s for make-com-sun-corba-se-spi-legacy
<<<Finished Recursively making legacy build @ Fri Feb 13 09:10:58 CET 2015.
>>>Recursively making logging build @ Fri Feb 13 09:10:58 CET 2015 ...
make[8]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/spi/logging'
make[8]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/spi/logging'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-spi-logging
<<<Finished Recursively making logging build @ Fri Feb 13 09:10:58 CET 2015.
>>>Recursively making monitoring build @ Fri Feb 13 09:10:58 CET 2015 ...
make[8]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/spi/monitoring'
make[8]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/spi/monitoring'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-spi-monitoring
<<<Finished Recursively making monitoring build @ Fri Feb 13 09:10:58 CET 2015.
>>>Recursively making copyobject build @ Fri Feb 13 09:10:58 CET 2015 ...
make[8]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/spi/copyobject'
make[8]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/spi/copyobject'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-spi-copyobject
<<<Finished Recursively making copyobject build @ Fri Feb 13 09:10:58 CET 2015.
Done Processing SUBDIRS: activation                 encoding extension legacy logging monitoring copyobject
make[7]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/spi'
  Timing: 00002 seconds or 2s for make-com-sun-corba-se-spi
<<<Finished Recursively making spi build @ Fri Feb 13 09:10:58 CET 2015.
>>>Recursively making impl build @ Fri Feb 13 09:10:58 CET 2015 ...
make[7]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl'
Begin Processing SUBDIRS: oa naming activation       interceptors logging monitoring
>>>Recursively making oa build @ Fri Feb 13 09:10:59 CET 2015 ...
make[8]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/oa'
Begin Processing SUBDIRS: poa toa
>>>Recursively making poa build @ Fri Feb 13 09:10:59 CET 2015 ...
make[9]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/oa/poa'
make[9]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/oa/poa'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-impl-oa-poa
<<<Finished Recursively making poa build @ Fri Feb 13 09:10:59 CET 2015.
>>>Recursively making toa build @ Fri Feb 13 09:10:59 CET 2015 ...
make[9]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/oa/toa'
make[9]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/oa/toa'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-impl-oa-toa
<<<Finished Recursively making toa build @ Fri Feb 13 09:10:59 CET 2015.
Done Processing SUBDIRS: poa toa
make[8]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/oa'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-impl-oa
<<<Finished Recursively making oa build @ Fri Feb 13 09:10:59 CET 2015.
>>>Recursively making naming build @ Fri Feb 13 09:10:59 CET 2015 ...
make[8]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/naming'
Begin Processing SUBDIRS: namingutil cosnaming pcosnaming
>>>Recursively making namingutil build @ Fri Feb 13 09:10:59 CET 2015 ...
make[9]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/naming/namingutil'
make[9]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/naming/namingutil'
  Timing: 00001 seconds or 1s for make-com-sun-corba-se-impl-naming-namingutil
<<<Finished Recursively making namingutil build @ Fri Feb 13 09:11:00 CET 2015.
>>>Recursively making cosnaming build @ Fri Feb 13 09:11:00 CET 2015 ...
make[9]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/naming/cosnaming'
make[9]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/naming/cosnaming'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-impl-naming-cosnaming
<<<Finished Recursively making cosnaming build @ Fri Feb 13 09:11:00 CET 2015.
>>>Recursively making pcosnaming build @ Fri Feb 13 09:11:00 CET 2015 ...
make[9]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/naming/pcosnaming'
make[9]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/naming/pcosnaming'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-impl-naming-pcosnaming
<<<Finished Recursively making pcosnaming build @ Fri Feb 13 09:11:00 CET 2015.
Done Processing SUBDIRS: namingutil cosnaming pcosnaming
make[8]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/naming'
  Timing: 00001 seconds or 1s for make-com-sun-corba-se-impl-naming
<<<Finished Recursively making naming build @ Fri Feb 13 09:11:00 CET 2015.
>>>Recursively making activation build @ Fri Feb 13 09:11:00 CET 2015 ...
make[8]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/activation'
Begin Processing SUBDIRS: orbd servertool
>>>Recursively making orbd build @ Fri Feb 13 09:11:00 CET 2015 ...
make[9]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/activation/orbd'
make[9]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/activation/orbd'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-impl-activation-orbd
<<<Finished Recursively making orbd build @ Fri Feb 13 09:11:01 CET 2015.
>>>Recursively making servertool build @ Fri Feb 13 09:11:01 CET 2015 ...
make[9]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/activation/servertool'
make[9]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/activation/servertool'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-impl-activation-servertool
<<<Finished Recursively making servertool build @ Fri Feb 13 09:11:01 CET 2015.
Done Processing SUBDIRS: orbd servertool
make[8]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/activation'
  Timing: 00001 seconds or 1s for make-com-sun-corba-se-impl-activation
<<<Finished Recursively making activation build @ Fri Feb 13 09:11:01 CET 2015.
>>>Recursively making interceptors build @ Fri Feb 13 09:11:01 CET 2015 ...
make[8]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/interceptors'
make[8]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/interceptors'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-impl-interceptors
<<<Finished Recursively making interceptors build @ Fri Feb 13 09:11:01 CET 2015.
>>>Recursively making logging build @ Fri Feb 13 09:11:01 CET 2015 ...
make[8]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/logging'
make[8]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/logging'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-impl-logging
<<<Finished Recursively making logging build @ Fri Feb 13 09:11:01 CET 2015.
>>>Recursively making monitoring build @ Fri Feb 13 09:11:01 CET 2015 ...
make[8]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/monitoring'
make[8]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl/monitoring'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-impl-monitoring
<<<Finished Recursively making monitoring build @ Fri Feb 13 09:11:02 CET 2015.
Done Processing SUBDIRS: oa naming activation       interceptors logging monitoring
make[7]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/impl'
  Timing: 00004 seconds or 4s for make-com-sun-corba-se-impl
<<<Finished Recursively making impl build @ Fri Feb 13 09:11:02 CET 2015.
>>>Recursively making rmi build @ Fri Feb 13 09:11:02 CET 2015 ...
make[7]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/rmi'
Begin Processing SUBDIRS: rmic
>>>Recursively making rmic build @ Fri Feb 13 09:11:02 CET 2015 ...
make[8]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/rmi/rmic'
make[8]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/rmi/rmic'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-rmi-rmic
<<<Finished Recursively making rmic build @ Fri Feb 13 09:11:02 CET 2015.
Done Processing SUBDIRS: rmic
make[7]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se/rmi'
  Timing: 00000 seconds or 0s for make-com-sun-corba-se-rmi
<<<Finished Recursively making rmi build @ Fri Feb 13 09:11:02 CET 2015.
Done Processing SUBDIRS: org pept corespi core spi impl rmi
make[6]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba/se'
  Timing: 00007 seconds or 7s for make-com-sun-corba-se
<<<Finished Recursively making se build @ Fri Feb 13 09:11:02 CET 2015.
Done Processing SUBDIRS: se
make[5]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun/corba'
  Timing: 00007 seconds or 7s for make-com-sun-corba
<<<Finished Recursively making corba build @ Fri Feb 13 09:11:02 CET 2015.
Done Processing SUBDIRS: corba
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com/sun'
  Timing: 00007 seconds or 7s for make-com-sun
<<<Finished Recursively making sun build @ Fri Feb 13 09:11:02 CET 2015.
Done Processing SUBDIRS: sun
make[3]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make/com'
  Timing: 00007 seconds or 7s for make-com
<<<Finished Recursively making com build @ Fri Feb 13 09:11:02 CET 2015.
Done Processing SUBDIRS: tools javax org sun com
make[2]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/corba/make'
/bin/mkdir -p /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxp
(cd  ./jaxp/make && \
	 /usr/bin/make JDK_TOPDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk JDK_MAKE_SHARED_DIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/common/shared EXTERNALSANITYCONTROL=true TARGET_CLASS_VERSION=5 MILESTONE=fcs BUILD_NUMBER=b18 JDK_BUILD_NUMBER=b18 FULL_VERSION=1.6.0_18-b18 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.6.0_18 JDK_MKTG_VERSION=6u18 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=6 JDK_MICRO_VERSION=0 ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=180 COOKED_BUILD_NUMBER=18 ALT_OUTPUTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxp ALT_BOOTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/langtools/dist all)
make[2]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jaxp/make'
cd .. && JAVA_HOME=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/bin/ant -Djavac.target=5 -Ddrops.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/drops -Doutput.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxp -Djdk.home=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 -Dbootstrap.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/langtools/dist/bootstrap -version
Apache Ant version 1.8.1 compiled on Thu, 12 Feb 2015 16:10:32 +0100
cd .. && JAVA_HOME=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/bin/ant -Djavac.target=5 -Ddrops.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/drops -Doutput.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxp -Djdk.home=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 -Dbootstrap.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/langtools/dist/bootstrap all
Buildfile: /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jaxp/build.xml

-banner:
     [echo] +---------------------------------------+
     [echo] + Starting ant project jaxp +
     [echo] +---------------------------------------+

-javac-jar-exists:

sanity:
     [echo] Sanity Settings:
     [echo] ant.home=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/share
     [echo] ant.version=Apache Ant version 1.8.1 compiled on Thu, 12 Feb 2015 16:10:32 +0100
     [echo] ant.java.version=1.6
     [echo] java.home=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr
     [echo] java.version=1.5.0
     [echo] os.name=Linux
     [echo] os.arch=amd64
     [echo] os.version=3.13.0-32-generic
     [echo] bootstrap.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/langtools/dist/bootstrap
     [echo] javac.jar=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/langtools/dist/bootstrap/lib/javac.jar
     [echo] javac.memoryInitialSize=256m
     [echo] javac.memoryMaximumSize=512m
     [echo] javac.source=5
     [echo] javac.debug=true
     [echo] javac.target=5
     [echo] javac.version.opt=
     [echo] javac.lint.opts=
     [echo] javac.no.jdk.warnings=-XDignore.symbol.file=true
     [echo] output.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxp
     [echo] build.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxp/build
     [echo] dist.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxp/dist
     [echo] drop.dir=${drop.dir}
     [echo] drops.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/drops
     [echo] 

init:

-jaxp_src-ready:

-jaxp_src-copy-bundle:

-jaxp_src-url-should-be-used:

-jaxp_src-url-bundle:

jaxp_src-update:

-set-props:

-use-drop:

-init-src-dirs:
     [echo] Using primary.src.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxp/drop/jaxp_src/src
     [echo] Using src.dir.id=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxp/drop/jaxp_src/src

-drop-build-prep:

-build-prep:

build:

-dist-classes-jar-uptodate:

-dist-classes-jar:

-drop-src-zip:

-dist-src-zip:

dist:

all:
     [echo] +---------------------------------------+
     [echo] + Finishing ant project jaxp
     [echo] +---------------------------------------+

BUILD SUCCESSFUL
Total time: 8 seconds
make[2]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jaxp/make'
/bin/mkdir -p /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxws
(cd  ./jaxws/make && \
	 /usr/bin/make JDK_TOPDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk JDK_MAKE_SHARED_DIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/common/shared EXTERNALSANITYCONTROL=true TARGET_CLASS_VERSION=5 MILESTONE=fcs BUILD_NUMBER=b18 JDK_BUILD_NUMBER=b18 FULL_VERSION=1.6.0_18-b18 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.6.0_18 JDK_MKTG_VERSION=6u18 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=6 JDK_MICRO_VERSION=0 ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=180 COOKED_BUILD_NUMBER=18 ALT_OUTPUTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxws ALT_BOOTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/langtools/dist all)
make[2]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jaxws/make'
cd .. && JAVA_HOME=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/bin/ant -Djavac.target=5 -Ddrops.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/drops -Doutput.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxws -Djdk.home=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 -Dbootstrap.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/langtools/dist/bootstrap -version
Apache Ant version 1.8.1 compiled on Thu, 12 Feb 2015 16:10:32 +0100
cd .. && JAVA_HOME=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/bin/ant -Djavac.target=5 -Ddrops.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/drops -Doutput.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxws -Djdk.home=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 -Dbootstrap.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/langtools/dist/bootstrap all
Buildfile: /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jaxws/build.xml

-banner:
     [echo] +---------------------------------------+
     [echo] + Starting ant project jaxws +
     [echo] +---------------------------------------+

-javac-jar-exists:

sanity:
     [echo] Sanity Settings:
     [echo] ant.home=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/share
     [echo] ant.version=Apache Ant version 1.8.1 compiled on Thu, 12 Feb 2015 16:10:32 +0100
     [echo] ant.java.version=1.6
     [echo] java.home=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr
     [echo] java.version=1.5.0
     [echo] os.name=Linux
     [echo] os.arch=amd64
     [echo] os.version=3.13.0-32-generic
     [echo] bootstrap.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/langtools/dist/bootstrap
     [echo] javac.jar=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/langtools/dist/bootstrap/lib/javac.jar
     [echo] javac.memoryInitialSize=256m
     [echo] javac.memoryMaximumSize=512m
     [echo] javac.source=5
     [echo] javac.debug=true
     [echo] javac.target=5
     [echo] javac.version.opt=
     [echo] javac.lint.opts=
     [echo] javac.no.jdk.warnings=-XDignore.symbol.file=true
     [echo] output.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxws
     [echo] build.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxws/build
     [echo] dist.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxws/dist
     [echo] drop.dir=${drop.dir}
     [echo] drops.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/drops
     [echo] 

init:

-jaxws_src-ready:

-jaxws_src-copy-bundle:

-jaxws_src-url-should-be-used:

-jaxws_src-url-bundle:

jaxws_src-update:

-jaf_src-ready:

-jaf_src-copy-bundle:

-jaf_src-url-should-be-used:

-jaf_src-url-bundle:

jaf_src-update:

-set-props:

-use-drop:

-init-src-dirs:
     [echo] Using primary.src.dir=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxws/drop/jaxws_src/src
     [echo] Using src.dir.id=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxws/drop/jaxws_src/src:/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxws/drop/jaf_src/src

-drop-build-prep:

-build-prep:

build:
    [javac] Compiling 1 source file to /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxws/build/classes

-dist-classes-jar-uptodate:

-dist-classes-jar:

-drop-src-zip:

-dist-src-zip:

dist:

all:
     [echo] +---------------------------------------+
     [echo] + Finishing ant project jaxws
     [echo] +---------------------------------------+

BUILD SUCCESSFUL
Total time: 13 seconds
make[2]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jaxws/make'
/bin/mkdir -p /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir
/bin/mkdir -p /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/import
cd  ./hotspot/make && \
	    /usr/bin/make JDK_TOPDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk JDK_MAKE_SHARED_DIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/common/shared EXTERNALSANITYCONTROL=true TARGET_CLASS_VERSION=5 MILESTONE=fcs BUILD_NUMBER=b18 JDK_BUILD_NUMBER=b18 FULL_VERSION=1.6.0_18-b18 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.6.0_18 JDK_MKTG_VERSION=6u18 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=6 JDK_MICRO_VERSION=0 ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=180 COOKED_BUILD_NUMBER=18 ALT_OUTPUTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir ALT_EXPORT_PATH=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/import ALT_SLASH_JAVA=/NOT-SET ALT_BOOTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/langtools/dist all_product
make[2]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make'
Makefile:367: target `/Xusage.txt' given more than once in the same rule.
cd /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make; \
	/usr/bin/make VM_TARGET=product generic_build2 ALT_OUTPUTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir
make[3]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make'
Makefile:367: target `/Xusage.txt' given more than once in the same rule.
mkdir -p /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir
cd /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir; \
	    /usr/bin/make -f /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make/linux/Makefile \
		       LP64=1 JAVA_HOME=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 OUTPUTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir GAMMADIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot MAKE_VERBOSE=y HOTSPOT_RELEASE_VERSION=14.0-b16 JRE_RELEASE_VERSION=1.6.0_18-b18 HOTSPOT_BUILD_VERSION= product
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir'
cd linux_amd64_compiler2/product && /usr/bin/make -w " LP64=1 "
make[5]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[6]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
../generated/adfiles/adlc -DLINUX -D_GNU_SOURCE -DAMD64 -q -T -D_LP64 ../generated/adfiles/linux_x86_64.ad  \
 -c../generated/adfiles/mktmp17360/ad_x86_64.cpp -h../generated/adfiles/mktmp17360/ad_x86_64.hpp -a../generated/adfiles/mktmp17360/dfa_x86_64.cpp -v../generated/adfiles/mktmp17360/adGlobals_x86_64.hpp \
	    || { rm -rf ../generated/adfiles/mktmp17360; exit 1; }
./adlc_updater ad_x86_64.cpp ../generated/adfiles/mktmp17360 ../generated/adfiles
./adlc_updater ad_x86_64.hpp ../generated/adfiles/mktmp17360 ../generated/adfiles
./adlc_updater ad_x86_64_clone.cpp ../generated/adfiles/mktmp17360 ../generated/adfiles
./adlc_updater ad_x86_64_expand.cpp ../generated/adfiles/mktmp17360 ../generated/adfiles
./adlc_updater ad_x86_64_format.cpp ../generated/adfiles/mktmp17360 ../generated/adfiles
./adlc_updater ad_x86_64_gen.cpp ../generated/adfiles/mktmp17360 ../generated/adfiles
./adlc_updater ad_x86_64_misc.cpp ../generated/adfiles/mktmp17360 ../generated/adfiles
./adlc_updater ad_x86_64_peephole.cpp ../generated/adfiles/mktmp17360 ../generated/adfiles
./adlc_updater ad_x86_64_pipeline.cpp ../generated/adfiles/mktmp17360 ../generated/adfiles
./adlc_updater adGlobals_x86_64.hpp ../generated/adfiles/mktmp17360 ../generated/adfiles
./adlc_updater dfa_x86_64.cpp ../generated/adfiles/mktmp17360 ../generated/adfiles
[ -f ../generated/adfiles/mktmp17360/made-change ] \
		|| echo "Rescanned ../generated/adfiles/linux_x86_64.ad  but encountered no changes."
Rescanned ../generated/adfiles/linux_x86_64.ad  but encountered no changes.
rm -rf ../generated/adfiles/mktmp17360
make[6]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[6]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[6]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
if [ -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/agent -a "x86" != "ia64" -a "x86" != "zero" ] ; then \
	   /usr/bin/make -f sa.make /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/sa-jdi.jar; \
	fi
make[7]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
rm -rf /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../agent1.classes.list /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../agent2.classes.list
echo "Making /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/sa-jdi.jar"
Making /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/sa-jdi.jar
if [ "/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0" = "" ]; then \
	  echo "ALT_BOOTDIR, BOOTDIR or JAVA_HOME needs to be defined to build SA"; \
	  exit 1; \
	fi
if [ ! -f /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/lib/tools.jar ] ; then \
	  echo "Missing /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/lib/tools.jar file. Use 1.6.0 or later version of JDK";\
	  echo ""; \
	  exit 1; \
	fi
if [ ! -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses ] ; then \
	  mkdir -p /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses;        \
	fi
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/javac -source 1.4 -classpath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/lib/tools.jar:/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/jre/lib/rt.jar -sourcepath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/agent/src/share/classes -g -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses @/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../agent1.classes.list
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/javac -source 1.4 -classpath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/lib/tools.jar:/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/jre/lib/rt.jar -sourcepath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/agent/src/share/classes -g -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses @/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../agent2.classes.list
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/rmic  -classpath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer
echo ""sun.jvm.hotspot.runtime.VM.saBuildVersion=14.0-b16"" > /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses/sa.properties
rm -f /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses/sun/jvm/hotspot/utilities/soql/sa.js
cp /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/sa.js /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses/sun/jvm/hotspot/utilities/soql
mkdir -p /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses/sun/jvm/hotspot/ui/resources
rm -f /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses/sun/jvm/hotspot/ui/resources/*
cp /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/resources/*.png /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses/sun/jvm/hotspot/ui/resources/
cp -r /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/agent/src/share/classes/images/* /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses/
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/jar cf /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/sa-jdi.jar -C /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses/ .
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/jar uf /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/sa-jdi.jar -C /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/agent/src/share/classes META-INF/services/com.sun.jdi.connect.Connector
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/javah -classpath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated -jni sun.jvm.hotspot.debugger.x86.X86ThreadContext
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/javah -classpath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated -jni sun.jvm.hotspot.debugger.ia64.IA64ThreadContext
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/javah -classpath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated -jni sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/javah -classpath /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/../generated -jni sun.jvm.hotspot.debugger.sparc.SPARCThreadContext
make[7]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[6]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[6]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[6]: `incls/_precompiled.incl.gch' is up to date.
make[6]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[6]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
if [ -d /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/agent -a "x86" != "ia64" -a "x86" != "zero" ] ; then \
	   /usr/bin/make -f vm.make libsaproc.so; \
	fi
make[7]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[7]: `libsaproc.so' is up to date.
make[7]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[6]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
All done.
make[5]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir'
make[3]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make'
cd /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make; \
	/usr/bin/make VM_TARGET=product1 generic_build1 ALT_OUTPUTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir
make[3]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make'
Makefile:367: target `/Xusage.txt' given more than once in the same rule.
mkdir -p /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir
No compiler1 (product1) for ARCH_DATA_MODEL=64
make[3]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make'
cd /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make; \
	/usr/bin/make VM_TARGET=productkernel generic_buildkernel ALT_OUTPUTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir
make[3]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make'
Makefile:367: target `/Xusage.txt' given more than once in the same rule.
mkdir -p /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir
No kernel (productkernel) for OS_NAME=linux
make[3]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make'
cd /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir; \
	    /usr/bin/make -f /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make/linux/Makefile \
		       LP64=1 JAVA_HOME=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0 OUTPUTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir GAMMADIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot MAKE_VERBOSE=y HOTSPOT_RELEASE_VERSION=14.0-b16 JRE_RELEASE_VERSION=1.6.0_18-b18 HOTSPOT_BUILD_VERSION= docs
make[3]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir'
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/javap javax.xml.transform.TransformerFactory > /dev/null 2>&1; \
	if [ $? -ne 0 ]; then \
	   /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/java -version; \
	  echo "*** An XSLT processor (J2SE 1.4.x or newer) is required" \
	  "to bootstrap this build" 1>&2; \
	  exit 1; \
	fi
mkdir -p linux_amd64_docs
/usr/bin/make -f /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make -w " LP64=1 " GAMMADIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=amd64 LIBARCH=amd64 HOTSPOT_RELEASE_VERSION=14.0-b16 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_18-b18 JvmtiOutDir=linux_amd64_docs jvmtidocs
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir'
make[4]: Nothing to be done for `jvmtidocs'.
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir'
make[3]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir'
/usr/bin/make VM_SUBDIR=product                            generic_export
make[3]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make'
Makefile:367: target `/Xusage.txt' given more than once in the same rule.
cp /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/generated/sa-jdi.jar /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/import/lib/sa-jdi.jar
make[3]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make'
make[2]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/make'
( cd  ./jdk/make && \
	  /usr/bin/make sanity all  images JDK_TOPDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk JDK_MAKE_SHARED_DIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/common/shared EXTERNALSANITYCONTROL=true TARGET_CLASS_VERSION=5 MILESTONE=fcs BUILD_NUMBER=b18 JDK_BUILD_NUMBER=b18 FULL_VERSION=1.6.0_18-b18 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.6.0_18 JDK_MKTG_VERSION=6u18 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=6 JDK_MICRO_VERSION=0 ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=180 COOKED_BUILD_NUMBER=18 ALT_OUTPUTDIR=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64 ALT_LANGTOOLS_DIST=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/langtools/dist ALT_CORBA_DIST=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/corba/dist ALT_JAXP_DIST=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxp/dist ALT_JAXWS_DIST=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/import BUILD_HOTSPOT=true BUILD_MOTIF= ; )
make[2]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make'
make[3]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/freetypecheck'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/freetypecheck'
linux amd64 1.6.0_18 build started: 15-02-13 09:11
Begin Processing SUBDIRS: tools java javax org sun sunw com jpda mksample launchers
>>>Recursively making tools all @ Fri Feb 13 09:11:58 CET 2015 ...
make[3]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools'
Begin Processing SUBDIRS: addjsum buildmetaindex commentchecker compile_font_config compile_properties dir_diff dtdbuilder fontchecker generate_break_iterator GenerateCharacter generatecurrencydata hasher_classes jarreorder jarsplit javazic jdwpgen makeclasslist spp strip_properties
>>>Recursively making addjsum all @ Fri Feb 13 09:11:59 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/addjsum'
=========================================================
BUILDTOOL:                addjsum
PACKAGE:                  build.tools.addjsum
BUILDTOOL_SOURCE_ROOT:    ../../tools/src
BUILTTOOL_MAINCLASS:      build.tools.addjsum.AddJsum
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/btjars/addjsum.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/addjsum'
  Timing: 00000 seconds or 0s for make-tools-addjsum
<<<Finished Recursively making addjsum all @ Fri Feb 13 09:11:59 CET 2015.
>>>Recursively making buildmetaindex all @ Fri Feb 13 09:11:59 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/buildmetaindex'
=========================================================
BUILDTOOL:                buildmetaindex
PACKAGE:                  build.tools.buildmetaindex
BUILDTOOL_SOURCE_ROOT:    ../../tools/src
BUILTTOOL_MAINCLASS:      build.tools.buildmetaindex.BuildMetaIndex
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/btjars/buildmetaindex.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/buildmetaindex'
  Timing: 00000 seconds or 0s for make-tools-buildmetaindex
<<<Finished Recursively making buildmetaindex all @ Fri Feb 13 09:11:59 CET 2015.
>>>Recursively making commentchecker all @ Fri Feb 13 09:11:59 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/commentchecker'
=========================================================
BUILDTOOL:                commentchecker
PACKAGE:                  build.tools.commentchecker
BUILDTOOL_SOURCE_ROOT:    ../../tools/src
BUILTTOOL_MAINCLASS:      build.tools.commentchecker.CommentChecker
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/btjars/commentchecker.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/commentchecker'
  Timing: 00001 seconds or 1s for make-tools-commentchecker
<<<Finished Recursively making commentchecker all @ Fri Feb 13 09:12:00 CET 2015.
>>>Recursively making compile_font_config all @ Fri Feb 13 09:12:00 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/compile_font_config'
=========================================================
BUILDTOOL:                compilefontconfig
PACKAGE:                  build.tools.compilefontconfig
BUILDTOOL_SOURCE_ROOT:    ../../tools/src
BUILTTOOL_MAINCLASS:      build.tools.compilefontconfig.CompileFontConfig
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/btjars/compilefontconfig.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/compile_font_config'
  Timing: 00000 seconds or 0s for make-tools-compile_font_config
<<<Finished Recursively making compile_font_config all @ Fri Feb 13 09:12:00 CET 2015.
>>>Recursively making compile_properties all @ Fri Feb 13 09:12:00 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/compile_properties'
=========================================================
BUILDTOOL:                compileproperties
PACKAGE:                  build.tools.compileproperties
BUILDTOOL_SOURCE_ROOT:    ../../tools/src
BUILTTOOL_MAINCLASS:      build.tools.compileproperties.CompileProperties
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/btjars/compileproperties.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/compile_properties'
  Timing: 00000 seconds or 0s for make-tools-compile_properties
<<<Finished Recursively making compile_properties all @ Fri Feb 13 09:12:00 CET 2015.
>>>Recursively making dir_diff all @ Fri Feb 13 09:12:00 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/dir_diff'
=========================================================
BUILDTOOL:                dirdiff
PACKAGE:                  build.tools.dirdiff
BUILDTOOL_SOURCE_ROOT:    ../../tools/src
BUILTTOOL_MAINCLASS:      build.tools.dirdiff.DirDiff
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/btjars/dirdiff.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/dir_diff'
  Timing: 00000 seconds or 0s for make-tools-dir_diff
<<<Finished Recursively making dir_diff all @ Fri Feb 13 09:12:01 CET 2015.
>>>Recursively making dtdbuilder all @ Fri Feb 13 09:12:01 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/dtdbuilder'
=========================================================
BUILDTOOL:                dtdbuilder
PACKAGE:                  build.tools.dtdbuilder
BUILDTOOL_SOURCE_ROOT:    ../../tools/src
BUILTTOOL_MAINCLASS:      build.tools.dtdbuilder.DTDBuilder
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/btjars/dtdbuilder.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/dtdbuilder'
  Timing: 00000 seconds or 0s for make-tools-dtdbuilder
<<<Finished Recursively making dtdbuilder all @ Fri Feb 13 09:12:01 CET 2015.
>>>Recursively making fontchecker all @ Fri Feb 13 09:12:01 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/fontchecker'
=========================================================
BUILDTOOL:                fontchecker
PACKAGE:                  build.tools.fontchecker
BUILDTOOL_SOURCE_ROOT:    ../../tools/src
BUILTTOOL_MAINCLASS:      build.tools.fontchecker.FontChecker
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/btjars/fontchecker.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/fontchecker'
  Timing: 00000 seconds or 0s for make-tools-fontchecker
<<<Finished Recursively making fontchecker all @ Fri Feb 13 09:12:01 CET 2015.
>>>Recursively making generate_break_iterator all @ Fri Feb 13 09:12:01 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/generate_break_iterator'
=========================================================
BUILDTOOL:                generatebreakiteratordata
PACKAGE:                  build.tools.generatebreakiteratordata
BUILDTOOL_SOURCE_ROOT:    ../../tools/src
BUILTTOOL_MAINCLASS:      build.tools.generatebreakiteratordata.GenerateBreakIteratorData
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/btjars/generatebreakiteratordata.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/generate_break_iterator'
  Timing: 00000 seconds or 0s for make-tools-generate_break_iterator
<<<Finished Recursively making generate_break_iterator all @ Fri Feb 13 09:12:01 CET 2015.
>>>Recursively making GenerateCharacter all @ Fri Feb 13 09:12:01 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/GenerateCharacter'
=========================================================
BUILDTOOL:                generatecharacter
PACKAGE:                  build.tools.generatecharacter
BUILDTOOL_SOURCE_ROOT:    ../../tools/src
BUILTTOOL_MAINCLASS:      build.tools.generatecharacter.GenerateCharacter
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/btjars/generatecharacter.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/GenerateCharacter'
  Timing: 00000 seconds or 0s for make-tools-GenerateCharacter
<<<Finished Recursively making GenerateCharacter all @ Fri Feb 13 09:12:02 CET 2015.
>>>Recursively making generatecurrencydata all @ Fri Feb 13 09:12:02 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/generatecurrencydata'
=========================================================
BUILDTOOL:                generatecurrencydata
PACKAGE:                  build.tools.generatecurrencydata
BUILDTOOL_SOURCE_ROOT:    ../../tools/src
BUILTTOOL_MAINCLASS:      build.tools.generatecurrencydata.GenerateCurrencyData
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/btjars/generatecurrencydata.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/generatecurrencydata'
  Timing: 00000 seconds or 0s for make-tools-generatecurrencydata
<<<Finished Recursively making generatecurrencydata all @ Fri Feb 13 09:12:02 CET 2015.
>>>Recursively making hasher_classes all @ Fri Feb 13 09:12:02 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/hasher_classes'
=========================================================
BUILDTOOL:                hasher
PACKAGE:                  build.tools.hasher
BUILDTOOL_SOURCE_ROOT:    ../../tools/src
BUILTTOOL_MAINCLASS:      build.tools.hasher.Hasher
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/btjars/hasher.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/hasher_classes'
  Timing: 00000 seconds or 0s for make-tools-hasher_classes
<<<Finished Recursively making hasher_classes all @ Fri Feb 13 09:12:02 CET 2015.
>>>Recursively making jarreorder all @ Fri Feb 13 09:12:02 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/jarreorder'
=========================================================
BUILDTOOL:                jarreorder
PACKAGE:                  build.tools.jarreorder
BUILDTOOL_SOURCE_ROOT:    ../../tools/src
BUILTTOOL_MAINCLASS:      build.tools.jarreorder.JarReorder
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/btjars/jarreorder.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/jarreorder'
  Timing: 00001 seconds or 1s for make-tools-jarreorder
<<<Finished Recursively making jarreorder all @ Fri Feb 13 09:12:03 CET 2015.
>>>Recursively making jarsplit all @ Fri Feb 13 09:12:03 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/jarsplit'
=========================================================
BUILDTOOL:                jarsplit
PACKAGE:                  build.tools.jarsplit
BUILDTOOL_SOURCE_ROOT:    ../../tools/src
BUILTTOOL_MAINCLASS:      build.tools.jarsplit.JarSplit
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/btjars/jarsplit.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/jarsplit'
  Timing: 00000 seconds or 0s for make-tools-jarsplit
<<<Finished Recursively making jarsplit all @ Fri Feb 13 09:12:03 CET 2015.
>>>Recursively making javazic all @ Fri Feb 13 09:12:03 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/javazic'
=========================================================
BUILDTOOL:                javazic
PACKAGE:                  build.tools.javazic
BUILDTOOL_SOURCE_ROOT:    ../../tools/src
BUILTTOOL_MAINCLASS:      build.tools.javazic.Main
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/btjars/javazic.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/javazic'
  Timing: 00000 seconds or 0s for make-tools-javazic
<<<Finished Recursively making javazic all @ Fri Feb 13 09:12:03 CET 2015.
>>>Recursively making jdwpgen all @ Fri Feb 13 09:12:03 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/jdwpgen'
=========================================================
BUILDTOOL:                jdwpgen
PACKAGE:                  build.tools.jdwpgen
BUILDTOOL_SOURCE_ROOT:    ../../tools/src
BUILTTOOL_MAINCLASS:      build.tools.jdwpgen.Main
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/btjars/jdwpgen.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/jdwpgen'
  Timing: 00001 seconds or 1s for make-tools-jdwpgen
<<<Finished Recursively making jdwpgen all @ Fri Feb 13 09:12:04 CET 2015.
>>>Recursively making makeclasslist all @ Fri Feb 13 09:12:04 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/makeclasslist'
=========================================================
BUILDTOOL:                makeclasslist
PACKAGE:                  build.tools.makeclasslist
BUILDTOOL_SOURCE_ROOT:    ../../tools/src
BUILTTOOL_MAINCLASS:      build.tools.makeclasslist.MakeClasslist
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/btjars/makeclasslist.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/makeclasslist'
  Timing: 00000 seconds or 0s for make-tools-makeclasslist
<<<Finished Recursively making makeclasslist all @ Fri Feb 13 09:12:04 CET 2015.
>>>Recursively making spp all @ Fri Feb 13 09:12:04 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/spp'
=========================================================
BUILDTOOL:                spp
PACKAGE:                  build.tools.spp
BUILDTOOL_SOURCE_ROOT:    ../../tools/src
BUILTTOOL_MAINCLASS:      build.tools.spp.Spp
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/btjars/spp.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/spp'
  Timing: 00000 seconds or 0s for make-tools-spp
<<<Finished Recursively making spp all @ Fri Feb 13 09:12:04 CET 2015.
>>>Recursively making strip_properties all @ Fri Feb 13 09:12:04 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/strip_properties'
=========================================================
BUILDTOOL:                stripproperties
PACKAGE:                  build.tools.stripproperties
BUILDTOOL_SOURCE_ROOT:    ../../tools/src
BUILTTOOL_MAINCLASS:      build.tools.stripproperties.StripProperties
BUILDTOOL_JAR_FILE:       /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/btjars/stripproperties.jar
=========================================================
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools/strip_properties'
  Timing: 00001 seconds or 1s for make-tools-strip_properties
<<<Finished Recursively making strip_properties all @ Fri Feb 13 09:12:05 CET 2015.
Done Processing SUBDIRS: addjsum buildmetaindex commentchecker compile_font_config compile_properties dir_diff dtdbuilder fontchecker generate_break_iterator GenerateCharacter generatecurrencydata hasher_classes jarreorder jarsplit javazic jdwpgen makeclasslist spp strip_properties
make[3]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/tools'
  Timing: 00007 seconds or 7s for make-tools
<<<Finished Recursively making tools all @ Fri Feb 13 09:12:05 CET 2015.
>>>Recursively making java all @ Fri Feb 13 09:12:05 CET 2015 ...
make[3]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java'
Begin Processing SUBDIRS: hpi version jvm redist verify fdlibm java sun_nio jli main zip security npt java_crw_demo java_hprof_demo math awt util text applet net nio sql rmi jar beans logging management instrument jexec
>>>Recursively making hpi all @ Fri Feb 13 09:12:05 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/hpi'
Begin Processing SUBDIRS: native
>>>Recursively making native all @ Fri Feb 13 09:12:05 CET 2015 ...
make[5]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/hpi/native'
Begin parallel compiles: /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/hpi/native
make[6]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/hpi/native'
make[6]: `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/tmp/java/hpi/native_threads/obj64/.files_compiled' is up to date.
make[6]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/hpi/native'
Done with parallel compiles: /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/hpi/native
make[5]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/hpi/native'
  Timing: 00001 seconds or 1s for make-java-hpi-native
<<<Finished Recursively making native all @ Fri Feb 13 09:12:06 CET 2015.
Done Processing SUBDIRS: native
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/hpi'
  Timing: 00001 seconds or 1s for make-java-hpi
<<<Finished Recursively making hpi all @ Fri Feb 13 09:12:06 CET 2015.
>>>Recursively making version all @ Fri Feb 13 09:12:06 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/version'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/version'
  Timing: 00000 seconds or 0s for make-java-version
<<<Finished Recursively making version all @ Fri Feb 13 09:12:06 CET 2015.
>>>Recursively making jvm all @ Fri Feb 13 09:12:06 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/jvm'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/jvm'
  Timing: 00000 seconds or 0s for make-java-jvm
<<<Finished Recursively making jvm all @ Fri Feb 13 09:12:06 CET 2015.
>>>Recursively making redist all @ Fri Feb 13 09:12:06 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/redist'
BinaryPlugs import started: Fri Feb 13 09:12:06 CET 2015
BINARY_PLUGS_PATH=/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.7.0
Not importing classes in /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/tmp/java/plugs/jmf.clist
BinaryPlugs import completed: Fri Feb 13 09:12:06 CET 2015
ASSEMBLY_IMPORT: /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/lib/sa-jdi.jar
/bin/mkdir -p /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/lib
rm -f /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/lib/sa-jdi.jar
/bin/cp /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/hotspot/import/lib/sa-jdi.jar /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/lib/sa-jdi.jar
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/redist'
  Timing: 00000 seconds or 0s for make-java-redist
<<<Finished Recursively making redist all @ Fri Feb 13 09:12:07 CET 2015.
>>>Recursively making verify all @ Fri Feb 13 09:12:07 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/verify'
Begin parallel compiles: /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/verify
make[5]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/verify'
make[5]: `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/tmp/java/verify/obj64/.files_compiled' is up to date.
make[5]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/verify'
Done with parallel compiles: /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/verify
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/verify'
  Timing: 00000 seconds or 0s for make-java-verify
<<<Finished Recursively making verify all @ Fri Feb 13 09:12:07 CET 2015.
>>>Recursively making fdlibm all @ Fri Feb 13 09:12:07 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/fdlibm'
Begin parallel compiles: /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/fdlibm
make[5]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/fdlibm'
make[5]: `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/tmp/java/fdlibm/obj64/.files_compiled' is up to date.
make[5]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/fdlibm'
Done with parallel compiles: /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/fdlibm
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/fdlibm'
  Timing: 00001 seconds or 1s for make-java-fdlibm
<<<Finished Recursively making fdlibm all @ Fri Feb 13 09:12:08 CET 2015.
>>>Recursively making java all @ Fri Feb 13 09:12:08 CET 2015 ...
make[4]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/java'
(cd  ../nio; /usr/bin/make sources)
make[5]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/nio'
make[5]: Nothing to be done for `sources'.
make[5]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/nio'
Begin parallel compiles: /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/java
make[5]: Entering directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/java'
make[5]: `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/tmp/java/java.lang/java/obj64/.files_compiled' is up to date.
make[5]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/java'
Done with parallel compiles: /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/java
rm -f /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/lib/currency.data
/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/bootstrap/jdk1.6.0/bin/java  -Xmx896m -jar /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/btjars/generatecurrencydata.jar -o /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/lib/currency.data.temp \
		< ../../../src/share/classes/java/util/CurrencyData.properties
Error: time is more than 10 years from present: 1104530400000
java.lang.RuntimeException: time is more than 10 years from present: 1104530400000
   at build.tools.generatecurrencydata.GenerateCurrencyData.makeSpecialCaseEntry(GenerateCurrencyData.java:285)
   at build.tools.generatecurrencydata.GenerateCurrencyData.buildMainAndSpecialCaseTables(GenerateCurrencyData.java:225)
   at build.tools.generatecurrencydata.GenerateCurrencyData.main(GenerateCurrencyData.java:154)
   at java.lang.reflect.VMMethod.invoke(Native Method)
   at java.lang.reflect.Method.invoke(Method.java:327)
   at jamvm.java.lang.JarLauncher.main(JarLauncheERROR: Function failed: do_compile (see /home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/temp/log.do_compile.8710 for further information)
r.java:50)
make[4]: *** [/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/build/linux-amd64/lib/currency.data] Error 1
make[4]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java/java'
make[3]: *** [all] Error 1
make[3]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make/java'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/jdk/make'
make[1]: *** [jdk-build] Error 2
make[1]: Leaving directory `/home/me/VPN/me-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj'
make: *** [stamps/icedtea-ecj.stamp] Error 2
ERROR: oe_runmake failed

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

* Re: package icedtea6-native-1.8.11-r5.3: task do_compile: Failed
  2015-02-13  8:36   ` package icedtea6-native-1.8.11-r5.3: task do_compile: Failed MONDON Daniel
@ 2015-02-13  9:49     ` Henning Heinold
  2015-02-13 10:08       ` MONDON Daniel
  0 siblings, 1 reply; 33+ messages in thread
From: Henning Heinold @ 2015-02-13  9:49 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Feb 13, 2015 at 08:36:45AM +0000, MONDON Daniel wrote:
> Hi,
> 
> I am under Ubuntu 12.04 server and I build an angstromv2012.05 distribution.
> 
> Making a build all (from scratch), I've got the error:
> | Error: time is more than 10 years from present: 1104530400000
> | java.lang.RuntimeException: time is more than 10 years from present: 1104530400000
> |    at build.tools.generatecurrencydata.GenerateCurrencyData.makeSpecialCaseEntry(GenerateCurrencyData.java:285)
> |    at build.tools.generatecurrencydata.GenerateCurrencyData.buildMainAndSpecialCaseTables(GenerateCurrencyData.java:225)
> |    at build.tools.generatecurrencydata.GenerateCurrencyData.main(GenerateCurrencyData.java:154)
> |    at java.lang.reflect.VMMethod.invoke(Native Method)
> |    at java.lang.reflect.Method.invoke(Method.java:327)
> |    at jamvm.java.lang.JarLauncher.main(JarLauncheERROR: Function failed: do_compile (see /home/lpg/VPN/lpg-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/temp/log.do_compile.8710 for further information)
> 
> The log.do_compile.8710 is attached.
> 
> Please help :)
> 
> Thanks
> Daniel.

The layer has moved and is now available under git://git.yoctoproject.org/meta-java

Bye Henning


> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: package icedtea6-native-1.8.11-r5.3: task do_compile: Failed
  2015-02-13  9:49     ` Henning Heinold
@ 2015-02-13 10:08       ` MONDON Daniel
  2015-02-13 10:33         ` Max Krummenacher
  0 siblings, 1 reply; 33+ messages in thread
From: MONDON Daniel @ 2015-02-13 10:08 UTC (permalink / raw)
  To: openembedded-devel

Ok, but my problem is I must not change distribution.

The system is installed on many machines, and moving to and other repo will generate too many work (dev and validation)!

I have not enough time to pass on this problem : It was so complicated to build, install and configure Java on angstromv2012.05 environment!

Is it because Ubuntu 12.04 java was updated ?

Thanks
Daniel.

-----Message d'origine-----
De : openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-bounces@lists.openembedded.org] De la part de Henning Heinold
Envoyé : vendredi 13 février 2015 10:50
À : openembedded-devel@lists.openembedded.org
Objet : Re: [oe] package icedtea6-native-1.8.11-r5.3: task do_compile: Failed

On Fri, Feb 13, 2015 at 08:36:45AM +0000, MONDON Daniel wrote:
> Hi,
> 
> I am under Ubuntu 12.04 server and I build an angstromv2012.05 distribution.
> 
> Making a build all (from scratch), I've got the error:
> | Error: time is more than 10 years from present: 1104530400000
> | java.lang.RuntimeException: time is more than 10 years from present: 1104530400000
> |    at build.tools.generatecurrencydata.GenerateCurrencyData.makeSpecialCaseEntry(GenerateCurrencyData.java:285)
> |    at build.tools.generatecurrencydata.GenerateCurrencyData.buildMainAndSpecialCaseTables(GenerateCurrencyData.java:225)
> |    at build.tools.generatecurrencydata.GenerateCurrencyData.main(GenerateCurrencyData.java:154)
> |    at java.lang.reflect.VMMethod.invoke(Native Method)
> |    at java.lang.reflect.Method.invoke(Method.java:327)
> |    at jamvm.java.lang.JarLauncher.main(JarLauncheERROR: Function failed: do_compile (see /home/lpg/VPN/lpg-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/temp/log.do_compile.8710 for further information)
> 
> The log.do_compile.8710 is attached.
> 
> Please help :)
> 
> Thanks
> Daniel.

The layer has moved and is now available under git://git.yoctoproject.org/meta-java

Bye Henning


> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: package icedtea6-native-1.8.11-r5.3: task do_compile: Failed
  2015-02-13 10:08       ` MONDON Daniel
@ 2015-02-13 10:33         ` Max Krummenacher
  2015-02-13 10:57           ` MONDON Daniel
                             ` (2 more replies)
  0 siblings, 3 replies; 33+ messages in thread
From: Max Krummenacher @ 2015-02-13 10:33 UTC (permalink / raw)
  To: openembedded-devel

Hi Daniel


Am Freitag, den 13.02.2015, 10:08 +0000 schrieb MONDON Daniel:
> Ok, but my problem is I must not change distribution.
> The system is installed on many machines, and moving to and other repo will generate too many work (dev and validation)!
In order to fix an error you will have to change something.

> I have not enough time to pass on this problem : It was so complicated to build, install and configure Java on angstromv2012.05 environment!
> 
> Is it because Ubuntu 12.04 java was updated ?
No.

The error you see is because some sources test if now is more than 10 years from 2015 and refuse to compile (and maybe execute later?) if this is the case.

This is fixed in meta-java, but as Henning said you have to get the
meta-java layer from git://git.yoctoproject.org/meta-java and update to
HEAD.

Regards
Max

> Thanks
> Daniel.
> 
> -----Message d'origine-----
> De : openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-bounces@lists.openembedded.org] De la part de Henning Heinold
> Envoyé : vendredi 13 février 2015 10:50
> À : openembedded-devel@lists.openembedded.org
> Objet : Re: [oe] package icedtea6-native-1.8.11-r5.3: task do_compile: Failed
> 
> On Fri, Feb 13, 2015 at 08:36:45AM +0000, MONDON Daniel wrote:
> > Hi,
> > 
> > I am under Ubuntu 12.04 server and I build an angstromv2012.05 distribution.
> > 
> > Making a build all (from scratch), I've got the error:
> > | Error: time is more than 10 years from present: 1104530400000
> > | java.lang.RuntimeException: time is more than 10 years from present: 1104530400000
> > |    at build.tools.generatecurrencydata.GenerateCurrencyData.makeSpecialCaseEntry(GenerateCurrencyData.java:285)
> > |    at build.tools.generatecurrencydata.GenerateCurrencyData.buildMainAndSpecialCaseTables(GenerateCurrencyData.java:225)
> > |    at build.tools.generatecurrencydata.GenerateCurrencyData.main(GenerateCurrencyData.java:154)
> > |    at java.lang.reflect.VMMethod.invoke(Native Method)
> > |    at java.lang.reflect.Method.invoke(Method.java:327)
> > |    at jamvm.java.lang.JarLauncher.main(JarLauncheERROR: Function failed: do_compile (see /home/lpg/VPN/lpg-project/build/tmp-angstrom_v2012_05-eglibc/work/x86_64-linux/icedtea6-native-1.8.11-r5.3/temp/log.do_compile.8710 for further information)
> > 
> > The log.do_compile.8710 is attached.
> > 
> > Please help :)
> > 
> > Thanks
> > Daniel.
> 
> The layer has moved and is now available under git://git.yoctoproject.org/meta-java
> 
> Bye Henning
> 
> 
> > -- 
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel




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

* Re: package icedtea6-native-1.8.11-r5.3: task do_compile: Failed
  2015-02-13 10:33         ` Max Krummenacher
@ 2015-02-13 10:57           ` MONDON Daniel
  2015-02-13 14:20           ` Hugo Vasconcelos Saldanha
  2015-02-18 14:14           ` MONDON Daniel
  2 siblings, 0 replies; 33+ messages in thread
From: MONDON Daniel @ 2015-02-13 10:57 UTC (permalink / raw)
  To: openembedded-devel

Thanks max!

I'm just checking if changing server date do compilation is ok!
Compilation seems to succeed!



>Hi Daniel

>Am Freitag, den 13.02.2015, 10:08 +0000 schrieb MONDON Daniel:
>> Ok, but my problem is I must not change distribution.
>> The system is installed on many machines, and moving to and other repo will generate too many work (dev and validation)!
>In order to fix an error you will have to change something.
Yes, I know.
But perhaps only the 10 years time out?

>
>> I have not enough time to pass on this problem : It was so complicated to build, install and configure Java on angstromv2012.05 environment!
>> 
>> Is it because Ubuntu 12.04 java was updated ?
>No.
>
>The error you see is because some sources test if now is more than 10 years from 2015 and refuse to compile (and maybe execute later?) if this is the case.

Execution is ok!

>This is fixed in meta-java, but as Henning said you have to get the meta-java layer from git://git.yoctoproject.org/meta-java and update to HEAD.
I can't do that (because of allowed time)

>Regards
>Max

> Thanks
> Daniel.
> 
> -----Message d'origine-----
> De : openembedded-devel-bounces@lists.openembedded.org 
> [mailto:openembedded-devel-bounces@lists.openembedded.org] De la part 
> de Henning Heinold Envoyé : vendredi 13 février 2015 10:50 À : 
> openembedded-devel@lists.openembedded.org
> Objet : Re: [oe] package icedtea6-native-1.8.11-r5.3: task do_compile: 
> Failed
> 
> On Fri, Feb 13, 2015 at 08:36:45AM +0000, MONDON Daniel wrote:
> > Hi,
> > 
> > I am under Ubuntu 12.04 server and I build an angstromv2012.05 distribution.
> > 
> > Making a build all (from scratch), I've got the error:
> > | Error: time is more than 10 years from present: 1104530400000
> > | java.lang.RuntimeException: time is more than 10 years from present: 1104530400000
> > |    at build.tools.generatecurrencydata.GenerateCurrencyData.makeSpecialCaseEntry(GenerateCurrencyData.java:285)
> > |    at build.tools.generatecurrencydata.GenerateCurrencyData.buildMainAndSpecialCaseTables(GenerateCurrencyData.java:225)
> > |    at build.tools.generatecurrencydata.GenerateCurrencyData.main(GenerateCurrencyData.java:154)
> > |    at java.lang.reflect.VMMethod.invoke(Native Method)
> > |    at java.lang.reflect.Method.invoke(Method.java:327)
> > |    at jamvm.java.lang.JarLauncher.main(JarLauncheERROR: Function 
> > | failed: do_compile (see 
> > | /home/lpg/VPN/lpg-project/build/tmp-angstrom_v2012_05-eglibc/work/
> > | x86_64-linux/icedtea6-native-1.8.11-r5.3/temp/log.do_compile.8710 
> > | for further information)
> > 
> > The log.do_compile.8710 is attached.
> > 
> > Please help :)
> > 
> > Thanks
> > Daniel.
> 
> The layer has moved and is now available under 
> git://git.yoctoproject.org/meta-java
> 
> Bye Henning
> 
> 
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

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

* Re: package icedtea6-native-1.8.11-r5.3: task do_compile: Failed
  2015-02-13 10:33         ` Max Krummenacher
  2015-02-13 10:57           ` MONDON Daniel
@ 2015-02-13 14:20           ` Hugo Vasconcelos Saldanha
  2015-02-17 13:00             ` Otavio Salvador
  2015-02-18 14:14           ` MONDON Daniel
  2 siblings, 1 reply; 33+ messages in thread
From: Hugo Vasconcelos Saldanha @ 2015-02-13 14:20 UTC (permalink / raw)
  To: openembedded-devel

Hi,

On Fri, Feb 13, 2015 at 08:33:55AM -0200, Max Krummenacher wrote:
> Hi Daniel
> 
> 
> Am Freitag, den 13.02.2015, 10:08 +0000 schrieb MONDON Daniel:
> > Ok, but my problem is I must not change distribution.
> > The system is installed on many machines, and moving to and other repo will generate too many work (dev and validation)!
> In order to fix an error you will have to change something.
> 
> > I have not enough time to pass on this problem : It was so complicated to build, install and configure Java on angstromv2012.05 environment!
> > 
> > Is it because Ubuntu 12.04 java was updated ?
> No.
> 
> The error you see is because some sources test if now is more than 10 years from 2015 and refuse to compile (and maybe execute later?) if this is the case.
> 
> This is fixed in meta-java, but as Henning said you have to get the
> meta-java layer from git://git.yoctoproject.org/meta-java and update to
> HEAD.

It seems that icedtea7-native was not fixed.

-- 
		Hugo



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

* Re: package icedtea6-native-1.8.11-r5.3: task do_compile: Failed
  2015-02-13 14:20           ` Hugo Vasconcelos Saldanha
@ 2015-02-17 13:00             ` Otavio Salvador
  2015-02-17 13:03               ` MONDON Daniel
  2015-02-18 16:23               ` Hugo Vasconcelos Saldanha
  0 siblings, 2 replies; 33+ messages in thread
From: Otavio Salvador @ 2015-02-17 13:00 UTC (permalink / raw)
  To: OpenEmbedded Devel List

On Fri, Feb 13, 2015 at 12:20 PM, Hugo Vasconcelos Saldanha
<hugo.saldanha@aker.com.br> wrote:
> On Fri, Feb 13, 2015 at 08:33:55AM -0200, Max Krummenacher wrote:
>> Am Freitag, den 13.02.2015, 10:08 +0000 schrieb MONDON Daniel:
>> > Ok, but my problem is I must not change distribution.
>> > The system is installed on many machines, and moving to and other repo will generate too many work (dev and validation)!
>> In order to fix an error you will have to change something.
>>
>> > I have not enough time to pass on this problem : It was so complicated to build, install and configure Java on angstromv2012.05 environment!
>> >
>> > Is it because Ubuntu 12.04 java was updated ?
>> No.
>>
>> The error you see is because some sources test if now is more than 10 years from 2015 and refuse to compile (and maybe execute later?) if this is the case.
>>
>> This is fixed in meta-java, but as Henning said you have to get the
>> meta-java layer from git://git.yoctoproject.org/meta-java and update to
>> HEAD.
>
> It seems that icedtea7-native was not fixed.

Patches are welcome :-)

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


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

* Re: package icedtea6-native-1.8.11-r5.3: task do_compile: Failed
  2015-02-17 13:00             ` Otavio Salvador
@ 2015-02-17 13:03               ` MONDON Daniel
  2015-02-17 13:04                 ` Otavio Salvador
  2015-02-18 16:23               ` Hugo Vasconcelos Saldanha
  1 sibling, 1 reply; 33+ messages in thread
From: MONDON Daniel @ 2015-02-17 13:03 UTC (permalink / raw)
  To: openembedded-devel

Hi,

In may case, it is icedtea6-native (for java 6)
:)

Thanks
Daniel.

-----Message d'origine-----
De : openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-bounces@lists.openembedded.org] De la part de Otavio Salvador
Envoyé : mardi 17 février 2015 14:00
À : OpenEmbedded Devel List
Objet : Re: [oe] package icedtea6-native-1.8.11-r5.3: task do_compile: Failed

On Fri, Feb 13, 2015 at 12:20 PM, Hugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br> wrote:
> On Fri, Feb 13, 2015 at 08:33:55AM -0200, Max Krummenacher wrote:
>> Am Freitag, den 13.02.2015, 10:08 +0000 schrieb MONDON Daniel:
>> > Ok, but my problem is I must not change distribution.
>> > The system is installed on many machines, and moving to and other repo will generate too many work (dev and validation)!
>> In order to fix an error you will have to change something.
>>
>> > I have not enough time to pass on this problem : It was so complicated to build, install and configure Java on angstromv2012.05 environment!
>> >
>> > Is it because Ubuntu 12.04 java was updated ?
>> No.
>>
>> The error you see is because some sources test if now is more than 10 years from 2015 and refuse to compile (and maybe execute later?) if this is the case.
>>
>> This is fixed in meta-java, but as Henning said you have to get the 
>> meta-java layer from git://git.yoctoproject.org/meta-java and update 
>> to HEAD.
>
> It seems that icedtea7-native was not fixed.

Patches are welcome :-)

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
--
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: package icedtea6-native-1.8.11-r5.3: task do_compile: Failed
  2015-02-17 13:03               ` MONDON Daniel
@ 2015-02-17 13:04                 ` Otavio Salvador
  0 siblings, 0 replies; 33+ messages in thread
From: Otavio Salvador @ 2015-02-17 13:04 UTC (permalink / raw)
  To: OpenEmbedded Devel List

On Tue, Feb 17, 2015 at 11:03 AM, MONDON Daniel
<Daniel.MONDON@lpgsystems.com> wrote:
> In may case, it is icedtea6-native (for java 6)
> :)

This one I think we fixed ;)

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


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

* Re: package icedtea6-native-1.8.11-r5.3: task do_compile: Failed
  2015-02-13 10:33         ` Max Krummenacher
  2015-02-13 10:57           ` MONDON Daniel
  2015-02-13 14:20           ` Hugo Vasconcelos Saldanha
@ 2015-02-18 14:14           ` MONDON Daniel
  2015-02-18 14:56             ` Henning Heinold
  2 siblings, 1 reply; 33+ messages in thread
From: MONDON Daniel @ 2015-02-18 14:14 UTC (permalink / raw)
  To: openembedded-devel

Hi,

I've got same problem compiling my old openembedded Angstromv2012.05 with changing server date.
Not on icedtea6-native-1.8.11, but openjdk-6-native.
I'm checking actually for a date change solution : full compilation is still running (restarted from scratch : more than 12h)


Checking the new git://git.yoctoproject.org/meta-java as said Henning !
Impossible to move to dependencies due to distribution customisation (too many work and no success guaranty!).


Can't I just have a patch, or simply changing sources where this test is done (changing test or dates values) ?

Thanks,
Daniel.

-----Message d'origine-----
De : openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-bounces@lists.openembedded.org] De la part de Max Krummenacher
Envoyé : vendredi 13 février 2015 11:34
À : openembedded-devel@lists.openembedded.org
Objet : Re: [oe] package icedtea6-native-1.8.11-r5.3: task do_compile: Failed

Hi Daniel


Am Freitag, den 13.02.2015, 10:08 +0000 schrieb MONDON Daniel:
> Ok, but my problem is I must not change distribution.
> The system is installed on many machines, and moving to and other repo will generate too many work (dev and validation)!
In order to fix an error you will have to change something.

> I have not enough time to pass on this problem : It was so complicated to build, install and configure Java on angstromv2012.05 environment!
> 
> Is it because Ubuntu 12.04 java was updated ?
No.

The error you see is because some sources test if now is more than 10 years from 2015 and refuse to compile (and maybe execute later?) if this is the case.

This is fixed in meta-java, but as Henning said you have to get the meta-java layer from git://git.yoctoproject.org/meta-java and update to HEAD.

Regards
Max

> Thanks
> Daniel.
> 
> -----Message d'origine-----
> De : openembedded-devel-bounces@lists.openembedded.org 
> [mailto:openembedded-devel-bounces@lists.openembedded.org] De la part 
> de Henning Heinold Envoyé : vendredi 13 février 2015 10:50 À : 
> openembedded-devel@lists.openembedded.org
> Objet : Re: [oe] package icedtea6-native-1.8.11-r5.3: task do_compile: 
> Failed
> 
> On Fri, Feb 13, 2015 at 08:36:45AM +0000, MONDON Daniel wrote:
> > Hi,
> > 
> > I am under Ubuntu 12.04 server and I build an angstromv2012.05 distribution.
> > 
> > Making a build all (from scratch), I've got the error:
> > | Error: time is more than 10 years from present: 1104530400000
> > | java.lang.RuntimeException: time is more than 10 years from present: 1104530400000
> > |    at build.tools.generatecurrencydata.GenerateCurrencyData.makeSpecialCaseEntry(GenerateCurrencyData.java:285)
> > |    at build.tools.generatecurrencydata.GenerateCurrencyData.buildMainAndSpecialCaseTables(GenerateCurrencyData.java:225)
> > |    at build.tools.generatecurrencydata.GenerateCurrencyData.main(GenerateCurrencyData.java:154)
> > |    at java.lang.reflect.VMMethod.invoke(Native Method)
> > |    at java.lang.reflect.Method.invoke(Method.java:327)
> > |    at jamvm.java.lang.JarLauncher.main(JarLauncheERROR: Function 
> > | failed: do_compile (see 
> > | /home/lpg/VPN/lpg-project/build/tmp-angstrom_v2012_05-eglibc/work/
> > | x86_64-linux/icedtea6-native-1.8.11-r5.3/temp/log.do_compile.8710 
> > | for further information)
> > 
> > The log.do_compile.8710 is attached.
> > 
> > Please help :)
> > 
> > Thanks
> > Daniel.
> 
> The layer has moved and is now available under 
> git://git.yoctoproject.org/meta-java
> 
> Bye Henning
> 
> 
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

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

* Re: package icedtea6-native-1.8.11-r5.3: task do_compile: Failed
  2015-02-18 14:14           ` MONDON Daniel
@ 2015-02-18 14:56             ` Henning Heinold
  2015-02-23 10:49               ` package icedtea6-native-1.8.11-r5.3: task do_compile: Failed : solved! MONDON Daniel
  0 siblings, 1 reply; 33+ messages in thread
From: Henning Heinold @ 2015-02-18 14:56 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Feb 18, 2015 at 02:14:10PM +0000, MONDON Daniel wrote:
> Hi,
> 
> I've got same problem compiling my old openembedded Angstromv2012.05 with changing server date.
> Not on icedtea6-native-1.8.11, but openjdk-6-native.
> I'm checking actually for a date change solution : full compilation is still running (restarted from scratch : more than 12h)
> 
> 
> Checking the new git://git.yoctoproject.org/meta-java as said Henning !
> Impossible to move to dependencies due to distribution customisation (too many work and no success guaranty!).
> 
> 
> Can't I just have a patch, or simply changing sources where this test is done (changing test or dates values) ?
> 
> Thanks,
> Daniel.
> 

git.yocotoproject.org has web frontend so have a look at

http://git.yoctoproject.org/cgit/cgit.cgi/meta-java/commit/?id=58c5f41799bec30a5576137d5477e8ba14a0a802

Bye Henning


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

* Re: package icedtea6-native-1.8.11-r5.3: task do_compile: Failed
  2015-02-17 13:00             ` Otavio Salvador
  2015-02-17 13:03               ` MONDON Daniel
@ 2015-02-18 16:23               ` Hugo Vasconcelos Saldanha
  1 sibling, 0 replies; 33+ messages in thread
From: Hugo Vasconcelos Saldanha @ 2015-02-18 16:23 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Feb 17, 2015 at 11:00:27AM -0200, Otavio Salvador wrote:
> On Fri, Feb 13, 2015 at 12:20 PM, Hugo Vasconcelos Saldanha
> <hugo.saldanha@aker.com.br> wrote:
> > On Fri, Feb 13, 2015 at 08:33:55AM -0200, Max Krummenacher wrote:
> >> Am Freitag, den 13.02.2015, 10:08 +0000 schrieb MONDON Daniel:
> >> > Ok, but my problem is I must not change distribution.
> >> > The system is installed on many machines, and moving to and other repo will generate too many work (dev and validation)!
> >> In order to fix an error you will have to change something.
> >>
> >> > I have not enough time to pass on this problem : It was so complicated to build, install and configure Java on angstromv2012.05 environment!
> >> >
> >> > Is it because Ubuntu 12.04 java was updated ?
> >> No.
> >>
> >> The error you see is because some sources test if now is more than 10 years from 2015 and refuse to compile (and maybe execute later?) if this is the case.
> >>
> >> This is fixed in meta-java, but as Henning said you have to get the
> >> meta-java layer from git://git.yoctoproject.org/meta-java and update to
> >> HEAD.
> >
> > It seems that icedtea7-native was not fixed.
> 
> Patches are welcome :-)
> 

OK. I'll send the patch ASAP.

-- 
		Hugo



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

* Re: package icedtea6-native-1.8.11-r5.3: task do_compile: Failed : solved!
  2015-02-18 14:56             ` Henning Heinold
@ 2015-02-23 10:49               ` MONDON Daniel
  0 siblings, 0 replies; 33+ messages in thread
From: MONDON Daniel @ 2015-02-23 10:49 UTC (permalink / raw)
  To: openembedded-devel

Hi,

Both cases are running!
:)

- Changing date allow to go to the end of generation (if time is not updated during compilation).

- Icedtea6 and openjdk6 patched with today date 

Thanks
Regards
Daniel.

-----Message d'origine-----
De : openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-bounces@lists.openembedded.org] De la part de Henning Heinold
Envoyé : mercredi 18 février 2015 15:56
À : openembedded-devel@lists.openembedded.org
Objet : Re: [oe] package icedtea6-native-1.8.11-r5.3: task do_compile: Failed

On Wed, Feb 18, 2015 at 02:14:10PM +0000, MONDON Daniel wrote:
> Hi,
> 
> I've got same problem compiling my old openembedded Angstromv2012.05 with changing server date.
> Not on icedtea6-native-1.8.11, but openjdk-6-native.
> I'm checking actually for a date change solution : full compilation is still running (restarted from scratch : more than 12h)
> 
> 
> Checking the new git://git.yoctoproject.org/meta-java as said Henning !
> Impossible to move to dependencies due to distribution customisation (too many work and no success guaranty!).
> 
> 
> Can't I just have a patch, or simply changing sources where this test is done (changing test or dates values) ?
> 
> Thanks,
> Daniel.
> 

git.yocotoproject.org has web frontend so have a look at

http://git.yoctoproject.org/cgit/cgit.cgi/meta-java/commit/?id=58c5f41799bec30a5576137d5477e8ba14a0a802

Bye Henning
-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

end of thread, other threads:[~2015-02-23 10:49 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-13  7:01 [V2][PATCH 00/19] various adds/updates/fxes Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 01/19] libmbim: initial add 1.12.2 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 02/19] libqmi: " Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 03/19] modemmanager: update to 1.4.2 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 04/19] network-manager-applet: add PACKAGCONFIG for modemmanager - disabled by default Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 05/19] xmessage: initial add 1.0.4 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 06/19] xfce4-kbdleds-plugin: Initial add 0.0.6 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 07/19] packagegroup-xfce-extended: add xfce4-kbdleds-plugin Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 08/19] xfce4-screenshooter: update to 1.8.2 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 09/19] xfce4-weather-plugin: update to 0.8.5 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 10/19] xfce4-whiskermenu-plugin: update to 1.4.2 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 11/19] xfce4-cpufreq-plugin: update to 1.1.1 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 12/19] xfce4-netload-plugin: update to 1.2.4 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 13/19] xfce4-eyes-plugin: update to 4.4.3 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 14/19] xfce4-systemload-plugin: update to 1.1.2 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 15/19] xfce4-equake-plugin: update to 1.3.6 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 16/19] xfce4-timer-plugin: initial add 1.6.0 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 17/19] packagegroup-xfce-extended: add xfce4-timer-plugin Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 18/19] gnome-bluetooth: fix build by using a valid dbus interface + unblacklist Andreas Müller
2015-02-13  8:36   ` package icedtea6-native-1.8.11-r5.3: task do_compile: Failed MONDON Daniel
2015-02-13  9:49     ` Henning Heinold
2015-02-13 10:08       ` MONDON Daniel
2015-02-13 10:33         ` Max Krummenacher
2015-02-13 10:57           ` MONDON Daniel
2015-02-13 14:20           ` Hugo Vasconcelos Saldanha
2015-02-17 13:00             ` Otavio Salvador
2015-02-17 13:03               ` MONDON Daniel
2015-02-17 13:04                 ` Otavio Salvador
2015-02-18 16:23               ` Hugo Vasconcelos Saldanha
2015-02-18 14:14           ` MONDON Daniel
2015-02-18 14:56             ` Henning Heinold
2015-02-23 10:49               ` package icedtea6-native-1.8.11-r5.3: task do_compile: Failed : solved! MONDON Daniel
2015-02-13  7:01 ` [V2][PATCH 19/19] gimp: update to 2.8.14 / fix build by not configuring with freetype-config Andreas Müller

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.