[Solved] Errors when compiling 8.2.3

  • Hi,
    I'm trying to compile to 8.2.3 build from a clean directory and I'm getting the following error at the early beginning:

    Code
    INFO Calculated checksum is: 251a85b3bac687974f360d3796048c20ded3bf0bd69e0d1cfd1db23d013f89ed
      UNPACK   xz
    bzip2: (stdin) is not a bzip2 file.
    tar: Child returned status 2
    tar: Error is not recoverable: exiting now
    Makefile:12: recipe for target 'image' failed
    make: *** [image] Error 2

    Edit: Just found where the problem is coming from:

    "We're sorry -- the Sourceforge site is currently in Disaster Recovery mode. Please check back later."

    Edited 2 times, last by gprintemps (March 3, 2018 at 5:16 PM).

  • Now, after getting the xv package from another source, I got a compilation error later in the build...

    Code
    make[5]: Leaving directory '/home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/binutils-2.27/.x86_64-linux-gnu/ld'
    make[4]: Leaving directory '/home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/binutils-2.27/.x86_64-linux-gnu/ld'
    make[3]: Leaving directory '/home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/binutils-2.27/.x86_64-linux-gnu/ld'
    /home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/toolchain/bin/host-g++ -DHAVE_CONFIG_H -I. -I/home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/binutils-2.27/gold  -I/home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/binutils-2.27/gold -I/home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/binutils-2.27/gold/../include -I/home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/binutils-2.27/gold/../elfcpp -DLOCALEDIR="\"/home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/toolchain/share/locale\"" -DBINDIR="\"/home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/toolchain/bin\"" -DTOOLBINDIR="\"/home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/toolchain/x86_64-libreelec-linux-gnu/bin\"" -DTOOLLIBDIR="\"/home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/toolchain/x86_64-libreelec-linux-gnu/lib\""   -W -Wall    -Wstack-usage=262144 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=script.o -I/home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/binutils-2.27/gold/../zlib -g -O2 -MT script.o -MD -MP -MF .deps/script.Tpo -c -o script.o /home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/binutils-2.27/gold/script.cc
    mv -f .deps/script-sections.Tpo .deps/script-sections.Po
    /home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/toolchain/bin/host-g++ -DHAVE_CONFIG_H -I. -I/home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/binutils-2.27/gold  -I/home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/binutils-2.27/gold -I/home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/binutils-2.27/gold/../include -I/home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/binutils-2.27/gold/../elfcpp -DLOCALEDIR="\"/home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/toolchain/share/locale\"" -DBINDIR="\"/home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/toolchain/bin\"" -DTOOLBINDIR="\"/home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/toolchain/x86_64-libreelec-linux-gnu/bin\"" -DTOOLLIBDIR="\"/home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/toolchain/x86_64-libreelec-linux-gnu/lib\""   -W -Wall    -Wstack-usage=262144 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=tilegx.o -I/home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/binutils-2.27/gold/../zlib -g -O2 -MT tilegx.o -MD -MP -MF .deps/tilegx.Tpo -c -o tilegx.o /home/gprintemps/MediaPlayer823/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.2.3/binutils-2.27/gold/tilegx.cc
    make[5]: *** [Makefile:917: script.o] Error 1
    make[5]: *** Waiting for unfinished jobs....
    make[5]: *** [Makefile:917: tilegx.o] Error 1

    Edited 3 times, last by gprintemps (March 3, 2018 at 5:19 PM).

  • your log snippet shows nothing useful, upload your full log if you're not able to locate the error.

    milhouse: I relaunched the build yesterday evening and after a clean it went until the end. I guess my issue was mainly due to the maintenance of SourceForge and even I was even able to download the package from another source, something went wrong.