From nobody Wed Jun 25 04:25:11 2025 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bRpdR1q5Zz60gxq for ; Wed, 25 Jun 2025 04:25:15 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from ns.dreamchaser.org (ns.dreamchaser.org [66.109.141.57]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (prime256v1) client-digest SHA256) (Client CN "discoveriesinwood.com", Issuer "E5" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bRpdQ3ZCGz3m3J for ; Wed, 25 Jun 2025 04:25:14 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Authentication-Results: mx1.freebsd.org; none Received: from [192.168.151.122] (breakaway.dreamchaser.org [192.168.151.122]) by ns.dreamchaser.org (8.18.1/8.18.1) with ESMTP id 55P4PBEo010648; Tue, 24 Jun 2025 22:25:12 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Message-ID: <87c7b666-297b-415a-b019-a284d09ebb86@dreamchaser.org> Date: Tue, 24 Jun 2025 20:25:11 -0800 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: xcalc missing fonts To: Ralf Mardorf , questions@freebsd.org References: <425a86a7-cda0-46a1-882b-b06fe29a4b11@dreamchaser.org> Content-Language: en-US Reply-To: freebsd@dreamchaser.org From: Gary Aitken In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: inspected by milter-greylist-4.6.4 (ns.dreamchaser.org [192.168.151.101]); Tue, 24 Jun 2025 22:25:12 -0600 (MDT) for IP:'192.168.151.122' DOMAIN:'breakaway.dreamchaser.org' HELO:'[192.168.151.122]' FROM:'freebsd@dreamchaser.org' RCPT:'' X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.4 (ns.dreamchaser.org [192.168.151.101]); Tue, 24 Jun 2025 22:25:12 -0600 (MDT) X-Rspamd-Queue-Id: 4bRpdQ3ZCGz3m3J X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:21947, ipnet:66.109.128.0/19, country:US] On 6/24/25 16:13, Ralf Mardorf wrote: > On Tue, 2025-06-24 at 13:44 -0800, Gary Aitken wrote: >> It's my understanding all that's needed is xorg-fonts-100dpi or -75dpi >> and way back when I'm pretty sure that was the case. >> >> Hints? > > Probably the same issue as I experienced on Arch Linux. > > I installed xorg-fonts-100dpi and -75dpi. After that I needed to run > > $ xset fp+ /path_to_fonts_100dpi/,/path_to_fonts_75dpi/ > $ xset fp rehash > > https://bugs.archlinux.org/task/42196 Thanks. Interesting: $ pkg info -l xorg-fonts-100dpi xorg-fonts-100dpi-7.7: /usr/local/share/licenses/xorg-fonts-100dpi-7.7/LICENSE /usr/local/share/licenses/xorg-fonts-100dpi-7.7/NA /usr/local/share/licenses/xorg-fonts-100dpi-7.7/catalog.mk That does not look promising; it's the same for all xorg-fonts* packages. Where is the actual font data? in /usr/ports/x11-fonts/xorg-fonts-100dpi: # make fetch ===> License NA accepted by the user ===> xorg-fonts-100dpi-7.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xorg-fonts-100dpi-7.7 for building # make extract ===> License NA accepted by the user ===> xorg-fonts-100dpi-7.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xorg-fonts-100dpi-7.7 for building ===> Extracting for xorg-fonts-100dpi-7.7 # ls Makefile pkg-descr work # cd work # ls -al total 20 drwxr-xr-x 2 root wheel 512 Jun 24 22:18 . drwxr-xr-x 3 root wheel 512 Jun 24 22:03 .. -rw-r--r-- 1 root wheel 0 Jun 24 22:18 .build_done.xorg-fonts-100dpi._usr_local -rw-r--r-- 1 root wheel 0 Jun 24 22:18 .configure_done.xorg-fonts-100dpi._usr_local -rw-r--r-- 1 root wheel 0 Jun 24 22:03 .extract_done.xorg-fonts-100dpi._usr_local -rw-r--r-- 1 root wheel 147 Jun 24 22:18 .license-catalog.mk -rw-r--r-- 1 root wheel 56 Jun 24 22:18 .license-report -rw-r--r-- 1 root wheel 0 Jun 24 22:18 .license_done.xorg-fonts-100dpi._usr_local -rw-r--r-- 1 root wheel 0 Jun 24 22:18 .patch_done.xorg-fonts-100dpi._usr_local -rw-r--r-- 1 root wheel 40 Jun 24 22:18 NA Is that all correct? Or is my ports tree (which hasn't been used since upgrading to 13.5) trashed? (but ports should be irrelevant here because everything was installed with pkgs) I did a portsnap fetch ; portsnap update right after upgrading, then a pkg delete -a follwed by a bunch of pkg install(s) pkg install -f xorg-fonts-100dpi doesn't change anything. Thanks for any suggestions, Gary