From users-return-18338-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Tue Jun 18 18:04:00 2013 Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9554210D06 for ; Tue, 18 Jun 2013 18:04:00 +0000 (UTC) Received: (qmail 67393 invoked by uid 500); 18 Jun 2013 18:03:59 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 67372 invoked by uid 500); 18 Jun 2013 18:03:59 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 67357 invoked by uid 99); 18 Jun 2013 18:03:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jun 2013 18:03:59 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of thomas-lists@nybeta.com designates 207.97.179.66 as permitted sender) Received: from [207.97.179.66] (HELO mail.nybeta.com) (207.97.179.66) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jun 2013 18:03:54 +0000 Received: from amavisd.intra.nybeta.com (unknown [127.0.0.1]) by mail.nybeta.com (Postfix) with ESMTP id 9767240038 for ; Tue, 18 Jun 2013 18:03:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at nybeta.com Received: from mail.nybeta.com ([127.0.0.1]) by amavisd.intra.nybeta.com (mail.nybeta.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9hPCFHqD5VjT for ; Tue, 18 Jun 2013 14:03:25 -0400 (EDT) Received: from [172.30.4.230] (unknown [172.30.4.230]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: thomas-lists@nybeta.com) by mail.nybeta.com (Postfix) with ESMTPSA id 5D9FD40034 for ; Tue, 18 Jun 2013 14:03:25 -0400 (EDT) Message-ID: <51C0A0CC.5020707@nybeta.com> Date: Tue, 18 Jun 2013 14:02:52 -0400 From: Thomas Harold User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: users@subversion.apache.org Subject: Re: Apache Subversion 1.8.0 Released (Can't locate ExtUtils/Embed.pm in @INC) References: <51C04D3E.4090404@apache.org> In-Reply-To: <51C04D3E.4090404@apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org On 6/18/2013 8:06 AM, Branko Čibej wrote: > We're happy to announce the release of Apache Subversion 1.8.0. Another little thing that I found when compiling 1.8 on CentOS 6 is that we now need to install the perl ExtUtils packages. Can't locate ExtUtils/Embed.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .). BEGIN failed--compilation aborted. Easily fixed with # yum install perl-ExtUtils-Embed (I had recently compiled SVN 1.7 on this same box, so 1.8 requires a few new things that weren't already installed.)