bug#21879: WeeChat does not start

2017-03-01 Thread sirgazil
Original Message Subject: Re: bug#21879: WeeChat does not start Local Time: 25 de febrero de 2017 11:52 AM UTC Time: 25 de febrero de 2017 16:52 From: contact@cryptolab.net To: sirgazil Leo Famulari , 21...@debbugs.gnu.org <21...@debbugs.gnu.org> On 17-02-25 11

bug#21879: WeeChat does not start

2017-02-25 Thread ng0
On 17-02-25 11:35:45, sirgazil wrote: > Original Message > Subject: Re: bug#21879: WeeChat does not start > Local Time: 25 de febrero de 2017 10:59 AM > UTC Time: 25 de febrero de 2017 15:59 > From: l...@famulari.name > To: sirgazil > 21...@debbugs.gnu.org &

bug#21879: WeeChat does not start

2017-02-25 Thread sirgazil
Original Message Subject: Re: bug#21879: WeeChat does not start Local Time: 25 de febrero de 2017 10:59 AM UTC Time: 25 de febrero de 2017 15:59 From: l...@famulari.name To: sirgazil 21...@debbugs.gnu.org <21...@debbugs.gnu.org> On Sat, Feb 25, 2017 at 09:13:48AM

bug#21879: WeeChat does not start

2017-02-25 Thread Leo Famulari
On Sat, Feb 25, 2017 at 09:13:48AM -0500, sirgazil wrote: > Actually, I'm still experiencing this bug with Guix 0.12.0 on Debian 8.7. The commit that worked around the issue was applied after the 0.12.0 release. Have you updated your copy of Guix (with `guix pull`) since the 0.12.0 release?

bug#21879: WeeChat does not start

2017-02-25 Thread sirgazil
Actually, I'm still experiencing this bug with Guix 0.12.0 on Debian 8.7. --- https://sirgazil.bitbucket.io/

bug#21879: WeeChat does not start

2017-02-10 Thread Ludovic Courtès
Marius Bakke skribis: > I noticed this as well on a foreign distro and pushed a workaround in > 507809be152049dff26bffdb58e1a90b638f046b. > > Didn't study the source enough to figure out why the substitution was > insufficient, but strace confirmed it was still looking in PATH even > though the s

bug#21879: WeeChat does not start

2017-02-08 Thread Marius Bakke
I noticed this as well on a foreign distro and pushed a workaround in 507809be152049dff26bffdb58e1a90b638f046b. Didn't study the source enough to figure out why the substitution was insufficient, but strace confirmed it was still looking in PATH even though the strings were replaced. signature.a

bug#21879: WeeChat does not start

2015-12-05 Thread Luis Felipe López Acevedo
On 2015-11-29 13:20, l...@gnu.org wrote: Luis Felipe López Acevedo skribis: On 2015-11-29 10:00, l...@gnu.org wrote: Luis Felipe López Acevedo skribis: On 2015-11-29 06:01, l...@gnu.org wrote: [...] Felipe, could you report the values of the ‘PYTHONPATH’, ‘PATH’, and ‘LD_LIBRARY_PATH’

bug#21879: WeeChat does not start

2015-11-29 Thread Ludovic Courtès
Luis Felipe López Acevedo skribis: > On 2015-11-29 10:00, l...@gnu.org wrote: >> Luis Felipe López Acevedo skribis: >> >>> On 2015-11-29 06:01, l...@gnu.org wrote: >> >> [...] >> Felipe, could you report the values of the ‘PYTHONPATH’, ‘PATH’, and ‘LD_LIBRARY_PATH’ variables on your sy

bug#21879: WeeChat does not start

2015-11-29 Thread Luis Felipe López Acevedo
On 2015-11-29 10:00, l...@gnu.org wrote: Luis Felipe López Acevedo skribis: On 2015-11-29 06:01, l...@gnu.org 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

bug#21879: WeeChat does not start

2015-11-29 Thread Ludovic Courtès
Luis Felipe López Acevedo skribis: > On 2015-11-29 06:01, l...@gnu.org 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: > > PY

