From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#25484: QEMU depends on two different version of libjpeg Date: Thu, 19 Jan 2017 17:11:35 +0100 Message-ID: <874m0vvxl4.fsf@gnu.org> References: <871svzxk53.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cUFJm-0003My-5R for bug-guix@gnu.org; Thu, 19 Jan 2017 11:12:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cUFJi-0001GE-60 for bug-guix@gnu.org; Thu, 19 Jan 2017 11:12:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37503) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cUFJi-0001G9-2q for bug-guix@gnu.org; Thu, 19 Jan 2017 11:12:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cUFJh-0006el-Ua for bug-guix@gnu.org; Thu, 19 Jan 2017 11:12:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Ricardo Wurmus's message of "Thu, 19 Jan 2017 15:24:25 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ricardo Wurmus Cc: 25484@debbugs.gnu.org Ricardo Wurmus skribis: > Ricardo Wurmus writes: > >> Ludovic Court=C3=A8s writes: >> >>> While building =E2=80=98qemu=E2=80=99 as of 840f38ba37af1d09eb1e896a635= 0d6ab7f6532d0, we >>> see: >>> >>> --8<---------------cut here---------------start------------->8--- >>> ld: warning: libjpeg.so.62, needed by /gnu/store/9a3r8wjnfyxfc912i6inlw= 8k6pw3rlxy-spice-0.12.8/lib/libspice-server.so, may conflict with libjpeg.s= o.8 >>> --8<---------------cut here---------------end--------------->8--- >>> >>> Indeed, =E2=80=98guix graph -t references qemu=E2=80=99 shows =E2=80=98= libjpeg=E2=80=99 and >>> =E2=80=98libjpeg-turbo=E2=80=99 as indirect dependencies. >>> >>> Any idea how to fix that? >> >> =E2=80=9Clibjpeg-turbo=E2=80=9D is used by =E2=80=9Cspice=E2=80=9D but I= just built =E2=80=9Cspice=E2=80=9D successfully >> with =E2=80=9Clibjpeg-8=E2=80=9D instead of =E2=80=9Clibjpeg-turbo=E2=80= =9D. This seems to be okay. > > Attached is a patch. I successfully built =E2=80=9Cspice=E2=80=9D and = =E2=80=9Cqemu=E2=80=9D and > confirmed with =E2=80=9Cguix graph -t references qemu -b d3js > graph.htm= l=E2=80=9D that > libjpeg-turbo has disappeared. > > From b277b1a282a91ab236f8a5ed7c7a47a46c8de279 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 19 Jan 2017 15:22:06 +0100 > Subject: [PATCH] gnu: spice: Build with libjpeg-8. > > * gnu/packages/spice.scm (spice)[inputs]: Replace libjpeg-turbo with > libjpeg-8. LGTM. David: are you OK with this change? Thanks for the quick testing, Ricardo! Ludo=E2=80=99.