Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Jun 2015 21:19:19 +0200
From:      Tobias Kortkamp <tobias.kortkamp@gmail.com>
To:        ports@freebsd.org
Subject:   Re: pkg upgrade hang on 10.1p8/amd64 with graphviz.
Message-ID:  <556CB037.3050509@gmail.com>
In-Reply-To: <20150323120310.GC62590@home.opsec.eu>
References:  <20150323115451.GB62590@home.opsec.eu> <20150323120310.GC62590@home.opsec.eu>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?556CB037.3050509>