Hi, probably this last changes https://svnweb.freebsd.org/base?view=revision&revision=334229 breaks buildkernel in stable/11 If it is related my kernel config contains IOSCHED option: options CAM_IOSCHED_DYNAMIC cc -target x86_64-unknown-freebsd11.2 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.cam_iosched.o -MTcam_iosched.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -Wno-error-address-of-packed-member -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/cam/cam_iosched.c /usr/src/sys/cam/cam_iosched.c:513:40: error: no member named 'quanta1' in 'struct cam_iosched_softc'; did you mean 'quanta'? callout_reset(&isc->ticker, hz / isc->quanta1, cam_iosched_ticker, isc); ^~~~~~~ quanta /usr/src/sys/sys/callout.h:115:28: note: expanded from macro 'callout_reset' callout_reset_on((c), (on_tick), (fn), (arg), -1) ^ /usr/src/sys/sys/callout.h:112:43: note: expanded from macro 'callout_reset_on' callout_reset_sbt_on((c), tick_sbt * (to_ticks), 0, (fn), (arg), \ ^ /usr/src/sys/cam/cam_iosched.c:267:7: note: 'quanta' declared here int quanta; /* Number of quanta per second */ ^ 1 error generated.
On Sat, May 26, 2018 at 06:02:21PM +0300, Dmitriy Makarov wrote:> Hi, > > probably this last changes https://svnweb.freebsd.org/base?view=revision&revision=334229 breaks buildkernel in stable/11 > > If it is related my kernel config contains IOSCHED option: > options CAM_IOSCHED_DYNAMIC > > .....It may well be, as I'm currently running: FreeBSD g1-215.catwhisker.org 11.2-BETA3 FreeBSD 11.2-BETA3 #633 r334229M/334236:1101515: Sat May 26 03:49:06 PDT 2018 root at g1-215.catwhisker.org:/common/S1/obj/usr/src/sys/CANARY amd64 on my laptop and: FreeBSD freebeast.catwhisker.org 11.2-BETA3 FreeBSD 11.2-BETA3 #696 r334229M/334236:1101515: Sat May 26 03:49:14 PDT 2018 root at freebeast.catwhisker.org:/common/S1/obj/usr/src/sys/GENERIC amd64 on a dedicated build machine (which is presently doing a Saturday "weekly poudriere catch-up" run in preparation for tomorrow morning). The build machine also (successfully) built stable/11 kernels at r334229 for a couple of other machines *which will be getting their installed packages updated tomorrow, after updating base FreeBSD). None of my kernels have any *IOSCHED* options. Peace, david -- David H. Wolfskill david at catwhisker.org Trump's EPA excludes reporters from a meeting on contaminants -- why? See http://www.catwhisker.org/~david/publickey.gpg for my public key. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 618 bytes Desc: not available URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20180526/c3da93c5/attachment.sig>
Looks like sean's merge was incomplete somehow. Warner On Sat, May 26, 2018 at 9:02 AM, Dmitriy Makarov <supportme at ukr.net> wrote:> Hi, > > probably this last changes https://svnweb.freebsd.org/ > base?view=revision&revision=334229 breaks buildkernel in stable/11 > > If it is related my kernel config contains IOSCHED option: > options CAM_IOSCHED_DYNAMIC > > > cc -target x86_64-unknown-freebsd11.2 --sysroot=/usr/obj/usr/src/tmp > -B/usr/obj/usr/src/tmp/usr/bin -c -O2 -pipe -fno-strict-aliasing -g > -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL > -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer > -mno-omit-leaf-frame-pointer -MD -MF.depend.cam_iosched.o -MTcam_iosched.o > -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float > -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector > -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef > -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs > -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare > -Wno-error-empty-body -Wno-error-parentheses-equality > -Wno-error-unused-function -Wno-error-pointer-sign > -Wno-error-shift-negative-value -Wno-error-address-of-packed-member > -mno-aes -mno-avx -std=iso9899:1999 -W > error /usr/src/sys/cam/cam_iosched.c > > /usr/src/sys/cam/cam_iosched.c:513:40: error: no member named 'quanta1' > in 'struct cam_iosched_softc'; did you mean 'quanta'? > callout_reset(&isc->ticker, hz / isc->quanta1, cam_iosched_ticker, > isc); > ^~~~~~~ > quanta > /usr/src/sys/sys/callout.h:115:28: note: expanded from macro > 'callout_reset' > callout_reset_on((c), (on_tick), (fn), (arg), -1) > ^ > /usr/src/sys/sys/callout.h:112:43: note: expanded from macro > 'callout_reset_on' > callout_reset_sbt_on((c), tick_sbt * (to_ticks), 0, (fn), (arg), \ > ^ > /usr/src/sys/cam/cam_iosched.c:267:7: note: 'quanta' declared here > int quanta; /* Number of quanta per > second */ > ^ > 1 error generated. > _______________________________________________ > freebsd-stable at freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org" >