Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 850616 - dev-vcs/subversion-1.14.2 - configure: error: Cannot compile JavaHL without a suitable JDK.
Summary: dev-vcs/subversion-1.14.2 - configure: error: Cannot compile JavaHL without a...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-06-08 12:58 UTC by Toralf Förster
Modified: 2022-06-09 06:47 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,21.81 KB, text/plain)
2022-06-08 12:58 UTC, Toralf Förster
Details
dev-vcs:subversion-1.14.2:20220608-102606.log (dev-vcs:subversion-1.14.2:20220608-102606.log,15.71 KB, text/plain)
2022-06-08 12:58 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,109.84 KB, application/x-bzip)
2022-06-08 12:58 UTC, Toralf Förster
Details
environment (environment,222.51 KB, text/plain)
2022-06-08 12:58 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,37.49 KB, application/x-bzip)
2022-06-08 12:58 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,12.56 KB, application/x-bzip)
2022-06-08 12:58 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,52.89 KB, application/x-bzip)
2022-06-08 12:58 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-06-08 12:58:02 UTC
configure: WARNING: py3c library not found; disabling python swig bindings
checking perl version... 5036000
configure: Enabling the C++ bindings
checking for boostlib >= 1.58 (105800)... yes
configure: error: Cannot compile JavaHL without a suitable JDK.
                  Please specify a suitable JDK using the --with-jdk option.


  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-j4-20220531-135334

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.1
 [2] x86_64-pc-linux-gnu-10.3.1
 [3] x86_64-pc-linux-gnu-12.1.1 *
clang/llvm (if any):
clang version 14.0.4
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/14/bin
/usr/lib/llvm/14
14.0.4
Python 3.9.13
Available Rust versions:
  [1]   rust-bin-1.61.0 *
GENTOO_VM=  CLASSPATH="" JAVA_HOME=""
JAVACFLAGS="" COMPILER=""
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.15_p10 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.3_p7 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.332_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit b69dcf0da8cb8d715a02f48eee503e7128f8ca68
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Jun 8 10:03:10 2022 +0000

    2022-06-08 10:03:10 UTC

emerge -qpvO dev-vcs/subversion
[ebuild     U ] dev-vcs/subversion-1.14.2 [1.14.1] USE="java nls perl -apache2 -berkdb -debug -doc -extras -gnome-keyring -kwallet -plaintext-password-storage (-ruby) -sasl -test"
Comment 1 Toralf Förster gentoo-dev 2022-06-08 12:58:03 UTC
Created attachment 783596 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-06-08 12:58:04 UTC
Created attachment 783599 [details]
dev-vcs:subversion-1.14.2:20220608-102606.log
Comment 3 Toralf Förster gentoo-dev 2022-06-08 12:58:05 UTC
Created attachment 783602 [details]
emerge-history.txt.bz2
Comment 4 Toralf Förster gentoo-dev 2022-06-08 12:58:07 UTC
Created attachment 783605 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-06-08 12:58:08 UTC
Created attachment 783608 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-06-08 12:58:09 UTC
Created attachment 783611 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-06-08 12:58:10 UTC
Created attachment 783614 [details]
temp.tar.bz2
Comment 8 Leif Biberg Kristensen 2022-06-09 06:35:33 UTC
Quick fix, if you don't need Java support:

echo "dev-vcs/subversion -java" >> /etc/portage/package.use
Comment 9 Larry the Git Cow gentoo-dev 2022-06-09 06:40:05 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2e08ebd2e3592f21203547703491ca685ca7eff

commit d2e08ebd2e3592f21203547703491ca685ca7eff
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2022-06-09 06:33:57 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-09 06:39:54 +0000

    dev-vcs/subversion: DEPEND jdk-1.8:*
    
    Bug: https://bugs.gentoo.org/850616
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-vcs/subversion/subversion-1.14.2-r1.ebuild | 442 +++++++++++++++++++++++++
 1 file changed, 442 insertions(+)