Package Details: pyston-bin 2.3.5-2

Git Clone URL: https://aur.archlinux.org/pyston-bin.git (read-only, click to copy)
Package Base: pyston-bin
Description: A fork of CPython with additional optimizations for performance
Upstream URL: https://blog.pyston.org/
Licenses: custom
Conflicts: pyston
Provides: pyston
Submitter: Chocobo1
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 7
Popularity: 0.000001
First Submitted: 2021-05-06 06:13 (UTC)
Last Updated: 2023-09-20 17:18 (UTC)

Latest Comments

Chocobo1 commented on 2022-10-19 09:45 (UTC)

Can you set it up so that Pyston replaces CPython?

No. Apply it on your own machine instead, it is a bad idea to apply it for everyone who uses this package.

kaneki commented on 2022-10-19 08:48 (UTC)

Can you set it up so that Pyston replaces CPython?

replabrobin commented on 2020-11-02 18:51 (UTC)

I managed to get the packages built using ubuntu 18.04 versions of the files

no-pie-compile.specs no-pie-link.specs

which I copied into an arch folder /usr/share/dpkg

replabrobin commented on 2020-11-01 22:24 (UTC)

I get an error trying to install reportlab from the pillow build

building 'PIL._imaging' extension
creating build/temp.linux-x86_64-3.8
creating build/temp.linux-x86_64-3.8/src
building 'PIL._imagingft' extension
building 'PIL._imagingcms' extension
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector -specs=/usr/share/dpkg/no-pie-compile.specs -D_FORTIFY_SOURCE=2 -fno-reorder-blocks-and-partition -DENABLE_AOT -g -O2 -fdebug-prefix-map=/src/build=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/freetype2 -I/usr/include/openjpeg-2.3 -I/tmp/pip-install-ns8vugjy/pillow -I/usr/include -I/usr/local/include -I/usr/include/pyston3.8 -c src/_imagingft.c -o build/temp.linux-x86_64-3.8/src/_imagingft.o
creating build/temp.linux-x86_64-3.8/src/libImaging
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector -specs=/usr/share/dpkg/no-pie-compile.specs -D_FORTIFY_SOURCE=2 -fno-reorder-blocks-and-partition -DENABLE_AOT -g -O2 -fdebug-prefix-map=/src/build=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/freetype2 -I/usr/include/openjpeg-2.3 -I/tmp/pip-install-ns8vugjy/pillow -I/usr/include -I/usr/local/include -I/usr/include/pyston3.8 -c src/_imagingcms.c -o build/temp.linux-x86_64-3.8/src/_imagingcms.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector -specs=/usr/share/dpkg/no-pie-compile.specs -D_FORTIFY_SOURCE=2 -fno-reorder-blocks-and-partition -DENABLE_AOT -g -O2 -fdebug-prefix-map=/src/build=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -DHAVE_LIBJPEG -DHAVE_OPENJPEG -DHAVE_LIBZ -DHAVE_LIBIMAGEQUANT -DHAVE_LIBTIFF -DHAVE_XCB -DPILLOW_VERSION="8.0.1" -I/usr/include/freetype2 -I/usr/include/openjpeg-2.3 -I/tmp/pip-install-ns8vugjy/pillow -I/usr/include -I/usr/local/include -I/usr/include/pyston3.8 -c src/_imaging.c -o build/temp.linux-x86_64-3.8/src/_imaging.o
gcc: fatal error: cannot read spec file ‘/usr/share/dpkg/no-pie-compile.specs’: No such file or directory
compilation terminated.

all of the extension builds failed.

dundee commented on 2016-11-15 14:12 (UTC)

kseistrup: Fixed, thanks!

kseistrup commented on 2016-11-15 14:04 (UTC)

$ /usr/bin/pyston /usr/bin/pyston: error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory $ locate libreadline.so /usr/lib/libreadline.so /usr/lib/libreadline.so.7 /usr/lib/libreadline.so.7.0

dundee commented on 2016-11-08 09:36 (UTC)

hack.augusto: Ok, added. Thanks!

hack.augusto commented on 2016-11-08 04:58 (UTC)

Hey, thanks for the package. Could you add 'ncurses5-compat-libs' as a dependency? That package creates a /usr/lib/libtinfo.so.5 file and conflicts with the current pyston package. ncurses5-compat-libs is required for vim-youcompleteme-git and seems to work fine with pyston, adding it as a dep and removing the symlink from package would solve the conflict.