@lekeux make -n etait une erreur maintenant je lance plutôt un make --debug=a

C'est mieux, enfin disons qu'il va plus loin dans la compilation mais je fais face à un nouveau pb

The prerequisites of 'subdir_install' are being made. Live child 0x19df610 (/home/recalbox/Téléchargements/recalbox-x86_64/output/build/glibc-2.23/build/manual/libc.info) PID 30239 libc.texinfo:21: @include: could not find dir-add.texi libc.texinfo:23: @include: could not find pkgvers.texi libc.texinfo:38: @include: could not find version.texi libc.texinfo:53: warning: undefined flag: VERSION libc.texinfo:53: warning: undefined flag: PKGVERSION libc.texinfo:87: warning: undefined flag: VERSION libc.texinfo:90: warning: undefined flag: PKGVERSION libc.texinfo:117: warning: undefined flag: VERSION libc.texinfo:119: warning: undefined flag: PKGVERSION libc.texinfo:124: @include: could not find top-menu.texi libc.texinfo:125: @include: could not find chapters.texi libc.texinfo:112: Next reference to nonexistent `Introduction' libc.texinfo:127: warning: unreferenced node `Free Manuals' libc.texinfo:127: Prev reference to nonexistent `Contributors' libc.texinfo:112: node `Top' lacks menu item for `Free Manuals' despite being its Up target libc.texinfo:131: warning: unreferenced node `Copying' libc.texinfo:112: node `Top' lacks menu item for `Copying' despite being its Up target libc.texinfo:135: warning: unreferenced node `Documentation License' libc.texinfo:112: node `Top' lacks menu item for `Documentation License' despite being its Up target libc.texinfo:140: warning: unreferenced node `Concept Index' libc.texinfo:112: node `Top' lacks menu item for `Concept Index' despite being its Up target libc.texinfo:145: warning: unreferenced node `Type Index' libc.texinfo:112: node `Top' lacks menu item for `Type Index' despite being its Up target libc.texinfo:150: warning: unreferenced node `Function Index' libc.texinfo:112: node `Top' lacks menu item for `Function Index' despite being its Up target libc.texinfo:155: warning: unreferenced node `Variable Index' libc.texinfo:112: node `Top' lacks menu item for `Variable Index' despite being its Up target libc.texinfo:160: warning: unreferenced node `File Index' libc.texinfo:112: node `Top' lacks menu item for `File Index' despite being its Up target Reaping losing child 0x19df610 PID 30239 Makefile:144: recipe for target '/home/recalbox/Téléchargements/recalbox-x86_64/output/build/glibc-2.23/build/manual/libc.info' failed make[5]: *** [/home/recalbox/Téléchargements/recalbox-x86_64/output/build/glibc-2.23/build/manual/libc.info] Error 1 Removing child 0x19df610 PID 30239 from chain. Reaping losing child 0x228f7c0 PID 30238 Makefile:214: recipe for target 'manual/subdir_install' failed make[4]: *** [manual/subdir_install] Error 2 Removing child 0x228f7c0 PID 30238 from chain. Récolte du processus fils perdant 0x24e3c10 PID 27132 Makefile:12 : la recette pour la cible « install » a échouée make[3]: *** [install] Erreur 2 Retrait du processus fils 0x24e3c10 PID 27132 de la chaîne. Récolte du processus fils perdant 0x874e020 PID 27131 package/pkg-generic.mk:255 : la recette pour la cible « /home/recalbox/Téléchargements/recalbox-x86_64/output/build/glibc-2.23/.stamp_staging_installed » a échouée make[2]: *** [/home/recalbox/Téléchargements/recalbox-x86_64/output/build/glibc-2.23/.stamp_staging_installed] Erreur 2 Retrait du processus fils 0x874e020 PID 27131 de la chaîne. Récolte du processus fils perdant 0x20535b0 PID 26871 Makefile:76 : la recette pour la cible « _all » a échouée make[1]: *** [_all] Erreur 2 Retrait du processus fils 0x20535b0 PID 26871 de la chaîne. make[1] : on quitte le répertoire « /home/recalbox/Téléchargements/recalbox-x86_64/buildroot » Récolte du processus fils perdant 0x210c660 PID 26865 Makefile:25 : la recette pour la cible « buildBR » a échouée make: *** [buildBR] Erreur 2 Retrait du processus fils 0x210c660 PID 26865 de la chaîne.

Pour le fichier .mk je pense que c'est celui-la

/buildroot/package/glibc/glibc.mk

Et effectivement dans ce fichier je pense qu'il attend des paramètres pour valoriser les infos

################################################################################ # # glibc # ################################################################################ GLIBC_VERSION = $(call qstrip,$(BR2_GLIBC_VERSION_STRING)) GLIBC_SITE = $(BR2_GNU_MIRROR)/libc GLIBC_SOURCE = glibc-$(GLIBC_VERSION).tar.xz GLIBC_SRC_SUBDIR = . GLIBC_LICENSE = GPLv2+ (programs), LGPLv2.1+, BSD-3c, MIT (library) GLIBC_LICENSE_FILES = $(addprefix $(GLIBC_SRC_SUBDIR)/,COPYING COPYING.LIB LICENSES) # glibc is part of the toolchain so disable the toolchain dependency GLIBC_ADD_TOOLCHAIN_DEPENDENCY = NO # Before glibc is configured, we must have the first stage # cross-compiler and the kernel headers GLIBC_DEPENDENCIES = host-gcc-initial linux-headers host-gawk GLIBC_SUBDIR = build GLIBC_INSTALL_STAGING = YES GLIBC_INSTALL_STAGING_OPTS = install_root=$(STAGING_DIR) install

d'ou le retour

libc.texinfo:21: @include: could not find dir-add.texi libc.texinfo:23: @include: could not find pkgvers.texi libc.texinfo:38: @include: could not find version.texi libc.texinfo:53: warning: undefined flag: VERSION libc.texinfo:53: warning: undefined flag: PKGVERSION libc.texinfo:87: warning: undefined flag: VERSION libc.texinfo:90: warning: undefined flag: PKGVERSION libc.texinfo:117: warning: undefined flag: VERSION libc.texinfo:119: warning: undefined flag: PKGVERSION libc.texinfo:124: @include: could not find top-menu.texi libc.texinfo:125: @include: could not find chapters.texi libc.texinfo:112: Next reference to nonexistent `Introduction'