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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9ADB7158042 for ; Thu, 31 Oct 2024 22:56:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89CD1E08A4; Thu, 31 Oct 2024 22:56:25 +0000 (UTC) Received: from mail-pf1-x430.google.com (mail-pf1-x430.google.com [IPv6:2607:f8b0:4864:20::430]) (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) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4833AE088A for ; Thu, 31 Oct 2024 22:56:24 +0000 (UTC) Received: by mail-pf1-x430.google.com with SMTP id d2e1a72fcca58-71e52582cf8so1172820b3a.2 for ; Thu, 31 Oct 2024 15:56:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=psc.edu; s=google; t=1730415383; x=1731020183; darn=lists.gentoo.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=erRncnqP+W07RUnKfwsfjNM9ZyOby4FbYAVgOzL0DTc=; b=KJtfM2Ydl1AdiDtmCtQRyp+YWTX4lGiD7G1DGtecO0S0QxEYaP3QD7iXraPT7XQDPq 6i88EG0+g4mHIGQXvfwWeee1KdhgwYBzT6fXZkWq6rbW93YdF99LjOUxGOcQvlxDSV4X OPS4YbNBP0TLjRAUSQl6ahfyBsG8vMdj/qu0M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1730415383; x=1731020183; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=erRncnqP+W07RUnKfwsfjNM9ZyOby4FbYAVgOzL0DTc=; b=s3tdSFqLgZ52yRU2ztM11l6S1km3CvFkeKk+e4Yz6+fmIKxDMJJg0GwfeH8a+imzLs flTyI15DtPOCvhR4GKhEZqUgOGVh5k65FbxL10oRaStHMINuwBwszLFqBGtfoDJTBWpu SGYOHJxqiqwOWsf1QmhWdVrW1gBf8K1T0c/+KY21+UAS57Yo1JTtEFPtr/rHgJgf/Ucw ActDcCm5V32/TwveXqGDlTBKOUTdD4iYnwhzOABsPOzxH3Lqvcu9oxEq1GARuhKHCMLh Ps5YxCKcu/BkMA5baVqsJEcS9/1mNziWdJHEUAKsbQzvRslE7V5bVYSc3aIZAg2TxSll g8Wg== X-Gm-Message-State: AOJu0YxS9r8wbRifumPM60yarH4BRnIq2WgtYrRP4U2nr/QPMVClp6V7 Z72bGxMNpaGBlRg/Ev6mAeqGf6sBNMTkBYl1kFLpn81u5/LZ8h5V+13ctXYA7p5UKkvEukKsWe+ D6yQexPKpNmigMpKnDbAinBmm4KXI7yhFhH2eWSRiuYVieDHXbyQ= X-Google-Smtp-Source: AGHT+IF+2jErB86qf1FNWoA/50FuhRoO6JDoZKpQXsNkiP4zk2yaUtfzza0NYsHdPK3GCchrpx0GR+5ttZJ8ZH2p60E= X-Received: by 2002:a05:6a21:680d:b0:1d9:28ae:5e72 with SMTP id adf61e73a8af0-1dba55aaf74mr1420460637.36.1730415382795; Thu, 31 Oct 2024 15:56:22 -0700 (PDT) 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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 From: Mitchell Dorrell Date: Thu, 31 Oct 2024 18:56:12 -0400 Message-ID: Subject: [gentoo-user] GCC man page To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary="00000000000034aee40625cdbaad" X-Archives-Salt: 8234656e-30c1-43f0-8ccb-f67f603ada6e X-Archives-Hash: 8f87d673eb808a7c6a6c7e38edc0b7be --00000000000034aee40625cdbaad Content-Type: text/plain; charset="UTF-8" On my system, "man gcc" works fine, but "man -k gcc" results in "gcc: nothing appropriate.". It looks like there are two implementations, so I'll note that virtual/man is currently being satisfied by sys-apps/man-db. Before I list everything I've already checked and tried, does anyone immediately recognize this issue? Can anyone else reproduce it? I'll preempt one obvious suggestion: $ ls -l /var/cache/man/index.db -rw-r--r-- 1 man man 2666496 Oct 31 18:45 /var/cache/man/index.db Thanks all, -MD --00000000000034aee40625cdbaad Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On my system, "man gcc" works f= ine, but "man -k gcc" results in "gcc: nothing appropriate.&= quot;.

It looks like there are two implementations, so I= 'll note that virtual/man is currently being satisfied by=C2=A0sys-apps= /man-db.

Before I list everything I've alr= eady checked and=C2=A0tried, does anyone immediately recognize this issue? = Can anyone else reproduce it?

I'll preempt one= obvious suggestion:
$ ls -l /var/cache/man/index.db
-rw-r--r-= - 1 man man 2666496 Oct 31 18:45 /var/cache/man/index.db

=
Thanks all,
-MD
--00000000000034aee40625cdbaad--