Hello.
I've tried to compile sources from master branch of GitHub - LibreELEC/LibreELEC.tv: Just enough OS for KODI , but it failed to compile with
If I restart it again, I got this output log:
Code
devusr@scw-97b47e:/home/le/LibreELEC.tv$ PROJECT=Amlogic DEVICE=S912 ARCH=arm make image -j 2
./scripts/image mkimage
=================================================================================
Configuration for LibreELEC (community)
=================================================================================
Buildoptions:
======================================================
- CPU (ARCH): cortex-a53 (arm)
- FLOAT: hard
- FPU: neon-fp-armv8
- SIMD support: yes
- LTO (Link Time Optimization) support: yes
- GOLD (Google Linker) Support: yes
- LLVM support:
- DEBUG: no
Graphic configuration:
======================================================
- OpenGL (GLX) support (provider): no (no)
- OpenGLES support (provider): yes (opengl-meson-t82x)
- uvesafb support: no
Hardware decoder configuration:
======================================================
- Kodi Player driver: libamcodec
- VAAPI Support:
- VDPAU Support:
Input device configuration:
======================================================
- Remote support: yes
- ATV Remote support: no
- CEC Adapter support: yes
- CEC Framework support: no
- Kodi Joystick support: yes
Misc. hardware configuration:
======================================================
- ALSA support: yes
- Pulseaudio support: yes
- Bluetooth support: yes
- Include driver: gpu-aml
- Include driver: RTL8192CU
- Include driver: RTL8192DU
- Include driver: RTL8192EU
- Include driver: RTL8812AU
- Include driver: RTL8188EU-aml
- Include driver: ap6xxx-aml
- Include driver: mt7601u-aml
- Include driver: mt7603u-aml
- Include driver: qca9377-aml
- Include driver: RTL8189ES-aml
- Include driver: RTL8189FS-aml
- Include driver: RTL8723BS-aml
- Include driver: RTL8723DS-aml
- Include driver: RTL8822BU-aml
- Include driver: ssv6xxx-aml
- Include driver: fd628-aml
- Include driver: avl6862-aml
- Include driver add-ons: crazycat
- Include driver add-ons: hauppauge
- Include firmware: misc-firmware
- Include firmware: wlan-firmware
- Include firmware: dvb-firmware
- Include firmware: brcmfmac_sdio-firmware-all-aml
- Include firmware: rtl8723bs_bt
- Include firmware: qca9377-firmware-aml
- Initramfs modules: font
- Initramfs modules: softcursor
- Initramfs modules: bitblit
- Initramfs modules: fbcon
- Initramfs modules: dwc_otg
Network service configuration:
======================================================
- Avahi (Zeroconf) support: yes
- NFS mounting support: yes
- SAMBA mounting support: yes
- SAMBA server support: yes
- SFTP server support: yes
- OpenVPN support: yes
OS configuration:
======================================================
- OEM Support: no
- Default ROOT Password: libreelec
- Bootloader: u-boot
- U-Boot configuration:
- U-Boot config file:
- UDevil support: yes
- Installer support: no
- Include package: u-boot-tools-aml
- Include package: dtc
- Include package: autoscript-amlogic
Misc. Filesystems:
======================================================
- Swap Support: yes
- Swapfile default size: 128
- exFAT Support (via Fuse): yes
- NTFS Support (via Fuse): yes
- Install HFS Tools: yes
Kodi configuration:
======================================================
- Kodi version: kodi
- Kodi Blu-Ray support: yes
- Bluray BD+ support: yes
- Bluray AACS support: yes
- Kodi DVDCSS support: yes
- Kodi Airplay support: yes
- Kodi Airtunes support: yes
- Kodi NFS support: yes
- Kodi MySQL support: mariadb
- Kodi Optical Drive support: yes
- Kodi SAMBA client support: yes
- Kodi SSH client support: yes
- Kodi UPNP support: yes
- Kodi Webserver support: yes
- Include Skin: Estuary
- Default Skin: Estuary
- Include extra fonts: yes
=================================================================================
End Configuration for LibreELEC
=================================================================================
INSTALL libc (target)
INSTALL toolchain (target)
INSTALL configtools (host)
INSTALL make (host)
INSTALL xz (host)
INSTALL sed (host)
INSTALL pkg-config (host)
INSTALL autoconf (host)
INSTALL automake (host)
INSTALL intltool (host)
INSTALL libtool (host)
INSTALL autoconf-archive (host)
INSTALL gcc (host)
INSTALL bison (host)
INSTALL flex (host)
INSTALL cmake (host)
INSTALL xmlstarlet (host)
INSTALL yasm (host)
INSTALL p7zip (host)
INSTALL ninja (host)
INSTALL meson (host)
INSTALL glibc (target)
INSTALL ccache (host)
INSTALL autotools (host)
INSTALL linux (host)
INSTALL gcc (bootstrap)
INSTALL tz (target)
INSTALL gcc (target)
INSTALL linux (target)
INSTALL cpio (host)
INSTALL kmod (host)
INSTALL wireless-regdb (target)
INSTALL keyutils (target)
INSTALL device-trees-amlogic (target)
INSTALL aml-dtbtools (host)
INSTALL gcc-linaro-aarch64-linux-gnu (host)
INSTALL mkbootimg (host)
BUILD crazycat (target)
TOOLCHAIN make (auto-detect)
make[1]: Entering directory '/home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/crazycat-2017-12-06'
make -C linux/ untar
make[2]: Entering directory '/home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/crazycat-2017-12-06/linux'
tar xfj linux-media.tar.bz2
mkdir -p drivers/media/amlogic/
# Copy amlvideodri module
cp -a "/home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/linux-9c63c24/drivers/amlogic/video_dev" "drivers/media/amlogic"
sed -i 's,common/,,g; s,"trace/,",g' `find drivers/media/amlogic/video_dev/ -type f`
# Copy videobuf-res module
cp -a "/home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/linux-9c63c24/drivers/media/v4l2-core/videobuf-res.c" "drivers/media/v4l2-core/"
cp -a "/home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/linux-9c63c24/include/media/videobuf-res.h" "include/media/"
# Copy WeTek Play DVB driver
cp -a "/home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/linux-9c63c24/drivers/amlogic/wetek" "drivers/media/amlogic"
# Copy dvb-avl driver
cp -a /home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/linux-9c63c24/drivers/amlogic/dvb-avl "drivers/media"
echo "obj-y += dvb-avl/" >> "drivers/media/Makefile"
rm -f .patches_applied .linked_dir .git_log.md5
make[2]: Leaving directory '/home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/crazycat-2017-12-06/linux'
make[1]: Leaving directory '/home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/crazycat-2017-12-06'
make[1]: Entering directory '/home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/crazycat-2017-12-06'
make -C /home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/crazycat-2017-12-06/v4l
make[2]: Entering directory '/home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/crazycat-2017-12-06/v4l'
scripts/make_makefile.pl
make[3]: Entering directory '/home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/crazycat-2017-12-06/linux'
Applying patches for kernel 3.14.29
patch -s -f -N -p1 -i ../backports/linux-301-AML-videobuf-resource.patch
patch -s -f -N -p1 -i ../backports/linux-302-AML-amlogic-video-dev.patch
The next patch would create the file drivers/media/amlogic/Kconfig,
which already exists! Skipping patch.
1 out of 1 hunk ignored
The next patch would create the file drivers/media/amlogic/Makefile,
which already exists! Skipping patch.
1 out of 1 hunk ignored
make[3]: *** [Makefile:147: apply_patches] Error 1
make[3]: Leaving directory '/home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/crazycat-2017-12-06/linux'
make[3]: Entering directory '/home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/crazycat-2017-12-06/linux'
make[4]: Entering directory '/home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/crazycat-2017-12-06/linux'
Unapplying patches
patch -s -f -R -p1 -i ../backports/linux-301-AML-videobuf-resource.patch
make[4]: Leaving directory '/home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/crazycat-2017-12-06/linux'
Applying patches for kernel 3.14.29
patch -s -f -N -p1 -i ../backports/linux-301-AML-videobuf-resource.patch
patch -s -f -N -p1 -i ../backports/linux-302-AML-amlogic-video-dev.patch
The next patch would create the file drivers/media/amlogic/Kconfig,
which already exists! Skipping patch.
1 out of 1 hunk ignored
The next patch would create the file drivers/media/amlogic/Makefile,
which already exists! Skipping patch.
1 out of 1 hunk ignored
make[3]: *** [Makefile:147: apply_patches] Error 1
make[3]: Leaving directory '/home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/crazycat-2017-12-06/linux'
make[2]: *** No rule to make target 'Kconfig', needed by '.myconfig'. Stop.
make[2]: Leaving directory '/home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/crazycat-2017-12-06/v4l'
make[1]: *** [Makefile:26: all] Error 2
make[1]: Leaving directory '/home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/crazycat-2017-12-06'
Makefile:12: recipe for target 'image' failed
make: *** [image] Error 2
devusr@scw-97b47e:/home/le/LibreELEC.tv$
Display More
Is master branch broken now?