This morning's deb update ~18632 did not work. It broke my ubuntu 7.10. The following packages were removed:
mysql-server
mysql-server-5
mysql-client
mysql-client-5
libmysqlclient15-dev
flac
sox
I had to totally remove squeezecenter and reinstall the above packages manually before I could install an older version 7.0.1~18530.
BTW I skipped yesterday's update
~18530 package running OK.
Results 1 to 10 of 23
-
2008-04-10, 03:02 #1
Problems with 7.0.1~18632_all.deb
P2 266MHz, ubuntu server 10.04 SBS 7.6.0 - r31284
AMD64x2 ubuntu 10.04, SBS 7.5.2 - r30889
Dell 10v WinXP SBS 7.5.2 - r31264
Dell 10v ubuntu netbook remix 10.04, SBS 7.6.0 - r30830
Players: Classic, Duet, Boom
-
2008-04-10, 03:17 #2Member
- Join Date
- Nov 2007
- Posts
- 75
Is that because there was a change to the dependencies
the removal of libmysqlclient14-dev and the addition of libmysqlclient14 insteadCode:- mysql-server-4.1 | mysql-server-5.0, libmysqlclient14-dev | libmysqlclient15-dev, + mysql-server-4.1 | mysql-server-5.0, libmysqlclient14 | libmysqlclient15,
which i have just noticed are not in my debian repository list (amd64 lenny)
-
2008-04-10, 03:28 #3Member
- Join Date
- Jun 2007
- Posts
- 40
I has a similar problem on Debian this morning.
See http://forums.slimdevices.com/showth...d=1#post289778
-
2008-04-10, 03:28 #4P2 266MHz, ubuntu server 10.04 SBS 7.6.0 - r31284
AMD64x2 ubuntu 10.04, SBS 7.5.2 - r30889
Dell 10v WinXP SBS 7.5.2 - r31264
Dell 10v ubuntu netbook remix 10.04, SBS 7.6.0 - r30830
Players: Classic, Duet, Boom
-
2008-04-10, 03:39 #5
ver 7.0.1~18576 installed without problem.
I'll retry the latest now.P2 266MHz, ubuntu server 10.04 SBS 7.6.0 - r31284
AMD64x2 ubuntu 10.04, SBS 7.5.2 - r30889
Dell 10v WinXP SBS 7.5.2 - r31264
Dell 10v ubuntu netbook remix 10.04, SBS 7.6.0 - r30830
Players: Classic, Duet, Boom
-
2008-04-10, 03:47 #6
ver 7.0.1~18632 throws up a dependency error:
Dependency is not satisfiable: libmysqlclient14|libmysqlclient15P2 266MHz, ubuntu server 10.04 SBS 7.6.0 - r31284
AMD64x2 ubuntu 10.04, SBS 7.5.2 - r30889
Dell 10v WinXP SBS 7.5.2 - r31264
Dell 10v ubuntu netbook remix 10.04, SBS 7.6.0 - r30830
Players: Classic, Duet, Boom
-
2008-04-10, 05:59 #7Senior Member
- Join Date
- Oct 2005
- Posts
- 7,099
I'm running the same distro on the same architecture and have the same packages, also having the same problems with the latest deb.
I can't install libmysqlclient14 or libmysqlclient15 either:
But SC cannot use libmysqlclient15off:Code:mark@Sauron:~$ sudo apt-get install libmysqlclient15 Reading package lists... Done Building dependency tree Reading state information... Done Package libmysqlclient15 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However, the following packages replace it: libmysqlclient15off E: Package libmysqlclient15 has no installation candidate mark@Sauron:~$ sudo apt-get install libmysqlclient14 Reading package lists... Done Building dependency tree Reading state information... Done Package libmysqlclient14 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package libmysqlclient14 has no installation candidate
Code:mark@Sauron:~$ sudo apt-get install libmysqlclient15off Reading package lists... Done Building dependency tree Reading state information... Done libmysqlclient15off is already the newest version. libmysqlclient15off set to manual installed. You might want to run `apt-get -f install' to correct these: The following packages have unmet dependencies: squeezecenter: Depends: libmysqlclient14 but it is not installable or libmysqlclient15 but it is not installable E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
-
2008-04-10, 06:55 #8
perusal of the control document on the .deb shows that the dependencies changed on the latest nightly:
Package: squeezecenter
Version: 7.0.1~18576
Section: sound
Priority: optional
Architecture: all
Depends: perl (>= 5.8.1), mysql-server-4.1 | mysql-server-5.0, libmysqlclient14-dev | libmysqlclient15-dev, mysql-client-4.1 | mysql-client-5.0, flac, sox, adduser
Conflicts: slimp3, slimserver
Replaces: slimp3, slimserver
Installed-Size: 47988
Maintainer: Logitech/Slim Devices <debian@slimdevices.com>
Package: squeezecenter
Version: 7.0.1~18632
Architecture: all
Depends: perl (>= 5.8.1), mysql-server-4.1 | mysql-server-5.0, libmysqlclient14 | libmysqlclient15, mysql-client-4.1 | mysql-client-5.0, flac, sox, adduser
Conflicts: slimp3, slimserver
Replaces: slimp3, slimserver
Installed-Size: 47988
Maintainer: Logitech/Slim Devices <debian@slimdevices.com>
Are ubuntu users now stuck, or can the dependencies be reversed?P2 266MHz, ubuntu server 10.04 SBS 7.6.0 - r31284
AMD64x2 ubuntu 10.04, SBS 7.5.2 - r30889
Dell 10v WinXP SBS 7.5.2 - r31264
Dell 10v ubuntu netbook remix 10.04, SBS 7.6.0 - r30830
Players: Classic, Duet, Boom
-
2008-04-10, 07:15 #9
AFAIK, the change was to remove the dependency on the development package and replace with the client package.
In my available file, libsqlclient15off replaces libsqlclient15
I have no idea what's going on, but is looks like squeezecenter should depend on libsqlclient15off.
-
2008-04-10, 07:45 #10P2 266MHz, ubuntu server 10.04 SBS 7.6.0 - r31284
AMD64x2 ubuntu 10.04, SBS 7.5.2 - r30889
Dell 10v WinXP SBS 7.5.2 - r31264
Dell 10v ubuntu netbook remix 10.04, SBS 7.6.0 - r30830
Players: Classic, Duet, Boom

Reply With Quote

