From owner-freebsd-stable@freebsd.org Thu Jul 21 08:29:38 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E2DFB9F87C for ; Thu, 21 Jul 2016 08:29:38 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 696E91B5E for ; Thu, 21 Jul 2016 08:29:37 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1bQ9ML-0007d4-RR for freebsd-stable@freebsd.org; Thu, 21 Jul 2016 10:29:34 +0200 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-stable@freebsd.org Subject: Re: Problem with libjpeg when updating packages References: <57907995.5090702@slesa.de> Date: Thu, 21 Jul 2016 10:29:32 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable From: "Ronald Klop" Message-ID: In-Reply-To: <57907995.5090702@slesa.de> User-Agent: Opera Mail/1.0 (Win32) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.4.0 X-Scan-Signature: 51a43cd7ff6838d9e9bce89dbcde6c26 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 08:29:38 -0000 On Thu, 21 Jul 2016 09:28:21 +0200, J=C3=B6rg Prei=C3=9F = wrote: > Hi all, > > I just updated from 10.3 to stable. This worked fine, except when pkg > install updated the packages. There was a conflict within the libjpeg > package (sorry, I did not write down the exact message). > > Now I don't know how to get slim working again, because libjpeg.so.8 i= s > not found. > > So, maybe there is still an error in some update scripts or something > like that? > > Reinstall slim. That should install its dependencies and/or give the err= or = again. pkg install -f slim Regards, Ronald.