kocolosk opened a new issue #1028: The `list-eunit-*` Makefile targets are not 
portable / working on macOS
URL: https://github.com/apache/couchdb/issues/1028
 
 
   ## Possible Solution
   The `list-eunit-suites` target relies on a `-printf` option to `find` that 
appears to not be part of macOS's find. The `list-eunit-apps` target is picking 
out the 3rd field using `cut` when on macOS it seems like the 4th field should 
be returned (because find is not combining `//` into `/` in the path). Also I 
think the wildcard matching needs extra quoting on zsh.
   
   ## Steps to Reproduce (for bugs)
   ```
   ? make list-eunit-suites
   find: -printf: unknown primary or operator
   ```
   
   ## Your Environment
   * Operating System and version (desktop or mobile): macOS 10.13.1
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to