[MacPorts] #47604: watchman builds with datatype mismatch in clang
#47604: watchman builds with datatype mismatch in clang -----------------------+-------------------------------- Reporter: siulung@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: | Port: -----------------------+-------------------------------- $ 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. -- Ticket URL: <https://trac.macports.org/ticket/47604> MacPorts <https://www.macports.org/> Ports system for OS X
#47604: watchman @3.1: builds with datatype mismatch in clang ------------------------+-------------------- Reporter: siulung@… | Owner: sean@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: watchman | ------------------------+-------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => sean@… * port: => watchman Old description:
$ 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.
New description: {{{ $ 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. }}} -- -- Ticket URL: <https://trac.macports.org/ticket/47604#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#47604: watchman @3.1: builds with datatype mismatch in clang ------------------------+-------------------- Reporter: siulung@… | Owner: sean@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: watchman | ------------------------+-------------------- Comment (by sean@…): No idea why you're getting this error and I'm not. Are you changing the default compiler or compiler flags? -- Ticket URL: <https://trac.macports.org/ticket/47604#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#47604: watchman @3.1: builds with datatype mismatch in clang ------------------------+-------------------- Reporter: siulung@… | Owner: sean@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: watchman | ------------------------+-------------------- Comment (by siulung@…): Note sure if this is the cause, but I am on Xcode 6.3.1 (6D1002) on Yosemite, last updated on Mac App Store about a week ago. $ clang -v Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn) Target: x86_64-apple-darwin14.1.0 Thread model: posix -- Ticket URL: <https://trac.macports.org/ticket/47604#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
#47604: watchman @3.1: builds with datatype mismatch in clang ------------------------+-------------------- Reporter: siulung@… | Owner: sean@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: watchman | ------------------------+-------------------- Comment (by sean@…): Hmm, that's what I have as well. By chance, do you have anything in `/usr/local`? -- Ticket URL: <https://trac.macports.org/ticket/47604#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X
#47604: watchman @3.1: builds with datatype mismatch in clang -------------------------+-------------------- Reporter: siulung@… | Owner: sean@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: worksforme | Keywords: Port: watchman | -------------------------+-------------------- Changes (by sean@…): * status: new => closed * resolution: => worksforme Comment: I've updated watchman and haven't heard back so I'll mark this closed. Please reopen it if the error still occurs for watchman 3.5.0. -- Ticket URL: <https://trac.macports.org/ticket/47604#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts