From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: bug#24279: Bug in xterm and/or fontconfig Date: Mon, 22 Aug 2016 21:39:59 +0300 Message-ID: <87vayshclc.fsf@gmail.com> References: <20160821131806.GA7072@jocasta.intra> <877fb9ci9h.fsf@gmail.com> <20160822134152.GA22645@jocasta.intra> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbu9i-0003Il-0L for bug-guix@gnu.org; Mon, 22 Aug 2016 14:41:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bbu9e-0003Tr-Q6 for bug-guix@gnu.org; Mon, 22 Aug 2016 14:41:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39456) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbu9e-0003Tl-LW for bug-guix@gnu.org; Mon, 22 Aug 2016 14:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bbu9e-0007eM-HC for bug-guix@gnu.org; Mon, 22 Aug 2016 14:41:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160822134152.GA22645@jocasta.intra> (John Darrington's message of "Mon, 22 Aug 2016 15:41:52 +0200") 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: John Darrington Cc: 24279@debbugs.gnu.org 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, 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, 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 > > Pressing Ctrl with any mouse button displays menus for me without any > error. Did you install any font in your profile? Try for example, > "guix package -i font-dejavu". Perhaps you will also need to run > "fc-cache -f". > > So that means that font-dejavu should be an input of xterm. Shall I make that > change? I have no idea :-) I don't know why you get that error and how to fix it, I just made a guess. -- Alex