All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-java][master][pyro][PATCH 0/4] xml-commons: unblacklist
@ 2017-05-21 23:25 Tim Orling
  2017-05-21 23:25 ` [meta-java][master][pyro][PATCH 1/4] xom: unblacklist and update to v1.2.10 Tim Orling
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tim Orling @ 2017-05-21 23:25 UTC (permalink / raw)
  To: openembedded-devel

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



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

end of thread, other threads:[~2017-05-21 23:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-21 23:25 [meta-java][master][pyro][PATCH 0/4] xml-commons: unblacklist Tim Orling
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

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.