Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0018327ED for ; Sat, 30 Apr 2011 01:19:12 +0000 (UTC) Received: (qmail 76914 invoked by uid 500); 30 Apr 2011 01:19:11 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 76885 invoked by uid 500); 30 Apr 2011 01:19:10 -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 76877 invoked by uid 99); 30 Apr 2011 01:19:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Apr 2011 01:19:10 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [67.192.241.161] (HELO smtp161.dfw.emailsrvr.com) (67.192.241.161) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Apr 2011 01:19:05 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp6.relay.dfw1a.emailsrvr.com (SMTP Server) with ESMTP id C751F270885 for ; Fri, 29 Apr 2011 21:18:44 -0400 (EDT) X-Virus-Scanned: OK Received: by smtp6.relay.dfw1a.emailsrvr.com (Authenticated sender: eevans-AT-racklabs.com) with ESMTPSA id 9E1D227064C for ; Fri, 29 Apr 2011 21:18:44 -0400 (EDT) Subject: Re: 0.7.5 Debian packages - can't upgrade? From: Eric Evans To: user@cassandra.apache.org In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Fri, 29 Apr 2011 20:18:44 -0500 Message-ID: <1304126324.7843.2.camel@erebus.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit On Sat, 2011-04-30 at 09:34 +1000, Dan Washusen wrote: > > sudo aptitude update > > sudo aptitude safe-upgrade > > > The upgrade shows this: > > > Reading package lists... Done > > Building dependency tree > > Reading state information... Done > > Reading extended state information > > Initializing package states... Done > > No packages will be installed, upgraded, or removed. > > 0 packages upgraded, 0 newly installed, 0 to remove and *1 not > upgraded*. > > Need to get 0B of archives. After unpacking 0B will be used. > > Reading package lists... Done > > Building dependency tree > > Reading state information... Done > > Reading extended state information > > Initializing package states... Done > > > The above mentions that 1 package wasn't upgraded (I assume this is > 0.7.5). > Anyone have any ideas what I'm doing wrong? Usually this means that upgrading would install a new package (i.e. that it picked up a new dependency), which shouldn't be the case. You might try an `aptitude full-upgrade' just to see what that might be. You could also try pasting the output of `apt-cache policy && apt-cache policy cassandra' to the list. -- Eric Evans eevans@rackspace.com