|
From: Michael K. <mic...@ip...> - 2022-07-14 05:55:19
|
Hi Devs Matthew is trying to build our own image and has come up with this issue. Any help would be appreciated. Regards Michael Knill From: Matthew Knill <mat...@ip...> Date: Thursday, 14 July 2022 at 3:42 pm To: Michael Knill <mic...@ip...> Subject: Error building Astlinux image After following the doco exactly, I got to the `./ct-ng build` in the [Crosstool-NG](https://raw.githubusercontent.com/astlinux-project/astlinux/master/crosstool-ng-src/README) instructions which yielded the following error: ``` [INFO ] Performing some trivial sanity checks [INFO ] Build started 20220714.150937 [INFO ] Building environment variables [INFO ] ================================================================= [INFO ] Retrieving needed toolchain components' tarballs [ERROR] isl: download failed [ERROR] [ERROR] >> [ERROR] >> Build failed in step 'Retrieving needed toolchain components' tarballs' [ERROR] >> called in step '(top-level)' [ERROR] >> [ERROR] >> Error happened in: CT_Abort[scripts/functions@487] [ERROR] >> called from: CT_DoFetch[scripts/functions@2103] [ERROR] >> called from: CT_PackageRun[scripts/functions@2063] [ERROR] >> called from: CT_Fetch[scripts/functions@2174] [ERROR] >> called from: do_isl_get[scripts/build/companion_libs/121-isl.sh@16] [ERROR] >> called from: do_companion_libs_get[scripts/build/companion_libs.sh@15] [ERROR] >> called from: main[scripts/crosstool-NG.sh@648] [ERROR] >> [ERROR] >> For more info on this error, look at the file: 'build.log' [ERROR] >> There is a list of known issues, some with workarounds, in: [ERROR] >> 'docs/manual/B_Known_issues.md' [ERROR] >> [ERROR] >> If you feel this is a bug in crosstool-NG, report it at: [ERROR] >> https://github.com/crosstool-ng/crosstool-ng/issues/ [ERROR] >> [ERROR] >> Make sure your report includes all the information pertinent to this issue. [ERROR] >> Read the bug reporting guidelines here: [ERROR] >> http://crosstool-ng.github.io/support/ [ERROR] [ERROR] (elapsed: 4:01.54) [04:02] / make: *** [ct-ng:261: build] Error 1 ``` Regards, Matthew Knill |