From owner-freebsd-questions@FreeBSD.ORG Fri Sep 28 20:27:10 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EA571065670 for ; Fri, 28 Sep 2012 20:27:10 +0000 (UTC) (envelope-from edflecko@gmail.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id 10AE48FC08 for ; Fri, 28 Sep 2012 20:27:09 +0000 (UTC) Received: by oagn9 with SMTP id n9so2568893oag.13 for ; Fri, 28 Sep 2012 13:27:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Mw0uhDUO/ZSSPToilhpU5io+LQEA45gj/HxR4zeKm1c=; b=g7Vo4L8/odHObBvfpwaq5kMz8D32nEp67gbODpPYfjU2y5NE6HjQNKtFjvaY12Xg+0 tD4Bjea8TtriUHELpZ6yF2g9OcYuz2l0/7jZab1RcXkuHZhjSZIoQakDv4TVJakvyC1W nAGjf4FuhLMqTZhKVCc31V3+dgLPsjKpm1GibD8LCntMob4d0iVWVROvmY5oMf67EEdM Y+QjkYTz80853WYegTwuOwqm0yDMZj9bKUxykwq53qZkJNzizVqtEgXSh+ut+Ks7Bzq0 WloIjO8xno/wHTknLsIRpfBdlLFNNbvwiDIvPj64etcx8GlR5N+Y97qZYHWeury+aYBZ SWQA== MIME-Version: 1.0 Received: by 10.182.47.66 with SMTP id b2mr6632414obn.34.1348864029442; Fri, 28 Sep 2012 13:27:09 -0700 (PDT) Received: by 10.76.83.1 with HTTP; Fri, 28 Sep 2012 13:27:09 -0700 (PDT) Date: Fri, 28 Sep 2012 13:27:09 -0700 Message-ID: From: Ed Flecko To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: make print-index error: Generating INDEX-9 - please wait..perl: not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2012 20:27:10 -0000 I've done a clean install of FBSD 9, installed subversion from package, and then I have: svn co svn://svn.freebsd.org/ports/head/ /usr/ports svn co svn://svn.freebsd.org/base/releng/9.1 /usr/src svn co svn://svn.freebsd.org/doc/release/9.1.0/en_US.ISO8859-1 /usr/doc which all went just fine. Then I: cd /usr/ports make print-index and this is my result: Generating INDEX-9 - please wait..perl: not found "Makefile", line 31: warning: "perl -V:archname" returned non-zero status perl: not found Done. O.K., I'm stumped...what's wrong? Ed