koreader / koxtoolchain

Build script for various toolchains used by KOReader
59 stars 22 forks source link

[Not at this location]: "https://releases.linaro.org/archive/17.11/components/toolchain/gcc-linaro/gcc-linaro-7.2-2017.11" #6

Closed pazos closed 6 years ago

pazos commented 6 years ago

Trying to build a kindlepw2 toolchain:

[ALL  ]    Resolving releases.linaro.org (releases.linaro.org)... 64.28.99.46
[ALL  ]    Connecting to releases.linaro.org (releases.linaro.org)|64.28.99.46|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 404 Not Found
[ALL  ]    2018-10-13 22:30:14 ERROR 404: Not Found.
[ALL  ]    
[DEBUG]    Not at this location: "https://releases.linaro.org/archive/17.11/components/toolchain/gcc-linaro/gcc-linaro-7.2-2017.11"
[ERROR]  
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Retrieving needed toolchain components' tarballs'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in: CT_GetLinaro[scripts/functions@900]
[ERROR]  >>        called from: do_gcc_get[scripts/build/cc/100-gcc.sh@16]
[ERROR]  >>        called from: do_cc_get[scripts/build/cc.sh@21]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@609]
[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]  >>      '/home/pazos/Escritorio/koxtoolchain/build/CT_NG_BUILD/share/doc/crosstool-ng/crosstool-ng-1.22.0-779-g390464e7/B - Known issues.txt'
[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: 12:18.30)

pinging @NiLuJe @Frenzie, sorry for the work guys :d

It seems that the new location is under https://releases.linaro.org/components/toolchain/gcc-linaro/7.2-2017.11/. This may affect other target/components as too.

NiLuJe commented 6 years ago

I may have fixed that already in my unmerged fork, but I'll double-check, thanks ;).

NiLuJe commented 6 years ago

That's strange, https://github.com/NiLuJe/crosstool-ng/blob/1.23-kindle/scripts/functions#L901 has been in there since forever...

On the off-chance something wonky is happening, try with my koxtoolchain fork?

pazos commented 6 years ago

@NiLuJe: didn't work on your master branch. Same error. I think this is a 32 bit related issue because it downloads OK on a x86_64 system.

NiLuJe commented 6 years ago

That... Shouldn't be a factor at all o_O.

On Sun, Oct 14, 2018, 21:00 Martín Fernández notifications@github.com wrote:

@NiLuJe https://github.com/NiLuJe: didn't work on your master branch. Same error. I think this is a 32 bit related issue because it downloads OK on a x86_64 system.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/koreader/koxtoolchain/issues/6#issuecomment-429652396, or mute the thread https://github.com/notifications/unsubscribe-auth/AAG1ZuoUtBClqKCzS6lw6Sa3Fa8hqCL9ks5uk4nCgaJpZM4Xa4JU .

pazos commented 6 years ago

That... Shouldn't be a factor at all o_O.

Yup, you're right. It seems related to build inside VirtualBox. Can't build on a x64 VM with the same error.

Solution: if you're building on VBox change network adapter from NAT to bridge and choose the iface used by your host to connect to the network.

I'm closing this issue, since isn't an issue anymore :smile: