koreader / koxtoolchain

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

Fails to build (gcc-linaro-4.8-2015.06 missing) #1

Closed poire-z closed 6 years ago

poire-z commented 7 years ago

2 problems as of a few weeks ago and still today:

a few minutes wasted retrying download of binutils-2.25.1.tar

[DEBUG]    Trying 'ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-2.25.1.tar.xz'
[ALL  ]    Resolving ftp.kernel.org (ftp.kernel.org)... 198.145.20.140, 149.20.4.69, 199.204.44.194
[ALL  ]    Connecting to ftp.kernel.org (ftp.kernel.org)|198.145.20.140|:21... failed: Connection timed out.

to finally get it: [DEBUG] Got it from: "http://ftp.gnu.org/gnu/binutils/binutils-2.25.1.tar.bz2"

But it can not get:

[EXTRA]    Retrieving 'gcc-linaro-4.8-2015.06'
[DEBUG]    Trying 'https://releases.linaro.org/components/toolchain/gcc-linaro/4.8-2015.06/gcc-linaro-4.8-2015.06.tar.xz'

that it can not find anywhere.

[DEBUG]    Not at this location: "http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.8-2015.06"
[ERROR]
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Retrieving needed toolchain components' tarballs'

There is indeed no 4.8-2015.06 anymore at http://snapshots.linaro.org/components/toolchain/gcc-linaro/ .

NiLuJe commented 7 years ago

Yep, Linaro DL locations have changed somewhat recently.

I hope I'll have time to rebase my mess on top of ct-ng's master soon, that should fix things up.

But right now, time is very spare, so it may take a while...

poire-z commented 7 years ago

No urgency at all for me. I ended up using debian packages. Issue opened at houqp's request, for tracking purpose.

houqp commented 7 years ago

Here is a quick fix: If someone still has the previous 4.8 tarball, we can host it on build.koreader.rocks and point the url to it.

@NiLuJe : Off topic, are you in school?

NiLuJe commented 7 years ago

@houqp: Yep, grad school, English Lit ;).

tigran123 commented 7 years ago

@houqp I think he is the most computer proficient English Literature student in the history of this planet :)

Frenzie commented 7 years ago

I'll gladly grant him that title, but just for the record my own degree is in English and Dutch, linguistics and literature. You're bound to attract a certain crowd on a project like this. ;-)

Btw, @NiLuJe it can be interesting to play around with https://github.com/computationalstylistics/stylo

tigran123 commented 7 years ago

@Frenzie Oh, yes, I forgot that the ebook reader software is actually for ... reading books (which sort of connects it to literature) and not just for hacking on ARM architecture :)

houqp commented 7 years ago

@houqp: Yep, grad school, English Lit ;).

Haven't seen you online for awhile, so I thought you already graduated and got snapped by a tech company :P

@houqp I think he is the most computer proficient English Literature student in the history of this planet :)

LOL, I agree. He is also better than most of the CS major people I have meet.

And guess what, @chrox is also not majored in CS ;) We have a very diverse community.

NiLuJe commented 6 years ago

Should be fixed with #2, now that I'm done blushing ;).