Re: Packages wedged in sarge - etch upgrade ( and apt-get vs. aptitude)

2007-06-04 Thread Johannes Wiedersich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bill Moseley wrote:
 On Sat, Jun 02, 2007 at 11:54:04AM -0700, Bill Moseley wrote:
[snip a long description of what didn't go smoothly on an upgrade from
sarge to etch]

You didn't read the release notes (at least the most relevant sections)
[1], did you???

- From www.debian.org:
If you're upgrading to the latest stable release from a previous
version, please read the release notes before proceeding.

Following those steps will save you a lot of time/pain.

Johannes

[1] http://www.de.debian.org/releases/stable/releasenotes

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGZBZ5C1NzPRl9qEURAvOEAJoCEIClYlbEEZ8+ff7RimZuB3yqiACfcXER
agk0c3GVAVh8tG4XYEzIaU0=
=w66Q
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Packages wedged in sarge - etch upgrade ( and apt-get vs. aptitude)

2007-06-02 Thread Bill Moseley
Trying to up grade a laptop from sarge to etch.  First tried apt-get
dist-upgrade and then tried aptitude dist-upgrade.

Both are stopping when trying to install mozilla-mplayer, it seems:

Aptitude reports:

Errors were encountered while processing:
 mozilla-mplayer

$ sudo apt-get -f dist-upgrade

174 upgraded, 63 newly installed, 6 to remove and 3 not upgraded.
1 not fully installed or removed.
Need to get 0B/87.6MB of archives.
After unpacking 89.2MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 34703 files and directories currently installed.)
Unpacking mplayer (from .../mplayer_1.0~rc1-12etch_i386.deb) ...
dpkg: error processing 
/var/cache/apt/archives/mplayer_1.0~rc1-12etch_i386.deb (--unpack):
 trying to overwrite `/usr/bin/mplayer', which is also in package 
mplayer-586
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/mplayer_1.0~rc1-12etch_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Any way to tell it to skip or remove mplayer for now?


Second question -- why does running Aptitude download additional
packages compared with apt-get dist-upgrade?  Do they calculate
dependencies differently?  Seems like there should only be one
dependency tree for the packages I have installed.



-- 
Bill Moseley
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Packages wedged in sarge - etch upgrade ( and apt-get vs. aptitude)

2007-06-02 Thread Bill Moseley
On Sat, Jun 02, 2007 at 11:54:04AM -0700, Bill Moseley wrote:
 Errors were encountered while processing:
  mozilla-mplayer

Hum, well, managed to remove mozilla-mplayer and that seemed to ave
fixed it.  But, I had to remove mplayer in the process, too.

[EMAIL PROTECTED]:~$ dpkg -l | grep mplayer
rc  mozilla-mplayer   3.31+main-1 MPlayer-Plugin for 
Mozilla
ri  mplayer-586   1.0-pre7cvs20060219-0.2sarge1   The Ultimate Movie 
Player For Linux
ii  mplayer-skin-blue 1.6-1   blue skin for mplayer



The laptop is in another location (upgrading over ssh) so it will be
interesting to see if X starts again.

This is what I did to resolve it:

[EMAIL PROTECTED]:~$ dpkg -l | grep mplayer
iU  mozilla-mplayer  3.31+main-1   MPlayer-Plugin for 
Mozilla
ri  mplayer-586  1.0-pre7cvs20060219-0.2sarge1 The Ultimate Movie 
Player For Linux
ii  mplayer-skin-blue1.6-1 blue skin for mplayer

[EMAIL PROTECTED]:~$ sudo dpkg -r mozilla-mplayer
(Reading database ... 34703 files and directories currently installed.)
Removing mozilla-mplayer ...

[EMAIL PROTECTED]:~$ dpkg -l | grep mplayer
rc  mozilla-mplayer  3.31+main-1   MPlayer-Plugin for 
Mozilla
ri  mplayer-586  1.0-pre7cvs20060219-0.2sarge1 The Ultimate Movie 
Player For Linux
ii  mplayer-skin-blue1.6-1 blue skin for mplayer

[EMAIL PROTECTED]:~$ sudo apt-get dist-upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
  libdps1: Depends: xfree86-common but it is not installable
  libxft1: Depends: xfree86-common but it is not installable
E: Unmet dependencies. Try using -f.

[EMAIL PROTECTED]:~$ sudo apt-get -f install  
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following packages will be REMOVED:
  libdps1 libmagick6 libxft1 xlibs
0 upgraded, 0 newly installed, 4 to remove and 177 not upgraded.
Need to get 0B of archives.
After unpacking 7664kB disk space will be freed.
Do you want to continue? [Y/n] 
(Reading database ... 34654 files and directories currently installed.)
Removing libmagick6 ...
Removing libdps1 ...
Removing xlibs ...
Removing libxft1 ...

[EMAIL PROTECTED]:~$ sudo apt-get dist-upgrade




-- 
Bill Moseley
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]