Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 256350 - app-pda/synce-kio-rapip removal request (was: 0.10-r1: Missing dependencies in ebuild: KDE3 & Qt3)
Summary: app-pda/synce-kio-rapip removal request (was: 0.10-r1: Missing dependencies i...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Iain Buchanan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-25 20:46 UTC by Berend Dekens
Modified: 2009-12-05 20:52 UTC (History)
1 user (show)

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 Berend Dekens 2009-01-25 20:46:07 UTC
app-pda/synce-kio-rapip-0.10-r1 gets pulled in when I try to compile synce with the kde use flag enabled.

The config fails while complaining that it can't find kde-config, which is actually missing on my system as I use KDE 4 so it should look for kde4-config.

When spoofing kde-config (by symlinking to kde4-config, which is bound to fail but trying can't hurt) the config fails on the fact that I don't have Qt3 installed.

I'll post some emerge output next to demonstrate the error. It looks to me like the ebuild is missing a constraint.

Also, synce-0.13 got released, any chance that one supports a KDE4 KIO slave?

Reproducible: Always

Steps to Reproduce:
1. Remove KDE3 and Qt3
2. Install KDE4.x and QT4.x
3. emerge app-pda/synce-kio-rapip-0.10-r1
Comment 1 Berend Dekens 2009-01-25 20:46:55 UTC
End of emerge run when kde-config is spoofed and Qt3 is still missing:

<snip>
checking for X... libraries /usr/lib64, headers .                                                                                       
checking for IceConnectionNumber in -lICE... yes                                                                                        
checking for libXext... yes                                                                                                             
checking for pthread_create in -lpthread... yes                                                                                         
checking for extra includes... no                                                                                                       
checking for extra libs... no                                                                                                           
checking for libz... -lz                                                                                                                
checking for libpng... -lpng -lz -lm                                                                                                    
checking for libjpeg6b... no                                                                                                            
checking for libjpeg... -ljpeg                                                                                                          
checking for perl... /usr/bin/perl                                                                                                      
checking for Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (headers and libraries) not found. Please check your installation!        
For more details about this problem, look at the end of config.log.  
Comment 2 Berend Dekens 2009-01-25 20:47:57 UTC
Output when kde-config is missing as well (it runs into that before checking for Qt3):

<snip>
checking for X... libraries /usr/lib64, headers .                                                                                       
checking for IceConnectionNumber in -lICE... yes                                                                                        
checking for libXext... yes                                                                                                             
checking for pthread_create in -lpthread... yes                                                                                         
checking for extra includes... no                                                                                                       
checking for extra libs... no                                                                                                           
checking for libz... -lz                                                                                                                
checking for libpng... -lpng -lz -lm                                                                                                    
checking for libjpeg6b... no                                                                                                            
checking for libjpeg... -ljpeg                                                                                                          
checking for perl... /usr/bin/perl                                                                                                      
checking for Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (headers and libraries) not found. Please check your installation!        
For more details about this problem, look at the end of config.log.  
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-11-27 13:06:41 UTC
I'd say we should be dropping this then.