Date: Sun, 11 Oct 2009 18:59:55 GMT From: Nathaniel Filardo <nwf@cs.jhu.edu> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/139527: twa driver fails to build in CURRENT Message-ID: <200910111859.n9BIxttN005582@www.freebsd.org> Resent-Message-ID: <200910111900.n9BJ09Pb057060@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139527 >Category: kern >Synopsis: twa driver fails to build in CURRENT >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 11 19:00:09 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Nathaniel Filardo >Release: 9.0-CURRENT >Organization: >Environment: FreeBSD hydra.priv.oc.ietfng.org 9.0-CURRENT FreeBSD 9.0-CURRENT #7: Thu Sep 24 22:08:03 EDT 2009 root@hydra.priv.oc.ietfng.org:/systank/obj/systank/src/sys/NWFKERN sparc64 >Description: While building twa, the TW_CL_SWAP64 macro raises errors: cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/systank/src/sys -I/systank/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /systank/src/sys/dev/twa/tw_cl_io.c -I/systank/src/sys/dev/twa /systank/src/sys/dev/twa/tw_cl_io.c: In function 'tw_cli_get_param': /systank/src/sys/dev/twa/tw_cl_io.c:790: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c:790: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c:790: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c:790: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c:790: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c:790: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c:790: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c:790: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c: In function 'tw_cli_set_param': /systank/src/sys/dev/twa/tw_cl_io.c:908: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c:908: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c:908: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c:908: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c:908: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c:908: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c:908: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c:908: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c:908: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c: In function 'tw_cli_send_scsi_cmd': /systank/src/sys/dev/twa/tw_cl_io.c:1313: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c:1313: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c:1313: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c:1313: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c:1313: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c:1313: error: lvalue required as unary '&' operand /systank/src/sys/dev/twa/tw_cl_io.c:1313: error: lvalue required as unary '&' operand etc. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910111859.n9BIxttN005582>