Opened 9 years ago

Last modified 9 years ago

#47604 closed defect

watchman @3.1: builds with datatype mismatch in clang — at Version 1

Reported by: siulung@… Owned by: sean@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: watchman

Description (last modified by ryandesign (Ryan Carsten Schmidt))

$ sudo port install watchman
--->  Computing dependencies for watchman
--->  Fetching archive for watchman
--->  Attempting to fetch watchman-3.1_0+universal.darwin_14.i386-x86_64.tbz2 from http://packages.macports.org/watchman
[...]
Error: org.macports.build for port watchman returned: command execution failed
Please see the log file for port watchman for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_watchman/watchman/main.log
: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]
:info:build     w_log(W_LOG_DBG, "fse_thread: add %s %" PRIx32 "\n", pathbuf, evt->flags);
:info:build                                          ~~~                      ^~~~~~~~~~
:info:build                                                                   (unsigned int)
:info:build 1 error generated.

Change History (1)

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to sean@…
Port: watchman added
Summary: watchman builds with datatype mismatch in clangwatchman @3.1: builds with datatype mismatch in clang
Note: See TracTickets for help on using tickets.