$ dot -Tps flow.gv Format: "ps" not recognized. Use one of: Trying to reinstall via pkg: # pkg install graphviz Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. The following 1 package(s) will be affected (of 0 checked): New packages to be INSTALLED: graphviz: 2.38.0_8 The process will require 65 MiB more space. 4 MiB to be downloaded. Proceed with this action? [y/N]: y Fetching graphviz-2.38.0_8.txz: 100% 4 MiB 1.2MB/s 00:04 Checking integrity... done (0 conflicting) [1/1] Installing graphviz-2.38.0_8... [1/1] Extracting graphviz-2.38.0_8: 100% Unable to find pthread_mutexattr_setkind_np versioned symbol. Aborting. Abort trap (core dumped) # On 10.2-release graphviz works fine.
looks like one of the dependencies is out of sync.
I now get this error also on 10.2-RELEASE #0 r286666: dot -Tps flow.gv > flow.eps Unable to find pthread_mutexattr_setkind_np versioned symbol. Aborting. *** Signal 6 Note the same problem is reported by others: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202944 Deinstalling/reinstalling graphviz gives: [1/1] Installing graphviz-2.38.0_7... [1/1] Extracting graphviz-2.38.0_7: 100% Unable to find pthread_mutexattr_setkind_np versioned symbol. Aborting. Abort trap (core dumped) pkg check -srda does not show any problems. Please help
some of your packages is out of sync. This might help. pkg upgrade -f graphviz