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.93
First Submitted: 2011-04-20 18:18 (UTC)
Last Updated: 2024-12-23 20:29 (UTC)

Latest Comments

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

jefbed commented on 2016-02-16 05:24 (UTC)

pkgbrowser fails to build, error: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ofast -fomit-frame-pointer -march=native -mfpmath=both -fPIC -I/usr/include/python3.5m -c src/alpm.c -o build/src/alpm.o Error: No such file or directory: "designer/[^_]*.ui" Makefile:35: recipe for target 'pyqt' failed make: *** [pyqt] Error 1 make: *** Waiting for unfinished jobs.... gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Ofast -fomit-frame-pointer -march=native -mfpmath=both build/src/alpm.o -L/usr/lib -lalpm -lpython3.5m -o /home/abs/aur/pkgbrowser/src/pkgbrowser-0.19.1/pkgbrowser/alpm.cpython-35m-x86_64-linux-gnu.so rm -vrf build removed 'build/src/alpm.o' removed directory 'build/src' removed directory 'build' ==> ERROR: A failure occurred in build(). Aborting... :: Installing pkgbrowser package(s)... :: pkgbrowser package(s) failed to install. Check .SRCINFO for mismatching data with PKGBUILD. :: failed to build pkgbrowser package(s)

guzzard commented on 2016-02-01 09:53 (UTC)

Package is not out-of-date, but dependencies have to be fixed. 'pacman<4.3' causing issues with pacman 5.0 installed.

<deleted-account> commented on 2015-11-27 03:26 (UTC)

@kachelaqa : superb! many thanks!

kachelaqa commented on 2015-11-26 16:55 (UTC)

@dokie80 You need to install libxkbcommon-x11 (due to bug FS#40468, which has still not been properly fixed).

<deleted-account> commented on 2015-11-26 07:43 (UTC)

fail to launch app error msg when launched via terminal: This application failed to start because it could not find or load the Qt platform plugin "xcb". Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, xcb. Reinstalling the application may fix this problem. Aborted (core dumped)

wchouser3 commented on 2015-10-02 10:13 (UTC)

Fixed!

martynjy commented on 2015-10-02 09:30 (UTC)

@kirek Thanks. That did the trick.

kirek commented on 2015-10-01 23:09 (UTC)

Change the build(){...} function to this: build() { cd "$srcdir/$pkgname-$pkgver" sed -i 's/{c,o}/c/g' Makefile sed -i 's/, HTMLParseError//g' pkgbrowser/backend.py sed -i 's/HTMLParseError, //g' pkgbrowser/backend.py make PREFIX='/usr' }

wchouser3 commented on 2015-10-01 22:56 (UTC)

won't build: install -m 755 -d /home/wchouser3/Downloads/pkgbrowser/pkg/pkgbrowser/usr/bin /home/wchouser3/Downloads/pkgbrowser/pkg/pkgbrowser/usr/lib/pkgbrowser/pkgbrowser/{,ui/}__pycache__ install -m 755 -d /home/wchouser3/Downloads/pkgbrowser/pkg/pkgbrowser/usr/share/applications /home/wchouser3/Downloads/pkgbrowser/pkg/pkgbrowser/usr/share/icons/hicolor/48x48/apps install -m 644 main.py /home/wchouser3/Downloads/pkgbrowser/pkg/pkgbrowser/usr/lib/pkgbrowser install -m 644 pkgbrowser/*.{py,so} /home/wchouser3/Downloads/pkgbrowser/pkg/pkgbrowser/usr/lib/pkgbrowser/pkgbrowser install -m 644 pkgbrowser/__pycache__/*.py{c,o} /home/wchouser3/Downloads/pkgbrowser/pkg/pkgbrowser/usr/lib/pkgbrowser/pkgbrowser/__pycache__ install: cannot stat ‘pkgbrowser/__pycache__/*.pyo’: No such file or directory Makefile:50: recipe for target 'install' failed make: *** [install] Error 1