[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
live-build: début catastrophique
- To: Linux 31 <linux-31@culte.org>
- Subject: live-build: début catastrophique
- From: peterpan31 <peterpan31@free.fr>
- Date: Mon, 20 Nov 2023 01:28:11 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1700440092; bh=b812gbQQaaqc+KQd1tJql0T++9kKc+jTY1KHzjQKsCs=; h=Date:From:Subject:To:From; b=aMDxcfGEvSa5sldLcgpI1JZ6ANyI+yOCk56QkCkjFMzt9TYy+kTEFBijtYSbw0kIz qIgZDg50M8kxCNlw5FvZRInF2LBax6nmaE6lDENjp+xPbTHZHN7/Fil4Jmxs3E6I0b /lIZw9diH0BTh+NIP788RTmZUPbR378dcsaPD+EmS66gGOhBrmsJTi6iemqfaF5uIL CA2lh70q/+mnMgBT01pXeInLSWkDIfi4eApiD9XCcKH87myjldluo02JIUsi9nxxya gRWMSd6EeVg3wsK8Pgn7UthFwn4lb/v2/DkVunubWVvLlShnE9C+wWVOh1OHt8t1yX vApBtPDFKCnhQ==
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1
Bonjour,
Je fais des essais avec Debian live build pour adapter une iso netinst.
Le script auto/config est :
#!/bin/sh
lb config noauto \
"${@}"
La commande dessous passe :
$ lb config
[2023-11-20 01:12:04] lb_config
[1;37mP[0m: Executing auto/config script.
[2023-11-20 01:12:04] lb_config noauto
[1;37mP[0m: Considering defaults defined in /etc/live/build.conf
P: Updating config tree for a debian/amd64 system
Mais la suivante plante :
$ sudo lb build
[2023-11-20 01:12:46] lb_build
[1;37mP[0m: Executing auto/build script.
[2023-11-20 01:12:46] lb_build noauto
[2023-11-20 01:12:46] lb_bootstrap
P: Setting up cleanup function
[2023-11-20 01:12:46] lb_bootstrap_cache restore
P: Restoring bootstrap stage from cache...
[2023-11-20 01:12:46] lb_bootstrap_copy
[2023-11-20 01:12:46] lb_bootstrap_cdebootstrap
[2023-11-20 01:12:46] lb_bootstrap_debootstrap
P: Begin bootstrapping system...
[2023-11-20 01:12:46] lb_testroot
P: If the following stage fails, the most likely cause of the problem is
with your mirror configuration or a caching proxy.
P: Running debootstrap (download-only)...
W: Cannot check Release signature; keyring file not available
/usr/share/keyrings/debian-archive-keyring.gpg
I: Retrieving InRelease
I: Retrieving Release
E: Failed getting release file http://mirror/debian/dists/wheezy/Release
P: Begin unmounting filesystems...
P: Saving caches...
chroot: failed to run command ‘/usr/bin/env’: No such file or directory
Note: avec des config plus complets "lb build" progressait beaucoup plus
mais jamais l'iso n'aitait construite (j'ai eu des vouts d'iso).
Y a-t-il un expert pour m'aider sur ce beau sujet ?
pierre estrem