[Newbie] Various emuELEC build problems

Good Morning!
I come to ask for help, this error when compiling.

[254/463] [DONE] install pcre2
BUILD qt-everywhere (target)
TOOLCHAIN configure (auto-detect)
Executing (target): make
make[1]: Entering directory ‘/home/lz/EmuELEC/build.EmuELEC-Amlogic.aarch64-4.2/qt-everywhere-5.13.0’
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory ‘/home/lz/EmuELEC/build.EmuELEC-Amlogic.aarch64-4.2/qt-everywhere-5.13.0’
FAILURE: scripts/install qt-everywhere has failed!
[255/463] [FAIL] install qt-everywhere

The following logs for this failure are available:
stdout: /home/lz/EmuELEC/build.EmuELEC-Amlogic.aarch64-4.2/.threads/logs/262/stdout
stderr: /home/lz/EmuELEC/build.EmuELEC-Amlogic.aarch64-4.2/.threads/logs/262/stderr

parallel: This job failed:
package_worker 1 262 463 ‘install qt-everywhere’
Parallel build failure - see log for details. Time of failure: Wed Jul 21 08:57:07 -03 2021
make: *** [Makefile:12: image] Erro 1

Check 2 log files for any clues why it fails.

–2021-07-24 17:45:59-- http://sources.libreelec.tv/mirror/spring/spring-443d2a83584a6ea26cba797a88b5f4dae2258402.tar.gz
Resolving sources.libreelec.tv (sources.libreelec.tv)… 138.68.75.163
Connecting to sources.libreelec.tv (sources.libreelec.tv)|138.68.75.163|:80… connected.
HTTP request sent, awaiting response… 301 Moved Permanently
Location: https://sources.libreelec.tv/mirror/spring/spring-443d2a83584a6ea26cba797a88b5f4dae2258402.tar.gz [following]
–2021-07-24 17:45:59-- https://sources.libreelec.tv/mirror/spring/spring-443d2a83584a6ea26cba797a88b5f4dae2258402.tar.gz
Connecting to sources.libreelec.tv (sources.libreelec.tv)|138.68.75.163|:443… connected.
HTTP request sent, awaiting response… 404 Not Found
2021-07-24 17:46:00 ERROR 404: Not Found.

Cannot get spring sources : https://github.com/valadaa48/spring-libretro/archive/443d2a83584a6ea26cba797a88b5f4dae2258402.tar.gz
Try later!
FAILURE: scripts/install spring has failed!
[369/463] [FAIL] install spring

The following logs for this failure are available:
stdout: /home/lz/EmuELEC/build.EmuELEC-Amlogic.aarch64-4.2/.threads/logs/376/stdout
stderr: /home/lz/EmuELEC/build.EmuELEC-Amlogic.aarch64-4.2/.threads/logs/376/stderr

parallel: This job failed:
package_worker 4 376 463 ‘install spring’
Parallel build failure - see log for details. Time of failure: Sat Jul 24 17:46:01 -03 2021
Makefile:12: recipe for target ‘image’ failed
make: *** [image] Error 1

what are you trying to do?

For what reason?

why I like to install and study improvements. Can you help?

It seems as if you are a beginner. You struggle a lot and that makes me wonder what you want to achieve.
Normally there is some motivation to make a change. Because @shanti is always releasing the recent Build from code.

To answer your previous error the source of the package is no longer available. Need to ask @shanti why it is no longer there.

Please pull latest changes, this was fixed a while ago you have older source code. (use the dev branch)

Also this has nothing to do with CoreELEC please use the EmuELEC forum or discord :slight_smile:

Either take my advice or close this issue, you need to pull the latest changes using the dev branch.

git checkout dev
git pull

I’m compiling pleo github emuelec

which kernel should i use to avoid these problems @shanti

I am not sure what you mean by kernel, but I repeat you NEED to pull the latest changes from github using the dev branch! NOT THE MASTER BRANCH. That is the solution to avoid those “problems”

I’ll try thanks

I was able to close post thank you all.

I’m doing it like this, I don’t know why it doesn’t work?

sed -i “s|2d98c599d8bd120e75a9366d4d5c0b1284fee04cfdae4152898e0950544aa8eb|f4848b27a79dd9bcf4720c1751730772472f501ddf5432be2e93a146fa7e57cb|” packages/sx05re/tools/SDL/SDL_net/package.mk

/////////////////---------------------///////////////////////////////////////

WARNING Incorrect checksum calculated on downloaded file: got 2d98c599d8bd120e75a9366d4d5c0b1284fee04cfdae4152898e0950544aa8eb wanted f4848b27a79dd9bcf4720c1751730772472f501ddf5432be2e93a146fa7e57cb
–2021-07-27 16:57:47-- h ttp://sources.libreelec.tv/mirror/SDL_sound/SDL_sound-f0d57c9b72d8.tar.gz

@shanti

Why are you doing it like that? just open the file with a text editor and change it there.

1 Like

Could you explain to me that I change the document, I learned to do it wrong, when I change the document it generates an error. I think I’m doing it wrong, could you explain? please? I’ve tried several ways I can’t.

Please STOP opening new threads for same problem again and again. If you don’t understand what you are doing then stop doing this. Because it is too much for you. Not everyone can build software from sources.

Like in this case: You got wrong checksum for package SDL_sound and not SDL_net!

1 Like