Changes between Initial Version and Version 3 of Ticket #46583


Ignore:
Timestamp:
Jan 16, 2015, 6:00:10 PM (9 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46583

    • Property Owner changed from macports-tickets@… to jeremyhu@…
    • Property Keywords py27-scipy ld64 fail port upgrade removed
  • Ticket #46583 – Description

    initial v3  
    33Trying to update my outdated port `py27-scipy`, where partial output of `sudo port list outdated`, showing only relevant line, is below:
    44...
     5{{{
    56py27-scipy                     @0.15.0         python/py-scipy
     7}}}
    68...
    79
    810Following is also an extract of the last bit just before the port upgrade via `sudo port -d upgrade py27-scipy` fails:
    9 ```
     11{{{
    1012src/ld/parsers/lto_file.cpp:41:
    1113src/abstraction/MachOFileAbstraction.hpp:510:10: fatal error: 'mach-o/arm/reloc.h' file not found
     
    1719         ^
    18202 warnings and 1 error generated.
    19 ```
     21}}}
    2022
    2123Indeed, my $PREFIX = /opt/local (as default), and the directory `/opt/local/include/mach-o` doesn't contain a subfolder `arm`.
    2224However, files similar to `/mach-o/arm/reloc.h` seems available within Xcode (I'm on v6.1.1 currently) for my OS platform version (ie. 10.10):
    23 ```
     25{{{
    2426Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/mach-o/arm64/reloc.h
    2527Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/mach-o/ppc/reloc.h
    2628Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/mach-o/reloc.h
    2729Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/mach-o/x86_64/reloc.h
    28 ```
     30}}}
    2931
    3032The exact file exists here, but they are not my OS platform, nor the right version either: