From owner-freebsd-questions@FreeBSD.ORG Tue Nov 11 13:03:19 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53C2916A4CF for ; Tue, 11 Nov 2003 13:03:19 -0800 (PST) Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2299343FB1 for ; Tue, 11 Nov 2003 13:03:17 -0800 (PST) (envelope-from ler@lerctr.org) Received: from lerlaptop-red.iadfw.net (lerlaptop-red.iadfw.net [207.136.3.72]) (authenticated bits=0)hABL2nKx025183; Tue, 11 Nov 2003 15:02:50 -0600 (CST) Date: Tue, 11 Nov 2003 15:02:49 -0600 From: Larry Rosenman To: Forrest Aldrich , freebsd-questions@freebsd.org Message-ID: <224300000.1068584569@lerlaptop-red.iadfw.net> In-Reply-To: <6.0.0.22.2.20031111160000.01c1fb50@192.168.1.1> References: <6.0.0.22.2.20031111152727.01bd8dd8@192.168.1.1> <194310000.1068582748@lerlaptop-red.iadfw.net> <6.0.0.22.2.20031111154329.01be4e70@192.168.1.1> <217350000.1068584180@lerlaptop-red.iadfw.net> <6.0.0.22.2.20031111160000.01c1fb50@192.168.1.1> X-Mailer: Mulberry/3.1.0 (Linux/x86) X-PGP-Info: All other keys are old/dead. X-PGP-Key: 0x3c49bdd6 X-PGP-Fingerprint: D0D1 3C11 F42F 6B29 FA67 6BF3 AD13 4685 3C49 BDD6 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========2FA5432196FCE5C1A4C6==========" X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Subject: Re: Nroff error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2003 21:03:19 -0000 --==========2FA5432196FCE5C1A4C6========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On Tuesday, November 11, 2003 16:00:48 -0500 Forrest Aldrich=20 wrote: > Yes, I have actually. And this makes it even more mysterious. Check > this out: > > bash-2.05b# truss -o /tmp/truss.out man perl > Formatting page, please wait...troff: fatal error: can't find macro file > tty-char > Done. > bash-2.05b# cat /tmp/truss.out > bash-2.05b# truss -o /tmp/truss.out man sh > bash-2.05b# truss -o /tmp/truss.out man bash > > I get that error first, then each subsequent returns nothing... and > /tmp/truss.out is empty. try adding the -f flag to trace all the sub processes it creates. > > > > Forrest > > > > At 03:56 PM 11/11/2003, Larry Rosenman wrote: >> One idea... >> >> Have you tried truss(1)'ing the man command to see what files it's >> looking for? >> >> truss -o /tmp/truss.out man xxx >> >> ? >> >> >> >> --On Tuesday, November 11, 2003 15:45:11 -0500 Forrest Aldrich >> wrote: >> >>> Hi Larry, >>> >>> I seem to have this file: >>> >>> -r--r--r-- 1 root wheel 5102 Nov 9 22:24 >>> /usr/share/tmac/tty-char.tmac -r--r--r-- 1 root wheel 1551 Nov 9 >>> 22:24 /usr/share/tmac/tty.tmac >>> >>> This has been a problem for a long time - none of my manpages work at >>> all. I've tried reinstalling (makeworld/installworld,e tc) to no >>> avail. Also, if I remove /usr/local/share/groff, I get more errors. >>> >>> So I think something is just plain wrong. I've tested my MANPATH and >>> looked at /etc/manpath.config, and don't see problems. >>> >>> I'm getting to the point where I'm losing time by not having some >>> manpages available, etc. >>> >>> >>> Thanks, >>> Forrest >>> >>> >>> At 03:32 PM 11/11/2003, you wrote: >>> >>> >>>> --On Tuesday, November 11, 2003 15:28:03 -0500 Forrest Aldrich >>>> wrote: >>>> >>>>> Can someone explain what this error might be: >>>>> >>>>> nroff -man nasm.1 > nasm.man >>>>> troff: fatal error: can't find macro file tty-char >>>>> *** Error code 1 >>>>> >>>>> Long-standing issue on the system I'm using -- it affects usage of >>>>> manpages (they don't work). Can't figure it out... >>>> The following file is probably missing (drop the /stable/ from the >>>> path): >>>> >>>> /stable/usr/share/tmac/tty-char.tmac >>>> >>>> It can (probably) be copied from: >>>> >>>> /stable/usr/src/contrib/groff/tmac/tty-char.tmac >>>> >>>> >>>> >>>>> >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> freebsd-questions@freebsd.org mailing list >>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>>>> To unsubscribe, send any mail to >>>>> "freebsd-questions-unsubscribe@freebsd.org" >>>> >>>> >>>> >>>> -- >>>> Larry Rosenman http://www.lerctr.org/~ler >>>> Phone: +1 972-414-9812 E-Mail: ler@lerctr.org >>>> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >> >> >> >> -- >> Larry Rosenman http://www.lerctr.org/~ler >> Phone: +1 972-414-9812 E-Mail: ler@lerctr.org >> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >> > --=20 Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 --==========2FA5432196FCE5C1A4C6========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/sU55rRNGhTxJvdYRAiORAJ4ld8d1ljdgHdLq16mz9yKASaRrxACfQEAk UgYDG1L/GV4tdFw34r6PUaI= =3Rem -----END PGP SIGNATURE----- --==========2FA5432196FCE5C1A4C6==========--