X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-io0-f177.google.com (mail-io0-f177.google.com [209.85.223.177]) by lists.alpinelinux.org (Postfix) with ESMTP id 25B245C5DCB for ; Sat, 10 Feb 2018 13:58:09 +0000 (GMT) Received: by mail-io0-f177.google.com with SMTP id g14so6594076iob.9 for ; Sat, 10 Feb 2018 05:58:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ferrisellis-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=hLRjODIY6vm7xFRf6TjH0ktpO5fRhiqBDGnjZg+Mkck=; b=l+8uRe4l7dXp6B4/kzVYeS0QC8bvuI9/ahPJpr8qepPho9LV1jBQwmCUO6MiasXOqt 9RB6LGKt5emk3E/aUDzI0fexxMxfENiFmOlK6OTNtB0pY0t9UAs6XHXPJbod4VePw6pw EdxK6pZsx5WPyQuhpEAOw+56Pla78iSAfXnC/9dhRlEsU0QGWfhN82O3BKVQOONX4W+Y M0ulxKFNCmb2bPTuZ3WXcVyeno8mK8FX66O03ddGl0mr3i3Amz4PO9elG8SK1KBZfM6/ 9VAzKIclSvJT/IxTQFP+ELhMBHHqiKy/j3pYq7OmAYcjkcXDOATk+PwMSKfZGMec7Vm2 OAyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=hLRjODIY6vm7xFRf6TjH0ktpO5fRhiqBDGnjZg+Mkck=; b=qn6sDsSYAw1CeIG1h40snTJHhoUgEoDcf+vwy33tScnR478xywSRuUDs85Pz3LRCht whrPyPxTGvi84ynfTWdz4MTf/z9U+C/MO4xVkpLZ4ydRFgvvEJCG7U2/GlMKJbflOG1y 2EecjYzLoFgYMxykf5dRK2agKohn1DqGqXGpqAEK6q87brXmbxh4io35S5UEeQnsrkmd jHs8eZUwvwnPe3DJTh1H05ul0Wo3M8ZVQEZd+9HxXp8Qg7OGcFZmbZ1vcolS+TyumzaT JZ8gJWfoR5U+lBmp/5fCn/RGfZo5jY9xlTaaHMIX0pxx/UjK2UytI3MVU6WRFYoxHsCE dLtw== X-Gm-Message-State: APf1xPA08ooyNa3BGJMCBg/jbnYDkerFPJAS9KZgSvtamGeGYTswgvoF 1X5nHXGK38i69gSqdF04dn/8HwryOJezEXrbx+nGbZ07 X-Google-Smtp-Source: AH8x226BeBnw/puI3olD3H16PB3jvPNZNibVp7srlVy/sxDCFI/BXcNpObsIzlr8yBjXKoQAEud3hbIselIlcaw1i9Y= X-Received: by 10.107.181.201 with SMTP id e192mr6626449iof.89.1518271088541; Sat, 10 Feb 2018 05:58:08 -0800 (PST) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.2.19.200 with HTTP; Sat, 10 Feb 2018 05:58:08 -0800 (PST) From: Ferris Ellis Date: Sat, 10 Feb 2018 08:58:08 -0500 Message-ID: Subject: [alpine-devel] abuild does not handle tags for makedepends To: alpine-devel@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="001a11444d1ae7d23c0564dc0804" --001a11444d1ae7d23c0564dc0804 Content-Type: text/plain; charset="UTF-8" Hello, This is my first post to this group! So I apologize in advance if there's a format I should be following and am not. I seem to have found a bug in abuild and went to file it but saw that Github's clone of abuild currently has issues disabled. Thus I thought I'd post it here. If there's somewhere else this should be filed please let me know and I'm happy to do it :) *Issue* I am running Alpine 3.7 and working on packaging buildah ( https://github.com/projectatomic/buildah) for it. I added "go" to makedepends with the line *makedepends="go@community=1.9.2-r1"* however when I attempt to build the package I get the following error: ERROR: unsatisfiable constraints: go-1.9.2-r1: masked in: @community This seems to indicate that abuild isn't grabbing the tag. I thought maybe I had formatted it wrong but when moving the tag to the end I get back the following: ERROR: 'go=1.9.2-r1@community' is not a valid dependency, format is name(@tag)([<>~=]version) Which clearly seems to imply that abuild supports tags. Cheers, Ferris --001a11444d1ae7d23c0564dc0804 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

This is my first post to this gr= oup! So I apologize in advance if there's a format I should be followin= g and am not.

I seem to have found a bug in abuild= and went to file it but saw that Github's clone of abuild currently ha= s issues disabled. Thus I thought I'd post it here. If there's some= where else this should be filed please let me know and I'm happy to do = it :)

Issue

I am r= unning Alpine 3.7 and working on packaging buildah (https://github.com/projectatomic/buildah)= for it. I added "go" to makedepends with the line makedepends= =3D"go@community=3D1.9.2-r1"=C2=A0however when I attempt to b= uild the package I get the following error:

E= RROR: unsatisfiable constraints:
=C2=A0 go-1.9.2-r1:
= =C2=A0 =C2=A0 masked in: @community

This see= ms to indicate that abuild isn't grabbing the tag. I thought maybe I ha= d formatted it wrong but when moving the tag to the end I get back the foll= owing:

ERROR: 'go=3D1.9.2-r1@communi= ty' is not a valid dependency, format is name(@tag)([<>~=3D]versi= on)

Which clearly seems to imply that abuild= supports tags.

Cheers,=C2=A0
Ferris

--001a11444d1ae7d23c0564dc0804-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---