Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2009 13:04:37 +0700
From:      Eugene Grosbein <egrosbein@rdtc.ru>
To:        Alexander Motin <mav@freebsd.org>
Cc:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   Re: HEADS UP: major CAM ATA MFC
Message-ID:  <4B038E75.1010501@rdtc.ru>
In-Reply-To: <4B03322A.2080608@FreeBSD.org>
References:  <4B03322A.2080608@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Alexander Motin wrote:

> Feedbacks are welcome as always.

Today's RELENG_8 build is broken (my /usr/src is symlink to /usr/local/src):

# make -j3 MODULES_WITH_WORLD=yes buildworld
[skip]
===> sys/modules/ahci (all)
cc -O2 -pipe -march=prescott -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE
 -nostdinc   -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-gr
owth=100 --param large-function-growth=1000 -fno-common  -mno-align-long-strings
 -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3
-ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wred
undant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointe
r-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -c /
usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c
/usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c: In function 'ahci_timeout
':
/usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c:1286: error: 'struct ahci_
channel' has no member named 'fatalerr'
/usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c: In function 'ahci_end_tra
nsaction':
/usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c:1368: error: 'struct ahci_
channel' has no member named 'fatalerr'
/usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c:1384: error: 'struct ahci_
channel' has no member named 'fatalerr'
/usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c:1396: error: 'struct ahci_
channel' has no member named 'fatalerr'
/usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c:1405: error: 'struct ahci_
channel' has no member named 'fatalerr'
/usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c:1447: error: 'struct ahci_
channel' has no member named 'fatalerr'
/usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c: In function 'ahci_reset':
/usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c:1703: error: 'struct ahci_
channel' has no member named 'fatalerr'
*** Error code 1

Stop in /usr/local/src/sys/modules/ahci.
*** Error code 1

Stop in /usr/local/src/sys/modules.
*** Error code 1

Stop in /usr/local/src/sys.
*** Error code 1

Stop in /usr/local/src.
*** Error code 1

Stop in /usr/local/src.
*** Error code 1

Stop in /usr/local/src.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B038E75.1010501>