Search Criteria
Package Base Details: shiboken2-git
Package Actions
Git Clone URL: | https://aur.archlinux.org/shiboken2-git.git (read-only, click to copy) |
---|---|
Submitter: | drhooves |
Maintainer: | Cebtenzzre |
Last Packager: | Cebtenzzre |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-03 08:11 (UTC) |
Last Updated: | 2023-05-18 04:47 (UTC) |
Latest Comments
1 2 3 Next › Last »
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.
1 2 3 Next › Last »