Changes between Initial Version and Version 1 of Ticket #47604


Ignore:
Timestamp:
Apr 30, 2015, 2:23:57 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47604

    • Property Owner changed from macports-tickets@… to sean@…
    • Property Summary changed from watchman builds with datatype mismatch in clang to watchman @3.1: builds with datatype mismatch in clang
    • Property Port watchman added
  • Ticket #47604 – Description

    initial v1  
     1{{{
    12$ sudo port install watchman
    23--->  Computing dependencies for watchman
     
    78Please see the log file for port watchman for details:
    89    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_watchman/watchman/main.log
     10}}}
    911
     12{{{
    1013:info:build watcher/fsevents.c:133:67: error: values of type 'FSEventStreamEventFlags' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Werror,-Wformat]
    1114:info:build     w_log(W_LOG_DBG, "fse_thread: add %s %" PRIx32 "\n", pathbuf, evt->flags);
     
    1316:info:build                                                                   (unsigned int)
    1417:info:build 1 error generated.
     18}}}