From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: Re: libvdpau: cannot open shared object Date: Sat, 16 Dec 2017 09:08:53 +0100 Message-ID: <20171216090853.599b7169@jasniac.instanton> References: <20171210151453.3a1ad3fe@jasniac.instanton> <20171210200852.GG23558@macbook41> <87mv2nopz8.fsf@gnu.org> <20171212195826.GC1873@macbook41> <876099u187.fsf@gnu.org> <20171215063855.GA1457@macbook41> <876098jlu1.fsf@gnu.org> <20171215121806.GB1457@macbook41> <877etohxku.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]:42950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQ7Wn-0005SX-2M for help-guix@gnu.org; Sat, 16 Dec 2017 03:09:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQ7Wk-0002dE-6j for help-guix@gnu.org; Sat, 16 Dec 2017 03:09:01 -0500 Received: from eterpe-smout.broadpark.no ([80.202.8.16]:48370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQ7Wj-0002Ur-W0 for help-guix@gnu.org; Sat, 16 Dec 2017 03:08:58 -0500 Received: from bgo1cloudm2.nextgentel.net ([80.202.8.59]) by eterpe-smout.broadpark.no (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTP id <0P1100B3KNYUKZ70@eterpe-smout.broadpark.no> for help-guix@gnu.org; Sat, 16 Dec 2017 09:08:54 +0100 (CET) In-reply-to: <877etohxku.fsf@gnu.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ludovic =?UTF-8?B?Q291cnTDqHM=?= Cc: help-guix@gnu.org Ludovic=E2=80=94 Je 15 dec 15:31 skribis Ludovic: > Efraim Flashner skribis: >=20 > > $ VDPAU_DRIVER=3Dva_gl LD_LIBRARY_PATH=3D$(guix build libvdpau-va-gl)/l= ib vdpauinfo > > display: :0.0 screen: 0 > > Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared obje= ct file: No such file or directory > > Error creating VDPAU device: 1 =20 >=20 > Well the exact line is this: >=20 > VDPAU_DRIVER=3Dva_gl \ > LD_LIBRARY_PATH=3D$(./pre-inst-env guix build libvdpau-va-gl)/lib/vdpau= \ > $(guix build vdpauinfo)/bin/vdpauinfo >=20 > Works for me! It displays lots of things. :-) > [...] It does not work for me, still cannot find 'libvdpau_va_gl.so'. I am trying to understand the commands that you use to define LD_LIBRARY_PATH: kodi@watson ~$ guix build libvdpau-va-gl guix build: error: libvdpau-va-gl: unknown package kodi@watson ~$ guix build vdpauinfo /gnu/store/46x8ba3q11zgq8qygqpgkv41ws9km9b1-vdpauinfo-1.0 Where can I find 'pre-inst-env'? Does this make guix aware of the libvdpau-va-gl package? I'm running GuixSD 0.14.0 on real hardware, and did a pull and upgrade just yesterday. =E2=80=94Marco