From owner-freebsd-current Wed Oct 14 18:24:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA05348 for freebsd-current-outgoing; Wed, 14 Oct 1998 18:24:27 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from cockatoo.aus.org (cockatoo.aus.org [199.166.246.189]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA05245 for ; Wed, 14 Oct 1998 18:24:18 -0700 (PDT) (envelope-from lh@cockatoo.aus.org) Received: (from lh@localhost) by cockatoo.aus.org (8.9.1/8.8.8) id VAA11481 for current@freebsd.org; Wed, 14 Oct 1998 21:23:49 -0400 (EDT) (envelope-from lh) Message-ID: X-Mailer: XFMail 1.3-beta-042198 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Wed, 14 Oct 1998 21:23:48 -0400 (EDT) From: Luke To: current@FreeBSD.ORG Subject: 3.0-BETA man/groff/troff problem Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have been running 3.0-BETA for a couple of days now and haven't had any luck with any version of man/groff/troff working. man seems fine, then groff cant find 'DESC' files. giving groff a path with the -F option works but then troff coredumps. I'm not 100% sure what I am doing but I ran gdb troff it says: Program received signal SIGSEGV, Segmentation fault. 0x805f5bb in input_stack::get_location (allow_macro=1, filenamep=0x808604c, linenop=0x8086050) at /usr/src/gnu/usr.bin/groff/troff/../../../../contrib/groff/troff/input.cc:514 514 if (p->get_location(allow_macro, filenamep, linenop)) bt after that shows: #0 0x805f5bb in input_stack::get_location (allow_macro=1, filenamep=0x808604c, linenop=0x8086050) at /usr/src/gnu/usr.bin/groff/troff/../../../../contrib/groff/troff/input.cc:514 #1 0x8063b02 in macro::macro (this=0x8086040) at /usr/src/gnu/usr.bin/groff/troff/../../../../contrib/groff/troff/input.cc:2407 #2 0x806b6bc in set_string (name=0x807ef5d ".T", value=0x8081260 "ps") at /usr/src/gnu/usr.bin/groff/troff/../../../../contrib/groff/troff/input.cc:5302 #3 0x806bc5c in main (argc=1, argv=0xefbfdbd8) at /usr/src/gnu/usr.bin/groff/troff/../../../../contrib/groff/troff/input.cc:5452 #4 0x8048d6e in _start () one other note, I tried to build the groff in contrib and it gave the following error when running configure: checking that C++ static constructors and destructors are called... no configure: error: a working C++ compiler is required I hope the information helps, If someone needs more detail I can try and help --- E-Mail: Luke Sent by XFMail ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message