From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eS7rv-00064c-5B for guix-patches@gnu.org; Thu, 21 Dec 2017 15:55:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eS7rr-0001AL-8q for guix-patches@gnu.org; Thu, 21 Dec 2017 15:55:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37836) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eS7rr-00019y-1K for guix-patches@gnu.org; Thu, 21 Dec 2017 15:55:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eS7rq-00057H-Ke for guix-patches@gnu.org; Thu, 21 Dec 2017 15:55:02 -0500 Subject: [bug#29764] [PATCH] gnu: lollypop: Use meson-build-system. Resent-Message-ID: MIME-Version: 1.0 In-Reply-To: <20171218.111916.1061558544436379881.post@thomasdanckaert.be> References: <20171218.111916.1061558544436379881.post@thomasdanckaert.be> From: Catonano Date: Thu, 21 Dec 2017 21:54:50 +0100 Message-ID: Content-Type: multipart/alternative; boundary="94eb2c096fea44ad220560dfe978" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Thomas Danckaert Cc: 29764@debbugs.gnu.org --94eb2c096fea44ad220560dfe978 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 2017-12-18 11:19 GMT+01:00 Thomas Danckaert : > Hi Guix, > > this patch replaces the =E2=80=9Cpseudo meson build system=E2=80=9D for l= ollypop by the > real thing ;-) (By the way, the current build doesn't succeed anymore.) > > Thomas > Hi Thomas ! I built it successfully, but then it doesn't run When I launch it I get this ~$ lollypop Traceback (most recent call last): File "/gnu/store/l5n28ysri426fnmavvlbqrkrqxl15xvm-lollypop-0.9.304/bin/..lollypo= p-real-real", line 17, in from gi.repository import Gio ImportError: No module named 'gi' Sorry =F0=9F=98=AF Is it missing a module or did I do anything wrong ? To be noted that I had these messages, when I installed it warning: collision encountered: /gnu/store/l5n28ysri426fnmavvlbqrkrqxl15xvm-lollypop-0.9.304/share/icons/hi= color/icon-theme.cache /gnu/store/cgss6y4pmpj7y9sysnab3k1nirw0fkyv-polari-3.27.2/share/icons/hicol= or/icon-theme.cache /gnu/store/6pcjpiznq2vrjr7aj14qkf6fkfw7qgxc-eolie-0.9.12/share/icons/hicolo= r/icon-theme.cache warning: arbitrarily choosing /gnu/store/l5n28ysri426fnmavvlbqrkrqxl15xvm-lollypop-0.9.304/share/icons/hi= color/icon-theme.cache Creating manual page database... 726 entries processed in 0.5 s warning: collision encountered: /gnu/store/0hsyvrykwyjsr2f4bm75nhrk5xz5gz0l-gtk-icon-themes/share/icons/hic= olor/icon-theme.cache /gnu/store/l5n28ysri426fnmavvlbqrkrqxl15xvm-lollypop-0.9.304/share/icons/hi= color/icon-theme.cache /gnu/store/cgss6y4pmpj7y9sysnab3k1nirw0fkyv-polari-3.27.2/share/icons/hicol= or/icon-theme.cache /gnu/store/6pcjpiznq2vrjr7aj14qkf6fkfw7qgxc-eolie-0.9.12/share/icons/hicolo= r/icon-theme.cache warning: arbitrarily choosing /gnu/store/0hsyvrykwyjsr2f4bm75nhrk5xz5gz0l-gtk-icon-themes/share/icons/hic= olor/icon-theme.cache warning: collision encountered: /gnu/store/l5n28ysri426fnmavvlbqrkrqxl15xvm-lollypop-0.9.304/share/glib-2.0= /schemas/gschemas.compiled /gnu/store/cgss6y4pmpj7y9sysnab3k1nirw0fkyv-polari-3.27.2/share/glib-2.0/sc= hemas/gschemas.compiled /gnu/store/snrq9ciwygj318s5jp5d2rg0zgr8hx2n-gnome-screenshot-3.22.0/share/g= lib-2.0/schemas/gschemas.compiled /gnu/store/6pcjpiznq2vrjr7aj14qkf6fkfw7qgxc-eolie-0.9.12/share/glib-2.0/sch= emas/gschemas.compiled warning: arbitrarily choosing /gnu/store/l5n28ysri426fnmavvlbqrkrqxl15xvm-lollypop-0.9.304/share/glib-2.0= /schemas/gschemas.compiled warning: collision encountered: /gnu/store/zihybmvkccjb310fsxc2sad5j0w5vdi1-magit-2.11.0/share/info/magit-p= opup.info.gz /gnu/store/mwpzwplrdvzzhnzkzf2nc8hyskk27ris-emacs-magit-popup-2.12.0/share/= info/magit-popup.info.gz warning: arbitrarily choosing /gnu/store/zihybmvkccjb310fsxc2sad5j0w5vdi1-magit-2.11.0/share/info/magit-p= opup.info.gz 64 packages in profile --94eb2c096fea44ad220560dfe978 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


2017-12-18 11:19 GMT+01:00 Thomas Danckaert <post@thomasdanckaer= t.be>:
Hi Guix,

this patch replaces the =E2=80=9Cpseudo meson build system=E2=80=9D for lol= lypop by the real thing ;-) (By the way, the current build doesn't succ= eed anymore.)

Thomas

Hi Th= omas !

I built it successfully, but= then it doesn't run

When I lau= nch it I get this


~$ lollypop
Traceback (most recent call las= t):
=C2=A0 File "/gnu/store/l5n28ysri426fnmavvlbqrkrqxl15xvm-lollyp= op-0.9.304/bin/..lollypop-real-real", line 17, in <module>
= =C2=A0=C2=A0=C2=A0 from gi.repository import Gio
ImportError: No module = named 'gi'

Sorry =F0=9F=98=AF

Is it missing a module or did I = do anything wrong ?

To be noted tha= t I had these messages, when I installed it

warning: collision encou= ntered: /gnu/store/l5n28ysri426fnmavvlbqrkrqxl15xvm-lollypop-0.9.304/share/= icons/hicolor/icon-theme.cache /gnu/store/cgss6y4pmpj7y9sysnab3k1nirw0fkyv-= polari-3.27.2/share/icons/hicolor/icon-theme.cache /gnu/store/6pcjpiznq2vrj= r7aj14qkf6fkfw7qgxc-eolie-0.9.12/share/icons/hicolor/icon-theme.cache
w= arning: arbitrarily choosing /gnu/store/l5n28ysri426fnmavvlbqrkrqxl15xvm-lo= llypop-0.9.304/share/icons/hicolor/icon-theme.cache
Creating manual page= database...
726 entries processed in 0.5 s
warning: collision encoun= tered: /gnu/store/0hsyvrykwyjsr2f4bm75nhrk5xz5gz0l-gtk-icon-themes/share/ic= ons/hicolor/icon-theme.cache /gnu/store/l5n28ysri426fnmavvlbqrkrqxl15xvm-lo= llypop-0.9.304/share/icons/hicolor/icon-theme.cache /gnu/store/cgss6y4pmpj7= y9sysnab3k1nirw0fkyv-polari-3.27.2/share/icons/hicolor/icon-theme.cache /gn= u/store/6pcjpiznq2vrjr7aj14qkf6fkfw7qgxc-eolie-0.9.12/share/icons/hicolor/i= con-theme.cache
warning: arbitrarily choosing /gnu/store/0hsyvrykwyjsr2= f4bm75nhrk5xz5gz0l-gtk-icon-themes/share/icons/hicolor/icon-theme.cache
= warning: collision encountered: /gnu/store/l5n28ysri426fnmavvlbqrkrqxl15xvm= -lollypop-0.9.304/share/glib-2.0/schemas/gschemas.compiled /gnu/store/cgss6= y4pmpj7y9sysnab3k1nirw0fkyv-polari-3.27.2/share/glib-2.0/schemas/gschemas.c= ompiled /gnu/store/snrq9ciwygj318s5jp5d2rg0zgr8hx2n-gnome-screenshot-3.22.0= /share/glib-2.0/schemas/gschemas.compiled /gnu/store/6pcjpiznq2vrjr7aj14qkf= 6fkfw7qgxc-eolie-0.9.12/share/glib-2.0/schemas/gschemas.compiled
warnin= g: arbitrarily choosing /gnu/store/l5n28ysri426fnmavvlbqrkrqxl15xvm-lollypo= p-0.9.304/share/glib-2.0/schemas/gschemas.compiled
warning: collision en= countered: /gnu/store/zihybmvkccjb310fsxc2sad5j0w5vdi1-magit-2.11.0/share/i= nfo/magit-popup.info.gz /gnu/store/mwpzwplrdvzzhnzkzf2nc8hyskk27ris-emacs-m= agit-popup-2.12.0/share/info/magit-popup.info.gz
warning: arbitrarily c= hoosing /gnu/store/zihybmvkccjb310fsxc2sad5j0w5vdi1-magit-2.11.0/share/info= /magit-popup.info.gz
64 packages in profile


--94eb2c096fea44ad220560dfe978--