Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 72454 invoked from network); 28 Apr 2010 22:45:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Apr 2010 22:45:37 -0000 Received: (qmail 63616 invoked by uid 500); 28 Apr 2010 22:45:36 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 63599 invoked by uid 500); 28 Apr 2010 22:45:36 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 63591 invoked by uid 99); 28 Apr 2010 22:45:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Apr 2010 22:45:36 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of colin.taylor@gmail.com designates 209.85.160.44 as permitted sender) Received: from [209.85.160.44] (HELO mail-pw0-f44.google.com) (209.85.160.44) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Apr 2010 22:45:30 +0000 Received: by pwj2 with SMTP id 2so10768458pwj.31 for ; Wed, 28 Apr 2010 15:45:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=cTGLXWz5I4Q5bMBbC4sJM9p4LM+5r2UHTRSFo02DJgA=; b=RVH8Vyk0GJjc21uPCtDSEIC3YQEoZdcyYViESbbFlMYrr0nqpx26guM0uxs4xKZxjr WzJOYePmIUnt/goEqjuTcsfBW6lhv8zHV8MltNNyezwGexZwfs32XvvnWh+Ydxacz3i6 7a+v72lripMrPnMnFLxznGYt2IWukhgkDW1Do= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=j+UBj7OgBZanPqj9SxckTcsxYcDT15BwoNPye8YQWDRuBC5sco7/O/x2FeSpMHtqYs ZyCBL4Rgl1E3gTZi7C1wIOCbR6h57F5LEMZ2iSYOZvZT0f75DrKEIwZDtlgMc8PXehjQ WBEPZ4eBKJxjEK816Nfij1E2rEnMDOGX+gvQM= MIME-Version: 1.0 Received: by 10.143.86.3 with SMTP id o3mr4664332wfl.182.1272494707081; Wed, 28 Apr 2010 15:45:07 -0700 (PDT) Received: by 10.142.246.21 with HTTP; Wed, 28 Apr 2010 15:45:07 -0700 (PDT) In-Reply-To: References: Date: Thu, 29 Apr 2010 10:45:07 +1200 Message-ID: Subject: Re: problem building source From: Colin Taylor To: user@cassandra.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org OK so the issue seems to be that the maven repo's web server (nginx) sends though files gzipped regardless as to whether or not the client requested as such. Unfortunately I cant work out to share this information with Ivy. Switching to Ibiblio repository leads to another set of problems. On Thu, Apr 29, 2010 at 10:32 AM, Colin Taylor wro= te: > Hi, I currently can't build Cassandra from the source repository. > I get a bunch of checksum issues like: > > [ivy:retrieve] =C2=A0problem while downloading module descriptor: > http://repo1.maven.org/maven2/org/apache/apache/5/apache-5.pom: > invalid sha1: expected=3D =EF=BF=BD=EF=BF=BD > [ivy:retrieve] @ =C2=A0=EF=BF=BD=EF=BF=BD /:n+=EF=BF=BD?=EF=BF=BD=EF=BF= =BD =EF=BF=BDp_=EF=BF=BD=EF=BF=BD / > [ivy:retrieve] =EF=BF=BD > [ivy:retrieve] =EF=BF=BD9%lg=EF=BF=BD4=EF=BF=BD=EF=BF=BD =C2=A0,( > computed=3Db68777fbf413faad67e9b292115e7cb9cf3318c5 (36ms) > [ivy:retrieve] =C2=A0io problem while parsing ivy file: > http://repo1.maven.org/maven2/org/apache/rat/apache-rat-project/0.6/apach= e > -rat-project-0.6.pom: Impossible to load parent for > file:/home/colint/.ivy2/cache/org.apache.rat/apache-rat-project/ivy-0.6.x > ml.original. Parent=3Dorg.apache#apache;5 > [ivy:retrieve] =C2=A0io problem while parsing ivy file: > http://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.6/apache-rat-0.= 6 > .pom: Impossible to load parent for > file:/home/colint/.ivy2/cache/org.apache.rat/apache-rat/ivy-0.6.xml.origi= nal. > Parent=3Dorg. > apache.rat#apache-rat-project;0.6 > > > When I wget those poms they do look like binary corrupted files. > Any suggestions? Can anyone else build from scratch [ie blowing away ivy = cache] > > cheers > Colin >