Hi all, I am trying to build the haiku code. I am following the instructions given here: https://github.com/haiku/haiku/blob/master/ReadMe.Compiling.md.
I have configured Haiku successfully and whenever I hit the command jam
, I see the following error after some time:
ERROR: cannot verify eu.hpkg.haiku-os.org's certificate, issued by ‘CN=R3,O=Let's Encrypt,C=US’:
Unable to locally verify the issuer's authority.
To connect to eu.hpkg.haiku-os.org insecurely, use
–no-check-certificate’.`
source="generated/objects/haiku/x86_64/packaging/repositories/HaikuPorts-checksum"
wget --retry-connrefused --timeout 30 -O "generated/download/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64.hpkg" https://eu.hpkg.haiku-os.org/haikuports/master/build-packages/
cat $source/packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64.hpkg || exit 1
touch "generated/download/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64.hpkg"
...failed DownloadLocatedFile1 generated/download/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64.hpkg ... ...removing generated/download/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64.hpkg
BUILD FAILURE:
...failed updating 1 target(s)...
...skipped 7 target(s)...
...updated 6 target(s)...
I have tried to run the commands given here https://www.haiku-os.org/guides/building/jam
still it shows the same error.
Can anyone tell me what i may be doing wrong.
Thank you!