Il 16/06/2016 22:32, Dan Horák ha scritto:
On Thu, 16 Jun 2016 19:16:38 +0000
Christopher <ctubbsii@fedoraproject.org> wrote:

I'm trying to revive rpms/hadoop, but am running into some failures
[1] on i686 in koji that I cannot reproduce locally in x86_64. The
thing is... I don't really have any good 32-bit environment to test
this locally. Hadoop isn't really suitable for 32-bit architectures
(IMO) and I doubt it's a well-tested upstream arch.

Any suggestions for how I should proceed? Is it really necessary that
*all* packages support i686 arch, even when it doesn't make sense for
the application's users?

    
how i wrote before is a problem related to newer maven-jar-plugin release
if you run also for x64 build should fails

add this instruction:
%pom_xpath_inject "pom:plugin[pom:artifactId='maven-jar-plugin']/pom:executions" "
 <execution>
 <id>default-jar</id>
 <phase>skip</phase>
 </execution>" [PATH OF THE POM FILE WHERE HAPPEN THE FAILURE]