Search Criteria
Package Details: python-shiboken2-git r6554.6eb583d7-2
Git Clone URL: | https://aur.archlinux.org/shiboken2-git.git (read-only, click to copy) |
---|---|
Package Base: | shiboken2-git |
Description: | Generates bindings for C++ libraries using CPython source code (git version) |
Upstream URL: | https://www.qt.io |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | drhooves |
Maintainer: | None |
Last Packager: | dviktor |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-03 08:11 |
Last Updated: | 2020-01-29 11:28 |
Dependencies (8)
- python (python-dbg)
- clang (clang-pypy-stm, clang39, clang38, llvm-tce, clang8, llvm-minimal-git, llvm-toolchain-nightly-bin, llvm-git) (make)
- cmake (cmake-git) (make)
- git (git-git) (make)
- libxslt (libxslt-git) (make)
- llvm (llvm-pypy-stm, llvm39, llvm-asserts, llvm38, llvm-tce, llvm11, llvm11-libs, llvm11-ocaml, llvm-minimal-git, llvm8, llvm-toolchain-nightly-bin) (make)
- python-sphinx (python-sphinx-git, python-sphinx-2) (make)
- qt5-xmlpatterns (qt5-xmlpatterns-git) (make)
Required by (5)
- anydesk-bin (requires python-shiboken2)
- anydesk-rpi (requires python-shiboken2)
- freecad-git (requires python-shiboken2) (make)
- pyside2-git (requires python-shiboken2)
- radare2-cutter-git (requires python-shiboken2)
Latest Comments
1 2 3 Next › Last »
SGOrava commented on 2020-01-29 10:46
Thank you.
Original message: PKGBUILD should be updated to require clang 9.0.1 otherwise it will refuse to install.
Cebtenzzre commented on 2018-11-29 21:19
Alright, I've fixed it in a way that builds correctly on my system. I couldn't get bartus's suggestion to work verbatim (makepkg keeps the environment clean), so I put the update code in pkgver() and referenced the pkgver where necessary.
bartus commented on 2018-11-20 13:13
Small suggestion for more rebust script > probe
_upver
inprepare()
with:export _upver=$(python sources/shiboken2/shiboken_version.py|cut -d';' -f-3|tr ';' '.')
bartus commented on 2018-10-27 15:13
There is a naming scheme issue introduced by the latest commit.
cmake path is:
/usr/lib/cmake/Shiboken2-5.11.1/
package-*() referest to those using
_upver=5.11.2
:/usr/lib/cmake/Shiboken2-$_upver/
Those resulting in error in
package-*()
function.Perhaps you ware to hasty popping up version, as internally shiboken define its version to be
5.11.1
, or you could go withdev
branch which is already5.12
;)Kunda commented on 2018-10-26 14:20
@xantares can you rename the package version to 5.11.2 please? Thanks
jorges commented on 2018-06-18 12:52
I fixed the problem I metioned in the previous comment by updating _upver to 5.11.1 as suggested by Grawp
jorges commented on 2018-06-16 17:01
I get an error about removing a file that doesn't exist:
rm: cannot remove '/home/jscandal/.aur_bb/shiboken2-git/pkg/python2-shiboken2-git/usr/lib/cmake/Shiboken2-5.11.0/Shiboken2ConfigVersion.cmake': No such file or directory ==> ERROR: A failure occurred in package_python2-shiboken2-git(). Aborting...
Has anyone else experienced this?
Anonymous comment on 2018-06-15 16:52
_upver should be 5.11.1 now. Maybe there is a way how to autodetect it?
xantares commented on 2018-05-05 07:03
This is an issue of shiboken, not from my package, you can ask upstream.
AngryNapkin commented on 2018-05-05 00:56
I mean no disrespect, but this package name looks oddly similar to "shitbroken".....which is exactly what I am having an issue with.
When running "makepkg -s" I get the following error:
"""""" PYTHON_ARCH: 64 Traceback (most recent call last): File "<string>", line 5, in <module> ImportError: No module named utils LLVM_CONFIG: <br> CMake Error at CMakeLists.txt:76 (message): Unable to detect CLANG location by checking LLVM_INSTALL_DIR, CLANG_INSTALL_DIR or running llvm-config.</module></string>
-- Configuring incomplete, errors occurred! """""""
Anyone know what I can do to get around this?
EDIT: ok, well it turns out shitbroken wasnt shiboken but rather my shit was broken :). I am fairly new to this stuff, fixing build errors and all. Seems all I needed was to export the "CLANG_INSTALL_DIR" and it all worked. I did export CLANG_INSTALL_DIR=/usr/bin and everything is moving forward.