Date: Mon, 8 Sep 1997 16:16:15 -0500 (GMT) From: Kapil Chowksey <kchowksey@hss.hns.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: markm@FreeBSD.ORG Subject: ports/4493: perl5 port fails to compile Message-ID: <199709082116.QAA03820@tarang.hss.hns.com> Resent-Message-ID: <199709081050.DAA23210@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 4493 >Category: ports >Synopsis: perl5 port fails to compile >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 8 03:50:01 PDT 1997 >Last-Modified: >Originator: Kapil Chowksey >Organization: Hughes Software Systems >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: FreeBSD-2.2.1-RELEASE perl5 port based on perl-5.00401 distribution > DISTNAME= perl5.004_01 > PKGNAME= perl-5.00401 >Description: The perl5 port fails to compile - there is a makefile loop in the perl5 distribution which results in perl5's Configure script to loop endlessly in 'makedepend'. Use of gnumake doesen't solve this problem. >How-To-Repeat: $ uname -rs FreeBSD 2.2.1-RELEASE $ cd /usr/ports/lang/perl5 $ make configure ... [gets stuck up in an endless 'makedepend' loop] >Fix: Include this patch in the perl5 port - --- makedepend.SH.orig Mon Sep 8 21:27:36 1997 +++ makedepend.SH Mon Sep 8 21:29:04 1997 @@ -60,6 +60,7 @@ # to be out of date. I don't know if OS/2 has touch, so do this: case "$osname" in os2) ;; + freebsd) ;; *) $touch $firstmakefile ;; esac fi >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709082116.QAA03820>