[MacPorts] #37361: py27-lightblue: ImportError: Cannot load LightAquaBlue framework, not found at/opt/local/Library/Frameworks/LightAquaBlue.framework

MacPorts noreply at macports.org
Fri Mar 1 16:59:36 PST 2013


#37361: py27-lightblue: ImportError: Cannot load LightAquaBlue framework, not found
at/opt/local/Library/Frameworks/LightAquaBlue.framework
-----------------------------+-----------------------------
  Reporter:  k.teza1@…       |      Owner:  michael.klein@…
      Type:  defect          |     Status:  new
  Priority:  Normal          |  Milestone:
 Component:  ports           |    Version:  2.1.2
Resolution:                  |   Keywords:
      Port:  py27-lightblue  |
-----------------------------+-----------------------------

Comment (by macports@…):

 Patch didn't work initially, but I changed the line:

   configure.sdkroot ${developer_dir}/SDKs/MacOSX10.7.sdk

 to be:

   configure.sdkroot
 ${developer_dir}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk

 and then it did find the SDK dir.  I also changed the double quotes to
 single quotes:

   reinplace "s|DSTROOT=/|SDKROOT=\"${configure.sdkroot}\"
 DSTROOT=${destroot}|g" \

 to

   reinplace "s|DSTROOT=/|SDKROOT='${configure.sdkroot}'
 DSTROOT=${destroot}|g" \

 because otherwise it was failing when it tried to run the command later
 using os.system() in setup.py.

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


More information about the macports-tickets mailing list