Search Criteria
Package Details: jre8 8u431-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/jre8.git (read-only, click to copy) |
---|---|
Package Base: | jre8 |
Description: | Oracle Java 8 Runtime Environment LTS |
Upstream URL: | https://www.java.com/en/download/manual.jsp |
Keywords: | java-openjfx java-runtime-headless-jre java-runtime-jre java-web-start-jre |
Licenses: | custom:Oracle |
Provides: | java-openjfx, java-runtime, java-runtime-headless, java-runtime-headless-jre, java-runtime-jre, java-web-start, java-web-start-jre |
Submitter: | Det |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 44 |
Popularity: | 0.001598 |
First Submitted: | 2017-09-21 22:18 (UTC) |
Last Updated: | 2024-10-19 18:33 (UTC) |
Dependencies (8)
- ca-certificates-java (ca-certificates-utils)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- java-runtime-common
- nss (nss-hgAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- awk (gawk-gitAUR, busybox-coreutilsAUR, gawk) (make)
- alsa-lib (optional) – for basic sound support
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR) (optional) – for Gtk+ look and feel (desktop)
Required by (1797)
- 2009scape (requires java-runtime)
- 2009scape-git (requires java-runtime)
- 2p-kt (requires java-runtime)
- abchr (requires java-runtime)
- abcl-git (requires java-runtime)
- abdownloadmanager-bin (requires java-runtime)
- acodec-bin (requires java-runtime)
- acronis-cyber-protect-bin (requires java-runtime)
- activemq (requires java-runtime)
- aechoterm-bin (requires java-runtime)
- ahmyth-bin (requires java-runtime)
- aio-remote (requires java-runtime)
- airsonic (requires java-runtime-headless)
- airsonic-advanced-bin (requires java-runtime-headless)
- airsonic-advanced-git (requires java-runtime-headless)
- airsonic-git (requires java-runtime-headless)
- aladin (requires java-runtime)
- alchemist (requires java-runtime)
- alda (requires java-runtime)
- alda-bin (requires java-runtime)
- Show 1777 more...
Latest Comments
1 2 3 Next › Last »
severach commented on 2022-12-16 05:02 (UTC) (edited on 2022-12-16 05:03 (UTC) by severach)
mv kills
makepkg -e
andmakepkg -R
. A bin package has no need of those and should be built withmakepkg -scC
. These mv look to me like they didn't want the file in the old location leading to install&&rm.They could be but this is how the Arch devs did it. No substantive difference between prepare and package for a bin package.
I like all my related packages to be diff similar so everyone can check that one version doesn't have any hidden strangeness and I can propagate patches across versions easily. If you want to make a major change like this you'll need to push it up through the jdk jre versions.
eclairevoyant commented on 2022-12-11 20:31 (UTC)
Aside from being out of date, there's a lot of actions (edits to files,
rm
commands to clean up the source files) that should be moved toprepare()
, and there's not a good reason to usemv
wheninstall
suffices (andmv
prevents repackaging in general).rekman commented on 2022-11-17 13:25 (UTC)
This appears to be a server-side problem because as of writing none of the links at https://www.java.com/en/download/ work; they all give this error "unrecognized arguments".
severach commented on 2021-02-09 03:58 (UTC) (edited on 2021-02-09 04:00 (UTC) by severach)
I see two types of missing libs.
libavcodec
andlibavformat
have many versions and use the one that matches the libs on your system. The versions I don't have all show errors and the version I do have (58) shows no errors.libawt
,libjvm
, and others are Java internals. Because you can have multiple versions of the jvm installed, these libs can't be placed whereldd
can find them. Java must resolve these at runtime to the correct version. This looks like a bug in rebuild-detector forjre8
jdk8
because manually checkingjdk8-openjdk
jdk11
jre11
libs shows all the same missing libs but are not listed. A quick check with strace shows thatlibjvm
is found just fine.bartus commented on 2021-01-24 13:49 (UTC) (edited on 2021-01-24 13:55 (UTC) by bartus)
I've tested
jre8
with modifiedrebuild-detector
and there are some dangling symbols and missing shared object. This could be a source of problem whit one of my packages (openboard)Could this missing stuff be fixed by including some extra deps?
Google only finds single reference to
jws_g_list_length
referencing oracle community post suggesting archives for old java are corrupted...Erus_Iluvatar commented on 2020-12-18 17:00 (UTC)
Hi, please don't set PKGEXT in you PKGBUILD : this overrides makepkg.conf in which I don't compress packages.
severach commented on 2020-07-08 16:10 (UTC) (edited on 2020-07-08 16:11 (UTC) by severach)
Bumping pkgrel will make everyone upgrade. No need to upgrade when all current installs are just fine. Also, if dropping JCE causes a problem I'd rather hear about it from new users than long time users who's everything suddenly breaks. The drawback of not changing pkgrel is that users who were having a problem won't get a version change to show that their problem is fixed.
aminvakil commented on 2020-07-08 07:07 (UTC)
Just out of curiosity and to be sure, you haven't bumped pkgrel in two latest changes becuase the final package hasn't changed and you have just changed how it downloads and stuff, am I right or was it because of something else?
kristianjgs commented on 2020-07-07 22:21 (UTC)
==> Validating source files with md5sums... jce_policy-8.zip ... FAILED jre-8u251-linux-x64.tar.gz ... Passed policytool-jre8.desktop ... Passed ==> ERROR: One or more files did not pass the validity check!
teafix commented on 2020-02-09 23:37 (UTC)
Hi,
I've tried installing this both using pikaur and manually. The symlink is not made during the install, when adding it from the CL it doesn't appear in Firefdox and when trying to insert it manually in Firefox ESR the response is "This addon could not be installed because it appears to be corrupt". This happens whether adding the symlink from /usr/lib/mozilla/plugins or from /usr/lib/firefox/plugins when trying from CL.
For clarity, this is a first installation not an update. I am trying to install FF-ESR with JRE on a laptop.
1 2 3 Next › Last »