Search Criteria
Package Details: openjdk13-doc 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 documentation | 
| Upstream URL: | https://openjdk.java.net/ | 
| Licenses: | custom | 
| Provides: | openjdk13-doc | 
| 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 (23)
- jdk13-openjdkAUR (jdk13-openjdkAUR)
 - alsa-lib (make)
 - bash (bash-devel-gitAUR, bash-gitAUR) (make)
 - cpio (cpio-gitAUR) (make)
 - freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR) (make)
 - giflib (giflib-gitAUR) (make)
 - graphviz (make)
 - java-environment-jdk (jdk12AUR, jdk10AUR, jdk7AUR, jdk16-openjdkAUR, jdk14-openjdkAUR, jdk12-openjdkAUR, jdk13-openjdkAUR, jdk15-openjdkAUR, jdk19-openjdkAUR, jdk8AUR, jdk11AUR, jdkAUR, jdk-ltsAUR) (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, mozjpegAUR, libjpeg-turbo-gitAUR) (make)
 - libnet (libnet-gitAUR) (make)
 - libpng (libpng-gitAUR, libpng-apngAUR) (make)
 - libx11 (libx11-gitAUR, libx11-mr293AUR) (make)
 - libxext (libxext-gitAUR) (make)
 - libxrandr (libxrandr-gitAUR) (make)
 - libxrender (make)
 - libxt (make)
 - libxtst (make)
 - Show 3 more dependencies...
 
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: