Changes between Initial Version and Version 1 of Ticket #45990


Ignore:
Timestamp:
Nov 22, 2014, 11:27:33 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Oh yes. ntohll is a macro on Yosemite; other ports have needed to be patched for this issue before.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45990

    • Property Cc ryandesign@… added
    • Property Keywords yosemite added
    • Property Owner changed from macports-tickets@… to tanawts@…
    • Property Port bro added; net/bro removed
  • Ticket #45990 – Description

    initial v1  
     1{{{
    12port build bro
    23--->  Computing dependencies for bro
     
    1314    http://guide.macports.org/#project.tickets
    1415Error: Processing of port bro failed
     16}}}
    1517
    1618From the log file:
    1719
    18 :info:build Building CXX object src/analyzer/protocol/login/CMakeFiles/plugin-Br
    19 o-Login.dir/Login.cc.o
    20 :info:build In file included from /opt/local/var/macports/build/_opt_local_var_m
    21 acports_sources_rsync.macports.org_release_ports_net_bro/bro/work/bro-2.2/src/an
    22 alyzer/protocol/mime/MIME.cc:3:
    23 :info:build In file included from /opt/local/var/macports/build/_opt_local_var_m
    24 acports_sources_rsync.macports.org_release_ports_net_bro/bro/work/bro-2.2/src/Ne
    25 tVar.h:6:
     20{{{
     21:info:build Building CXX object src/analyzer/protocol/login/CMakeFiles/plugin-Bro-Login.dir/Login.cc.o
     22:info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_bro/bro/work/bro-2.2/src/analyzer/protocol/mime/MIME.cc:3:
     23:info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_bro/bro/work/bro-2.2/src/NetVar.h:6:
    2624:info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_bro/bro/work/bro-2.2/src/Val.h:11:
    2725:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_bro/bro/work/bro-2.2/src/net_util.h:210:15: error: expected ')'
     
    3129:info:build #define ntohll(x)       __DARWIN_OSSwapInt64(x)
    3230:info:build                         ^
    33 :info:build /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform
    34 /Developer/SDKs/MacOSX10.10.sdk/usr/include/libkern/_OSByteOrder.h:78:6: note: e
    35 xpanded from macro '__DARWIN_OSSwapInt64'
    36 :info:build     (__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt64(x) : _OSSwa
    37 pInt64(x))
     31:info:build /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libkern/_OSByteOrder.h:78:6: note: expanded from macro '__DARWIN_OSSwapInt64'
     32:info:build     (__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt64(x) : _OSSwapInt64(x))
    3833:info:build      ^
    39 :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.
    40 macports.org_release_ports_net_bro/bro/work/bro-2.2/src/net_util.h:210:15: note:
    41  previous implicit declaration is here
     34:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_bro/bro/work/bro-2.2/src/net_util.h:210:15: note: previous implicit declaration is here
    4235...
     36}}}