| Summary: | konqueror-plugin-fsview / konq-plugins package duplication error | ||
|---|---|---|---|
| Product: | TDE | Reporter: | James Gholston <jamesg> |
| Component: | tdeaddons | Assignee: | Timothy Pearson <kb9vqf> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bugwatch, darrella |
| Priority: | P5 | ||
| Version: | 3.5.10 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
|
Description
James Gholston
2008-10-18 03:05:20 CDT
Note for any other users wanting to get past something like this: you can change directories or properly include in your path the route to the package -- probably /var/cache/apt/archives -- and run 'dpkg -i --force-overwrite _packagename.deb_' When in complains that things aren't configured you should be able to safely ignore the warnings and resume apt-get, possibly by using 'apt-get -f install' -- root@merkin:/var/cache/apt/archives# dpkg -i --force-overwrite konq-plugins_7%3a3.5.10-0ubuntu1~intrepid1_amd64.deb (Reading database ... 131621 files and directories currently installed.) Preparing to replace konq-plugins 4:4.1.2-0ubuntu2 (using konq-plugins_7%3a3.5.10-0ubuntu1~intrepid1_amd64.deb) ... Unpacking replacement konq-plugins ... dpkg - warning, overriding problem because --force enabled: trying to overwrite `/usr/bin/fsview', which is also in package konqueror-plugin-fsview dpkg - warning, overriding problem because --force enabled: trying to overwrite `/usr/share/icons/hicolor/22x22/apps/fsview.png', which is also in package konqueror-plugin-fsview dpkg - warning, overriding problem because --force enabled: trying to overwrite `/usr/share/icons/hicolor/32x32/apps/fsview.png', which is also in package konqueror-plugin-fsview dpkg - warning, overriding problem because --force enabled: trying to overwrite `/usr/share/man/man1/fsview.1.gz', which is also in package konqueror-plugin-fsview dpkg - warning, overriding problem because --force enabled: trying to overwrite `/usr/share/man/man1/jpegorient.1.gz', which is also in package konqueror-plugin-imagerotation dpkg: dependency problems prevent configuration of konq-plugins: konq-plugins depends on kdelibs4c2a (>= 4:3.5.9); however: Package kdelibs4c2a is not configured yet. konq-plugins depends on konqueror (>= 4:3.5.8-1); however: Package konqueror is not configured yet. konq-plugins depends on libarts1c2a (>= 1.5.0-1); however: Package libarts1c2a is not configured yet. konq-plugins depends on libkonq4 (>= 4:3.5.8-1); however: Package libkonq4 is not configured yet. dpkg: error processing konq-plugins (--install): dependency problems - leaving unconfigured Processing triggers for man-db ... Errors were encountered while processing: konq-plugins Thank you for the detailed report--I will rebuild the konq-plugins package to conflict with (and therefore remove) Intrepid's konqueror-plugin-fsview package. Expect the updated packages within a day or so. i386 packages have been rebuilt. Anyone who has run into this bug will have to execute the following commands to clear it: sudo apt-get update sudo dpkg -r --force-all konq-plugins sudo apt-get install konq-plugins Then you can continue the upgrade process or whatever you were doing when the bug hit. Can the original submitter test to see if the bug is fixed after executing the above instructions? AMD64 packages will be built overnight; changing status to affect AMD64 only. Tested working on new Intrepid amd64 install as of October 18 2008 -0600; therefore marking resolved and fixed. Thank you for your bug report! |