On Thu, 2021-01-14 at 18:01 +0100, Antoine Jacoutot wrote:
> On Wed, Jan 13, 2021 at 05:56:54PM -0700, Jonathan Gray wrote:
> > 
> > CVSROOT:    /cvs
> > Module name:        ports
> > Changes by: j...@cvs.openbsd.org    2021/01/13 17:56:54
> > 
> > Modified files:
> >     sysutils/u-boot: Makefile distinfo 
> >     sysutils/u-boot/patches: 
> >                              patch-configs_pinebook-pro-rk3399_defconfig 
> >                              patch-configs_rock64-rk3328_defconfig 
> >                              patch-configs_rock960-rk3399_defconfig 
> >                              patch-configs_rockpro64-rk3399_defconfig 
> >     sysutils/u-boot/pkg: PFRAG.aarch64 PFRAG.arm 
> > 
> > Log message:
> > update to U-Boot 2021.01
> > 
> > Fixes problem booting from spi with pinebook pro seen with 2020.10.
> > 
> > Disable CONFIG_USE_PREBOOT from rk3399 configs as this runs
> > 'usb start' which is reported to break booting via other methods
> > by kurt@.
> > 
> > Tested by kurt@ patrick@ and myself on
> > am335x_evm
> > mx6cuboxi
> > omap4_panda
> > pinebook-pro-rk3399
> > rock64-rk3328
> > rockpro64-rk3399
> > rpi_3
> > tinker-rk3288
> > 
> > ok kurt@
> Fails to build for me:
> 
> Traceback (most recent call last):
>   File 
> "/exopi-obj/pobj/u-boot-arm-2021.01-arm/u-boot-2021.01/tools/binman/binman", 
> line 39, in <module>
>     from binman import control  
>   File 
> "/exopi-obj/pobj/u-boot-arm-2021.01-arm/u-boot-2021.01/tools/binman/../binman/control.py",
>  line 11, in <module>
>     import pkg_resources
> ModuleNotFoundError: No module named 'pkg_resources'
> gmake[1]: *** 
> [/exopi-obj/pobj/u-boot-arm-2021.01-arm/u-boot-2021.01/Makefile:1024: all] 
> Error 1
> gmake[1]: Leaving directory 
> '/exopi-obj/pobj/u-boot-arm-2021.01-arm/u-boot-2021.01/build/Cubieboard4'
> gmake: *** [Makefile:167: sub-make] Error 2
> 
> 

It looks like we're missing this from the BUILD_DEPENDS:

    devel/py-setuptools${MODPY_FLAVOR}

Reply via email to