cmeng-git / atalk-android

xmpp/jabber client for android
Apache License 2.0
159 stars 59 forks source link

F-Droid build failed #211

Closed linsui closed 8 months ago

linsui commented 8 months ago
--2024-02-04 05:13:14--  https://gitlab.linphone.org/BC/public/bcg729/-/archive/release/1.1.1/bcg729-release-1.1.1.tar.gz
Resolving gitlab.linphone.org (gitlab.linphone.org)... 54.37.202.230, 2001:41d0:700:789::2030
Connecting to gitlab.linphone.org (gitlab.linphone.org)|54.37.202.230|:443... connected.
ERROR: The certificate of ‘gitlab.linphone.org’ is not trusted.
ERROR: The certificate of ‘gitlab.linphone.org’ has expired.
The certificate has expired

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
./init_libbcg729.sh: line 41: pushd: bcg729: No such file or directory

Maybe we just need to retry later?

cmeng-git commented 8 months ago

The reason is that the bcg729 site has expired. I have re-release aTalk v3.3.4 with `--no-check-certificate' to resolve the problem.

================ Fetching library source for bcg729: bcg729-1.1.1 ============================ --2024-02-05 08:09:11-- https://gitlab.linphone.org/BC/public/bcg729/-/archive/1.1.1/bcg729-1.1.1.tar.gz Resolving gitlab.linphone.org (gitlab.linphone.org)... 54.37.202.230, 2001:41d0:700:789::2030 Connecting to gitlab.linphone.org (gitlab.linphone.org)|54.37.202.230|:443... connected. ERROR: cannot verify gitlab.linphone.org's certificate, issued by ‘CN=R3,O=Let's Encrypt,C=US’: Issued certificate has expired. cannot verify gitlab.linphone.org's certificate, issued by ‘CN=R3,O=Let's Encrypt,C=US’:

To connect to gitlab.linphone.org insecurely, use `--no-check-certificate'.

linsui commented 8 months ago

Thanks!