From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:43025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hX825-0003O0-5t for guix-patches@gnu.org; Sat, 01 Jun 2019 13:43:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hX823-0007db-Rq for guix-patches@gnu.org; Sat, 01 Jun 2019 13:43:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53297) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hX823-0007dT-Ot for guix-patches@gnu.org; Sat, 01 Jun 2019 13:43:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hX823-0006qP-Ii for guix-patches@gnu.org; Sat, 01 Jun 2019 13:43:03 -0400 Subject: [bug#35922] [PATCH] gnu: add terminator Resent-Message-ID: MIME-Version: 1.0 References: <20190527074613.25582-1-atai@atai.org> <20190530060241.23588-1-atai@atai.org> <87o93hh3p3.fsf@gnu.org> In-Reply-To: <87o93hh3p3.fsf@gnu.org> From: Andy Tai Date: Sat, 1 Jun 2019 10:42:33 -0700 Message-ID: Content-Type: multipart/alternative; boundary="000000000000990feb058a46a8b2" 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 35922@debbugs.gnu.org --000000000000990feb058a46a8b2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, I just sent a new patch that works with Ludo's command line ./pre-inst-env guix environment --ad-hoc terminator --pure -- terminator Thanks On Sat, Jun 1, 2019 at 5:48 AM Ludovic Court=C3=A8s wrote: > Hi Andy, > > atai@atai.org skribis: > > > From: Andy Tai > > > > * gnu/packages/gnome.scm (terminator): Add at 1.91 > > I propose the small changes below. > > However, it fails to run in this context: > > --8<---------------cut here---------------start------------->8--- > $ ./pre-inst-env guix environment --ad-hoc terminator --pure -- terminato= r > Traceback (most recent call last): > File > "/gnu/store/frwq9qja9m8i8dvk0lgj9mg5rnmc5377-terminator-1.91/bin/.termina= tor-real", > line 33, in > gi.require_version('Gtk','3.0') > File > "/gnu/store/q4b7cr9j6f3g7v4xpg0zm3kkhd6l4dmg-python2-pygobject-3.28.3/lib= /python2.7/site-packages/gi/__init__.py", > line 130, in require_version > raise ValueError('Namespace %s not available' % namespace) > ValueError: Namespace Gtk not available > --8<---------------cut here---------------end--------------->8--- > > It seems we=E2=80=99re missing an environment variable or something to al= low > pygobject to find the GIR file for GTK+. I=E2=80=99m sure this has been > addressed in other packages before, but I don=E2=80=99t remember how. > > Anyone here? > > Thanks, > Ludo=E2=80=99. > > --=20 Andy Tai, atai@atai.org, Skype: licheng.tai, Line: andy_tai, WeChat: andytai1010 Year 2019 =E6=B0=91=E5=9C=8B108=E5=B9=B4 =E8=87=AA=E5=8B=95=E7=9A=84=E7=B2=BE=E7=A5=9E=E5=8A=9B=E6=98=AF=E4=BF=A1=E4= =BB=B0=E8=88=87=E8=A6=BA=E6=82=9F =E8=87=AA=E5=8B=95=E7=9A=84=E8=A1=8C=E7=82=BA=E5=8A=9B=E6=98=AF=E5=8B=9E=E5= =8B=95=E8=88=87=E6=8A=80=E8=83=BD --000000000000990feb058a46a8b2 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi, I just sent a new patch that works with Ludo's = command line

./pre-inst-env guix environment --ad-hoc = terminator --pure -- terminator

Thanks
=
On Sat= , Jun 1, 2019 at 5:48 AM Ludovic Court=C3=A8s <ludo@gnu.org> wrote:
Hi Andy,

atai@atai.org skribi= s:

> From: Andy Tai <= atai@atai.org>
>
> * gnu/packages/gnome.scm (terminator): Add at 1.91

I propose the small changes below.

However, it fails to run in this context:

--8<---------------cut here---------------start------------->8---
$ ./pre-inst-env guix environment --ad-hoc terminator --pure -- terminator<= br> Traceback (most recent call last):
=C2=A0 File "/gnu/store/frwq9qja9m8i8dvk0lgj9mg5rnmc5377-terminator-1.= 91/bin/.terminator-real", line 33, in <module>
=C2=A0 =C2=A0 gi.require_version('Gtk','3.0')
=C2=A0 File "/gnu/store/q4b7cr9j6f3g7v4xpg0zm3kkhd6l4dmg-python2-pygob= ject-3.28.3/lib/python2.7/site-packages/gi/__init__.py", line 130, in = require_version
=C2=A0 =C2=A0 raise ValueError('Namespace %s not available' % names= pace)
ValueError: Namespace Gtk not available
--8<---------------cut here---------------end--------------->8---

It seems we=E2=80=99re missing an environment variable or something to allo= w
pygobject to find the GIR file for GTK+.=C2=A0 I=E2=80=99m sure this has be= en
addressed in other packages before, but I don=E2=80=99t remember how.

Anyone here?

Thanks,
Ludo=E2=80=99.



--
Andy Tai, atai@atai.org, Skype: licheng.tai, Line: andy_tai, WeChat: andytai1010=
Year 2019 =E6=B0=91=E5=9C=8B108=E5=B9=B4
=E8=87=AA=E5=8B=95=E7=9A=84= =E7=B2=BE=E7=A5=9E=E5=8A=9B=E6=98=AF=E4=BF=A1=E4=BB=B0=E8=88=87=E8=A6=BA=E6= =82=9F
=E8=87=AA=E5=8B=95=E7=9A=84=E8=A1=8C=E7=82=BA=E5=8A=9B=E6=98=AF= =E5=8B=9E=E5=8B=95=E8=88=87=E6=8A=80=E8=83=BD
=
--000000000000990feb058a46a8b2--