From: Baruch Siach via buildroot <buildroot@buildroot.org>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/18xx-ti-utils: switch to git repo
Date: Sun, 30 Nov 2025 14:02:15 +0200 [thread overview]
Message-ID: <87h5ubvid4.fsf@tarshish> (raw)
In-Reply-To: <20251130115052.3005204-1-bernd@kuhls.net> (Bernd Kuhls's message of "Sun, 30 Nov 2025 12:50:52 +0100")
Hi Bernd,
On Sun, Nov 30 2025, Bernd Kuhls wrote:
> Downloading the snapshot tarball has been unstable in the past so we
> switch to git for fetching the source code.
>
> Fixes:
> https://autobuild.buildroot.net/results/8b9/8b9b15e578ee13c47bdfe77f8bd79cd34c49de91/
> https://autobuild.buildroot.net/results/bfc/bfcfb6e5014e017334604ba8fdcfac2acc65d161/
> https://autobuild.buildroot.net/results/6c6/6c69077ea076c3c28d0e8599913cde31ee27b0c5/
> https://autobuild.buildroot.net/results/b43/b431fabedd709f660f556a7a6539a0b1e28aeb49/
The download error message is this:
wget -nd -t 3 --no-check-certificate -O '/home/thomas/autobuild/instance-0/output-1/build/.18xx-ti-utils-R8.8.tar.xz.50OaB7/output' 'https://git.ti.com/cgit/wilink8-wlan/18xx-ti-utils/snapshot/18xx-ti-utils-R8.8.tar.xz'
--2025-11-21 19:35:47-- https://git.ti.com/cgit/wilink8-wlan/18xx-ti-utils/snapshot/18xx-ti-utils-R8.8.tar.xz
Resolving git.ti.com (git.ti.com)... 198.47.28.208
Connecting to git.ti.com (git.ti.com)|198.47.28.208|:443... failed: Connection timed out.
That is, HTTPS connection request fails. I can't see how git access over
the same HTTPS service would improve download stability.
The autobuilder reported a few download failures of that sort in
November 20-21. There is no download failure since then. So I guess that
was a transient network issue.
baruch
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> package/18xx-ti-utils/18xx-ti-utils.hash | 2 +-
> package/18xx-ti-utils/18xx-ti-utils.mk | 6 +++---
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/18xx-ti-utils/18xx-ti-utils.hash b/package/18xx-ti-utils/18xx-ti-utils.hash
> index 7ecca54b9b..116d05e8e9 100644
> --- a/package/18xx-ti-utils/18xx-ti-utils.hash
> +++ b/package/18xx-ti-utils/18xx-ti-utils.hash
> @@ -1,3 +1,3 @@
> # Locally calculated
> -sha256 ce0185ba8a9bf456cc94a798bf66903775065e337e53ff812f18a6d88f5bac13 18xx-ti-utils-R8.8.tar.xz
> +sha256 33be3c90719bf36d5da76c6faaefb07bf3697635f81b86e28b92307d7825483e 18xx-ti-utils-R8.8-git4.tar.gz
> sha256 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4 COPYING
> diff --git a/package/18xx-ti-utils/18xx-ti-utils.mk b/package/18xx-ti-utils/18xx-ti-utils.mk
> index 5d45191cde..3e6f715730 100644
> --- a/package/18xx-ti-utils/18xx-ti-utils.mk
> +++ b/package/18xx-ti-utils/18xx-ti-utils.mk
> @@ -4,9 +4,9 @@
> #
> ################################################################################
>
> -18XX_TI_UTILS_VERSION = 8.8
> -18XX_TI_UTILS_SITE = https://git.ti.com/cgit/wilink8-wlan/18xx-ti-utils/snapshot
> -18XX_TI_UTILS_SOURCE = 18xx-ti-utils-R$(18XX_TI_UTILS_VERSION).tar.xz
> +18XX_TI_UTILS_VERSION = R8.8
> +18XX_TI_UTILS_SITE = https://git.ti.com/cgit/wilink8-wlan/18xx-ti-utils
> +18XX_TI_UTILS_SITE_METHOD = git
> 18XX_TI_UTILS_DEPENDENCIES = libnl
> 18XX_TI_UTILS_LICENSE = BSD-3-Clause
> 18XX_TI_UTILS_LICENSE_FILES = COPYING
--
~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2025-11-30 12:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-30 11:50 [Buildroot] [PATCH 1/1] package/18xx-ti-utils: switch to git repo Bernd Kuhls
2025-11-30 12:02 ` Baruch Siach via buildroot [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87h5ubvid4.fsf@tarshish \
--to=buildroot@buildroot.org \
--cc=baruch@tkos.co.il \
--cc=bernd@kuhls.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.