X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-lj1-f171.google.com (mail-lj1-f171.google.com [209.85.208.171]) by lists.alpinelinux.org (Postfix) with ESMTP id 47F2E5C552A for ; Thu, 2 Aug 2018 07:55:13 +0000 (GMT) Received: by mail-lj1-f171.google.com with SMTP id f8-v6so1110298ljk.1 for ; Thu, 02 Aug 2018 00:55:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=buVec5SS0JBcaUXlGgOmgJkKIMZF/0yogslXSlFZgcM=; b=Q3kyXTIAdf102xyiUR4vO3T6pMSBmOI77/8+dEAbg8WpvP2T9Wiyp7buO65gCppa9W xDZWN5Lven+IKaW3JntaQwvgt3JoQKHcjQJFNrtqqvzShOy4PiP9SEy/ZXP71AGAXaGD YEpX1xXhtEmWEjHawyqSWpyQZRceWZFXvaDoMXWV9J9koABy9j2L/1cVKHpPz1/CT9v9 TKrrp2CicWkNRcdj8pIOT+Xev9Hlk6mpnVeGC3N5XrTgHW56gEwIoS33r3PWvxCvEpFp wRCq2R3OzkFGGmP25Pjash1gYHjDUGGnjd1NrAnxqdqZt1cFlWR14sT+wh1sjHLW8LMW K6Pg== X-Gm-Message-State: AOUpUlHoRjJUeukF4bzdQjzq9zY0701gnX2JsziIU9wcu4tHNv+WrTrr vjiWQ1H7dRr43QzsaUpKzrI= X-Google-Smtp-Source: AAOMgpc4mdExNRrIjKEnJpH7uBEl++woliRxk/61iAteBHKXIa2HSOQESCwKZ/uQKfzV7c6uPwzu+g== X-Received: by 2002:a2e:e3:: with SMTP id e96-v6mr1382087lji.82.1533196512509; Thu, 02 Aug 2018 00:55:12 -0700 (PDT) Received: from vostro ([83.145.235.199]) by smtp.gmail.com with ESMTPSA id w204-v6sm180969lff.97.2018.08.02.00.55.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 02 Aug 2018 00:55:12 -0700 (PDT) Date: Thu, 2 Aug 2018 10:55:09 +0300 From: Timo Teras To: "John Miner" Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] aports/scripts/bootstrap.sh failed Message-ID: <20180802105509.54122fb3@vostro> In-Reply-To: References: X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.31; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel 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 Thu, 2 Aug 2018 09:02:25 +0200 "John Miner" wrote: > When running aports/scripts/bootstrap.sh armhf, I get the following > error when it tries to compile busybox: > aports/main/busybox/src/ssl_client.c:8:17: fatal error: tls.h: No > such file or directory > Does this have something to do with the following patch > (main/busybox: properly fix wget https support): > https://git.alpinelinux.org/cgit/aports/commit/?id=1d0560a9b6b5597b191e5aff69a31c2fe0aba273 Yes, libressl should now be built before busybox. Will push a fix soon. Thanks for the note. We should really fix bootstrap.sh to get this list more dynamically. I wonder if we can have abuild dump the build order, or if we can make bootstrap.sh depend on lua-aports as it provides this kind of ordering output. @ncopa thoughts? Perhaps we can also add running bootstrap to CI to be ran once every few weeks. Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---