Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2000 20:38:53 +0100
From:      Mark Ovens <marko@freebsd.org>
To:        questions@freebsd.org
Subject:   Problem with mutt port
Message-ID:  <20000803203853.A16682@parish>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000803203853.A16682>