X-Original-To: alpine-infra@alpinelinux.org Received: from luna.geeknet.cz (luna.geeknet.cz [37.205.9.141]) by lists.alpinelinux.org (Postfix) with ESMTP id 650215C58D7 for ; Sat, 28 Oct 2017 18:44:18 +0000 (GMT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luna.geeknet.cz (Postfix) with ESMTPSA id 9E5CCABCCE for ; Sat, 28 Oct 2017 20:44:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jirutka.cz; s=mail; t=1509216257; bh=7Uvv9H1RyBBClkjc0RpgxVsqKK2SrhyIpwoH+Tx/+hU=; h=From:Subject:Date:To; b=TNz3WZFLZn2AGcCjUHKKSwDo9RoleSNuULoNlEET0TvUultpuIPOkasm4H7MjSQCc lkOZmVZBMRO9lFGWHb+YEhTXjgu141jLIZ6XWsr6rlpUHbg63FKuGWd1xy0RNB3D0r 7PR8YQ+oan1dQxTnaNUpPFTd9wtUzKDY0iAu9t9U= From: Jakub Jirutka Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Building community/cargo, build-edge-x86_64 is stuck Message-Id: <700B1EC2-05EB-433D-B8CA-886DDF4CAE70@jirutka.cz> Date: Sat, 28 Oct 2017 20:44:17 +0200 To: alpine-infra@alpinelinux.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Hi, I=E2=80=99ve updated community/cargo package and removed dependency on = external prebuilt binary, so it now (make)depends on itself (you need = cargo to build cargo=E2=80=A6 *#^@$~$+). This is not a new situation, we = did the same with community/rust some time ago. IIRC it needed some = manual intervention on build server, but don=E2=80=99t know any details. = Unfortunately I cannot do anything with it, =E2=80=99cause I don=E2=80=99t= have access to the builder. I changed the abuild to not use external prebuilt binary primarily = because the old URI of prebuilt binaries built by upstream=E2=80=99s CI = doesn=E2=80=99t work anymore. I didn=E2=80=99t find any other and if I = understand their CI configuration, they don=E2=80=99t upload cargo built = with musl anywhere (again!). However, we need cargo to build rust and we = need rust to build cargo (*put some very angry and vulgar comment = here*), so we must take cargo binary from somewhere when bootstrapping = from scratch anyway. So please someone make it work and it be nice if you=E2=80=99d also = write what exactly was needed. Jakub=