Date: Tue, 8 Oct 2013 01:40:01 GMT From: "Dewayne" <dewayne.geraghty@heuristicsystems.com.au> To: perl@FreeBSD.org Subject: Re: ports/182790: Perl 5.16.3 & 5.18.1_1 package build failure Message-ID: <201310080140.r981e1gN021908@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/182790; it has been noted by GNATS. From: "Dewayne" <dewayne.geraghty@heuristicsystems.com.au> To: <bug-followup@FreeBSD.org> Cc: Subject: Re: ports/182790: Perl 5.16.3 & 5.18.1_1 package build failure Date: Tue, 8 Oct 2013 12:31:13 +1100 The problem seems to lie in the build process. The step that is missing is the one that converts man1 and MAN3 pages into gz format. The build log provides no warning or error messages, it is a clean build without compressed man pages. This is also occurring for autoconf-2.69. A quick fix, which isn't the right answer, is to: cd /usr/ports/lang/perl5.16 sed -i "" -e "/man1/s;.gz;;g" -e "/MAN3/s;.gz;;g" pkg-plist make clean deinstall package The build environment does not use pkgng nor poudiere. The following may be relevant from /etc/make.conf WRKDIRPREFIX= /var/ports DISTDIR= /distfiles TMPDIR= /tmp PACKAGES= /packages DEFAULT_VERSIONS=perl5=5.16 python=2.7 python2=2.7 apache=22 apache2=22 NO_STAGE=yes Kind regards, Dewayne.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310080140.r981e1gN021908>