From owner-freebsd-x11@FreeBSD.ORG Mon May 18 14:02:20 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 8F69BAD6 for ; Mon, 18 May 2015 14:02:20 +0000 (UTC) Received: from sdf.lonestar.org (mx.sdf.org [192.94.73.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.sdf.org", Issuer "SDF.ORG" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 659261CD7 for ; Mon, 18 May 2015 14:02:19 +0000 (UTC) Received: from sdf.org (IDENT:bennett@otaku.freeshell.org [192.94.73.9]) by sdf.lonestar.org (8.14.8/8.14.5) with ESMTP id t4IE0pLb019206 (using TLSv1/SSLv3 with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits) verified NO); Mon, 18 May 2015 14:00:51 GMT Received: (from bennett@localhost) by sdf.org (8.14.8/8.12.8/Submit) id t4IE0pwJ017944; Mon, 18 May 2015 09:00:51 -0500 (CDT) From: Scott Bennett Message-Id: <201505181400.t4IE0pwJ017944@sdf.org> Date: Mon, 18 May 2015 09:00:51 -0500 To: johnandsara2@cox.net Subject: Re: no X11 after reboot :-( Cc: freebsd-x11@freebsd.org References: <5559DF8D.6000806@cox.net> In-Reply-To: <5559DF8D.6000806@cox.net> User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mx.sdf.org 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: Mon, 18 May 2015 14:02:20 -0000 "John D. Hendrickson" wrote: > Scott Bennett wrote: > > On Tue, 12 May 2015 13:36:05 +0200 Jan Bramkamp > > wrote: > >> 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 > > > > But why is a base system library (/usr/lib/libgomp.so.1) issuing a > > message about what something in /usr/local/lib wants? And, I repeat, why > > does the X server care about libMagickCore* when it is starting up? Why > > cannot the server run without it? > > > >> to install compatible versions of all executables and shared libs. > >> Upgrade your system for packages or ports like usual. Run pkg check -B > > > > Well, that is a bit of a problem for me at the moment because the > > /var/db/pkg/local.sqlite file on my system has somehow become corrupted, > > and I have not been able so far to find a way to fix it or to rebuild it > > without the corruption. (See my posts in freebsd-ports@ in the last 30 > > hours or so.) Running pkg check -B against the existing local.sqlite > > didn't turn up a problem with libMagickCore* stuff, nor would it likely > > find anything regarding a base system library. > > > >> 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. > >> > > Thanks for your suggestions. If I can find a way to fix the package > > data base corruption, I will attempt to run "portmaster -a" again, but I > > don't see how that will fix a mismatch between the base system and ports. > > Port distfiles are supposed to match the major releases of FreeBSD, right? > > this is simple > > one or more libs or programs during startup needed libMagick , which is > for image processing > > X11R7.6 does not depend on libMagick , so it is likely a program that is > loading during startx(1) - most likely at the tail end - for bringing up > XLogin or the Desktop > > i assume your improperly blaming X when infact it has 0 to do with X, > that it's GDM or GNOME or XFCE that needs libMagick: in which case you > do need it - if you plan to use "rather fluffy" desktops to appear > before you see X by default Already discussed later in the topic. Keep reading if you're interested in the solution, too. Scott Bennett, Comm. ASMELG, CFIAG ********************************************************************** * Internet: bennett at sdf.org *xor* bennett at freeshell.org * *--------------------------------------------------------------------* * "A well regulated and disciplined militia, is at all times a good * * objection to the introduction of that bane of all free governments * * -- a standing army." * * -- Gov. John Hancock, New York Journal, 28 January 1790 * **********************************************************************