Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shared-mime-info: Fails to download (error 404). #1

Open
dreirund opened this issue Sep 25, 2022 · 0 comments
Open

shared-mime-info: Fails to download (error 404). #1

dreirund opened this issue Sep 25, 2022 · 0 comments

Comments

@dreirund
Copy link

make -j1 V=sc package/feeds/handsomefeed/shared-mime-info/download fails with HTTP error 404 "Not Found":

time: target/linux/prereq#0.25#0.05#0.28
Checking 'rsync'... ok.
make[1]: Entering directory '/[...]'
make[2]: Entering directory '/[...]/feeds/handsomefeed/libs/shared-mime-info'
mkdir -p /[...]/dl
SHELL= flock /[...]/tmp/.shared-mime-info-1.12.tar.xz.flock -c '  	/[...]/scripts/download.pl "/[...]/dl" "shared-mime-info-1.12.tar.xz" "18b2f0fe07ed0d6f81951a5fd5ece44de9c8aeb4dc5bb20d4f595f6cc6bd403e" "" "https://freedesktop.org/~hadess/"    '
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://freedesktop.org/~hadess/shared-mime-info-1.12.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   357  100   357    0     0    328      0  0:00:01  0:00:01 --:--:--   329
  0   285    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
curl: (22) The requested URL returned error: 404
Download failed.
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://sources.cdn.openwrt.org/shared-mime-info-1.12.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0   169    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
Download failed.
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://sources.openwrt.org/shared-mime-info-1.12.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0   169    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
Download failed.
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://mirror2.openwrt.org/sources/shared-mime-info-1.12.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0   153    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
Download failed.
No more mirrors to try - giving up.
make[2]: *** [Makefile:80: /[...]/dl/shared-mime-info-1.12.tar.xz] Error 2
make[2]: Leaving directory '/[...]/feeds/handsomefeed/libs/shared-mime-info'
time: package/feeds/handsomefeed/shared-mime-info/download#0.34#0.08#3.11
    ERROR: package/feeds/handsomefeed/shared-mime-info failed to build.
make[1]: *** [package/Makefile:116: package/feeds/handsomefeed/shared-mime-info/download] Error 1
make[1]: Leaving directory '/[...]'
make: *** [/[...]/include/toplevel.mk:230: package/feeds/handsomefeed/shared-mime-info/download] Error 2

→ My .config. Building from the kirdesde/Handsomemod-fork, but that uses HandsomeMod/handsomefeed as well, so I think the issue report is right to be here at this repository.

@dreirund dreirund changed the title Package shared-mime-info fails to download. shared-mime-info: Fails to download (error 404). Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant