Package Details: phpstorm-jre 2024.1.1-1

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://github.com/JetBrains/JetBrainsRuntime
Keywords: development ide php
Licenses: custom:jetbrains
Submitter: None
Maintainer: freswa
Last Packager: freswa
Votes: 228
Popularity: 1.33
First Submitted: 2011-01-22 19:28 (UTC)
Last Updated: 2024-04-23 19:13 (UTC)

Latest Comments

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

val08 commented on 2019-09-13 17:51 (UTC)

ERROR: Error loading 'https://download.jetbrains.com/webide/PhpStorm-2019.2.2b.tar.gz'

freswa commented on 2019-09-13 16:13 (UTC)

Sorry for screwing this up. It should work again for everyone.

Spider.007 commented on 2019-09-13 13:38 (UTC)

please fix your pkgver() - it fails when building from within a path that contains a dash.

Instead of find|tail you can use:

find ${srcdir} -mindepth 1 -maxdepth 1 -type d -printf %P

andoni commented on 2019-09-13 13:17 (UTC)

Hello!

There seems to be a problem with the PKGBUILD file, it fails when the build path contains "-" caracter.

To fix this I added "-exec basename {} \;" to the find command inside pkgver(). Do not know if it is the best option, but works.

Thanks

pkgver() { - echo ${pkgver%b}b$(find ${srcdir} -maxdepth 1 -type d | tail -1 | cut -d "-" -f2) + echo ${pkgver%b}b$(find "${srcdir}" -maxdepth 1 -type d -exec basename {} \; | tail -1 | cut -d "-" -f2) }

fikrimi commented on 2019-09-13 11:45 (UTC)

@obelix1502

changing to yay doesnt seems as a solution for me. to be direct, I think we should stick with the release name without build number for this package, the PhpStorm release for stable version has been kept like it before (2019.2.1, 2019.2.2).

mlamm commented on 2019-09-13 11:14 (UTC) (edited on 2019-09-13 11:16 (UTC) by mlamm)

I am unable to install this since the latest update:

==> Making package: phpstorm 2019.2.2b192.6603.42-1 (Fri 13 Sep 2019 13:05:53 CEST)

-> Downloading PhpStorm-2019.2.2.tar.gz...

...

==> Starting package_phpstorm()...

rsync: change_dir "/tmp/yaourt-tmp-mlamm/aur-phpstorm/src/PhpStorm-tmp" failed: No such file or directory (2)

rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1189) [sender=3.1.3]

==> ERROR: A failure occurred in package_phpstorm().

obelix1502 commented on 2019-09-13 10:49 (UTC)

@fikrimi

I had the same error with trizen, so I've used yay and with it, no error more.

I've asked the question on: https://bbs.archlinux.org/viewtopic.php?pid=1863227#p1863227

For the, there was an error of double quotes with ${srcdir}, I've tried to resove it in editing the PKBUILD with trizen (the first time), but there was an error 1 yet...

fikrimi commented on 2019-09-13 02:59 (UTC)

I got this error on 2019.2.2b192.6603.42 ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.