Package Details: phpstorm 2024.3-1

Git Clone URL: https://aur.archlinux.org/phpstorm.git (read-only, click to copy)
Package Base: phpstorm
Description: Lightweight and Smart PHP IDE
Upstream URL: https://www.jetbrains.com/phpstorm/
Keywords: development ide php
Licenses: custom:jetbrains
Submitter: None
Maintainer: freswa
Last Packager: freswa
Votes: 229
Popularity: 0.21
First Submitted: 2011-01-22 19:28 (UTC)
Last Updated: 2024-11-14 11:40 (UTC)

Dependencies (6)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 22 Next › Last »

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.

kekek commented on 2021-10-20 07:10 (UTC)

_JAVA_AWT_WM_NONREPARENTING=1 phpstorm

P31314 commented on 2021-10-20 07:07 (UTC) (edited on 2021-10-20 07:13 (UTC) by P31314)

I try to run phpstorm on sway

So far, I installed phpstorm and phpstorm-jre I could register and the splash screen shows, but then I just get a gray square that's about it. Does someone have an Idea?

edit: _JAVA_AWT_WM_NONREPARENTING=1 phpstorm

solved it, thank y'all ;D