From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: bug#24279: Bug in xterm and/or fontconfig Date: Wed, 29 Nov 2017 13:01:00 +0300 Message-ID: <87shcxh09v.fsf@gmail.com> References: <20160821131806.GA7072@jocasta.intra> <87shcyj2n9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJzBu-0006W9-SW for bug-guix@gnu.org; Wed, 29 Nov 2017 05:02:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJzBq-0006XV-W0 for bug-guix@gnu.org; Wed, 29 Nov 2017 05:02:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:55256) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eJzBq-0006XN-RY for bug-guix@gnu.org; Wed, 29 Nov 2017 05:02:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eJzBq-0008Dx-DN for bug-guix@gnu.org; Wed, 29 Nov 2017 05:02:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87shcyj2n9.fsf@gmail.com> (Oleg Pykhalov's message of "Tue, 28 Nov 2017 10:14:34 +0300") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Oleg Pykhalov Cc: John Darrington , 24279@debbugs.gnu.org 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-fontconfig-2.11.94/li= b/libXdmcp.so.6", O_RDONLY|O_CLOEXEC) =3D -1 ENOENT (No such file or direct= ory) >> >> >> 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 > > I solved this issue by: > > - Install a font-misc-misc as Mike Hunt from Gentoo forum suggests=C2= =B9: > > $ guix package -i font-misc-misc > > - From "(guix) Application Setup"=C2=B2: > > $ xset +fp ~/.guix-profile/share/fonts/X11/misc Just to mention: I have font-misc-misc and some other fonts in my profile with the Xorg font path set accordingly. Apparently, that's why I didn't experience this bug :-) --=20 Alex