Search Criteria
Package Details: shiboken2-git r6554.6eb583d7-2
Package Actions
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: | GPL2, LGPL |
Conflicts: | shiboken2 |
Provides: | shiboken2 |
Submitter: | drhooves |
Maintainer: | None |
Last Packager: | dviktor |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-03 08:11 (UTC) |
Last Updated: | 2020-01-29 11:28 (UTC) |
Dependencies (11)
- clang (clang8, llvm-minimal-git, llvm-git, clang-git)
- libxslt (libxslt-git)
- llvm (llvm8, llvm-minimal-git, llvm-git)
- qt5-xmlpatterns (qt5-xmlpatterns-git)
- clang (clang8, llvm-minimal-git, llvm-git, clang-git) (make)
- cmake (cmake-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- libxslt (libxslt-git) (make)
- llvm (llvm8, llvm-minimal-git, llvm-git) (make)
- python-sphinx (python-sphinx-git, python-sphinx-2) (make)
- qt5-xmlpatterns (qt5-xmlpatterns-git) (make)
Required by (9)
- falkon-git (requires shiboken2) (make)
- freecad-git (requires shiboken2) (make)
- freecad-linkstage3-bin (requires shiboken2)
- freecad-linkstage3-git (requires shiboken2)
- pyside2-git (requires shiboken2) (make)
- pyside2-tools-git (requires shiboken2) (make)
- r2-iaito-git (requires shiboken2) (make)
- radare2-cutter-ghidra (requires shiboken2)
- rz-cutter-git (requires shiboken2) (make)
Latest Comments
SGOrava commented on 2020-01-29 10:46 (UTC) (edited on 2020-01-29 21:50 (UTC) by SGOrava)
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 (UTC)
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 (UTC) (edited on 2018-11-20 13:25 (UTC) by bartus)
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 (UTC) (edited on 2018-11-03 11:49 (UTC) by bartus)
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 (UTC)
@xantares can you rename the package version to 5.11.2 please? Thanks
jorges commented on 2018-06-18 12:52 (UTC)
I fixed the problem I metioned in the previous comment by updating _upver to 5.11.1 as suggested by Grawp
commented on 2018-06-17 13:26 (UTC)
@jorges I've just adpoted the package along with pyside2 and I'm going to try fix these problems. Meanwhile edit _upver as mentioned in my post below.
jorges commented on 2018-06-16 17:01 (UTC)
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?
commented on 2018-06-15 16:52 (UTC)
_upver should be 5.11.1 now. Maybe there is a way how to autodetect it?
xantares commented on 2018-05-05 07:03 (UTC)
This is an issue of shiboken, not from my package, you can ask upstream.
AngryNapkin commented on 2018-05-05 00:56 (UTC) (edited on 2018-05-05 16:56 (UTC) by AngryNapkin)
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.
seany commented on 2018-04-04 15:39 (UTC) (edited on 2018-04-04 15:42 (UTC) by seany)
Hi
I am getting this error :
/usr/bin/clang++: error while loading shared libraries: libLLVM-6.0.so: cannot open shared object file: No such file or director
while trying to install via yaourt.
i ma on manjaro. llvm-libs 6.0.0-4 is installed please help.
commented on 2018-03-06 20:16 (UTC)
_upver and pkgver prefix should be now "5.9.0". There have been some versioning changes recently http://code.qt.io/cgit/pyside/pyside-setup.git/commit/sources/shiboken2/shiboken_version.py?h=5.9&id=f3139399b273fdf405f20cba32a08262cd933d6e
http://code.qt.io/cgit/pyside/pyside-setup.git/log/sources/shiboken2/shiboken_version.py?h=5.9&id=63bcb1ba4a1b211f219b1b47aa4b3ad85a8b7a77
(Also without changing the version installation script fails on trying to remove .cmake filed from non-existent directories.)
Cheers
commented on 2018-02-25 10:15 (UTC)
llvm makedependency is missing. Could you add it please?
xantares commented on 2017-08-25 20:41 (UTC)
croick commented on 2017-08-22 16:13 (UTC)
drhooves commented on 2017-06-20 05:57 (UTC)
reklrekl commented on 2017-06-18 19:28 (UTC) (edited on 2017-06-18 19:31 (UTC) by reklrekl)
drhooves commented on 2017-06-18 15:54 (UTC) (edited on 2017-06-18 15:55 (UTC) by drhooves)
reklrekl commented on 2017-06-18 15:01 (UTC)
drhooves commented on 2017-05-31 14:27 (UTC)
sheinz commented on 2017-05-31 09:13 (UTC)