cvs commit: src/sys/kern subr_firmware.c
Marcel Moolenaar
xcllnt at mac.com
Tue Jan 30 23:36:35 UTC 2007
On Jan 30, 2007, at 4:46 AM, Max Laier wrote:
> mlaier 2007-01-30 12:46:05 UTC
>
> FreeBSD src repository
>
> Modified files: (Branch: RELENG_6)
> sys/kern subr_firmware.c
> Log:
> MFC, subr_firmware.c 1.7:
> In case we are supplied with an imagename that matches a
> module, but not a
> firmware in that module (eventhough this is a programming
> error) - drop
> the reference to the module again.
>
> Submitted by: Benjamin Close
This breaks the tinderbox:
TB --- 2007-01-30 22:41:29 - building generic kernel (COPTFLAGS=-O2 -
pipe)
TB --- 2007-01-30 22:41:29 - cd /home/marcel/tinderbox/pluto2/
RELENG_6/ia64/ia64/src
TB --- 2007-01-30 22:41:29 - /usr/bin/make buildkernel KERNCONF=GENERIC
>>> Kernel build for GENERIC started on Tue Jan 30 22:41:30 UTC 2007
>>> stage 1: configuring the kernel
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3.1: making dependencies
>>> stage 3.2: building everything
>>>
[...]
awk -f /q/scratch/marcel/tinderbox/RELENG_6/ia64/ia64/src/sys/modules/
firewire/sbp_targ/../../../conf/kmod_syms.awk sbp_targ.kld
export_syms | xargs -J% objcopy % sbp_targ.kld
ld -Bshareable -d -warn-common -o sbp_targ.ko.debug sbp_targ.kld
objcopy --strip-debug sbp_targ.ko.debug sbp_targ.ko
===> firmware (all)
cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -
nostdinc -I- -DHAVE_KERNEL_OPTION_HEADERS -include /q/scratch/
marcel/tinderbox/RELENG_6/ia64/ia64/obj/q/scratch/marcel/tinderbox/
RELENG_6/ia64/ia64/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/
altq -I@/../include -finline-limit=15000 -fno-common -g -I/q/scratch/
marcel/tinderbox/RELENG_6/ia64/ia64/obj/q/scratch/marcel/tinderbox/
RELENG_6/ia64/ia64/src/sys/GENERIC -ffixed-r13 -mfixed-range=f32-f127
-mno-sdata -ffreestanding -Wall -Wredundant-decls -Wnested-externs -
Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -
Wcast-qual -fformat-extensions -std=c99 -c /q/scratch/marcel/
tinderbox/RELENG_6/ia64/ia64/src/sys/modules/firmware/../../kern/
subr_firmware.c
/q/scratch/marcel/tinderbox/RELENG_6/ia64/ia64/src/sys/modules/
firmware/../../kern/subr_firmware.c: In function `firmware_get':
/q/scratch/marcel/tinderbox/RELENG_6/ia64/ia64/src/sys/modules/
firmware/../../kern/subr_firmware.c:192: warning: implicit
declaration of function `linker_release_module'
/q/scratch/marcel/tinderbox/RELENG_6/ia64/ia64/src/sys/modules/
firmware/../../kern/subr_firmware.c:192: warning: nested extern
declaration of `linker_release_module'
*** Error code 1
Stop in /q/scratch/marcel/tinderbox/RELENG_6/ia64/ia64/src/sys/
modules/firmware.
*** Error code 1
FYI,
--
Marcel Moolenaar
xcllnt at mac.com
More information about the cvs-src
mailing list