Should if provides=("python-thunarx=&{pkgver}")
, to satisfy dependency for python-thunar-plugins-git
?
Thanks for maintaining!
Git Clone URL: | https://aur.archlinux.org/thunarx-python.git (read-only, click to copy) |
---|---|
Package Base: | thunarx-python |
Description: | Thunarx Python Bindings |
Upstream URL: | https://goodies.xfce.org/projects/bindings/thunarx-python |
Licenses: | GPL |
Conflicts: | python-thunarx |
Provides: | python-thunarx |
Replaces: | python-thunarx |
Submitter: | None |
Maintainer: | twa022 |
Last Packager: | twa022 |
Votes: | 58 |
Popularity: | 0.000006 |
First Submitted: | 2010-02-13 16:34 (UTC) |
Last Updated: | 2021-01-31 20:26 (UTC) |
Should if provides=("python-thunarx=&{pkgver}")
, to satisfy dependency for python-thunar-plugins-git
?
Thanks for maintaining!
@BujuArena: Although RabbitVCS doesn't currently work with Thunar due to thunarx-python, there is also AUR/thunar-vcs-plugin which does work, but doesn't provide the clever svn status icons. Note also that all the same RabbitVCS svn dialogues can be invoked from the command line, through AUR/rabbitvcs-cli.
I'm having the same issue on Manjaro with XFCE. My system's totally updated, Python's installed, and python-dev is installed. There seems to be no good reason for this failing, and smallpotato's advice didn't help me. I created a symlink to my python bin in /usr/local/bin but that didn't fix it. Here's the full console output log which contains compile errors from trying after doing that: https://pastebin.com/fnUCVswK
I hope this can be fixed soon. I want to use RabbitVCS and can't because this is a dependency and can't be installed.
I symlinked the python bin to /usr/local/bin as @smallpotato suggested to fix the "configure: error: could not find Python lib" error, but the build fails:
/usr/bin/ld: .libs/thunarx_python_la-thunarx-python-object.o:(.bss+0x58): multiple definition of `_PyGtkWidget_Type'; .libs/thunarx_python_la-thunarx-python.o:(.bss+0x58): first defined here collect2: error: ld returned 1 exit status make[2]: [Makefile:476: thunarx-python.la] Error 1 make[2]: Leaving directory '/home/tony/.cache/yay/thunarx-python/src/thunarx-python-0.5.1/src' make[1]: [Makefile:441: all-recursive] Error 1 make[1]: Leaving directory '/home/tony/.cache/yay/thunarx-python/src/thunarx-python-0.5.1' make: *** [Makefile:371: all] Error 2 ==> ERROR: A failure occurred in build().
@smallpotato why is it necessary to do this?
@nobodyinperson create a symlink to your python bin in /usr/local/bin to fix the issue
shouldn't it be fixed in package? @twa022?
I don't know what dependencies I'm missing, but I get the following error when trying to install?
libraries required to embed python....no
what libraries would be missing?
@nobodyinperson create a symlink to your python bin in /usr/local/bin to fix the issue
Version 0.5.1-1 fails at the configure
step:
checking for libraries required to embed python... no
configure: error: could not find Python lib
Pinned Comments