By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 2 - konqueror-plugin-fsview / konq-plugins package duplication error
Summary: konqueror-plugin-fsview / konq-plugins package duplication error
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdeaddons (show other bugs)
Version: 3.5.10
Hardware: All Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2008-10-18 03:05 CDT by James Gholston
Modified: 2012-10-19 15:45 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Gholston 2008-10-18 03:05:20 CDT
There is a duplication that halts the installation as of current Intrepid and pearsoncomputing KDE3 repositories in the early morning hours of 10 October 2008.

I'm not sure which of the component selections konq-plugins falls into, so I made a guess that's likely incorrect.

--

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: error processing /var/cache/apt/archives/konq-plugins_7%3a3.5.10-0ubuntu1~intrepid1_amd64.deb (--unpack):
 trying to overwrite `/usr/bin/fsview', which is also in package konqueror-plugin-fsview
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/konq-plugins_7%3a3.5.10-0ubuntu1~intrepid1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

--

While I was used to this sort of thing when running Debian Sid when Sarge was testing and expect to be able to remember enough to get by, this is a show-stopper for less than intermediate Apt users.

Thank you very much for providing packages for KDE 3.  I've been using Intrepid for less than a week and I've given up on 4.1 -- they can wake we up when 4.2 or 4.3 finally has all the currently missing important things that will make it at least almost as good as 3.5.
Comment 1 James Gholston 2008-10-18 03:22:14 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
Comment 2 Timothy Pearson 2008-10-18 11:48:12 CDT
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.
Comment 3 Timothy Pearson 2008-10-18 17:30:54 CDT
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.
Comment 4 Timothy Pearson 2008-10-18 21:26:06 CDT
Tested working on new Intrepid amd64 install as of October 18 2008 -0600; therefore marking resolved and fixed. 

Thank you for your bug report!