#1 disable equinox functionality to fix FTBFS issue on 32bit arches
Merged 4 years ago by decathorpe. Opened 4 years ago by decathorpe.
Unknown source master  into  master

file modified
+6 -2
@@ -1,12 +1,12 @@

  # Conditionals to help breaking eclipse <-> xbean dependency cycle

  # when bootstrapping for new architectures

- %bcond_without equinox

+ %bcond_with equinox

  %bcond_without groovy

  %bcond_without spring

  

  Name:           xbean

  Version:        4.9

- Release:        2%{?dist}

+ Release:        3%{?dist}

  Summary:        Java plugin based web server

  License:        ASL 2.0

  URL:            http://geronimo.apache.org/xbean/
@@ -23,6 +23,7 @@

  BuildRequires:  mvn(log4j:log4j:1.2.12)

  BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)

  BuildRequires:  mvn(org.apache.maven.plugins:maven-source-plugin)

+ BuildRequires:  mvn(org.apache.xbean:xbean-asm-util)

  BuildRequires:  mvn(org.osgi:org.osgi.core)

  BuildRequires:  mvn(org.ow2.asm:asm)

  BuildRequires:  mvn(org.ow2.asm:asm-commons)
@@ -186,6 +187,9 @@

  %doc LICENSE NOTICE

  

  %changelog

+ * Tue Jul 09 2019 Fabio Valentini <decathorpe@gmail.com> - 4.9-3

+ - Disable eclipse equinox functionality to fix the FTBFS issue on 32bit arches.

+ 

  * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.9-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

  

As mentioned in $COMMITMSG, this change fixes building and installation of xbean on 32bit architectures.

Test rebuilds of dependent packages happened in COPR, here:

https://copr.fedorainfracloud.org/coprs/decathorpe/xbean-pr/monitor/

Build failures compared to koschei:

  • hystrix: non-deterministic build / test failures, happens in koji / koschei as well sometimes
  • java-uuid-generator: as always, this one fails to build in COPR but builds fine in koji
  • openhft-affinity: as always, this one fails to build in COPR but builds fine in koji
  • py4j: as always, this one fails to build in COPR but builds fine in koji

Pull-Request has been merged by decathorpe

4 years ago
Metadata