Search Criteria
Package Details: phpstorm-jre 2023.2.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/phpstorm.git (read-only, click to copy) |
---|---|
Package Base: | phpstorm |
Description: | JBR (JetBrains Runtime) for PhpStorm - a patched JRE |
Upstream URL: | https://confluence.jetbrains.com/display/JBR/JetBrains+Runtime |
Keywords: | development ide php |
Licenses: | custom:jetbrains |
Submitter: | None |
Maintainer: | freswa |
Last Packager: | freswa |
Votes: | 224 |
Popularity: | 1.73 |
First Submitted: | 2011-01-22 19:28 (UTC) |
Last Updated: | 2023-09-19 19:02 (UTC) |
Latest Comments
1 2 3 4 5 6 .. 21 Next › Last »
37h4n commented on 2023-02-15 00:40 (UTC) (edited on 2023-02-15 00:40 (UTC) by 37h4n)
I modified the PKGBUILD to add aarch64 support for Asahi Linux users: https://bafybeibf3vy5rxz3aa2ivlm3hsbktrvmt73qgxwdyspsft4dah2dbabo7m.ipfs.kubo.sudoer.ch/?filename=2022.3.2-1.PKGBUILD
fsz commented on 2022-12-09 12:26 (UTC)
@freswa Thank you :) And thanks for the -Cc hint.
freswa commented on 2022-12-09 12:13 (UTC)
@fsz will be fixed with the next update. In general I'd recommend running
makepkg -sCci
instead of-si
to build in clean environments.fsz commented on 2022-12-09 11:48 (UTC)
@freswa I'm not using any AUR-helper, just "git pull" and "makepkg -i".
freswa commented on 2022-12-06 14:36 (UTC)
@fsz What AUR-helper do you use?
fsz commented on 2022-12-06 14:15 (UTC) (edited on 2022-12-06 14:17 (UTC) by fsz)
I just ran into a problem in PKGBUILD while installing the latest version 2022.3-1
If the directory src contains multiple PhpStorm-... subdirectories the variable _buildver is fed with multiple version strings instead of just the latest (resulting in
_buildver="222.3739.61 222.4167.33 222.4345.15 223.7571.212"
in my case).This could be fixed by piping through sort and head:
_buildver="$(ls | grep -Eo 'PhpStorm-[[:digit:]]+\.[[:digit:]]{2,5}\.[[:digit:]]+' | sed 's#PhpStorm-##' | sort -r | head -n 1)"
Or maybe old releases should be deleted, I don't know...
mklein994 commented on 2022-12-05 16:32 (UTC)
Sorry if I marked it as out-of-date twice; I believe I miss-clicked the first time.
mantiiicore commented on 2021-12-16 20:07 (UTC)
If you've encountered this exception: "Failed to prepare transaction: Failed to generate phpstorm-jre information"
try to delete the temperory folder at /var/tmp/pamac-build-[your-username]/phpstorm-jre and rebuild the package once again
ColiZei commented on 2021-12-05 19:51 (UTC)
I got the same problem as Zelf. I installed phpstorm and jre 2021.2.3b212.5457.49-1 successfully. Now if i want to update to 2021.3b213.5744.279-1 it fails with: "Failed to prepare transaction: Failed to generate phpstorm-jre information".
Reinstall does not work as well.
I'm using Manjaro Gnome.
Any help? Thanks!
Zelf commented on 2021-10-22 03:59 (UTC) (edited on 2021-10-22 04:00 (UTC) by Zelf)
Cannot install phpstorm-jre 2021.2.3b212.5457.49-1
Getting this message:
Preparing... Cloning phpstorm build files... Generating phpstorm-jre information... Failed to prepare transaction: Failed to generate phpstorm-jre information
Tried cleaning packages and deleting previously installed and reinstalling, but now cannot install and phpstorm still relies on this.
1 2 3 4 5 6 .. 21 Next › Last »