Hello,
I try to compile OpenPli 9.0 from source for vu+ solose.
I use a xubuntu 22.04 image on a vm with 8coeur + 8go ram and a disk of 100go
I follow this wiki:
https://wiki.openpli..._for_Developers
So i have done that:
sudo apt-get install sed wget cvs subversion git-core git-lfs \ coreutils unzip texi2html texinfo docbook-utils \ gawk python3-distutils diffstat help2man make gcc build-essential g++ \ desktop-file-utils chrpath default-jre gettext zip libssl-dev
i add sshpass that was missing (sudo apt install sshpass) sudo chmod ugo+rw /opt mkdir -p /opt/openpli cd /opt/openpli git clone https://github.com/OpenPLi/openpli-oe-core.git git checkout release-9.0 git submodule update --init --recursive make
then i compile with:
ENIGMA2_BRANCH=release-9.0 MACHINE=vusolose make image
I got the error you can get in the attached file, do you have an idea of what i did wrong? It seems there is only pb for 1 driver:
"ERROR: hmp-usb-dvb-t2-c-V141106-r0 do_compile: oe_runmake failed
ERROR: hmp-usb-dvb-t2-c-V141106-r0 do_compile: ExecutionError('/opt/openpli/openpli-oe-core/build/tmp/work/vusolose-oe-linux/hmp-usb-dvb-t2-c/V141106-r0/temp/run.do_compile.3021133', 1, None, None)"
Thank's
Edited by linus, 9 November 2024 - 16:34.