You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "T Jake Luciani (JIRA)" <ji...@apache.org> on 2016/02/18 15:08:18 UTC

[jira] [Resolved] (CASSANDRA-11180) APT repo for 3.2 is broken as of 3.2.1 update

     [ https://issues.apache.org/jira/browse/CASSANDRA-11180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

T Jake Luciani resolved CASSANDRA-11180.
----------------------------------------
    Resolution: Fixed

Thanks for the heads up. I resynched the repo and its working again.

> APT repo for 3.2 is broken as of 3.2.1 update
> ---------------------------------------------
>
>                 Key: CASSANDRA-11180
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11180
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Packaging
>         Environment: Debian (Jessie)
>            Reporter: Tianon Gravi
>            Assignee: T Jake Luciani
>
> Using {{deb http://www.apache.org/dist/cassandra/debian 32x main}}, running {{apt-get update}} fails as of 3.2.1:
> {code}
> W: Failed to fetch http://www.apache.org/dist/cassandra/debian/dists/32x/main/binary-amd64/Packages  Hash Sum mismatch
> {code}
> After doing some further digging, it appears that {{Packages}} was updated to include 3.2.1, but {{Packages.gz}} was not:
> {code}
> diff --git a/Packages-gzip b/Packages-nogzip
> index ffb9191..78ea1f7 100644
> --- a/Packages-gzip
> +++ b/Packages-nogzip
> @@ -1,5 +1,5 @@
>  Package: cassandra
> -Version: 3.2.1
> +Version: 3.2
>  Architecture: all
>  Maintainer: Eric Evans <ee...@apache.org>
>  Installed-Size: 32278
> @@ -11,30 +11,30 @@ Replaces: apache-cassandra1
>  Homepage: http://cassandra.apache.org
>  Priority: extra
>  Section: misc
> -Filename: pool/main/c/cassandra/cassandra_3.2.1_all.deb
> -Size: 24302452
> -SHA256: 6b27061815d67a522c0083abbf9cf7e9f59c5a146cd46dc324a281ba990a7cda
> -SHA1: f7db11c83508f8c8c0164cfcab8b1708b34acde1
> -MD5sum: 9a5749a1f63021518fd6f7a7447e7d3e
> +Filename: pool/main/c/cassandra/cassandra_3.2_all.deb
> +Size: 24306192
> +SHA256: 09ea894ac7d1048cf93aa4fa14a619d1225a056c97d9193de59388b3c2624665
> +SHA1: 2e5a50e5dd6b9de9426d588ea9142a0a5d495ea1
> +MD5sum: 9330c576b0ac1613fb6ee4036b336e8c
>  Description: distributed storage system for structured data
>   Cassandra is a distributed (peer-to-peer) system for the management
>   and storage of structured data.
>  Package: cassandra-tools
>  Source: cassandra
> -Version: 3.2.1
> +Version: 3.2
>  Architecture: all
>  Maintainer: Eric Evans <ee...@apache.org>
>  Installed-Size: 22
> -Depends: cassandra (= 3.2.1)
> +Depends: cassandra (= 3.2)
>  Homepage: http://cassandra.apache.org
>  Priority: extra
>  Section: misc
> -Filename: pool/main/c/cassandra/cassandra-tools_3.2.1_all.deb
> -Size: 4308
> -SHA256: 85f76c0139258ed3a4a869c2f697d126665f4fbf7469478881daddc43aa05479
> -SHA1: 737620b27f4480b710e0b3637435f4181c39f4b0
> -MD5sum: 8f53ad4bf442d17f9177ba720e582641
> +Filename: pool/main/c/cassandra/cassandra-tools_3.2_all.deb
> +Size: 4298
> +SHA256: ed348b51644e2fa308bf49a65f4f1e72392516fa70bf9e0566013fdc2fccb58d
> +SHA1: 29469092cbaa7c12b2a4b6058a46a77bbdcfbe05
> +MD5sum: d9d71e517c812e9967cfa4b420b5610b
>  Description: distributed storage system for structured data
>   Cassandra is a distributed (peer-to-peer) system for the management
>   and storage of structured data.
> {code}
> Apologies if I'm filing this in the wrong place!
> This is something we're running into for the Docker {{cassandra}} image (https://github.com/docker-library/cassandra/pull/50; which as a shameless plug we'd be happy to have upstream get involved in helping maintain if you're interested).  We've considered switching to the DataStax repo, but it felt more "correct" to be using the packages built and provided via the ASF -- if we ought to switch, we're happy to do so, but I figured we should let someone know that the 3.2 repo is currently broken. :)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)