On 03/23/2015 13:03, Kurt Jaeger wrote:
> Hi!
> 
>> I have a strange situation:
>>
>> Proceed with this action? [y/N]: y
>> [1/5] Installing graphviz-2.38.0_6...
>> [1/5] Extracting graphviz-2.38.0_6: 100%
>> load: 0.10  cmd: dot 46012 [urdlck] 1.56r 0.00u 0.00s 12% 11188k
>>
>> and there it hangs. Any ideas on how to fix this ?
> 
> I found a workaround:
> 
> cd /usr/local/lib/graphviz/
> # fstat config6
> USER     CMD          PID   FD MOUNT      INUM MODE         SZ|DV R/W NAME
> root     dot        46182    3 /        298326 -rw-r--r--       0  w  config6
> # kill -1 46182
> 
> There's something strange with graphviz.

I had the same problem.  Running dot -c would hang forever on my desktop
with x11/nvidia-driver installed, but would work fine on other systems.
 Enabling the NVTHREADS option in graphics/graphviz seems to have solved
this problem for me.

As there seem to be no side effects with enabling the option on
non-NVIDIA systems, I just added this to Poudriere's make.conf:

  graphviz_SET+=NVTHREADS
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to