PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : problem for build image



samkooke
17.04.2018, 21:45
hello audioniek what is the problem thanks



Build Environment Variables:
PATH : /home/coco/Bureau/x/buildsystem/tufsbox/host/bin
: /home/coco/Bureau/x/buildsystem/tufsbox/cross/bin
: /home/coco/Bureau/x/buildsystem/cross/sh4/hs7819/bin
: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin
: /bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/usr/sbin
: /usr/local/sbin
ARCHIVE_DIR : /home/coco/Archive
BASE_DIR : /home/coco/Bureau/x/buildsystem
CUSTOM_DIR : /home/coco/Bureau/x/buildsystem/custom
APPS_DIR : /home/coco/Bureau/x/buildsystem/apps
DRIVER_DIR : /home/coco/Bureau/x/buildsystem/driver
FLASH_DIR : /home/coco/Bureau/x/buildsystem/flash
CROSS_DIR : /home/coco/Bureau/x/buildsystem/tufsbox/cross
CROSS_BASE : /home/coco/Bureau/x/buildsystem/cross/sh4/hs7819
RELEASE_DIR : /home/coco/Bureau/x/buildsystem/tufsbox/release
HOST_DIR : /home/coco/Bureau/x/buildsystem/tufsbox/host
TARGET_DIR : /home/coco/Bureau/x/buildsystem/tufsbox/cdkroot
KERNEL_DIR : /home/coco/Bureau/x/buildsystem/build_tmp/linux-sh4-2.6.32.71_stm24_0217
MAINTAINER : coco
BOXARCH : sh4
BUILD : x86_64-pc-linux-gnu
TARGET : sh4-linux
BOXTYPE : hs7819
KERNEL_VERSION : 2.6.32.71_stm24_0217
MEDIAFW : eplayer3
PARALLEL_JOBS : 3
KBUILD_VERBOSE : normal
DESTINATION : USB
IMAGE : enigma2
================================================== ==============================
E2_DIFF : 2
E2_REVISION : e45a15d8f494f70c9285e1532c6b6460328f6b89
LOCAL_ENIGMA2_BUILD_OPTIONS :
LOCAL_ENIGMA2_CPPFLAGS :
LOCAL_ENIGMA2_DEPS :
================================================== ==============================

required tool libtool missing.
make/bootstrap.mk:7: recipe for target 'find_libtool' failed
make[1]: *** [find_libtool] Error 1
Makefile:26 : la recette pour la cible « printenv » a échouée
make: *** [printenv] Erreur 2
Your build environment is ready :-)

Do you want to start the build now (Y*/n)? y
================================================== ============

Start build of directories.
--------------------------------------------------------------
Build of directories completed.

================================================== ============

Start build of ccache.
--------------------------------------------------------------
Build of ccache completed.

================================================== ============

Start build of driver-symlink.
cp: cannot stat '/home/coco/Bureau/x/buildsystem/driver/stgfb/stmfb/linux/drivers/video/stmfb.h': No such file or directory
make/driver-sh4.mk:9 : la recette pour la cible « driver-symlink » a échouée
make: *** [driver-symlink] Erreur 1

coco@coco-OptiPlex-760:~/Bureau/x/buildsystem$

Audioniek
23.04.2018, 17:05
Sorry for responding so late. My first and primary impression is that your buildenvironment is compromized, and maybe even your Linux-installation. As can be seen, the package libtool is reported missing which points to a corrupted package administration. The build is started anyhow, it cannot find an essential file that should there in the driver directory. This also points to a compromizd Linux-installation.

I would try repairing the opkg stuff (there options to do that). If libtool can be revived, I would clone the buildenvironent in another drectory fresh from the gits, put your changes, if any, into it and work from that.

Regards,

Audioniek.

samkooke
23.04.2018, 23:31
Good evening Mister Audioniek thanks.