drtyhlpr / rpi23-gen-image

Advanced Debian "stretch" and "buster" bootstrap script for RPi 0/1/2/3 and QEMU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build fails for pizeroW with bluetooth option set to true

g-vidal opened this issue · comments

Hi,
I am trying to add options and APT_INCLUDES_LATE.
It seems that it is not possible to select the option ENABLE_BLUETOOTH=true because the following error appears. Is there a possible solution.
Thanks

+ as_nobody mktemp -d
+ sudo -E -u nobody LANG=C LC_ALL=C mktemp -d
+ temp_dir=/tmp/tmp.Pbvdm4w0UA
+ as_nobody git -C /tmp/tmp.Pbvdm4w0UA clone https://github.com/RPi-Distro/pi-bluetooth.git
+ sudo -E -u nobody LANG=C LC_ALL=C git -C /tmp/tmp.Pbvdm4w0UA clone https://github.com/RPi-Distro/pi-bluetooth.git
Cloning into 'pi-bluetooth'...
remote: Enumerating objects: 6, done.
remote: Counting objects: 100% (6/6), done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 100 (delta 0), reused 1 (delta 0), pack-reused 94
Receiving objects: 100% (100/100), 12.77 KiB | 6.38 MiB/s, done.
Resolving deltas: 100% (32/32), done.
warning: unable to access '/root/.config/git/attributes': Permission denied
+ mv /tmp/tmp.Pbvdm4w0UA/pi-bluetooth /data/RpiGenImage/Images/buster/build/chroot/tmp/
+ as_nobody wget -q -O /data/RpiGenImage/Images/buster/build/chroot/tmp/pi-bluetooth/LICENCE.broadcom_bcm43xx https://aur.archlinux.org/cgit/aur.git/plain/LICENCE.broadcom_bcm43xx?h=pi-bluetooth
+ sudo -E -u nobody LANG=C LC_ALL=C wget -q -O /data/RpiGenImage/Images/buster/build/chroot/tmp/pi-bluetooth/LICENCE.broadcom_bcm43xx https://aur.archlinux.org/cgit/aur.git/plain/LICENCE.broadcom_bcm43xx?h=pi-bluetooth
/data/RpiGenImage/Images/buster/build/chroot/tmp/pi-bluetooth/LICENCE.broadcom_bcm43xx: Permission denied

you're sure this only happens with RPI_MODEL=0 ?
sry i can't give you more input.
My "time off" ended and i am currently busy

@burnbabyburn thanks for all your pulls and patches!
@g-vidal thanks for all your error reporting and workarounds

this is fixed now right?

It is OK for long moment sorry