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

Re: make -j16 javahl sometimes failed for subversion-1.9.7

From: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Sun, 31 Dec 2017 11:21:34 -0500

On Sun, Dec 31, 2017 at 8:45 AM, Branko Čibej <brane_at_apache.org> wrote:
> On 31.12.2017 13:42, wuzhouhui wrote:
>> 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

If I may mention? "rpmbuild" is not your friend for building
Subversion RPMs when you are on a development server, which may have
fascinatingly updated or locally modified. If I may suggest, install
and use "mock" to build these. And what are you using for the .spec
file and patches? I had difficulty getting Subversion 1.9.x on CentOS
6 and CentOS 7 due to updated dependencies.

Nico Kadel-Garcia <nkadel_at_gmail.com>

>> 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.
>
>
> The RPM config is wrong. Our JavaHL build is not parallel-safe and
> should be built single-threaded. I believe the same may be true of the
> Swig bindings, but I'm not sure about that.
>
> -- Brane
>
Received on 2017-12-31 17:21:45 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.