Package Details: pkgbrowser 0.28.1-4

Git Clone URL: https://aur.archlinux.org/pkgbrowser.git (read-only, click to copy)
Package Base: pkgbrowser
Description: A utility for browsing pacman databases and the AUR
Upstream URL: https://codeberg.org/kachelaqa/pkgbrowser
Licenses: GPL2
Submitter: kachelaqa
Maintainer: kachelaqa
Last Packager: kachelaqa
Votes: 283
Popularity: 0.78
First Submitted: 2011-04-20 18:18 (UTC)
Last Updated: 2024-12-23 20:29 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 20 Next › Last »

GSF1200S commented on 2017-02-03 00:44 (UTC)

All of those packages were up-to-date and the same versions as yours- turns out I had qt5-styleplugins-git which of course needed to be rebuilt. I leave this comment in case anyone else suffers the same stupidity I did. I would have realized this earlier if I had pkgbrowser for an overview :P For those with this issue who seek to avoid it again, prolly better to use qt5-styleplugins instead. Sorry for the bother...

kachelaqa commented on 2017-02-02 22:57 (UTC)

@GSF1200S. I just re-built to make sure, and everything is working okay for me. It looks like your Qt setup is out of sync. Here is what I currently have: gcc 6.3.1 20170109, python 3.6.0, qt 5.8.0, sip 4.19, pyqt 5.7.1 cython 0.25.2

GSF1200S commented on 2017-02-02 22:36 (UTC)

Cannot mix incompatible Qt library (version 0x50701) with this library (version 0x50800) Aborted (core dumped) Arch is completely up-to-date, and I installed pkgbrowser again just to make sure. Not too hot on python/QT stuff so perhaps Ive muffed up something. Had this problem awhile ago, but I think an update fixed it. Havent been able to test locale fixes you mentioned on the forums because I cant launch! Ill keep looking into it...

martynjy commented on 2017-02-01 18:11 (UTC)

Yes. Tried again. Now starts.

blackhole commented on 2017-02-01 17:32 (UTC)

But now is compiling fine with qt5

martynjy commented on 2017-02-01 17:23 (UTC) (edited on 2017-02-01 17:23 (UTC) by martynjy)

Ditto @blackhole. Installed 'pkgbrowser-qt4' instead.

kachelaqa commented on 2017-01-07 01:01 (UTC) (edited on 2017-01-07 01:04 (UTC) by kachelaqa)

@cryzed. Yes, every major version change of python can break a wide range of python packages, any one of which may directly or indirectly affect pkgbrowser. At the very least, the libalpm extension module will need to be recompiled (using cython) - that's what caused the import-error referred to in the comment below yours.

cryzed commented on 2017-01-07 00:45 (UTC)

Why are you using dependencies like "python<3.6" and "python<3.7"? Do you expect every new Python version to break backwards-compatibility?

blackhole commented on 2017-01-06 16:04 (UTC)

Maybe the new python was not completely installed. Just now... File "/usr/lib/pkgbrowser/main.py", line 9, in <module> sys.exit(app.run()) File "/usr/lib/pkgbrowser/pkgbrowser/app.py", line 112, in run app.window().setup() File "/usr/lib/pkgbrowser/pkgbrowser/app.py", line 56, in window from pkgbrowser.window import Window File "/usr/lib/pkgbrowser/pkgbrowser/window.py", line 18, in <module> from pkgbrowser.backend import ( File "/usr/lib/pkgbrowser/pkgbrowser/backend.py", line 13, in <module> from pkgbrowser import alpm, conf, utils ImportError: cannot import name 'alpm