Search Criteria
Package Details: jdk13-openjdk 13.0.14.u5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/java-13-openjdk.git (read-only, click to copy) |
---|---|
Package Base: | java-13-openjdk |
Description: | OpenJDK Java 13 development kit |
Upstream URL: | https://openjdk.java.net/ |
Licenses: | custom |
Provides: | java-environment, java-environment-jdk, java-environment-openjdk, jdk13-openjdk |
Submitter: | Muflone |
Maintainer: | Muflone |
Last Packager: | Muflone |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2021-11-28 21:18 (UTC) |
Last Updated: | 2023-12-23 20:31 (UTC) |
Dependencies (26)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- java-environment-common
- jre13-openjdkAUR (jre13-openjdkAUR)
- libelf (elfutils-gitAUR)
- alsa-lib (make)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (make)
- cpio (cpio-gitAUR) (make)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR) (make)
- giflib (giflib-gitAUR) (make)
- graphviz (make)
- java-environment-jdk (jdk12AUR, jdk10AUR, jdk7AUR, jdk8-armAUR, jdk16-openjdkAUR, jdk14-openjdkAUR, jdk12-openjdkAUR, jdk11AUR, jdk13-openjdkAUR, jdk15-openjdkAUR, jdk-ltsAUR, jdk19-openjdkAUR, jdkAUR, jdk8AUR) (make)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR) (make)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR) (make)
- libelf (elfutils-gitAUR) (make)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR) (make)
- libnet (libnet-gitAUR) (make)
- libpng (libpng-apngAUR, libpng-gitAUR) (make)
- libx11 (libx11-gitAUR) (make)
- libxext (libxext-gitAUR) (make)
- libxrandr (libxrandr-gitAUR) (make)
- Show 6 more dependencies...
Required by (975)
- 2plan-desktop (requires java-environment)
- 389-console (requires java-environment)
- 389-ds-console (requires java-environment) (make)
- aacskeys (requires java-environment) (make)
- abcl (requires java-environment)
- abcl-git (requires java-environment) (make)
- access-export (requires java-environment)
- aeron (requires java-environment)
- airport-utils-bin (requires java-environment)
- airsonic-advanced-git (requires java-environment) (make)
- airsonic-git (requires java-environment) (make)
- akia (requires java-environment)
- alchemy (requires java-environment)
- alchemy-git (requires java-environment)
- alchitry-labs-bin (requires java-environment)
- aliview (requires java-environment) (make)
- altair-ai-studio (requires java-environment)
- amd-boost-toggle-git (requires java-environment)
- amdapp-aparapi (requires java-environment)
- ammonite-git (requires java-environment)
- Show 955 more...
Latest Comments
jghodd commented on 2023-01-04 23:35 (UTC)
@muflone - thanks for the info, bud. i guess my answer is to nevermind this version. cheers.
Muflone commented on 2022-12-26 10:43 (UTC)
@jghodd I'm sorry but this package already didn't supported i686, the arch array contains only x86_64 architecture. there's nothing to fix here, apart removing some unused lines in the PKGBUILD which were used in the past for i686 builds
Muflone commented on 2022-12-24 16:06 (UTC)
I don't have any 32 bit installations anymore.
I'll remove the i686 support from the AUR package on the next update
jghodd commented on 2022-12-23 23:39 (UTC) (edited on 2022-12-23 23:40 (UTC) by jghodd)
@muflone - i give up on building this for a 32-bit platform. i've tried everything, even a clean chroot build, adding back the libdav1d.so.5 library, removing -fcf-protection from CFLAGS, adding -fPIC to CFLAGS, using gcc10. no matter what, i keep getting the same error:
any chance you have pre-built packages for i686 that you could drop somewhere folks could retrieve them?
jghodd commented on 2022-12-22 19:48 (UTC) (edited on 2022-12-23 01:52 (UTC) by jghodd)
@muflone - not 64-bit, 32-bit. the i686 build fails, even though the PKGBUILD says it supports i686.
Edit: here's the error output
any help getting around this would be appreciated.
Edit2: disabled -fcf-protection via makepkg.conf (and the conditional in PKGBUILD), then also downgraded the compiler/linker/etc temporarily to gcc10. still the same error message.
I am assuming that the main issue is : direct GOT relocation R_386_GOT32X against `_Z12report_fatalPKciS0_z' without base register can not be used when making a shared object
so perhaps it's an issue building against the current version of glibc.
Muflone commented on 2022-12-05 22:35 (UTC)
I've just rebuilt the package with the same PKGBUILD in a clean chroot with extra-x86_64-build, without any issue
jghodd commented on 2022-10-11 15:48 (UTC)
this package won't build. i've tried a variety of approaches, the closest being a clean chroot build which produced the same error documented by @questionable below. some input from the maintainer is kinda needed here.
questionable commented on 2022-04-20 07:38 (UTC)
Build of this package fails.
Prior to building this, I built the "jdk12-openjdk" package successfully. Then I have set Java 12 as the default java version:
After that, the build of jdk13-openjdk fails. I have no clue how to solve this. Any help is very welcome.
Trailing output of
yay -S jdk13-openjdk
:aetherherne commented on 2022-03-26 03:54 (UTC)
Would it be possible to change line 54 of the PKGBUILD from
to
as the package fails to build for other versions of java with error as follows: