From owner-freebsd-questions@FreeBSD.ORG Sun May 30 22:07:06 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 852BD1065675 for ; Sun, 30 May 2010 22:07:06 +0000 (UTC) (envelope-from hartzell@almost.alerce.com) Received: from merlin.alerce.com (merlin.alerce.com [64.62.142.94]) by mx1.freebsd.org (Postfix) with ESMTP id 70DE48FC15 for ; Sun, 30 May 2010 22:07:06 +0000 (UTC) Received: from almost.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by merlin.alerce.com (Postfix) with ESMTP id A9B6A33C62; Sun, 30 May 2010 15:07:09 -0700 (PDT) Received: by almost.alerce.com (Postfix, from userid 503) id D703C7F9539; Sun, 30 May 2010 15:07:02 -0700 (PDT) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19458.57734.673706.223377@gargle.gargle.HOWL> Date: Sun, 30 May 2010 15:07:02 -0700 To: Vincent Zee In-Reply-To: <20100530184630.GA36727@xs4all.nl> References: <20100530184630.GA36727@xs4all.nl> X-Mailer: VM 8.0.12 under 22.3.1 (i386-apple-darwin9.6.0) Cc: freebsd-questions Subject: Re: upgrading squeezeboxserver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 May 2010 22:07:06 -0000 Vincent Zee writes: > Hi, > > I recently upgraded to the newest version of audio/squeezeboxserver. > After the update the server is unable to rescan my music collection. > > Does anyone else encountered this problem? > How can I revert to the previous version of squeezeboxserver > (I'm using Portmaster to upgrade my ports)? > I had this problem and managed to work around it. I haven't had time to track it down enough to file a bug though. My fix was to downgrade p5-DBIx-Class to version 08120. There's probably a proper way to do this thing, but what I ended up doing was downgrading the port's distinfo file, replacing its contents with the following three lines: MD5 (DBIx-Class-0.08120.tar.gz) = ebed5ed315618e783ac048767aed90a5 SHA256 (DBIx-Class-0.08120.tar.gz) = c97af692cbbf9779457e669b52d117b3b174aac3826d4af20da7f26e5aabe479 SIZE (DBIx-Class-0.08120.tar.gz) = 513806 grabbed from r47 found here: http://www.freebsd.org/cgi/cvsweb.cgi/ports/databases/p5-DBIx-Class/distinfo?sortby=rev and changing the PORTVERSION in the Makefile to 0.08120. Then did a make, a make deinstall and a make install. There was probably a make makesum in there too. Let me know if you need more details suggestions. g.