Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2019 12:53:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 241261] sysutils/u-boot-rpi2 fails to build properly on 11.3-stable
Message-ID:  <bug-241261-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241261

            Bug ID: 241261
           Summary: sysutils/u-boot-rpi2 fails to build properly on
                    11.3-stable
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: jau@iki.fi

The make job to build sysutils/u-boot-rpi2 fails persistently on 11.3-stabl=
e.

The error messages are shown below...

  arm-none-eabi-ld.bfd   -pie  --gc-sections -Bstatic  --no-dynamic-linker
-Ttext 0x00008000 -o u-boot -T u-boot.lds arch/arm/cpu/armv7/start.o
--start-group  api/built-in.o  arch/arm/cpu/built-in.o=20
arch/arm/cpu/armv7/built-in.o  arch/arm/lib/built-in.o=20
arch/arm/mach-bcm283x/built-in.o  board/raspberrypi/rpi/built-in.o=20
cmd/built-in.o  common/built-in.o  disk/built-in.o  drivers/built-in.o=20
drivers/dma/built-in.o  drivers/gpio/built-in.o  drivers/i2c/built-in.o=20
drivers/mtd/built-in.o  drivers/mtd/onenand/built-in.o=20
drivers/mtd/spi/built-in.o  drivers/net/built-in.o  drivers/net/phy/built-i=
n.o=20
drivers/power/built-in.o  drivers/power/battery/built-in.o=20
drivers/power/domain/built-in.o  drivers/power/fuel_gauge/built-in.o=20
drivers/power/mfd/built-in.o  drivers/power/pmic/built-in.o=20
drivers/power/regulator/built-in.o  drivers/serial/built-in.o=20
drivers/spi/built-in.o  drivers/usb/common/built-in.o=20
drivers/usb/dwc3/built-in.o  drivers/usb/emul/built-in.o=20
drivers/usb/eth/built-in.o  drivers/usb/host/built-in.o=20
drivers/usb/musb-new/built-in.o  drivers/usb/musb/built-in.o=20
drivers/usb/phy/built-in.o  drivers/usb/ulpi/built-in.o  env/built-in.o=20
fs/built-in.o  lib/built-in.o  net/built-in.o --end-group
arch/arm/lib/eabi_compat.o  arch/arm/lib/lib.a -Map u-boot.map;  true
  arm-none-eabi-objcopy --gap-fill=3D0xff  -j .text -j .secure_text -j
.secure_data -j .rodata -j .hash -j .data -j .got -j .got.plt -j .u_boot_li=
st
-j .rel.dyn -j .binman_sym_table -j .text_rest -j .dtb.init.rodata -j
.efi_runtime -j .efi_runtime_rel -O srec u-boot u-boot.srec
  arm-none-eabi-objcopy --gap-fill=3D0xff  -j .text -j .secure_text -j
.secure_data -j .rodata -j .hash -j .data -j .got -j .got.plt -j .u_boot_li=
st
-j .rel.dyn -j .binman_sym_table -j .text_rest -j .dtb.init.rodata -j
.efi_runtime -j .efi_runtime_rel -O binary   u-boot u-boot-nodtb.bin
  arm-none-eabi-objdump -t u-boot > u-boot.sym
  cp u-boot-nodtb.bin u-boot.bin
  ./scripts/check-config.sh u-boot.cfg ./scripts/config_whitelist.txt .
Error: You must add new CONFIG options using Kconfig
The following new ad-hoc CONFIG options were detected:
CONFIG_SYS_MALLOC_CLEAR_ON_INIT
CONFIG_SYS_USB_EVENT_POLL

Please add these via Kconfig instead. Find a suitable Kconfig
file and add a 'config' or 'menuconfig' option.
gmake[1]: *** [Makefile:1055: all] Error 1
gmake[1]: Leaving directory
'/usr/ports/sysutils/u-boot-rpi2/work/u-boot-2019.10'
=3D=3D=3D> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure =
to
the maintainer.
*** Error code 1

Stop.

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Maintainer informed via mail

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241261-7788>