From owner-freebsd-questions Thu Aug 3 12:39:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id 702BF37B71E for ; Thu, 3 Aug 2000 12:39:35 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.85.43]) by mta03-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000803193932.HNZH16423.mta03-svc.ntlworld.com@parish.my.domain> for ; Thu, 3 Aug 2000 20:39:32 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id UAA16710 for questions@freebsd.org; Thu, 3 Aug 2000 20:38:53 +0100 (BST) (envelope-from mark) Date: Thu, 3 Aug 2000 20:38:53 +0100 From: Mark Ovens To: questions@freebsd.org Subject: Problem with mutt port Message-ID: <20000803203853.A16682@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had this problem when I installed the mutt-1.2 port a couple of months ago and mailed -ports and the maintainer, but got no response. I've just built the latest port, 1.2.5, and see the same things. Hopefully someone can explain what is wrong: [snip] ===> Building for mutt-1.2.5 ./gen_defs ./OPS ./OPS.PGP > keymap_defs.h make all-recursive Making all in m4Making all in poMaking all in intl Making all in doc (cd .. && make makedoc) [snip] sgml touch stamp-doc-sgml sgmlfmt -f html manual || true make manual.txt || cp ./manual.txt ./ if sgmlfmt -f ascii manual; then uniq < manual.ascii | expand > _manual.txt ; rm -f manual.txt manual.ascii; mv _manual.txt manual.txt ; fi manual.trf:26: can't open `manual': No such file or directory manual.trf:134: warning: `qrf*ref-commandline-pn' not defined manual.trf:186: warning: `qrf*ref-bind-pn' not defined manual.trf:273: warning: `qrf*ref-to_chars-pn' not defined manual.trf:319: warning: `qrf*ref-color-pn' not defined manual.trf:357: warning: `qrf*ref-auto_view-pn' not defined manual.trf:368: warning: `qrf*ref-sort-pn' not defined manual.trf:399: warning: `qrf*ref-index_format-pn' not defined [hundreds of these warnings] [snip] Making install in doc make manual.html || cp ./manual*.html ./ sgmlfmt -f html manual || true make manual.txt || cp ./manual.txt ./ if sgmlfmt -f ascii manual; then uniq < manual.ascii | expand > _manual.txt ; rm -f manual.txt manual.ascii; mv _manual.txt manual.txt ; fi manual.trf:26: can't open `manual': No such file or directory manual.trf:134: warning: `qrf*ref-commandline-pn' not defined manual.trf:186: warning: `qrf*ref-bind-pn' not defined manual.trf:273: warning: `qrf*ref-to_chars-pn' not defined manual.trf:319: warning: `qrf*ref-color-pn' not defined [and again] When it's finished mutt(1) is installed and working, but the HTML docs aren't. I checked the Makefile and found that BATCH must be defined to install the HTML docs, so I did # make deinstall clean # make BATCH=1 install I still got all the "manual.trf" warnings but the HTML docs did get installed. mutt started OK but when I pressed *any* key it core dumped with SIG 11. Further inspection of the Makefile revealed that setting BATCH also made it build using slang rather than ncurses. So, what is happening here? Why does the binary core dump with slang but not ncurses? and why are the HTML docs not installed by default. Any help would be much appreciated. Thanks. -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message