bug#24279: Bug in xterm and/or fontconfig

2017-12-01 Thread Ludovic Courtès
Hello, Maxim Cournoyer skribis: > l...@gnu.org (Ludovic Courtès) writes: > > [...] > >> We can also fix this once and for all with this patch: >> >> diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm >> index 0da3397da..8f285b29a 100644 >> --- a/gnu/services/xorg.scm >> +++ b/gnu/service

bug#24279: Bug in xterm and/or fontconfig

2017-11-30 Thread Maxim Cournoyer
Hello, l...@gnu.org (Ludovic Courtès) writes: [...] > We can also fix this once and for all with this patch: > > diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm > index 0da3397da..8f285b29a 100644 > --- a/gnu/services/xorg.scm > +++ b/gnu/services/xorg.scm > @@ -113,6 +113,8 @@ >

bug#24279: Bug in xterm and/or fontconfig

2017-11-30 Thread Ludovic Courtès
Hi Oleg, Oleg Pykhalov skribis: > John Darrington writes: > >> In GuixSD: >> >> guix package -i xterm strace >> strace xterm >> >> xterm starts as it should, however observe many failed calls similar to: >> >> open("/gnu/store/b484nvn9nnr3ddclpz2fma9yxmimg2jj-fontconfig-2.11.94/lib/libXdmcp.

bug#24279: Bug in xterm and/or fontconfig

2017-11-29 Thread Alex Kost
Oleg Pykhalov (2017-11-28 10:14 +0300) wrote: > Hello John, > > John Darrington writes: > >> In GuixSD: >> >> guix package -i xterm strace >> strace xterm >> >> xterm starts as it should, however observe many failed calls similar to: >> >> open("/gnu/store/b484nvn9nnr3ddclpz2fma9yxmimg2jj-font

bug#24279: Bug in xterm and/or fontconfig

2017-11-27 Thread Oleg Pykhalov
Hello John, John Darrington writes: > In GuixSD: > > guix package -i xterm strace > strace xterm > > xterm starts as it should, however observe many failed calls similar to: > > open("/gnu/store/b484nvn9nnr3ddclpz2fma9yxmimg2jj-fontconfig-2.11.94/lib/libXdmcp.so.6", > O_RDONLY|O_CLOEXEC) = -

bug#24279: Bug in xterm and/or fontconfig

2016-09-02 Thread Alex Kost
Mark H Weaver (2016-09-02 00:03 +0300) wrote: > Alex Kost writes: > >> John Darrington (2016-08-21 16:18 +0300) wrote: [...] >>> Now in the xterm, hold down Ctrl and press any mouse button. >>> The xterm aborts with the following messages: >>> Warning: Unable to load any usable ISO8859 font >>>

bug#24279: Bug in xterm and/or fontconfig

2016-09-01 Thread Mark H Weaver
Alex Kost writes: > John Darrington (2016-08-21 16:18 +0300) wrote: > >> In GuixSD: >> >> guix package -i xterm strace >> strace xterm >> >> xterm starts as it should, however observe many failed calls similar to: >> >> open("/gnu/store/b484nvn9nnr3ddclpz2fma9yxmimg2jj-fontconfig-2.11.94/lib/l

bug#24279: Bug in xterm and/or fontconfig

2016-08-29 Thread Alex Kost
Ludovic Courtès (2016-08-28 17:45 +0300) wrote: > Alex Kost skribis: > >> John Darrington (2016-08-21 16:18 +0300) wrote: > > [...] > >>> Now in the xterm, hold down Ctrl and press any mouse button. >>> The xterm aborts with the following messages: >>> Warning: Unable to load any usable ISO8859

bug#24279: Bug in xterm and/or fontconfig

2016-08-28 Thread Ludovic Courtès
Alex Kost skribis: > John Darrington (2016-08-21 16:18 +0300) wrote: [...] >> Now in the xterm, hold down Ctrl and press any mouse button. >> The xterm aborts with the following messages: >> Warning: Unable to load any usable ISO8859 font >> Error: Aborting: no font found Same here. > Press

bug#24279: Bug in xterm and/or fontconfig

2016-08-22 Thread Alex Kost
John Darrington (2016-08-22 16:41 +0300) wrote: > On Mon, Aug 22, 2016 at 11:36:26AM +0300, Alex Kost wrote: > John Darrington (2016-08-21 16:18 +0300) wrote: > > > In GuixSD: > > > > guix package -i xterm strace > > strace xterm > > > > xterm starts as it should

bug#24279: Bug in xterm and/or fontconfig

2016-08-22 Thread John Darrington
On Mon, Aug 22, 2016 at 11:36:26AM +0300, Alex Kost wrote: John Darrington (2016-08-21 16:18 +0300) wrote: > In GuixSD: > > guix package -i xterm strace > strace xterm > > xterm starts as it should, however observe many failed calls similar to: > ope

bug#24279: Bug in xterm and/or fontconfig

2016-08-22 Thread Alex Kost
John Darrington (2016-08-21 16:18 +0300) wrote: > In GuixSD: > > guix package -i xterm strace > strace xterm > > xterm starts as it should, however observe many failed calls similar to: > > open("/gnu/store/b484nvn9nnr3ddclpz2fma9yxmimg2jj-fontconfig-2.11.94/lib/libXdmcp.so.6", > O_RDONLY|O_CL

bug#24279: Bug in xterm and/or fontconfig

2016-08-21 Thread John Darrington
In GuixSD: guix package -i xterm strace strace xterm xterm starts as it should, however observe many failed calls similar to: open("/gnu/store/b484nvn9nnr3ddclpz2fma9yxmimg2jj-fontconfig-2.11.94/lib/libXdmcp.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) Now in the xterm