Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 275752 - File collisions between media-libs/libkipi-0.1.5 and kde-base/libkipi-4.2.4-r1
Summary: File collisions between media-libs/libkipi-0.1.5 and kde-base/libkipi-4.2.4-r1
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-28 21:27 UTC by Krzysztof Nowicki
Modified: 2009-06-28 22:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Nowicki 2009-06-28 21:27:58 UTC
When kde-base/libkipi-4.2.4-r1 is merged with -kdeprefix, the merge fails with file collisions with media-libs/libkipi-0.1.5

Reproducible: Always

Steps to Reproduce:
1. emerge =media-libs/libkipi-0.1.5
2. emerge =kde-base/libkipi-4.2.4-r1

Actual Results:  
>>> Installing (1 of 117) kde-base/libkipi-4.2.4-r1
 * checking 25 files for package collisions        
 * This package will overwrite one or more files that may belong to other
 * packages (see list below). You can use a command such as `portageq    
 * owners / <filename>` to identify the installed package that owns a    
 * file. If portageq reports that only one package owns a file then do   
 * NOT file a bug report. A bug report is only useful if it identifies at
 * least two or more packages that are known to install the same file(s).
 * If a collision occurs and you can not explain where the file came from
 * then you should simply ignore the collision since there is not enough 
 * information to determine if a real problem exists. Please do NOT file 
 * a bug report at http://bugs.gentoo.org unless you report exactly which
 * two packages install the same file(s). Once again, please do NOT file 
 * a bug report unless you have completely understood the above message. 
 *                                                                       
 * Detected file collision(s):                                           
 *                                                                       
 *      /usr/lib64/pkgconfig/libkipi.pc                                  
 *      /usr/share/apps/kipi/data/kipi-plugins_logo.png                  
 *      /usr/share/icons/hicolor/16x16/apps/kipi.png                     
 *      /usr/share/icons/hicolor/22x22/apps/kipi.png                     
 *      /usr/share/icons/hicolor/32x32/apps/kipi.png                     
 *      /usr/share/icons/hicolor/48x48/apps/kipi.png                     
 *      /usr/include/libkipi/interface.h                                 
 *      /usr/include/libkipi/imageinfo.h                                 
 *      /usr/include/libkipi/imagecollectionshared.h                     
 *      /usr/include/libkipi/imagecollection.h                           
 *      /usr/include/libkipi/imagecollectionselector.h                   
 *      /usr/include/libkipi/pluginloader.h                              
 *      /usr/include/libkipi/imageinfoshared.h                           
 *      /usr/include/libkipi/libkipi_export.h                            
 *      /usr/include/libkipi/version.h                                   
 *      /usr/include/libkipi/uploadwidget.h                              
 *      /usr/include/libkipi/plugin.h                                    
 *      /usr/lib64/libkipi.so                                            
 *                                                                       
 * Searching all installed packages for file collisions...               
 *                                                                       
 * Press Ctrl-C to Stop                                                  
 *                                                                       
 * media-libs/libkipi-0.1.5                                              
 *      /usr/include/libkipi/imagecollection.h                           
 *      /usr/include/libkipi/imagecollectionselector.h                   
 *      /usr/include/libkipi/imagecollectionshared.h                     
 *      /usr/include/libkipi/imageinfo.h                                 
 *      /usr/include/libkipi/imageinfoshared.h                           
 *      /usr/include/libkipi/interface.h                                 
 *      /usr/include/libkipi/libkipi_export.h                            
 *      /usr/include/libkipi/plugin.h                                    
 *      /usr/include/libkipi/pluginloader.h                              
 *      /usr/include/libkipi/uploadwidget.h                              
 *      /usr/include/libkipi/version.h                                   
 *      /usr/lib64/libkipi.so                                            
 *      /usr/lib64/pkgconfig/libkipi.pc                                  
 *      /usr/share/apps/kipi/data/kipi-plugins_logo.png                  
 *      /usr/share/icons/hicolor/16x16/apps/kipi.png                     
 *      /usr/share/icons/hicolor/22x22/apps/kipi.png                     
 *      /usr/share/icons/hicolor/32x32/apps/kipi.png                     
 *      /usr/share/icons/hicolor/48x48/apps/kipi.png                     
 *                                                                       
 * Package 'kde-base/libkipi-4.2.4-r1' NOT merged due to file collisions.
 * If necessary, refer to your elog messages for the whole content of the
 * above message.                                                        


Expected Results:  
media-libs/libkipi should block kde-base/libkipi (and vice versa) when kdeprefix USE flag is not set.
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2009-06-28 22:21:56 UTC
recompile media-libs/libkipi
will resolve the issue.