All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tim Orling <timothy.t.orling@linux.intel.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-java][master][pyro][PATCH 0/4] xml-commons: unblacklist
Date: Sun, 21 May 2017 16:25:51 -0700	[thread overview]
Message-ID: <20170521232555.30221-1-timothy.t.orling@linux.intel.com> (raw)

In preparation for maven, we need xml-commons in better shape. The
following patches correct the behavior that led to blacklisting, update
versions --where possible-- and fix Recipe Specific Sysroots (RSS)
regressions.

If you have issues with "javac" core-dumping, it appears to be
due to a bug in sstate which I have yet to track down. When you
-c devshell, the symptom is that .../usr/share/java/ecj-bootstrap.jar
symlink and the real file are not present. The workaround is to wipe
tmp and sstate-cache and rebuild :(

I am also seeing some odd behavior while fetching source jars,
occasionally throwing an error that "unzip" does not exist,
even though bitbake/lib/bb/fetch2 properly associates a .jar
extension with "unzip". I have yet to see a strong enough pattern
to figure out why this is happening. I am fighting the temptation
to add unzip to HOSTTOOLS, as unzip-native should be working.

The remaining blacklisted recipes are proving harder to fix than
I would hope. Much of this infrastructure is aging badly upstream.

Tim Orling (4):
  xom: unblacklist and update to v1.2.10
  jaxen: unblacklist and update to v1.1.6
  dom4j: unblacklist and fix build
  jdom: unblacklist and update to v1.1.3

 recipes-core/xml-commons/dom4j_1.6.1.bb            | 29 ++++++------
 recipes-core/xml-commons/jaxen_1.1.1.bb            | 35 --------------
 recipes-core/xml-commons/jaxen_1.1.6.bb            | 40 ++++++++++++++++
 recipes-core/xml-commons/jdom_1.1.3.bb             | 25 ++++++++++
 recipes-core/xml-commons/jdom_1.1.bb               | 28 -----------
 .../04_remove_sun_import.patch                     |  0
 recipes-core/xml-commons/xom_1.1.bb                | 54 ----------------------
 recipes-core/xml-commons/xom_1.2.10.bb             | 50 ++++++++++++++++++++
 8 files changed, 129 insertions(+), 132 deletions(-)
 delete mode 100644 recipes-core/xml-commons/jaxen_1.1.1.bb
 create mode 100644 recipes-core/xml-commons/jaxen_1.1.6.bb
 create mode 100644 recipes-core/xml-commons/jdom_1.1.3.bb
 delete mode 100644 recipes-core/xml-commons/jdom_1.1.bb
 rename recipes-core/xml-commons/{xom-1.1 => xom-1.2.10}/04_remove_sun_import.patch (100%)
 delete mode 100644 recipes-core/xml-commons/xom_1.1.bb
 create mode 100644 recipes-core/xml-commons/xom_1.2.10.bb

-- 
2.9.4



             reply	other threads:[~2017-05-21 23:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-21 23:25 Tim Orling [this message]
2017-05-21 23:25 ` [meta-java][master][pyro][PATCH 1/4] xom: unblacklist and update to v1.2.10 Tim Orling
2017-05-21 23:25 ` [meta-java][master][pyro][PATCH 2/4] jaxen: unblacklist and update to v1.1.6 Tim Orling
2017-05-21 23:25 ` [meta-java][master][pyro][PATCH 3/4] dom4j: unblacklist and fix build Tim Orling
2017-05-21 23:25 ` [meta-java][master][pyro][PATCH 4/4] jdom: unblacklist and update to v1.1.3 Tim Orling

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170521232555.30221-1-timothy.t.orling@linux.intel.com \
    --to=timothy.t.orling@linux.intel.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.