Why is java-environment a dependency of this package? Quoting the requirements from PyCharm's download page: "Note: JetBrains Runtime (JBR) 11 is included with the PyCharm distribution. You do not need to install Java on your computer to run PyCharm."
Search Criteria
Package Details: pycharm-community-eap 9:2021.1.211.6085.15-1
Git Clone URL: | https://aur.archlinux.org/pycharm-community-eap.git (read-only, click to copy) |
---|---|
Package Base: | pycharm-community-eap |
Description: | Powerful Python and Django IDE, Early Access Program (EAP) build, Community Edition |
Upstream URL: | http://www.jetbrains.com/pycharm |
Keywords: | development early-access editor ide jetbrains python |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | flying-sheep |
Maintainer: | Kr1ss |
Last Packager: | Kr1ss |
Votes: | 13 |
Popularity: | 0.026927 |
First Submitted: | 2015-10-03 13:11 |
Last Updated: | 2021-02-19 18:33 |
Dependencies (9)
- dbus (dbus-elogind, dbus-git, dbus-x11, dbus-nosystemd-minimal-git, dbus-selinux, dbus-nosystemd)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- libdbusmenu-glib (libdbusmenu-glib-ubuntu)
- python (python-dbg)
- cython (cython-kivy, cython-git) (make)
- python-setuptools (make)
- ipython (optional) – Alternative Python shell
- ipython2 (optional) – Alternative Python 2 shell
- python2 (optional) – Support for Python 2 language
Required by (0)
Sources (1)
flixter commented on 2019-10-06 18:30
Kr1ss commented on 2019-04-04 17:55
Looks like you're trying to build in an Anaconda environment @syka.
I've just pushed a patch that uses absolute paths to the system python binaries, which should fix your problem.
syka commented on 2019-04-04 09:28
Error while installing:
creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/_pydevd_bundle gcc -pthread -shared -B /home/syka/anaconda2/compiler_compat -L/home/syka/anaconda2/lib -Wl,-rpath=/home/syka/anaconda2/lib -Wl,--no-as-needed -Wl,--sysroot=/ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/_pydevd_bundle/pydevd_cython.o -L/home/syka/anaconda2/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/_pydevd_bundle/pydevd_cython.so /home/syka/anaconda2/compiler_compat/ld: build/temp.linux-x86_64-2.7/_pydevd_bundle/pydevd_cython.o: unable to initialize decompress status for section .debug_info /home/syka/anaconda2/compiler_compat/ld: build/temp.linux-x86_64-2.7/_pydevd_bundle/pydevd_cython.o: unable to initialize decompress status for section .debug_info /home/syka/anaconda2/compiler_compat/ld: build/temp.linux-x86_64-2.7/_pydevd_bundle/pydevd_cython.o: unable to initialize decompress status for section .debug_info /home/syka/anaconda2/compiler_compat/ld: build/temp.linux-x86_64-2.7/_pydevd_bundle/pydevd_cython.o: unable to initialize decompress status for section .debug_info build/temp.linux-x86_64-2.7/_pydevd_bundle/pydevd_cython.o: file not recognized: File format not recognized collect2: error: ld returned 1 exit status error: command 'gcc' failed with exit status 1 ==> ERROR: A failure occurred in build(). Aborting... Error making: pycharm-community-eap
Kr1ss commented on 2019-03-10 12:41
Well, that's neat. Thank you @flixter.
I'm just pushing a new pkgrel with your patch.
flixter commented on 2019-03-10 12:07
updating it with yaourt --aur causes a problem also because of the checksum. Question: As curl is already a dependency of pacman, why not stating only the IDE as a dependency, and then download on the fly the sha? Like:
source=("https://download.jetbrains.com/python/pycharm-community-$_filever.tar.gz")
sha256sums=($(curl -s "https://download.jetbrains.com/python/pycharm-community-$_filever.tar.gz.sha256" | cut -d' ' -f1))
Kr1ss commented on 2018-12-12 11:14
@gargan that's because we're downloading the checksum from the vendors site before building. When u call makepkg a second time after the source tarball and checksum has been loadad, the build will pass.
@chestm007 Yep you're right, the community repo version is called “pycharm-community-edition”. I'll adjust that tonight, thx.
gargan commented on 2018-12-12 02:10
Error while installing:
==> Making package: pycharm-community-eap 2:2018.3.1.183.4588.64-1 (Tue 11 Dec 2018 09:08:11 PM EST) ==> Retrieving sources... -> Downloading pycharm-community-2018.3.1.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 267 0 --:--:-- --:--:-- --:--:-- 267 100 296M 100 296M 0 0 12.8M 0 0:00:23 0:00:23 --:--:-- 18.7M -> Downloading pycharm-community-2018.3.1.tar.gz.sha256... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 100 100 100 0 0 193 0 --:--:-- --:--:-- --:--:-- 193 ==> ERROR: Integrity checks (sha256) differ in size from the source array. Error downloading sources: pycharm-community-eap
chestm007 commented on 2018-12-12 02:04
I think you might need to change provides and conflicts to pycharm-community-edition. installing this didnt uninstall my previous installation of pycharm-community-edition from the community repo
Kr1ss commented on 2018-11-22 19:47
I'm pushing the final 2018.3 release even though this is an EAP package because community only has 2018.2.4 currently.
Kr1ss commented on 2018-10-22 22:18
Thx for reporting this @alt0160.
Pinned Comments
Kr1ss commented on 2020-08-27 14:20
The mandatory make dependency to
python2-setuptools
has been removed. If you want to have a precompiled Python 2 debugger included with the package, please make sure thatpython2-setuptools
is installed before buildingpycharm-community-eap
.It won't be auto-installed and/or -removed any more by
makepkg -sr
.