Bug#636203: nexus: FTBFS on gcj-only arch

2011-08-01 Thread Tobias Richter
Hi Konstantinos, mar...@genesi-usa.com wrote: > - ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) > --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info > CFLAGS="-D_FILE_OFFSET_BITS=64 $(CFLAGS)" LDFLAGS="-Wl,-z,defs" > --with-java-home=`readl

Bug#636203: nexus: FTBFS on gcj-only arch

2011-08-01 Thread Konstantinos Margaritis
Package: nexus Version: 4.2.1-svn1614-1 Severity: important Tags: patch Nexus fails to build on an arch that has gcj working but not openjdk, like armhf: The reason is the sed expression in the configure, I found that adding a second expression to test makes the package work on armhf as well (pa