From owner-freebsd-x11@FreeBSD.ORG Tue May 12 11:36:10 2015 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C1A6B0B for ; Tue, 12 May 2015 11:36:10 +0000 (UTC) Received: from smtp.rlwinm.de (smtp.rlwinm.de [IPv6:2a01:4f8:201:31ef::e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0278B1FB4 for ; Tue, 12 May 2015 11:36:10 +0000 (UTC) Received: from crest.local (unknown [87.253.189.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.rlwinm.de (Postfix) with ESMTPSA id B4C55AB4A for ; Tue, 12 May 2015 13:36:06 +0200 (CEST) Message-ID: <5551E5A5.3010104@rlwinm.de> Date: Tue, 12 May 2015 13:36:05 +0200 From: Jan Bramkamp User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: no X11 after reboot :-( References: <201505120653.t4C6rIBK000400@sdf.org> In-Reply-To: <201505120653.t4C6rIBK000400@sdf.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2015 11:36:10 -0000 On 12/05/15 08:53, Scott Bennett wrote: > A week ago, after my system had been up for a few weeks, I shut it > down and then rebooted it, after which X11 can't seem to get going. The > Xorg.0.log ends with > [ log file removed ] > Initializing built-in extension DRI2 > Loading extension GLX > Loading extension NV-GLX > Loading extension NV-CONTROL > Loading extension XINERAMA > /usr/lib/libgomp.so.1: version OMP_3.0 required by /usr/local/lib/libMagickCore-6.so.2 not found > xinit: connection to X server lost > > waiting for X server to shut down (EE) Server terminated successfully (0). Closing log file. > > [hellas] 185 % > > What is OMP? And why does the X server care about what libMagickCore* > wants in order to start up successfully? And how do I *fix* this? Being > limited to a console and virtual consoles (and window(1), thank goodness!) > for the past week has been quite aggravating. > Many thanks in advance to anyone who can show me the way around this > situation! This looks like a broken dependency on a shared lib. The proper fix is to install compatible versions of all executables and shared libs. Upgrade your system for packages or ports like usual. Run pkg check -B afterward (or install sysutils/bsdadminscripts and use pkg_libchk for more details). If the upgrade did not fix your problem query pkgng for for affected files (the executable and shared lib) e.g. pkg which $path.