Date: Tue, 12 Nov 2002 22:23:26 -0600 (CST) From: Mark Linimon <linimon@lonesome.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/45258: sysutils/task fails to build without Perl Message-ID: <200211130423.gAD4NQ41093273@lonesome.lonesome.com>
next in thread | raw e-mail | index | archive | help
>Number: 45258 >Category: ports >Synopsis: sysutils/task fails to build without Perl >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 12 19:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD-4.7 >Organization: FreeBSD >Environment: System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386 >Description: The top-Makefile doesn't define 'no-perl'; it's not clear to me that the lower level Makefiles would pick this up in any case (I don't see any references to CFLAGS.) OTOH I am no Makefile expert. The result (on bento) is the following (with logfile extract; the last 3 lines repeat until the build is cancelled): -rw-r--r-- 1 linimon users 148288781 Nov 12 22:01 task-1.50.log cd src/mactime; make ERROR: perl not found Enter Location: -v: not found Perl found, but is not working. Try another Enter Location: >How-To-Repeat: Try to download the current errorlogs and begin to wonder what the heck happened after a few minutes. >Fix: Either define USE_PERL5 in the top-level Makefile, or fix the lower-level Makefiles. The following patch should do the former, but that is probably not the desired solution. --- Makefile.dist Mon Oct 7 02:59:15 2002 +++ Makefile Tue Nov 12 22:21:01 2002 @@ -13,6 +13,7 @@ MAINTAINER= jan@atstake.com +USE_PERL5= yes DOCS= README docs/* tct.docs/* MAN1= blockcalc.1 dcalc.1 dcat.1 dls.1 dstat.1 ffind.1 \ find_file.1 find_inode.1 fls.1 fsstat.1 icat.1 ifind.1 \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211130423.gAD4NQ41093273>