minos-org/minos-static

Archive down for aarch64

Opened this issue · 2 comments

bash -x static-get gcc
+ VERSION=2020.02.11-00:21
+ LATEST_URI_BASENAME=https://raw.githubusercontent.com/minos-org/minos-static/master
++ _basename static-get
++ '[' -z static-get ']'
++ _basename__name=static-get
++ '[' -z '' ']'
++ case "${_basename__name}" in
++ '[' -n '' ']'
++ printf '%s\n' static-get
+ progname=static-get
+ tmpcache=/tmp/static-get
+ '[' '!' -t 0 ']'
+ '[' 1 -eq 0 ']'
+ for arg in "${@}"
+ case "${arg}" in
+ '[' -z '' ']'
+ '[' 1 -eq 0 ']'
+ _static_get gcc
+ '[' -z gcc ']'
+ _set_defaults
+ '[' -z '' ']'
+ mirror=s.minos.io/archive
+ '[' -z '' ']'
++ _uniq_id_mirror s.minos.io/archive
++ printf '%s\n' s.minos.io/archive
++ sed 's|/|##|g'
+ uniq_id_mirror=s.minos.io##archive
+ '[' -z '' ']'
+ distro=all
+ '[' -z '' ']'
++ uname -m
+ arch=aarch64
+ '[' -z '' ']'
+ directory=.
+ '[' X = X- ']'
+ '[' -z '' ']'
+ _mkdir_p .
+ '[' -n . ']'
+ for _mkdir_p__dir in "${@}"
+ '[' -d . ']'
+ continue
+ case "${arch}" in
++ uname -m
+ _verbose 'aarch64 is not a valid architecture, using system default: aarch64'
+ '[' -z 'aarch64 is not a valid architecture, using system default: aarch64' ']'
+ '[' -n '' ']'
+ :
++ uname -m
+ arch=aarch64
+ case "${compress_format}" in
+ command -v xzcat
+ compress_format=xz
+ compress_bin=xzcat
+ case "${checksum}" in
+ command -v shasum
+ checksum=sha512
+ checksum_bin='shasum -a 512'
+ command -v wget
+ retriever_bin='wget -q'
++ _get_available_distros s.minos.io/archive
++ '[' -z s.minos.io/archive ']'
++ '[' -z s.minos.io##archive ']'
++ _mkdir_p /tmp/static-get.s.minos.io##archive
++ '[' -n /tmp/static-get.s.minos.io##archive ']'
++ for _mkdir_p__dir in "${@}"
++ '[' -d /tmp/static-get.s.minos.io##archive ']'
++ continue
++ '[' '!' -f /tmp/static-get.s.minos.io##archive/index.html ']'
++ awk '-F"' '/href/ {if ($2 != "../" && $2 != "robots.txt") {sub(/\//,"",$2);print $2}}' /tmp/static-get.s.minos.io##archive/index.html
+ available_distros=
+ '[' -z '' ']'
+ printf '%s\n' 'no available packages at s.minos.io/archive, it may be an incorrect url or could be down temporarily'
no available packages at s.minos.io/archive, it may be an incorrect url or could be down temporarily
+ exit 1

Hello @Reelix , it's been a while since the last time I used static binaries, recently I had issues with the DNS manager I used for minos.io and I've been unable to look at it, I'm not sure how much time it will take me, my suggestion is to rebuild the needed packages from source.

hello @Reelix , I revisit the domain site and I was able to update the needed entries, s.minos.io is now back online, as for aarch64 I'm not sure if packages were ever build for such platform, I think only x86 is supported at the moment, x86_64 builds link to x86, adding support for additional platforms would require updates to the inner recipes, and probably also to the build process