Search Criteria
Package Base Details: java-13-openjdk
Package Actions
Git Clone URL: | https://aur.archlinux.org/java-13-openjdk.git (read-only, click to copy) |
---|---|
Submitter: | muflone |
Maintainer: | muflone |
Last Packager: | muflone |
Votes: | 3 |
Popularity: | 0.001204 |
First Submitted: | 2021-11-28 21:18 (UTC) |
Last Updated: | 2022-06-18 22:20 (UTC) |
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: