[Linux-HA] Problems building 2.0.2 on FreeBSD 5.4
Horms
horms at verge.net.au
Wed Oct 19 23:51:13 MDT 2005
On Wed, Oct 19, 2005 at 09:32:10PM +0200, emfau at t-online.de wrote:
> >> Making all in ldirectord
> >> Making all in logrotate.d
> >> Making all in init.d
> >> pod2man --section=8 > ldirectord.8
> >>
> >> where it hangs. I can see the the process hanging around via 'ps'
> >>
> >> 51629 p1 I+ 0:00.01 /bin/sh -ec pod2man --section=8 > ldirectord.8
[snip]
> $ configure --prefix=/var/opt/ha --sysconfdir=/var/opt/ha/etc \
> --localstatedir=/var/opt/ha/var --with-initdir=/var/opt/ha/init/rc.d
> $make
>
> Unfortunately this solved not all of the problems - the hang of pod2man and
> the error when trying a "make distclean" persists .
>
> Any ideas how to move on?
The pod2man problem is new, I've never seen that before.
What happens if you run:
(cd ldirectord; /bin/sh -ec pod2man --section=8 > ldirectord.8; )
echo $?
--
Horms
More information about the Linux-HA
mailing list