From owner-freebsd-ports@FreeBSD.ORG Wed May 11 07:23:58 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E5BC16A4CE for ; Wed, 11 May 2005 07:23:58 +0000 (GMT) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D22BF43D5A for ; Wed, 11 May 2005 07:23:57 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from sinanica.bg.datamax (sinanica.bg.datamax [192.168.10.1]) by jengal.datamax.bg (Postfix) with QMQP id C0E7B87C8; Wed, 11 May 2005 10:23:56 +0300 (EEST) Received: (nullmailer pid 769 invoked by uid 1004); Wed, 11 May 2005 07:23:56 -0000 Date: Wed, 11 May 2005 10:23:56 +0300 From: Vasil Dimov To: Betislav Kubesa Message-ID: <20050511072356.GA704@sinanica.bg.datamax> References: <000a01c555f8$eca5b3e0$0201a8c0@BKUBESA> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000a01c555f8$eca5b3e0$0201a8c0@BKUBESA> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: rrdtool-1.2.6 - fails to build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: vd@datamax.bg List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2005 07:23:58 -0000 On Wed, May 11, 2005 at 09:13:25AM +0200, Betislav Kubesa wrote: > Hello all ! > > I don`t know, if you can help me, but I`m not able to compile rrdtool 1.2.6 > on my FreeBSD 5.2. > It gives me this error: > > gmake[2]: Entering directory `/usr/ports/net/rrdtool/work/rrdtool-1.2.6/doc' > pod2man --release=1.2.6 --center=rrdtool bin_dec_hex.pod > bin_dec_hex.1 > pod2man: not found > gmake[2]: *** [bin_dec_hex.1] Error 127 > gmake[2]: Leaving directory `/usr/ports/net/rrdtool/work/rrdtool-1.2.6/doc' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/net/rrdtool/work/rrdtool-1.2.6' > gmake: *** [all] Error 2 > *** Error code 2 > > I`m using cgilib-0.5,perl-5.6.1_15, gmake-3.80_2, > libtool-1.5.10_1,pkgconfig-0.17.2,gettext-0.14.1,freetype2-2.1.9,libart_lgpl2-2.3.17,libiconv-1.9.2_1... > > If you need more info, don`t hesitate to contact me and thank you for help > in advance. > Bretislav Kubesa pod2man should have been installed by the perl port. Do you have /usr/local/bin/pod2man executable? If not - try reinstalling the perl port. If you have it see what is its first line #!...