Date: Sun, 04 Oct 2015 16:03:23 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 203537] [PATCH] graphics/graphviz: Enable NVTHREADS by default Message-ID: <bug-203537-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203537 Bug ID: 203537 Summary: [PATCH] graphics/graphviz: Enable NVTHREADS by default Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: dinoex@FreeBSD.org Reporter: tobias.kortkamp@gmail.com Assignee: dinoex@FreeBSD.org Flags: maintainer-feedback?(dinoex@FreeBSD.org) Keywords: patch Created attachment 161702 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161702&action=edit graphviz.diff Currently installing Graphviz via pkg on a FreeBSD 10.2 system with x11/nvidia-driver installed fails with: [1/1] Extracting graphviz-2.38.0_9: 100% Unable to find pthread_mutexattr_setkind_np versioned symbol. Aborting. Abort trap (core dumped) Graphviz is unusable afterwards. Recompiling Graphviz with the NVTHREADS option fixes this. Also see bug #171949. Can we enable NVTHREADS by default? AFAICT Graphviz with NVTHREADS will work fine even on non-NVIDIA systems. Are there any downsides to enabling this by default? -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203537-13>