bug#21879: WeeChat does not start

2015-11-29 Thread Luis Felipe López Acevedo
On 2015-11-29 06:01, l...@gnu.org wrote: Cyril Roelandt skribis: On 11/18/2015 10:22 PM, Ludovic Courtès wrote: Could you double-check what’s happening, possibly running it through strace to see if it’s actually executing /usr/bin/python? I'm pretty sure it does that. It even loads librarie

bug#21879: WeeChat does not start

2015-11-29 Thread Ludovic Courtès
Cyril Roelandt skribis: > On 11/18/2015 10:22 PM, Ludovic Courtès wrote: >> Could you double-check what’s happening, possibly running it through >> strace to see if it’s actually executing /usr/bin/python? > > I'm pretty sure it does that. It even loads libraries from the Debian > Python path, th

bug#21879: WeeChat does not start

2015-11-19 Thread Ludovic Courtès
Cyril Roelandt skribis: > On 11/18/2015 10:22 PM, Ludovic Courtès wrote: >> Could you double-check what’s happening, possibly running it through >> strace to see if it’s actually executing /usr/bin/python? > > I'm pretty sure it does that. It even loads libraries from the Debian > Python path, th

bug#21879: WeeChat does not start

2015-11-18 Thread Cyril Roelandt
On 11/18/2015 10:22 PM, Ludovic Courtès wrote: > Could you double-check what’s happening, possibly running it through > strace to see if it’s actually executing /usr/bin/python? I'm pretty sure it does that. It even loads libraries from the Debian Python path, that is why it tries to import a Debi

bug#21879: WeeChat does not start

2015-11-18 Thread Ludovic Courtès
Cyril Roelandt skribis: > On 11/18/2015 09:05 PM, Luis Felipe López Acevedo wrote: >> In a different machine, but still Debian 8 and Guix 0.9.0: >> >> 1. I ran 'guix pull' >> 2. Installed weechat >> >> I get the same error. > > On Debian Sid + Guix, I installed weechat in a "guix environment",

bug#21879: WeeChat does not start

2015-11-18 Thread Cyril Roelandt
On 11/18/2015 09:05 PM, Luis Felipe López Acevedo wrote: > In a different machine, but still Debian 8 and Guix 0.9.0: > > 1. I ran 'guix pull' > 2. Installed weechat > > I get the same error. On Debian Sid + Guix, I installed weechat in a "guix environment", and could not reproduce the issue (we

bug#21879: WeeChat does not start

2015-11-18 Thread Luis Felipe López Acevedo
On 2015-11-18 12:06, l...@gnu.org wrote: Hi! Luis Felipe López Acevedo skribis: I installed WeeChat 1.3 using Guix 0.9.0 on Debian 8, but It doesn't start when I run it. I get this error instead: Traceback (most recent call last): File "/usr/lib/python2.7/site.py", line 563, in main()

bug#21879: WeeChat does not start

2015-11-18 Thread Ludovic Courtès
Hi! Luis Felipe López Acevedo skribis: > I installed WeeChat 1.3 using Guix 0.9.0 on Debian 8, but It doesn't > start when I run it. I get this error instead: > > Traceback (most recent call last): > File "/usr/lib/python2.7/site.py", line 563, in > main() On closer inspection, this come

bug#21879: WeeChat does not start

2015-11-12 Thread Cyril Roelandt
On 11/11/2015 03:06 PM, Luis Felipe López Acevedo wrote: > Hi, > > I installed WeeChat 1.3 using Guix 0.9.0 on Debian 8, but It doesn't > start when I run it. I get this error instead: > > Traceback (most recent call last): > File "/usr/lib/python2.7/site.py", line 563, in > main() > Fil

bug#21879: WeeChat does not start

2015-11-11 Thread Luis Felipe López Acevedo
Hi, I installed WeeChat 1.3 using Guix 0.9.0 on Debian 8, but It doesn't start when I run it. I get this error instead: Traceback (most recent call last): File "/usr/lib/python2.7/site.py", line 563, in main() File "/usr/lib/python2.7/site.py", line 545, in main known_paths = adduser