[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

FTBFS on armhf



Hi Andreas,

This seems buggy:
| commit 0ec980b6ad0111da4e43935c069b378529d8fba1
| Author: Andreas B. Mundt <andi@debian.org>
| Date:   Sun Oct 6 17:38:53 2019 +0200
| 
|     Add support for Olimex A20-OLinuXino-Lime2-eMMC.

as it duplicates an existing entry without changing its name, leading to
an FTBFS in daily builds:
| BUILDING IMAGE FOR build_u-boot
| 
| debian-installer git tree head: 0ec980b6ad0111da4e43935c069b378529d8fba1
| mkdir -p ./dest/u-boot//
| set -e; while read LINE; \
| do \
|   if [ -n "${LINE}" ] && ! echo ${LINE}|grep -q -e "^#"; then \
|     set -- ${LINE}; \
|     mkdir -p "./dest/u-boot//$1"; \
|     if [ -n "$2" ]; then \
|       echo "Providing u-boot binaries for $1 ..."; \
|       cp "$2" "./dest/u-boot//$1/"; \
|       dd 2>/dev/null if="$2" of="./dest/u-boot//$1/$1.sdcard.img" bs=512 seek="$3"; \
|       gzip -9 -n "./dest/u-boot//$1/$(basename $2)"; \
|     fi; \
|     if [ -n "$4" ]; then \
|       cp "$4" "./dest/u-boot//$1/"; \
|       dd 2>/dev/null if="$4" of="./dest/u-boot//$1/$1.sdcard.img" bs=512 seek="$5" conv=notrunc; \
|       gzip -9 -n "./dest/u-boot//$1/$(basename $4)"; \
|     fi; \
|     gzip -9 -n "./dest/u-boot//$1/$1.sdcard.img"; \
|     update-manifest "./dest/u-boot/$1" "u-boot image for $1"; \
|   fi ;\
| done < boot/arm/u-boot-image-config
| Providing u-boot binaries for MX53LOCO ...
| Providing u-boot binaries for MX6_Cubox-i ...
| Providing u-boot binaries for Wandboard ...
| Providing u-boot binaries for Novena ...
| Providing u-boot binaries for BeagleBoneBlack ...
| Providing u-boot binaries for PandaBoard ...
| Providing u-boot binaries for BeagleBoard-X15 ...
| Providing u-boot binaries for A10-OLinuXino-Lime ...
| Providing u-boot binaries for A20-Olimex-SOM-EVB ...
| Providing u-boot binaries for A20-OLinuXino-Lime ...
| Providing u-boot binaries for A20-OLinuXino-Lime2 ...
| Providing u-boot binaries for A20-OLinuXino-Lime2 ...
| gzip: ./dest/u-boot//A20-OLinuXino-Lime2/u-boot-sunxi-with-spl.bin.gz already exists;	not overwritten
| make[2]: *** [config/armhf//u-boot.cfg:9: u-boot-binaries] Error 2
| make[1]: *** [Makefile:298: _build] Error 2
| make: *** [Makefile:292: build_u-boot] Error 2

(I'm not familiar with the whole u-boot thing though, so I might have
missed something while glancing over the changes and log.)

Full logs available as usual on d-i.d.o:
  https://d-i.debian.org/daily-images/daily-build-overview.html#armhf


Cheers,
-- 
Cyril Brulebois (kibi@debian.org)            <https://debamax.com/>
D-I release manager -- Release team member -- Freelance Consultant

Attachment: signature.asc
Description: PGP signature


Reply to: