XayahSuSuSu / Android-DataBackup

DataBackup for Android 8.0+
https://DataBackupOfficial.github.io
GNU General Public License v3.0
2.34k stars 94 forks source link

[Bug] F-Droid build failed #200

Closed linsui closed 5 months ago

linsui commented 5 months ago

https://monitor.f-droid.org/builds/log/com.xayah.databackup.foss/3411054#site-footer Looks like the tree is installed to a wrong path. Could you please take a look? Thanks!

XayahSuSuSu commented 5 months ago
--2024-01-14 11:48:06--  (try: 2)  https://tukaani.org/xz/xz-5.4.4.tar.gz
Connecting to tukaani.org (tukaani.org)|5.44.245.25|:443... failed: Connection refused.
Resolving tukaani.org (tukaani.org)... 5.44.245.25
Connecting to tukaani.org (tukaani.org)|5.44.245.25|:443... failed: Connection refused.
tar (child): xz-5.4.4.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
../../build/build_bin.sh: line 133: cd: xz-5.4.4: No such file or directory
../../build/build_bin.sh: line 134: ./configure: No such file or directory

Hmm it looks like a network error, can we re-trigger the build?

linsui commented 5 months ago

It seems the site is down. Can you connect to it?

XayahSuSuSu commented 5 months ago

It seems the site is down. Can you connect to it?

image Weird, but I can download it here.

linsui commented 5 months ago

Oh, it works.

~$ curl https://tukaani.org/xz/xz-5.4.4.tar.gz
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="https://github.com/tukaani-project/xz/releases/download/v5.4.4/xz-5.4.4.tar.gz">here</a>.</p>
</body></html>