My poudiere jail constructions with the likes of -a arm64.aarch64 -x are
all getting:
awk: can't open file /sys/param.h
source line number 1
If /sys is supposed to be something like:
# ls -ld /sys
lrwxr-xr-x 1 root wheel 11 May 21 2018 /sys -> usr/src/sys
then the path would appear to need
Hello,
Yesterday I updated my 13-CURRENT host from r354592 to r355028 and
/etc/os-release symbolic link wasn't created.
yasu@rolling-vm-freebsd1[2061]% uname -a
FreeBSD rolling-vm-freebsd1.home.utahime.org 13.0-CURRENT FreeBSD 13.0-CURRENT
#0 r355028: Sat Nov 23 22:35:58 JST 2019
ro...@roll
I have been seeing this for days and not sure why :
.
.
.
/opt/rv64/tools/bin/riscv64-unknown-elf-gcc
--sysroot=/opt/rv64/obj/usr/src/20191122121007/freebsd-riscv/riscv.riscv64/tmp
-B/opt/rv64/tools/bin/ -c -O -pipe -g -nostdinc -I.
-I/usr/src/20191122121007/freebsd-riscv/sys
-I/usr/src/
On Sat, Nov 23, 2019 at 2:42 AM Mark Millard wrote:
>
> --- bcm2835_sdhci.o ---
> /usr/src/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c:721:26: error: unused
> variable 'sc' [-Werror,-Wunused-variable]
> struct bcm_sdhci_softc *sc = device_get_softc(slot->bus);
>
--- bcm2835_sdhci.o ---
/usr/src/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c:721:26: error: unused
variable 'sc' [-Werror,-Wunused-variable]
struct bcm_sdhci_softc *sc = device_get_softc(slot->bus);
^
1 error generated.
This is because the sc is only used in: