From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20DF6139083 for ; Sat, 23 Dec 2017 23:09:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C827BE0E85; Sat, 23 Dec 2017 23:09:41 +0000 (UTC) Received: from mail-qt0-f174.google.com (mail-qt0-f174.google.com [209.85.216.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73A7CE0E43 for ; Sat, 23 Dec 2017 23:09:41 +0000 (UTC) Received: by mail-qt0-f174.google.com with SMTP id a16so40094076qtj.3 for ; Sat, 23 Dec 2017 15:09:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:subject:to:message-id:mime-version :content-disposition:content-transfer-encoding; bh=yiApvKBkAr9o0f15gu72fxVSGhMMMWpbOYvKjfvUL9k=; b=S+vtYrVxpJ7r/9/4VpydJMvI/jC0CG0fiX/v82p2/muKj9GoIRyLeX57Xsl7VcXY1K TdwcmA7zuD/rZA0OHK8fQvkt8RE8sGfq4/Nkoj98JFYmCYNGoF6dbfhP4VgZff/3FT9F DBcCSJOkje6GmHA1dKYyS4j4inzLCIkggpnzka9IrTwrH//se+lP8Kq3CQgPtlPGyrXl WmBHEg5Ko+FRUi8fb7LF7mSHUj9jayyRKzaAavs/qqOA3tyR+FkZdQxTFqvePRVuupTF zbPAc5y1OO7gyb/42ErQyiVVCeWXu8okFcj7vIkW4pLkb8PCx+c7Y4Ja7vitSgcTqNR8 LdYw== X-Gm-Message-State: AKGB3mKltBqUgNCS0HBlFfaeNTODT9sic+PM0F4XV9nGQ2R7pkDVwzD8 ZdnZWYM6kXlCXdF08VA9Vb2+KNOf X-Google-Smtp-Source: ACJfBovAkWXqnKvgsp2c31JEbFkKeHhVQLnitd2LI3v8Gy26Les3DNtcvueAPi+Y8k08L3tlO1rDJA== X-Received: by 10.200.40.54 with SMTP id 51mr26139646qtq.339.1514070580312; Sat, 23 Dec 2017 15:09:40 -0800 (PST) Received: from ffortso4 (c-76-23-130-96.hsd1.ct.comcast.net. [76.23.130.96]) by smtp.gmail.com with ESMTPSA id k3sm15306163qtj.40.2017.12.23.15.09.39 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 23 Dec 2017 15:09:39 -0800 (PST) Date: Sat, 23 Dec 2017 18:09:22 -0500 From: Jack Subject: [gentoo-user] xosview fails to launch with missing font 7x13bold To: gentoo-user@lists.gentoo.org X-Mailer: Balsa 2.5.3a-270-g188512be Message-Id: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2f5db1b0-95fc-4aef-a322-355d14c21a36 X-Archives-Hash: 934320d68cc82fdecfedbced5dbf0853 After a reboot today, to switch to 4.14.8-r1, x11-misc/xosview-1.19 =20 (installed last March) fails to launch with "xosview: display :0 cannot =20 load font 7x13bold" 7x13bold is from media-fonts/font-misc-misc - I have 1.1.2-r1 installed =20 12/16. I can't tell what changed in the font file, as =20 packages.gentoo.org has hardware problems, and fails on any search =20 attempt. font-misc-misc does include 7x13B, but I don't know for sure =20 if that is a valid alias, or if something changed since the last =20 version, 1.1.2, which was emerged in 2010! Before today, I haven't rebooted since 12/6, so my first guess is some =20 problem with font-misc-misc. 7x13B is listed in both fonts.alias as =20 -misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1 and fonts.dir as =20 -misc-fixed-bold-r-normal--13-120-75-75-c-70-iso10646-1 in =20 /usr/share/fonts/misc, which differ only in the iso number. The latter =20 does show up in the output of xlsfonts, but not the former. Even =20 stranger, fonts-alias is much older than everything else in that =20 directory - from when I last emerged media-fonts/font-alias. Is this =20 perhaps a bug in fonts-alias which needs to be updated to reflect =20 changes in font naming in other packages? Reinstalling font-alias did =20 not help. I then duplicated the line in fonts.alias, changing one of them to the =20 other iso number. That didn't help without restarting X, but after a =20 restart, xosview runs. (It now gives me a totally unrelated error - =20 but I'll deal with that one later.) Should I file a bug against either font-misc-misc or against =20 font-alias, or do I have a local configuration error? Thanks for suggestions. Jack=