Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2015 13:36:05 +0200
From:      Jan Bramkamp <crest@rlwinm.de>
To:        freebsd-x11@freebsd.org
Subject:   Re: no X11 after reboot :-(
Message-ID:  <5551E5A5.3010104@rlwinm.de>
In-Reply-To: <201505120653.t4C6rIBK000400@sdf.org>
References:  <201505120653.t4C6rIBK000400@sdf.org>

next in thread | previous in thread | raw e-mail | index | archive | help


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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5551E5A5.3010104>