nu774 / fdkaac_autobuild

Win32 scripts for automated build of libfdk-aac and fdkaac
68 stars 16 forks source link

Error: missing zip file during execution of build_libfdk_aac #12

Open gom3sr opened 6 years ago

gom3sr commented 6 years ago

I've been trying to run build_libfdk_aac.bat for several days and everytime I get the same error message:

2018-02-28 22:55:16 (1.24 MB/s) - `files/LibMakefile' saved [5357/5357]

--2018-02-28 22:55:16-- https://github.com/mstorsjo/fdk-aac/archive/master.zip Resolving github.com... 192.30.253.112, 192.30.253.113 Connecting to github.com|192.30.253.112|:443... connected. OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version Unable to establish SSL connection. Archive: fdk-aac-master.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of fdk-aac-master.zip or fdk-aac-master.zip.zip, and cannot find fdk-aac-master.zip.ZIP, period. The system cannot find the path specified. 0 file(s) copied. The system cannot find the path specified. 0 file(s) copied. The system cannot find the path specified. make: *** No rule to make target `install'. Stop.

Also, the batch file creates an archive fdk-aac-master.zip with 0 bytes.

nu774 commented 6 years ago

Recently github dropped TLS 1.1 support, and it seems like OpenSSL bundled in msys is too old to talk with TLS1.2, hence the error. If you cannot build fdkaac without this scripts, maybe you can find pre-built win32 binary somewhere.

0xBA5E64 commented 6 years ago

I am having difficulties building fdkaac and can't seem to find any precombiled binary online, do you have any idea where to look?