From: Michael K. <mic...@ip...> - 2022-07-14 22:08:09
|
Thanks Lonnie (and Michael) We will give that a go. Regards Michael Knill On 15/7/2022, 6:44 am, "Lonnie Abelbeck" <li...@lo...> wrote: Hi Michael and Matthew, This error occurs while building the toolchain (crosstool-ng), there are a couple ways to fix this. 1) The URL for 'isl' has moved, this [1] is the fix for upstream crosstool-ng. So, before you do a "./ct-ng build" edit the "packages/isl/package.desc" file and change the line: -- from -- mirrors='http://isl.gforge.inria.fr' -- to -- mirrors='https://libisl.sourceforge.io' -- Then perform "./ct-ng build". Please let us know if this works for you. [1] https://github.com/crosstool-ng/crosstool-ng/commit/cfb7d07ae1e0ef4dbf14f40a5744d1abd382d000 2) Alternatively, we have a copy of the crosstool-ng "tarballs" directory. So, before you do a "./ct-ng build" -- cd ~/source-control/crosstool-ng-1.24.0/.build curl -LO https://astlinux-project.org/files/crosstool-ng-1.24.0-tarballs.tar.gz tar xzvf crosstool-ng-1.24.0-tarballs.tar.gz rm crosstool-ng-1.24.0-tarballs.tar.gz cd ~/source-control/crosstool-ng-1.24.0 -- Then perform "./ct-ng build". Either "fix" should work. Lonnie > On Jul 14, 2022, at 12:55 AM, Michael Knill <mic...@ip...> wrote: > > 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 ... > > Regards, > Matthew Knill > > _______________________________________________ > Astlinux-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-devel _______________________________________________ Astlinux-devel mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/astlinux-devel |