SammysHP
SammysHP
Please run this command and check its output. Any packages shown there must be reinstalled: ``` pacman -Qqo /usr/lib/python3.9 ``` Especially if escrotum is included you have to rebuild it!
Works fine for me. @SuperZoops What is the output of `pacman -Qqo /usr/lib/python3.9`?
@kodenart Packages are built against a specific version of Python. If the version changes, all dependent packages must be rebuilt against the new version.
All official packages are rebuilt automatically. But AUR packages are your own responsibility. Especially VCS packages (-git) will only be bumped if their PKGBUILD changes (usually).
Arch with awesome wm.
@trinaldi > Replace `git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'` for `git describe --abbrev=0 --tags` and it should work. I tested and it seems fine. Somehow the first command is point...
Independent of this issue I created a new PKGBUILD from scratch using the latest Arch Python packaging guidelines and some simplifications. ```sh pkgname=escrotum-git pkgver=0.2.1.r41.e7ed25d pkgrel=1 pkgdesc='Linux screen capture using pygtk,...
@guyonvarch > The produced binary works, but it returns some warnings: > > ``` > (.escrotum-wrapped:426): Gtk-WARNING **: 10:31:36.396: Theme parsing error: gtk.css:68:35: The style property GtkButton:child-displacement-x is deprecated and...
> ``` > File "/usr/local/lib/python3.6/dist-packages/escrotum/util.py", line 111, in bgra2rgba > data = array.array ("c", pixels) > ValueError: bad typecode (must be b, B, u, h, H, i, I, l, L,...
Something like `gdb python` and then `run ` and `bt` after it segfaulted.