pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/43924 ([net/host] build error on Solaris 10)



On Oct 9, 2010, at 11:13 PM, dholland%NetBSD.org@localhost wrote:

> Synopsis: [net/host] build error on Solaris 10
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: dholland%NetBSD.org@localhost
> State-Changed-When: Sat, 09 Oct 2010 21:13:31 +0000
> State-Changed-Why:
> Is it working now?

The build process is still not working because of the man page handling : 

nroff -Tascii -mandoc host.1 > host.cat1
nroff: Cannot find library -mandoc
*** Error code 1
Stop.
bmake: stopped in /opt/pkg/tmp/net/host/work/host-20040812
*** Error code 1
Stop.
bmake: stopped in /opt/pkgsrc/net/host
*** Error code 1
Stop.
bmake: stopped in /opt/pkgsrc/net/host

The only solution I see is to force the use of groff instead of nroff.
Or to bypass the whole man page handeling on SunOS with a warning message 
stating that "if you need man pages for this port under Solaris, you need to 
adjest your mk.conf to use groff TOOLS_PLATFORM.nroff=   /opt/pkg/bin/groff"

Youssef Ghorbal


Home | Main Index | Thread Index | Old Index