X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-lf0-f68.google.com (mail-lf0-f68.google.com [209.85.215.68]) by lists.alpinelinux.org (Postfix) with ESMTP id 427CD5C4CB2 for ; Wed, 30 Aug 2017 10:35:04 +0000 (GMT) Received: by mail-lf0-f68.google.com with SMTP id z12so2175154lfd.5 for ; Wed, 30 Aug 2017 03:35:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=1u7enFB0mVBaPyF/QaLmgF0TS4LHEQiz4KduHEQD50o=; b=s0ChCOWQq/xtHprzlzoV9+Wcd1p+wlFrSNHMg08FYsxCpiON16H9D+GEjE+JyG2DEN XLxIHYGFxA3VtBToznXK28kSH8S49tR8GK9vNrJHJAHdf3oxei7Cr4sjq02YIWVgWGay sUiTNqInyjvkA/G50a3hNlaCyM7DNzO4eJm5QIcXEEjOXHd1jhGmji8aEy7aUc8jOqF1 hWyXIc+eIDAGZC32Na19l/ojXH7L1EU87tC3vNMnhWB6M6iLLydvLrQkpTQVDUWv5IoV 4U9A9fPyHx2GexBfaV8tZe8j8KeIVk7BbHfNkRlj7QHshtiMNB5SgDidPKfmDy3qZkUR wFZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=1u7enFB0mVBaPyF/QaLmgF0TS4LHEQiz4KduHEQD50o=; b=tJCr4yUJkC/1SsdYQDXbT61zNIaR2+mxXOqogJxKyvQ/T8ufCuaClynAY8blS7XLTL HDNtjoGtsobljGWez+eKfU5vcERe4Dli0i1iMSPJCZyABK1Ma2te1vSthL7VP5uBQs6q 34Sd/WVZ3Qbwbi6iGwBPaOyCrD8tK65WwReGKh3bXwO3RSBSYPDB8uRHIEvRp9ALs2Mk bF0jYbyMdobd7KeTQDkNP1Fo4MtIHNdjrSjLnp4WOZDkipXtk3o6Jd9Pl2p2fQEjbq2n 2bOSs7aVYTeI29D/FFwi3iFxRpuDIBcTlCp0zZ1GrdJdXAslCblEk67Y6PIwyvWE10UP GKhw== X-Gm-Message-State: AHPjjUjPl2dzp9t1OGmJjD2P78Gl+V4MJNRcdsiXIDiWAokGx6PcPJco HbW4Y9X2GO0uxS7q X-Received: by 10.25.83.214 with SMTP id h83mr609334lfl.260.1504089303227; Wed, 30 Aug 2017 03:35:03 -0700 (PDT) Received: from vostro.util.wtbts.net ([2001:1bc8:101:f402:e66f:13ff:fef3:8cd0]) by smtp.gmail.com with ESMTPSA id h79sm1046838ljh.15.2017.08.30.03.35.02 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 30 Aug 2017 03:35:02 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Wed, 30 Aug 2017 13:34:58 +0300 From: Timo Teras To: Jean-Louis Fuchs Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/vault-client: new aport Message-ID: <20170830133458.50f2e084@vostro.util.wtbts.net> In-Reply-To: <20170829191815.GA29661@angua.1042.ch> References: <20170707102316.28901-1-ganwell@fangorn.ch> <20170829191815.GA29661@angua.1042.ch> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 29 Aug 2017 21:18:15 +0200 Jean-Louis Fuchs wrote: > Hi > > On Fri, Jul 07, 2017 at 12:23:16PM +0200, Jean-Louis Fuchs wrote: > > --- > > testing/vault-client/APKBUILD | 36 > > ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 > > insertions(+) create mode 100644 testing/vault-client/APKBUILD > > Could somebody have a look at this? Thank you. Seems it wants to download stuff from the internet during build. $ abuild rootbld >>> vault-client: Checking sha512sums... vault-client-1.1.2.tar.gz: OK >>> vault-client: Unpacking /var/cache/distfiles/vault-client-1.1.2.tar.gz... for dep in gopkg.in/yaml.v2 github.com/hashicorp/vault/api github.com/mitchellh/cli github.com/fatih/color; do \ GOPATH=$(pwd) go get $dep; \ done package gopkg.in/yaml.v2: unrecognized import path "gopkg.in/yaml.v2" (https fetch: Get https://gopkg.in/yaml.v2?go-get=1: dial tcp: lookup gopkg.in on [::1]:53: read udp [::1]:39502->[::1]:53: read: connection refused) # cd .; git clone https://github.com/hashicorp/vault /home/tteras/aports/testing/vault-client/src/vault-client-1.1.2/src/github.com/hashicorp/vault Cloning into '/home/tteras/aports/testing/vault-client/src/vault-client-1.1.2/src/github.com/hashicorp/vault'... fatal: unable to access 'https://github.com/hashicorp/vault/': Could not resolve host: github.com package github.com/hashicorp/vault/api: exit status 128 # cd .; git clone https://github.com/mitchellh/cli /home/tteras/aports/testing/vault-client/src/vault-client-1.1.2/src/github.com/mitchellh/cli Cloning into '/home/tteras/aports/testing/vault-client/src/vault-client-1.1.2/src/github.com/mitchellh/cli'... fatal: unable to access 'https://github.com/mitchellh/cli/': Could not resolve host: github.com package github.com/mitchellh/cli: exit status 128 It's probably trying to get latest dependency packages. This is not supported (yes, there might have few packages slipped in that do this, but we get to those too). The good Go software is packaged with dependencies in source tarball. Perhaps with https://github.com/Masterminds/glide. Timo --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---