Date: Mon, 29 Sep 2025 19:58:35 +1000 From: Peter Jeremy <peterj@freebsd.org> To: Christos Margiolis <christos@freebsd.org> Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 9cab9fde5eda - main - virtual_oss: Port to base Message-ID: <aNpYS5IcVr5ZKLU3@server.rulingia.com> In-Reply-To: <202509280958.58S9wrww083342@gitrepo.freebsd.org> References: <202509280958.58S9wrww083342@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--kBxti147krCTzE5f Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2025-Sep-28 09:58:53 +0000, Christos Margiolis <christos@FreeBSD.org> wr= ote: >The branch main has been updated by christos: > >URL: https://cgit.FreeBSD.org/src/commit/?id=3D9cab9fde5edad9b409dd2317a2a= ec7815e6d6bed > >commit 9cab9fde5edad9b409dd2317a2aec7815e6d6bed >Author: Christos Margiolis <christos@FreeBSD.org> >AuthorDate: 2025-09-28 09:56:52 +0000 >Commit: Christos Margiolis <christos@FreeBSD.org> >CommitDate: 2025-09-28 09:56:52 +0000 > > virtual_oss: Port to base This fails to compile if "WITHOUT_BLUETOOTH=3Dyes" is specified (see below) because bluetooth.h isn't available (as expected). It looks like virtual_oss isn't taking that option into account when working out what to compile. # Meta data file /usr/obj/usr/src/arm64.aarch64/usr.sbin/virtual_oss/virtua= l_bt_speaker/bt_speaker.pieo.meta CMD cc -target aarch64-unknown-freebsd16.0 --sysroot=3D/usr/obj/usr/src/arm= 64.aarch64/tmp -B/usr/obj/usr/src/arm64.aarch64/tmp/usr/bin -fpie -DPIC -= O2 -pipe -fno-common -I/usr/src/usr.sbin/virtual_oss/virtual_oss -I/usr/sr= c/lib/virtual_oss/bt -mcpu=3Dcortex-a53 -fPIE -g -gz=3Dzlib -std=3Dgnu17 -= Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -W= all -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-= prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswit= ch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-exte= rns -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wmissing-variable= -declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-error=3Dunused-but-set-parameter -Wno-error=3Dcast-= function-type-mismatch -Qunused-arguments -c /usr/src/usr.sbin/virtua= l_oss/virtual_bt_speaker/bt_speaker.c -o bt_speaker.pieo CMD=20 CWD /usr/obj/usr/src/arm64.aarch64/usr.sbin/virtual_oss/virtual_bt_speaker TARGET bt_speaker.pieo OODATE /usr/src/usr.sbin/virtual_oss/virtual_bt_speaker/bt_speaker.c -- command output -- /usr/src/usr.sbin/virtual_oss/virtual_bt_speaker/bt_speaker.c:45:10: fatal = error: 'bluetooth.h' file not found 45 | #include <bluetooth.h> | ^~~~~~~~~~~~~ 1 error generated. *** Error code 1 --=20 Peter Jeremy --kBxti147krCTzE5f Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE7rKYbDBnHnTmXCJ+FqWXoOSiCzQFAmjaWEJfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEVF QjI5ODZDMzA2NzFFNzRFNjVDMjI3RTE2QTU5N0EwRTRBMjBCMzQACgkQFqWXoOSi CzSeihAAlZbPSAOAxUF+0oeuk9CiSBHYPIH79MlKyFbF65EaNidfjLoA/piSl/MH DbxhdD/SG3CR4z/xxvsviZEOchb+3cu463bNdhC8FHEfjSz1aMQdPa+G8fdtLnFB 2wb7jPhdTLIQfJuIGf0q8NA/8GaVnZArddbXEJ9HXoFigzOI38RYWgIGe6qzM3ms BXP8SwZsggeBlapmfgECI0l2gMLmJY+RTglMwvpLwM2blC4FfDb0eNXfmIXQ114r xgTq8Ld2pJSvmyyrEsglmnTCjLteVXVQ8dWlGclPZc9NW6rsLk+UdECydHjLZhBt RyRRtGQyGxSdhAebZ1LlWC7jK/26P+s6DSWw+EDgM7dXFDBWSpR2rXQQdFAvKYH+ LB5bNOsXszOnnhLBN/eeWYnt1aoSJBeaLBEI9m4zgGeIkNIcoH8aiXBDLus6D6sw 5NmPuij1rdVwgmI6DJc9OBVnIytvbcB/t4omX7Q1+vJvmDZ28U04f/n4LRKCO2/R /BCHJePdiuo9lB2HTDL0ZWBDqxbSdHedNax5rJvt88V9meBwnJ1LCFnoE1gw77Y4 c0C+anX9VQCGZN5UOAqj/1yqOljFmQpejV4hKTf7zRI54k8d99xDR0LpZlL+yGVX bR7537jq4F57xEc6LmUDE114C8vXM1pr6T7sodnB3ZFe8HpiMy4= =nxic -----END PGP SIGNATURE----- --kBxti147krCTzE5f--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?aNpYS5IcVr5ZKLU3>