X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-ua0-f175.google.com (mail-ua0-f175.google.com [209.85.217.175]) by lists.alpinelinux.org (Postfix) with ESMTP id 6DAD85C52F3 for ; Wed, 18 Jul 2018 10:06:55 +0000 (GMT) Received: by mail-ua0-f175.google.com with SMTP id g18-v6so2559475uam.6 for ; Wed, 18 Jul 2018 03:06:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=f8Ir1cqZcY9fDi7Qc/meg48I1iYzj1jdyMda4MxNYMA=; b=RwmTSkczvW58p43z0i50kayjK0LOIgxF5wejtWStRBn2+u8dvavj4Umpwy1w1+PYwK e0HRlbFc0e94QVwKz5I2MGnF0vKPkMP7EFRFrJlp0ktiKymCZwxn+TrxRCHC8d1w1MY3 dphAPTc5yL4hgJ2MKgbyPVuyOz7N1NSPumVkB1k4N55tgiRE5rycZsZC73r2lWePZxuE 5jhjtdfGkjQ/QpRH7gLRnukadHyb/9Xtd20B7KF8r07AOESNbq1iMwssxtCmJZrSUT1i uNXhKfSfX6ulSfnrZw6Xbq4LgbN7XxithHb6U7mETVvGtio6TXEF1luJ4NNNSgMsbPn4 IF4A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=f8Ir1cqZcY9fDi7Qc/meg48I1iYzj1jdyMda4MxNYMA=; b=rAuZwqb1UdA7O3xAu1T8nNUjhDAe0IrwXf23A8h9pJX+b5ypt4kcHoDhzdLKAk6BWc PMEAFYEUZQRr5V6Ceitugi97saUzpQmBdUIDVhABXiFgi9xSlm2WKIONv5rs46/DrNXZ 2T/IkZ2rx7wRNJDsZgQOFo5/p17z83R0uqrb4oGNobVFuQxQkFu7ZCXpRM3NbCsurzAz O/mx7Vr1+GWz7bYZWw4aeMJEp1tM1fBXoMFRLcKI3n83xQ5Qz39wcQvuJ1AdVpcnw5Vk mX5jmZdORmF3Pxot8p/xEJareJEj6bOE2HQZz4/5nd5fjSEt5+x141ShB/7l/x6puZJR BL4A== X-Gm-Message-State: AOUpUlERff7GmSUZfJhVVL8GhS80JviQbad9UcM5vM1ubOGQvCXn6LkJ 9ZP2f/vLLVyrqTsN6G5T53knVg+Tskzm04AdxEw= X-Google-Smtp-Source: AAOMgpdcXEcGQaAeJzTtkifZZd0YMzLVDLlb9AsaXQXH1MglKWEFTR5fRpZu/4jTRL1Z6PnFypjGz/4ARn+renpD71Y= X-Received: by 2002:a9f:2266:: with SMTP id 93-v6mr3419344uad.40.1531908414823; Wed, 18 Jul 2018 03:06:54 -0700 (PDT) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 2002:ab0:6152:0:0:0:0:0 with HTTP; Wed, 18 Jul 2018 03:06:54 -0700 (PDT) In-Reply-To: <20180422202029.9355-1-d@duniel.no> References: <20180422202029.9355-1-d@duniel.no> From: Leonardo Arena Date: Wed, 18 Jul 2018 12:06:54 +0200 Message-ID: Subject: Re: [alpine-aports] [PATCH] testing/polybar: new aport To: Daniel Isaksen Cc: alpine-aports Content-Type: multipart/alternative; boundary="000000000000e4e0ac05714338cf" --000000000000e4e0ac05714338cf Content-Type: text/plain; charset="UTF-8" Hi, sorry for the late review. On Sun, Apr 22, 2018 at 10:20 PM, Daniel Isaksen wrote: > Please do review / skim the patch, this *might* have some minor issues. > > - Daniel > > --- > testing/polybar/APKBUILD | 53 ++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 53 insertions(+) > create mode 100644 testing/polybar/APKBUILD > > Here it fails to build with: [ 5%] Building CXX object bin/CMakeFiles/polybar-msg.dir/utils/file.cpp.o Traceback (most recent call last): File "/home/larena/aports/testing/polybar/src/polybar-3.1.0/lib/xpp/generators/cpp_client.py", line 3163, in from xcbgen.state import Module File "/usr/lib/python3.6/site-packages/xcbgen/state.py", line 7, in from xcbgen import matcher File "/usr/lib/python3.6/site-packages/xcbgen/matcher.py", line 12, in from xcbgen.xtypes import * File "/usr/lib/python3.6/site-packages/xcbgen/xtypes.py", line 1221, in class EventStruct(Union): File "/usr/lib/python3.6/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct out = __main__.output['eventstruct'] KeyError: 'eventstruct' make[2]: *** [lib/xpp/CMakeFiles/xpp.dir/build.make:70: lib/xpp/libxpp.a] Error 1 make[1]: *** [CMakeFiles/Makefile2:400: lib/xpp/CMakeFiles/xpp.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... Thanks /eo --000000000000e4e0ac05714338cf Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

sorry for the late revie= w.

On Su= n, Apr 22, 2018 at 10:20 PM, Daniel Isaksen <d@duniel.no> wrote:=
Please do review / sk= im the patch, this *might* have some minor issues.

- Daniel

---
=C2=A0testing/polybar/APKBUILD | 53 ++++++++++++++++++++++++++++++++++= ++++++
=C2=A01 file changed, 53 insertions(+)
=C2=A0create mode 100644 testing/polybar/APKBUILD



Here it fails to build = with:

[=C2=A0 5%] Building CXX object bin/CMakeFil= es/polybar-msg.dir/utils/file.cpp.o
Traceback (most recent call last):=C2=A0 File "/home/larena/aports/testing/polybar/src/polybar-3.1.0/l= ib/xpp/generators/cpp_client.py", line 3163, in <module>
=C2= =A0=C2=A0=C2=A0 from xcbgen.state import Module
=C2=A0 File "/usr/l= ib/python3.6/site-packages/xcbgen/state.py", line 7, in <module>=
=C2=A0=C2=A0=C2=A0 from xcbgen import matcher
=C2=A0 File "/usr= /lib/python3.6/site-packages/xcbgen/matcher.py", line 12, in <modul= e>
=C2=A0=C2=A0=C2=A0 from xcbgen.xtypes import *
=C2=A0 File &quo= t;/usr/lib/python3.6/site-packages/xcbgen/xtypes.py", line 1221, in &l= t;module>
=C2=A0=C2=A0=C2=A0 class EventStruct(Union):
=C2=A0 File= "/usr/lib/python3.6/site-packages/xcbgen/xtypes.py", line 1239, = in EventStruct
=C2=A0=C2=A0=C2=A0 out =3D __main__.output['eventstru= ct']
KeyError: 'eventstruct'
make[2]: *** [lib/xpp/CMakeF= iles/xpp.dir/build.make:70: lib/xpp/libxpp.a] Error 1
make[1]: *** [CMak= eFiles/Makefile2:400: lib/xpp/CMakeFiles/xpp.dir/all] Error 2
make[1]: *= ** Waiting for unfinished jobs....


= Thanks

/eo


--000000000000e4e0ac05714338cf-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---