From owner-freebsd-stable@FreeBSD.ORG Fri Mar 26 20:09:34 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C72721065673 for ; Fri, 26 Mar 2010 20:09:34 +0000 (UTC) (envelope-from David.Boyd@insightbb.com) Received: from mxsf02.insightbb.com (mxsf02.insightbb.com [74.128.0.63]) by mx1.freebsd.org (Postfix) with ESMTP id 933CD8FC1F for ; Fri, 26 Mar 2010 20:09:34 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.51,316,1267419600"; d="scan'208";a="741841668" Received: from unknown (HELO asav01.insightbb.com) ([172.31.249.123]) by mxsf02.insightbb.com with ESMTP; 26 Mar 2010 16:09:33 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ai8FALKxrEtKgYlR/2dsb2JhbACIdpIzdL8mDYRxBA X-IronPort-AV: E=Sophos;i="4.51,315,1267419600"; d="scan'208";a="251623796" Received: from 74-129-137-81.dhcp.insightbb.com (HELO sneezy) ([74.129.137.81]) by asav01.insightbb.com with SMTP; 26 Mar 2010 16:09:33 -0400 From: "David Boyd" To: Date: Fri, 26 Mar 2010 16:09:33 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Subject: 7.3-RELEASE make release requires wrong version of perl X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2010 20:09:34 -0000 Attempting make release results in error complaining that perl-5.8.9 installs into the same locations as perl-5.10.1. This seems similar to the problem I encountered with make release when NODOC was not set. The complaint then was that ghostscript8-nox11 installs into the same locations as ghostscrip8. Any help would be appreciated. Thanks.