#17174: Python _scproxy build fails on Yosemite
----------------------------------+----------------------------
   Reporter:  vbraun              |            Owner:
       Type:  defect              |           Status:  new
   Priority:  major               |        Milestone:  sage-6.4
  Component:  packages: standard  |         Keywords:  yosemite
  Merged in:                      |          Authors:
  Reviewers:                      |  Report Upstream:  N/A
Work issues:                      |           Branch:
     Commit:                      |     Dependencies:
   Stopgaps:                      |
----------------------------------+----------------------------
 This Python module is required by Cython, so its not an option to let it
 fail
 {{{
 In file included from /usr/include/dispatch/dispatch.h:51:0,
                  from
 /System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:15,
                  from
 
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPropertyList.h:13,
                  from
 
/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:55,
                  from
 
/System/Library/Frameworks/SystemConfiguration.framework/Headers/SystemConfiguration.h:29,
                  from ./Mac/Modules/_scproxy.c:6:
 /usr/include/dispatch/object.h:143:15: error: expected identifier or '('
 before '^' token
  typedef void (^dispatch_block_t)(void);
                ^
 /usr/include/dispatch/object.h:362:3: error: unknown type name
 'dispatch_block_t'
    dispatch_block_t notification_block);
    ^
 ./Mac/Modules/_scproxy.c: In function 'get_proxy_settings':
 ./Mac/Modules/_scproxy.c:67:50: warning: the comparison will always
 evaluate as 'true' for the address of
 'kSCPropNetProxiesExcludeSimpleHostnames' will never be NULL [-Waddress]
      if (&kSCPropNetProxiesExcludeSimpleHostnames != NULL) {
                                                   ^

 Python build finished, but the necessary bits to build these modules were
 not found:
 _bsddb             dl                 gdbm
 imageop            linuxaudiodev      ossaudiodev
 spwd               sunaudiodev
 To find the necessary bits, look in setup.py in detect_modules() for the
 module's name.


 Failed to build these modules:
 _scproxy
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/17174>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to