[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

make -j16 javahl sometimes failed for subversion-1.9.7

From: wuzhouhui <1530108435_at_qq.com>
Date: Sun, 31 Dec 2017 20:42:45 +0800

I'm using rpmbuild to build a package for subversion-1.9.7, but sometimes building will failed when make -j16 javahl:

Error: Class org.apache.subversion.javahl.ClientNotifyInformation could not be found.
make: *** [subversion/bindings/javahl/include/org_apache_subversion_javahl_callback_PatchCallback.h] Error 1
make: *** Waiting for unfinished jobs....
1 warning

Configure arguments as follows:

./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-mod-activation --with-berkeley-db --with-apxs=/usr/sbin/apxs --with-apr=/usr/bin/apr-1-config --with-apr-util=/usr/bin/apu-1-config --with-apache-libexecdir=yes --with-gnome-keyring --enable-javahl --with-jdk=/usr/lib/jvm/java-1.7.0-openjdk.x86_64 --without-jikes --with-sqlite=sqlite-amalgamation/sqlite3.c --with-serf

and make -j16 javahl is the first step in section %build.

Attachment is output of rpmbuild

Received on 2017-12-31 13:43:14 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.