Luis Felipe López Acevedo <[email protected]> skribis: > On 2015-11-29 10:00, [email protected] wrote: >> Luis Felipe López Acevedo <[email protected]> skribis: >> >>> On 2015-11-29 06:01, [email protected] wrote: >> >> [...] >> >>>> Felipe, could you report the values of the ‘PYTHONPATH’, ‘PATH’, and >>>> ‘LD_LIBRARY_PATH’ variables on your system? >>>> >>> >>> Oh, I didn't get Cyril's messages on the bug... But this is the >>> information: >>> >>> PYTHONPATH and LD_LIBRARY_PATH are empty. PATH has this value: >>> >>> /home/anonimo/.guix-profile/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games >>> >>> Additional info: >>> >>> $ guix package --search-paths >>> export PATH="/home/anonimo/.guix-profile/bin" >>> >>> >>>> Are you able to work around the problem with: >>>> >>>> guix environment --ad-hoc weechat --pure -- weechat >>>> >>>> ? >>> >>> WeeChat starts correctly if I run it that way. >> >> What if you do: >> >> guix package -i python-2 >> weechat >> > > WeeChat starts correctly after doing that.
Hmm, hmm! In commit cb7bd0c, I fixed a build issue with the Python plugin (it was statically linking libpython.a, which is undesirable.) Could you check if that makes a difference, removing Python from your profile? Thanks for your help! Ludo’.
