[MacPorts] #23893: Amarok fails to configure: Qt4 must be compiled with glib

MacPorts noreply at macports.org
Wed Mar 3 12:50:05 PST 2010


#23893: Amarok fails to configure: Qt4 must be compiled with glib
---------------------------------+------------------------------------------
 Reporter:  moriartyj@…          |       Owner:  illogic-al@…           
     Type:  defect               |      Status:  new                    
 Priority:  Normal               |   Milestone:                         
Component:  ports                |     Version:  1.8.2                  
 Keywords:                       |        Port:  amarok                 
---------------------------------+------------------------------------------

Comment(by vvrbanc@…):

 It's not a problem with glib.[[BR]]
 The compiling obviously stopped because CMake couldn't find package
 "qtscript-qt".[[BR]]
 I had the same problem.[[BR]]
 [[BR]]
 The "qtscript-qt" package is actually installed under the name
 "qtscriptgenerator".[[BR]]
 I guess it's either a problem with amarok's cmake file which searches for
 the wrong package OR cmake's package search is not finding it properly,
 which means it's a cmake bug.[[BR]]
 [[BR]]
 I just commented out these two lines from amarok's CMakeLists.txt file
 where it searches for the libraries and it compiled fine after that:[[BR]]


 {{{
 find_package( QtScriptQtBindings REQUIRED )
 macro_log_feature( QTSCRIPTQTBINDINGS_FOUND ...
 }}}
 [[BR]]
 You can find and edit CMakeLists.txt after the compile breaks in the
 following directory:[[BR]]
 {{{
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_amarok/work/amarok-2.2.0
 }}}

-- 
Ticket URL: <http://trac.macports.org/ticket/23893#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list