Closed
Bug 196091
Opened 22 years ago
Closed 22 years ago
Mozilla CVS won't install on apt-get update apt=get upgrade under Debian Unstable
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: kjk137, Assigned: ssu0262)
Details
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.1; X11; en, en_US, en_US.UTF-8)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030130
below is the output from apt-get upgrade after apt-get update.
included is the output for apt-get -f upgrade which was suggested by apt-get
It appears that debian unstable is offering an older version of the cvs snapshot
I am filing a bug here because that is what is suggested in the man page.
Errors were encountered while processing:
/var/cache/apt/archives/mozilla-mailnews-snapshot_0.0.20030303.15.trunk-1_i386.deb
/var/cache/apt/archives/mozilla-browser-snapshot_0.0.20030303.15.trunk-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
kevin:/home/kjk137/barnbridge_003# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these.
Sorry, but the following packages have unmet dependencies:
mozilla-browser-snapshot: Depends: libnspr-snapshot4 (= 0.0.20030130.21.trunk-1) but
0.0.20030303.15.trunk-1 is installed
mozilla-psm-snapshot: Depends: mozilla-browser-snapshot (= 0.0.20030303.15.trunk-1)
but 0.0.20030130.21.trunk-1 is installed
E: Unmet dependencies. Try using -f.
kevin:/home/kjk137/barnbridge_003# apt-get -f upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
2 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
64 packages not fully installed or removed.
Need to get 0B/12.0MB of archives. After unpacking 344kB will be freed.
Do you want to continue? [Y/n]
Preconfiguring packages ...
(Reading database ... 76760 files and directories currently installed.)
Preparing to replace mozilla-mailnews-snapshot 0.0.20030130.21.trunk-1 (using
.../mozilla-mailnews-snapshot_0.0.20030303.15.trunk-1_i386.deb) ...
Unpacking replacement mozilla-mailnews-snapshot ...
dpkg: error processing
/var/cache/apt/archives/mozilla-mailnews-snapshot_0.0.20030303.15.trunk-1_i386.deb
(--unpack):
trying to overwrite `/usr/lib/mozilla-snapshot/components/libbayesflt.so', which is also in
package mozilla-browser-snapshot
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Preparing to replace mozilla-browser-snapshot 0.0.20030130.21.trunk-1 (using
.../mozilla-browser-snapshot_0.0.20030303.15.trunk-1_i386.deb) ...
Unpacking replacement mozilla-browser-snapshot ...
dpkg: error processing
/var/cache/apt/archives/mozilla-browser-snapshot_0.0.20030303.15.trunk-1_i386.deb
(--unpack):
trying to overwrite `/usr/lib/mozilla-snapshot/libldap50.so', which is also in package
mozilla-mailnews-snapshot
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/mozilla-mailnews-snapshot_0.0.20030303.15.trunk-1_i386.deb
/var/cache/apt/archives/mozilla-browser-snapshot_0.0.20030303.15.trunk-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Reproducible: Always
Steps to Reproduce:
1.apt-get update from the command line
2.apt-get upgrade
3.apt-get -f upgrade
Actual Results:
The error shown in the details section and the upgrade of my system is halted.
Expected Results:
Reporter | ||
Comment 1•22 years ago
|
||
sorry, just a little lag time in the package updates at debian.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•