Search Criteria
Package Base Details: icedtea-web-jre32
Git Clone URL: | https://aur.archlinux.org/icedtea-web-jre32.git (read-only, click to copy) |
---|---|
Submitter: | emlun |
Maintainer: | emlun |
Last Packager: | emlun |
Votes: | 2 |
Popularity: | 0.000811 |
First Submitted: | 2015-09-18 15:09 |
Last Updated: | 2016-08-19 07:56 |
Latest Comments
newsboost commented on 2020-12-16 20:35
When I try to install, I get:
Got an old app, I'm trying to view... Don't know how to fix this.. hmm...
emlun commented on 2016-08-19 07:58
Sorry, I'm no longer using this package and don't have a good way to test that it works properly. I synced the PKGBUILD with the one from the official icedtea-web package as best as I could, but I'm disowning the package since I honestly don't currently have much interest in maintaining it.
emlun commented on 2016-08-10 22:26
@carbolymer Thanks! I'll take a look at it.
carbolymer commented on 2016-08-09 21:37
I was trying to build the latest version when this happened:
bsdtar: Failed to set default locale
bsdtar: Pathname can't be converted from UTF-8 to current locale.
(...)
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Error exit delayed from previous errors.
In such case I recommend editing PKGBUILD and change the line 34 (the one with the bsdtar) to:
tar -zxvf '${srcdir}"/${_pkgbase}-${pkgver}.tar.gz"
emlun commented on 2016-04-20 10:31
@johnfocker: Thanks for the bump! Yes, you are correct. It's fixed now.
johnfocker commented on 2016-04-19 13:08
I get this when I try to build the package:
==> ERROR: noextract should be an array
In PKGBUILD, should this line:
noextract=${_pkgbase}-${pkgver}.tar.gz
Be like:
noextract=(${_pkgbase}-${pkgver}.tar.gz)
?