Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 May 2010 15:07:02 -0700
From:      George Hartzell <hartzell@alerce.com>
To:        Vincent Zee <zenzee@xs4all.nl>
Cc:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: upgrading squeezeboxserver
Message-ID:  <19458.57734.673706.223377@gargle.gargle.HOWL>
In-Reply-To: <20100530184630.GA36727@xs4all.nl>
References:  <20100530184630.GA36727@xs4all.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19458.57734.673706.223377>