[MacPorts] #26026: kde4 graphics and network upgrades fail with qca related error

MacPorts noreply at macports.org
Tue Aug 10 20:44:32 PDT 2010


#26026: kde4 graphics and network upgrades fail with qca related error
----------------------------------+-----------------------------------------
 Reporter:  jwhowse4@…            |       Owner:  michaelld@…           
     Type:  defect                |      Status:  new                   
 Priority:  Normal                |   Milestone:                        
Component:  ports                 |     Version:  1.9.1                 
 Keywords:                        |        Port:  kdegraphics4          
----------------------------------+-----------------------------------------

Comment(by michaelld@…):

 The issue is that with the latest checkin QCA is installed by default as a
 framework -> a fact that CMake ignores & instead tries to link to the
 library version in the resulting Makefile (actually called 'build.make').
 The library in this case does not exist, so a different interpretation of
 the error message
 {{{
 No rule to make target `/opt/local/libexec/qt4-mac/lib/libqca.2.dylib'
 }}}
 would be
 {{{
 Target `/opt/local/libexec/qt4-mac/lib/libqca.2.dylib' does not exist
 }}}

 Try building QCA with +no_framework and see if that does the trick for
 this particular issue.  I'm trying to find a better solution, but it might
 be that I force QCA to be no_framework only.

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


More information about the macports-tickets mailing list