[MacPorts] #25715: qca-ossl cannot find qca during configure phase

MacPorts noreply at macports.org
Mon Aug 2 09:32:26 PDT 2010


#25715: qca-ossl cannot find qca during configure phase
-----------------------------------------+----------------------------------
 Reporter:  dave.evans55@…               |       Owner:  michaelld@…           
     Type:  defect                       |      Status:  new                   
 Priority:  Normal                       |   Milestone:                        
Component:  ports                        |     Version:  1.9.99                
 Keywords:                               |        Port:  qca-ossl              
-----------------------------------------+----------------------------------

Comment(by macports@…):

 Replying to [comment:8 michaelld@…]:
 > I've got enough info to fix the issue; it'll take me a couple days to do
 it.  I'll post back when I've checked in the changes.  Thank you for your
 assistance tracking down the issues!

 It's been two weeks and and this should only take maybe 2 minutes... WTF

 The error is here:
 {{{
 LINKAGE = -lqca
 CONFIG(debug, debug|release) {
         windows:LINKAGE = -lqcad
         mac:LINKAGE = -lqca_debug
 }
 LIBS += $$LINKAGE
 CONFIG += release
 }}}

 That CONFIG += release needs to go BEFORE the CONFIG() line, otherwise the
 LINKAGE is changed to -lqca_debug before the release version is specified.
 I changed this in the configure script and then re-ran the port install
 qca-ossl and it worked perfectly. Please patch the config and commit so
 others don't have to waste their time finding this solution.

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


More information about the macports-tickets mailing list