From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 2 06:37:05 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C186106566B; Mon, 2 Jan 2012 06:37:05 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 0A1518FC12; Mon, 2 Jan 2012 06:37:04 +0000 (UTC) Received: from alf.home (alf.kiev.zoral.com.ua [10.1.1.177]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id q026b0Ld000197 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Jan 2012 08:37:00 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from alf.home (kostik@localhost [127.0.0.1]) by alf.home (8.14.5/8.14.5) with ESMTP id q026b00h035389; Mon, 2 Jan 2012 08:37:00 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by alf.home (8.14.5/8.14.5/Submit) id q026b0Q8035388; Mon, 2 Jan 2012 08:37:00 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: alf.home: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 2 Jan 2012 08:37:00 +0200 From: Kostik Belousov To: amd64@freebsd.org, arch@freebsd.org Message-ID: <20120102063700.GF50300@deviant.kiev.zoral.com.ua> References: <20111226220756.GR50300@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Q4D258xU9PSURnuy" Content-Disposition: inline In-Reply-To: <20111226220756.GR50300@deviant.kiev.zoral.com.ua> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: sparc64@freebsd.org Subject: Re: AVX X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jan 2012 06:37:05 -0000 --Q4D258xU9PSURnuy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The patch http://people.freebsd.org/~kib/misc/avx.2.patch is the commit candidate. Compared with avx.1.patch, it includes several bugfixes, some move of code around, and finishes the implementation of getcontextx(3) for non-x86 architectures. Please note that variant of getcontextx() is required for deferred signal delivery from libthr. This is the reason for Cc:ing sparc64@, could somebody test the patch on this architecture ? I used the http://people.freebsd.org/~kib/misc/defer_sig.c to test deferred delivery on amd64. Another missed testing point is machines capable of XSAVE but lacking AVX extensions. I think most Core2 fall into this category, but my Core2 machine is disassembled. Could anybody test the patch on non-SandyBridge machine having XSAVE support ? You can check the capability using ports/sysutils/x86info or looking at the early boot Features2 line, which shall contain the XSAVE. --Q4D258xU9PSURnuy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk8BUIwACgkQC3+MBN1Mb4j9SACeMjU7gPmMcjeZlS8tCvAmcSsm X/gAoM4VHWXd9gcE+xET40nPQVxZMi8f =mvHZ -----END PGP SIGNATURE----- --Q4D258xU9PSURnuy-- From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 2 11:06:55 2012 Return-Path: Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D466D1065676 for ; Mon, 2 Jan 2012 11:06:55 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B7E378FC13 for ; Mon, 2 Jan 2012 11:06:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q02B6tgV005022 for ; Mon, 2 Jan 2012 11:06:55 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q02B6tqD005020 for freebsd-amd64@FreeBSD.org; Mon, 2 Jan 2012 11:06:55 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 2 Jan 2012 11:06:55 GMT Message-Id: <201201021106.q02B6tqD005020@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-amd64@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-amd64@FreeBSD.org X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jan 2012 11:06:55 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/163736 amd64 Freebsd 8.2 with MPD5 and about 100 PPPoE clients pani o amd64/163710 amd64 setjump in userboot.so causes stack corruption o amd64/163625 amd64 Install problems of RC3 amd64 on ASRock N68 GE3 UCC o amd64/163568 amd64 hard drive naming o amd64/163285 amd64 when installing gnome2-lite not all dependent packages o amd64/163284 amd64 print manager failed to install correctly o amd64/163114 amd64 no boot on Via Nanao netbook Samsung NC20 o amd64/163092 amd64 FreeBSD 9.0-RC2 fails to boot from raid-z2 if AHCI is o amd64/163048 amd64 normal user cant mount ntfs-3g o amd64/162936 amd64 fails boot and destabilizes other OSes on FreeBSD 9 RC o amd64/162708 amd64 FreeBSD 9.0-RC2 amd64 fails to boot on Dell Optiplex G o amd64/162489 amd64 After some time X blanks the screen and does not respo o amd64/162314 amd64 not able to install FreeBSD-8.2-RELEASE-amd64-dvd1 as o amd64/162219 amd64 [REGRESSION] In KDE 4.7.2 cant enable OpenGL,in 4.6.5 o amd64/162170 amd64 Unable to install due to freeze at "run_interrupt_driv o amd64/161974 amd64 FreeBSD 9 new installer installs succesful, renders ma o kern/160833 amd64 Keyboard USB doesn't work o amd64/160561 amd64 no C-states on atom D525 o amd64/157386 amd64 [powerd] Enabling powerd(8) with default settings on I o amd64/156106 amd64 [boot] boot0 fails to start o amd64/155135 amd64 [boot] Does Not Boot On a Very Standard Hardware o amd64/154957 amd64 [boot] Install boot CD won't boot up - keeps rebooting o amd64/154629 amd64 [panic] Fatal trap 9: general protection fault while i o amd64/153935 amd64 [hang] system hangs while trying to do 'shutdown -h no o amd64/153831 amd64 [boot] CD bootloader won't on Tyan s2912G2nr o amd64/153496 amd64 [hyper-v] [install] Install on Hyper-V leaves corrupt o amd64/153372 amd64 [panic] kernel panic o amd64/153175 amd64 [amd64] Kernel Panic on only FreeBSD 8 amd64 o amd64/152874 amd64 [install] 8.1 install fails where 7.3 works due to lac o amd64/152430 amd64 [boot] HP ProLiant Microserver n36l cannot boot into i f amd64/151385 amd64 [boot] Installation hangs on MacBook o amd64/145991 amd64 [NOTES] [patch] Add a requires line to /sys/amd64/conf o amd64/144405 amd64 [build] [patch] include /usr/obj/lib32 in cleanworld t s amd64/143173 amd64 [ata] Promise FastTrack TX4 + SATA DVD, installer can' p amd64/141413 amd64 [hang] Tyan 2881 m3289 SMDC freeze f amd64/140715 amd64 [boot] Dell M600 Blade fails to boot 7.2+ 64 bit f amd64/139998 amd64 [panic][net] 7.2 amd64 panic in rtrequest1_fib f amd64/139924 amd64 [boot] cd or dvd not load o amd64/137942 amd64 [pci] 8.0-BETA2 having problems with Asus M2N-SLI-delu f amd64/135265 amd64 [mpt] Boot from install cd hangs on HP DL160 G5 with L f amd64/133977 amd64 [panic] [ffs] "panic: ffs_blkfree: freeing free block" f amd64/133701 amd64 Recompiling the kernel with k8temp or smbios break GEO f amd64/132574 amd64 [boot] [hang] Freeze on bootstrap loader (CD) using AT f amd64/131456 amd64 [acpi] [ata] ACPI & ATA problems f amd64/130368 amd64 [hang] Switching from xorg to console locks up compute f amd64/129889 amd64 [boot] [hang] The booting process stops at the line mo f amd64/129315 amd64 [em] amd64 motherboard: Intel DG965WH motherboard comp o amd64/127640 amd64 [amd64] gcc(1) will not build shared libraries with -f f amd64/125002 amd64 [install] amd64, SATA hard disks not detected f amd64/124432 amd64 [panic] 7.0-STABLE panic: invalbuf: dirty bufs f amd64/122549 amd64 7.0-RELEASE-amd64-bootonly.iso doesn't work w/ serial f amd64/120202 amd64 [amd64] [patch] [panic] kernel panic at start_all_aps, o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c f amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 54 problems total. From owner-freebsd-amd64@FreeBSD.ORG Tue Jan 3 22:11:50 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73D221065670; Tue, 3 Jan 2012 22:11:50 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 499008FC14; Tue, 3 Jan 2012 22:11:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q03MBo0B084792; Tue, 3 Jan 2012 22:11:50 GMT (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q03MBoqb084788; Tue, 3 Jan 2012 22:11:50 GMT (envelope-from jhb) Date: Tue, 3 Jan 2012 22:11:50 GMT Message-Id: <201201032211.q03MBoqb084788@freefall.freebsd.org> To: dave-freebsd-gnats@weller-fahy.com, jhb@FreeBSD.org, freebsd-amd64@FreeBSD.org, jhb@FreeBSD.org From: jhb@FreeBSD.org Cc: Subject: Re: amd64/162708: FreeBSD 9.0-RC2 amd64 fails to boot on Dell Optiplex GX620 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2012 22:11:50 -0000 Synopsis: FreeBSD 9.0-RC2 amd64 fails to boot on Dell Optiplex GX620 State-Changed-From-To: open->patched State-Changed-By: jhb State-Changed-When: Tue Jan 3 22:11:01 UTC 2012 State-Changed-Why: Fix committed to HEAD. Responsible-Changed-From-To: freebsd-amd64->jhb Responsible-Changed-By: jhb Responsible-Changed-When: Tue Jan 3 22:11:01 UTC 2012 Responsible-Changed-Why: Fix committed to HEAD. http://www.freebsd.org/cgi/query-pr.cgi?pr=162708 From owner-freebsd-amd64@FreeBSD.ORG Wed Jan 4 10:40:08 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB41D106566B for ; Wed, 4 Jan 2012 10:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8A6888FC12 for ; Wed, 4 Jan 2012 10:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q04Ae8Iv004721 for ; Wed, 4 Jan 2012 10:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q04Ae8Tx004720; Wed, 4 Jan 2012 10:40:08 GMT (envelope-from gnats) Resent-Date: Wed, 4 Jan 2012 10:40:08 GMT Resent-Message-Id: <201201041040.q04Ae8Tx004720@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vitaly Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D40191065673 for ; Wed, 4 Jan 2012 10:33:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id BED658FC19 for ; Wed, 4 Jan 2012 10:33:27 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q04AXRbr062723 for ; Wed, 4 Jan 2012 10:33:27 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q04AXRWx062716; Wed, 4 Jan 2012 10:33:27 GMT (envelope-from nobody) Message-Id: <201201041033.q04AXRWx062716@red.freebsd.org> Date: Wed, 4 Jan 2012 10:33:27 GMT From: Vitaly To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Wed, 04 Jan 2012 12:02:55 +0000 Cc: Subject: amd64/163812: problem with mpt driver for lsi controlled connected to FreeBSD thru VT-d technology X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2012 10:40:08 -0000 >Number: 163812 >Category: amd64 >Synopsis: problem with mpt driver for lsi controlled connected to FreeBSD thru VT-d technology >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 04 10:40:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Vitaly >Release: 9.0 RC3 >Organization: NA >Environment: FreeBSD nasbox.tpaktop.com 9.0-RC3 FreeBSD 9.0-RC3 #0: Sun Dec 4 08:56:36 UTC 2011 root@farrell.c se.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: On barebone must be installed ESXi hypervisor 5.0. Over ESXi I'm trying to install or even use already installed VM with FreeBSD 9.0 RC3 (8.2 has the same symptoms). The main condition is - using physical controller LSI 1086 as passthroug device, configured at ESXi thru VT-d technology and it has to be added to FreeBSD virtual machine as PCI device. As only booting procedure reaches mpt driver loading I've got these errors: http://www.tpaktop.com/error.png And after 300 seconds booting looks to be freezed finally. >How-To-Repeat: Try to boot FreeBSD over ESXi with passtrough LSI controller device which is calls mpt driver. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Wed Jan 4 13:46:48 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6388E106566C; Wed, 4 Jan 2012 13:46:48 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 2E4C28FC08; Wed, 4 Jan 2012 13:46:47 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.4) with ESMTP id q04DkliM033464; Wed, 4 Jan 2012 08:46:47 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.4/Submit) id q04DkkxC033455; Wed, 4 Jan 2012 13:46:46 GMT (envelope-from tinderbox@freebsd.org) Date: Wed, 4 Jan 2012 13:46:46 GMT Message-Id: <201201041346.q04DkkxC033455@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2012 13:46:48 -0000 TB --- 2012-01-04 12:50:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2012-01-04 12:50:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-01-04 12:50:00 - cleaning the object tree TB --- 2012-01-04 12:50:59 - cvsupping the source tree TB --- 2012-01-04 12:50:59 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-01-04 12:51:11 - building world TB --- 2012-01-04 12:51:11 - CROSS_BUILD_TESTING=YES TB --- 2012-01-04 12:51:11 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-04 12:51:11 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-04 12:51:11 - SRCCONF=/dev/null TB --- 2012-01-04 12:51:11 - TARGET=amd64 TB --- 2012-01-04 12:51:11 - TARGET_ARCH=amd64 TB --- 2012-01-04 12:51:11 - TZ=UTC TB --- 2012-01-04 12:51:11 - __MAKE_CONF=/dev/null TB --- 2012-01-04 12:51:11 - cd /src TB --- 2012-01-04 12:51:11 - /usr/bin/make -B buildworld >>> World build started on Wed Jan 4 12:51:12 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] c++ -O2 -pipe -I/src/lib/clang/libclangsema/../../../contrib/llvm/include -I/src/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/include -I/src/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/lib/Sema -I. -I/src/lib/clang/libclangsema/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_HOSTTRIPLE=\"x86_64-unknown-freebsd10.0\" -fstack-protector -fno-exceptions -fno-rtti -c /src/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/lib/Sema/SemaCast.cpp c++ -O2 -pipe -I/src/lib/clang/libclangsema/../../../contrib/llvm/include -I/src/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/include -I/src/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/lib/Sema -I. -I/src/lib/clang/libclangsema/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_HOSTTRIPLE=\"x86_64-unknown-freebsd10.0\" -fstack-protector -fno-exceptions -fno-rtti -c /src/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/lib/Sema/SemaChecking.cpp c++ -O2 -pipe -I/src/lib/clang/libclangsema/../../../contrib/llvm/include -I/src/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/include -I/src/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/lib/Sema -I. -I/src/lib/clang/libclangsema/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_HOSTTRIPLE=\"x86_64-unknown-freebsd10.0\" -fstack-protector -fno-exceptions -fno-rtti -c /src/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/lib/Sema/SemaCodeComplete.cpp /src/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/lib/Sema/SemaCodeComplete.cpp: In function 'void AddOrdinaryNameResults(clang::Sema::ParserCompletionContext, clang::Scope*, clang::Sema&, ::ResultBuilder&)': /src/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/lib/Sema/SemaCodeComplete.cpp:1383: internal compiler error: in var_ann, at tree-flow-inline.h:127 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop in /src/lib/clang/libclangsema. *** Error code 1 Stop in /src/lib/clang. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-01-04 13:46:46 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-01-04 13:46:46 - ERROR: failed to build world TB --- 2012-01-04 13:46:46 - 2632.35 user 540.32 system 3405.82 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Wed Jan 4 15:20:05 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE335106566C for ; Wed, 4 Jan 2012 15:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8A8548FC0A for ; Wed, 4 Jan 2012 15:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q04FK53J063039 for ; Wed, 4 Jan 2012 15:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q04FK5Zd063038; Wed, 4 Jan 2012 15:20:05 GMT (envelope-from gnats) Resent-Date: Wed, 4 Jan 2012 15:20:05 GMT Resent-Message-Id: <201201041520.q04FK5Zd063038@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Zaphod Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BEC4106566C for ; Wed, 4 Jan 2012 15:12:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E84A28FC15 for ; Wed, 4 Jan 2012 15:12:26 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q04FCQ3E088868 for ; Wed, 4 Jan 2012 15:12:26 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q04FCQPH088867; Wed, 4 Jan 2012 15:12:26 GMT (envelope-from nobody) Message-Id: <201201041512.q04FCQPH088867@red.freebsd.org> Date: Wed, 4 Jan 2012 15:12:26 GMT From: Zaphod To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Wed, 04 Jan 2012 16:26:57 +0000 Cc: Subject: amd64/163815: HDD timeout on ZFS + SB7x0 SATA Controller [AHCI] X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2012 15:20:05 -0000 >Number: 163815 >Category: amd64 >Synopsis: HDD timeout on ZFS + SB7x0 SATA Controller [AHCI] >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 04 15:20:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Zaphod >Release: 9.0 >Organization: NA >Environment: FreeBSD 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #0 r228984: Fri Dec 30 12:57:09 EET 2011 amd64 >Description: Problem first showed its self during port builds (heavy HDD usage): -------------------------------- swap_pager: indefinite wait buffer: bufobj: 0, blkno: 32262, size: 4096 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 66056, size: 4096 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 82746, size: 8192 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 44091, size: 4096 ahcich0: Timeout on slot 29 port 0 ahcich0: is 00000000 cs 000000ff ss e00000ff rs e00000ff tfd c0 serr 00000000 cmd 0004e017 ahcich0: AHCI reset... ahcich0: SATA connect time=100us status=00000123 ahcich0: AHCI reset: device found (ada0:ahcich0:0:0:0): Command timed out (ada0:ahcich0:0:0:0): Retrying command ------------------------------- Now, after latest update to /usr/src, buildworld breaks with "seg.fault 11" message, but actually due to swap_pager timeout. Break is near clang/lib/ARCMigrate/TransAutoreleasePool.cpp (but where is not so relevant). Also, CPU usage is not very heavy before system freeze. Hardware & Setup Info: - controller: ahci0@pci0:0:17:0: class=0x010601 card=0x43911002 chip=0x43911002 rev=0x00 hdr=0x00 device= 'SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]' on 'RS780 Host Bridge'. Board: Biostar A780L - HDD is SAMSUNG HD322HJ, 320GB, ATA-8-ACS revision 3b, all FS on ZFS. - CPU: K8 [Athlon64/Opteron - mem/swap: RAM 1 GB / swap 2 GB (not zfs). Usage during buildworld: max RAM 65% / max swap 58% Previously built full-debug enabled kernel shows some errors as: kernel: lock order reversal: kernel: 1st 0xfffffe0010598248 filedesc structure (filedesc structure) @ /asp/src/sys/kern/kern_descrip.c:1197 kernel: 2nd 0xfffffe001052ccf0 zfs (zfs) @ /asp/src/sys/kern/vfs_subr.c:4245 kernel: KDB: stack backtrace: kernel: db_trace_self_wrapper() at db_trace_self_wrapper+0x2a kernel: kdb_backtrace() at kdb_backtrace+0x37 kernel: _witness_debugger() at _witness_debugger+0x65 kernel: witness_checkorder() at witness_checkorder+0x833 kernel: __lockmgr_args() at __lockmgr_args+0xd9d kernel: vop_stdlock() at vop_stdlock+0x39 kernel: VOP_LOCK1_APV() at VOP_LOCK1_APV+0x9b kernel: _vn_lock() at _vn_lock+0x68 kernel: knlist_remove_kq() at knlist_remove_kq+0xfc kernel: knote_fdclose() at knote_fdclose+0x177 kernel: kern_close() at kern_close+0xe8 kernel: amd64_syscall() at amd64_syscall+0x27b kernel: Xfast_syscall() at Xfast_syscall+0xf7 kernel: --- syscall (6, FreeBSD ELF64, sys_close), rip = 0x8015abcdc, rsp = 0x7fffffffd868, rbp = 0x801807b20 --- Another one: kernel: lock order reversal: kernel: 1st 0xfffffe0018e3a448 filedesc structure (filedesc structure) @ /asp/src/sys/kern/kern_descrip.c:1197 kernel: 2nd 0xfffffe0004533cf0 devfs (devfs) @ /asp/src/sys/kern/vfs_subr.c:4245 kernel: KDB: stack backtrace: kernel: db_trace_self_wrapper() at db_trace_self_wrapper+0x2a kernel: kdb_backtrace() at kdb_backtrace+0x37 kernel: _witness_debugger() at _witness_debugger+0x65 kernel: witness_checkorder() at witness_checkorder+0x833 kernel: __lockmgr_args() at __lockmgr_args+0xd9d kernel: vop_stdlock() at vop_stdlock+0x39 kernel: VOP_LOCK1_APV() at VOP_LOCK1_APV+0x9b kernel: _vn_lock() at _vn_lock+0x68 kernel: knlist_remove_kq() at knlist_remove_kq+0xfc kernel: knote_fdclose() at knote_fdclose+0x177 kernel: kern_close() at kern_close+0xe8 kernel: amd64_syscall() at amd64_syscall+0x27b kernel: Xfast_syscall() at Xfast_syscall+0xf7 kernel: --- syscall (6, FreeBSD ELF64, sys_close), rip = 0x8015abcdc, rsp = 0x7fffffffd498, rbp = 0x80180e230 --- kernel: lock order reversal: kernel: 1st 0xfffffe0018e3a448 filedesc structure (filedesc structure) @ /asp/src/sys/kern/kern_descrip.c:1197 kernel: 2nd 0xfffffe000b4f4a78 pseudofs (pseudofs) @ /asp/src/sys/kern/vfs_subr.c:4245 kernel: KDB: stack backtrace: kernel: db_trace_self_wrapper() at db_trace_self_wrapper+0x2a kernel: kdb_backtrace() at kdb_backtrace+0x37 kernel: _witness_debugger() at _witness_debugger+0x65 kernel: witness_checkorder() at witness_checkorder+0x833 kernel: __lockmgr_args() at __lockmgr_args+0xd9d kernel: vop_stdlock() at vop_stdlock+0x39 kernel: VOP_LOCK1_APV() at VOP_LOCK1_APV+0x9b kernel: _vn_lock() at _vn_lock+0x68 kernel: knlist_remove_kq() at knlist_remove_kq+0xfc kernel: knote_fdclose() at knote_fdclose+0x177 kernel: kern_close() at kern_close+0xe8 kernel: amd64_syscall() at amd64_syscall+0x27b kernel: Xfast_syscall() at Xfast_syscall+0xf7 kernel: --- syscall (6, FreeBSD ELF64, sys_close), rip = 0x8015abcdc, rsp = 0x7fffffffd498, rbp = 0x80180e230 --- More details posted in forum: http://forums.freebsd.org/showthread.php?t=27452 >How-To-Repeat: >Fix: NA >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Wed Jan 4 16:34:42 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08E66106564A; Wed, 4 Jan 2012 16:34:42 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D27318FC13; Wed, 4 Jan 2012 16:34:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q04GYfxi037135; Wed, 4 Jan 2012 16:34:41 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q04GYfRe037131; Wed, 4 Jan 2012 16:34:41 GMT (envelope-from linimon) Date: Wed, 4 Jan 2012 16:34:41 GMT Message-Id: <201201041634.q04GYfRe037131@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-scsi@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/163812: [mpt] problem with mpt driver for lsi controlled connected to FreeBSD thru VT-d technology X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2012 16:34:42 -0000 Old Synopsis: problem with mpt driver for lsi controlled connected to FreeBSD thru VT-d technology New Synopsis: [mpt] problem with mpt driver for lsi controlled connected to FreeBSD thru VT-d technology Responsible-Changed-From-To: freebsd-amd64->freebsd-scsi Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jan 4 16:33:35 UTC 2012 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=163812 From owner-freebsd-amd64@FreeBSD.ORG Wed Jan 4 20:00:28 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FEF81065675 for ; Wed, 4 Jan 2012 20:00:28 +0000 (UTC) (envelope-from tomdean@mail.speakeasy.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id CC72A8FC0C for ; Wed, 4 Jan 2012 20:00:27 +0000 (UTC) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.52]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id DB176A7109D for ; Wed, 4 Jan 2012 14:28:12 -0500 (EST) Received: (qmail 1447 invoked from network); 4 Jan 2012 19:28:11 -0000 Received: by simscan 1.4.0 ppid: 15891, pid: 16341, t: 1.1451s scanners: clamav: 0.88.2/m:52/d:13513 spam: 3.0.4 Received: from unknown (HELO P9X79.tddhome) (tomdean@[24.113.112.30]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 4 Jan 2012 19:28:10 -0000 Received: from P9X79.tddhome (localhost [127.0.0.1]) by P9X79.tddhome (8.14.5/8.14.5) with ESMTP id q04JSE8C070550 for ; Wed, 4 Jan 2012 11:28:15 -0800 (PST) (envelope-from tomdean@P9X79.tddhome) Received: (from tomdean@localhost) by P9X79.tddhome (8.14.5/8.14.5/Submit) id q04JSEjX070547; Wed, 4 Jan 2012 11:28:14 -0800 (PST) (envelope-from tomdean) Date: Wed, 4 Jan 2012 11:28:14 -0800 (PST) Message-Id: <201201041928.q04JSEjX070547@P9X79.tddhome> From: "Thomas D. Dean" To: freebsd-amd64@freebsd.org X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail7.sea5 X-Spam-Level: X-Spam-Status: No, score=-2.0 required=8.0 tests=BAYES_20 autolearn=disabled version=3.0.4 Subject: make kernel and buildworld both fail X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2012 20:00:28 -0000 I really only wanted to build a new kernel. But, I tried both after seeing failures. # uname -a FreeBSD P9X79.tddhome 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #1: \ Sun Dec 25 09:28:17 PST 2011 \ root@P9X79.tddhome:/usr/obj/usr/src/sys/GENERIC amd64 source up-to-date as of now, cvsup with *default release=cvs tag=RELENG_9 I tried cvsup 2 times with no changes to source tree. # cd /usr/src # make cleandir # make cleandir # env -i make kernel ... cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-omit-frame-pointer -mno-sse -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror /usr/src/sys/amd64/ia32/ia32_syscall.c cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-omit-frame-pointer -mno-sse -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror /usr/src/sys/amd64/ia32/ia32_misc.c cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-omit-frame-pointer -mno-sse -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror /usr/src/sys/compat/freebsd32/freebsd32_ioctl.c cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-omit-frame-pointer -mno-sse -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror /usr/src/sys/compat/freebsd32/freebsd32_misc.c /usr/src/sys/compat/freebsd32/freebsd32_misc.c: In function 'freebsd32_posix_fallocate': /usr/src/sys/compat/freebsd32/freebsd32_misc.c:2814: error: 'struct freebsd32_posix_fallocate_args' has no member named 'offset1' /usr/src/sys/compat/freebsd32/freebsd32_misc.c:2814: error: 'struct freebsd32_posix_fallocate_args' has no member named 'offset2' /usr/src/sys/compat/freebsd32/freebsd32_misc.c:2815: error: 'struct freebsd32_posix_fallocate_args' has no member named 'len1' /usr/src/sys/compat/freebsd32/freebsd32_misc.c:2815: error: 'struct freebsd32_posix_fallocate_args' has no member named 'len2' *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. =================================================================== After that failure, I did another cvsup with no changes to the source tree and tried buildworld. # env -i make buildworld sed -i "" -e '/\.note\.ABI-tag/s/progbits/note/' gcrt1_c.s gcc -O2 -pipe -I/usr/src/lib/csu/i386-elf/../common -I/usr/src/lib/csu/i386-elf/../../libc/include -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c -o gcrt1_c.o gcrt1_c.s gcc -O2 -pipe -I/usr/src/lib/csu/i386-elf/../common -I/usr/src/lib/csu/i386-elf/../../libc/include -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /usr/src/lib/csu/i386-elf/crt1_s.S /usr/src/lib/csu/i386-elf/crt1_s.S: Assembler messages: /usr/src/lib/csu/i386-elf/crt1_s.S:38: Error: suffix or operands invalid for `push' /usr/src/lib/csu/i386-elf/crt1_s.S:41: Error: bad register expression /usr/src/lib/csu/i386-elf/crt1_s.S:42: Error: bad register expression /usr/src/lib/csu/i386-elf/crt1_s.S:46: Error: suffix or operands invalid for `push' /usr/src/lib/csu/i386-elf/crt1_s.S:47: Error: suffix or operands invalid for `push' /usr/src/lib/csu/i386-elf/crt1_s.S:48: Error: suffix or operands invalid for `push' *** Error code 1 Stop in /usr/src/lib/csu/i386-elf. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. tomdean From owner-freebsd-amd64@FreeBSD.ORG Wed Jan 4 22:32:09 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FD6E106564A for ; Wed, 4 Jan 2012 22:32:09 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id E42798FC19 for ; Wed, 4 Jan 2012 22:32:08 +0000 (UTC) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.41]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id 59046A7174D for ; Wed, 4 Jan 2012 17:32:07 -0500 (EST) Received: (qmail 12433 invoked from network); 4 Jan 2012 22:32:07 -0000 Received: by simscan 1.4.0 ppid: 9776, pid: 24947, t: 0.4499s scanners: clamav: 0.88.2/m:52/d:10739 spam: 3.0.4 Received: from 24-113-112-30.wavecable.com (HELO [192.168.2.2]) (tomdean@[24.113.112.30]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 4 Jan 2012 22:32:06 -0000 From: "Thomas D. Dean" To: freebsd-amd64@freebsd.org In-Reply-To: <201201041928.q04JSEjX070547@P9X79.tddhome> References: <201201041928.q04JSEjX070547@P9X79.tddhome> Content-Type: text/plain; charset="UTF-8" Organization: Home Date: Wed, 04 Jan 2012 14:32:06 -0800 Message-ID: <1325716326.30774.21.camel@asus> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail2.sea5 X-Spam-Level: * X-Spam-Status: No, score=1.6 required=8.0 tests=BAYES_50 autolearn=disabled version=3.0.4 Subject: Re: make kernel and buildworld both fail (SOLVED) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tomdean@speakeasy.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2012 22:32:09 -0000 On Wed, 2012-01-04 at 11:28 -0800, Thomas D. Dean wrote: I booted kernel.old. make buildworld success. I tried a patch to eliminate xhci timeouts. Maybe that did something strange. After the patch, I could not load the cpuctl module. So, I updated source and started from scratch. I think I may have cvsup'd some of the 9.0 release code????? Anyway, all is OK, now. I see lots of xchi timeouts on startup. tomdean From owner-freebsd-amd64@FreeBSD.ORG Thu Jan 5 00:27:52 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B49C106566C; Thu, 5 Jan 2012 00:27:52 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [IPv6:2607:f3e0:0:3::6502:9b]) by mx1.freebsd.org (Postfix) with ESMTP id 90AD98FC0C; Thu, 5 Jan 2012 00:27:51 +0000 (UTC) Received: from freebsd-stable.sentex.ca (localhost [127.0.0.1]) by freebsd-stable.sentex.ca (8.14.5/8.14.5) with ESMTP id q050Rp90074484; Thu, 5 Jan 2012 00:27:51 GMT (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-stable.sentex.ca (8.14.5/8.14.5/Submit) id q050RomN074426; Thu, 5 Jan 2012 00:27:50 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 5 Jan 2012 00:27:50 GMT Message-Id: <201201050027.q050RomN074426@freebsd-stable.sentex.ca> X-Authentication-Warning: freebsd-stable.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [releng_9 tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2012 00:27:52 -0000 TB --- 2012-01-04 21:24:08 - tinderbox 2.8 running on freebsd-stable.sentex.ca TB --- 2012-01-04 21:24:08 - starting RELENG_9 tinderbox run for amd64/amd64 TB --- 2012-01-04 21:24:08 - cleaning the object tree TB --- 2012-01-04 21:25:01 - cvsupping the source tree TB --- 2012-01-04 21:25:01 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_9/amd64/amd64/supfile TB --- 2012-01-04 21:26:11 - building world TB --- 2012-01-04 21:26:11 - CROSS_BUILD_TESTING=YES TB --- 2012-01-04 21:26:11 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-04 21:26:11 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-04 21:26:11 - SRCCONF=/dev/null TB --- 2012-01-04 21:26:11 - TARGET=amd64 TB --- 2012-01-04 21:26:11 - TARGET_ARCH=amd64 TB --- 2012-01-04 21:26:11 - TZ=UTC TB --- 2012-01-04 21:26:11 - __MAKE_CONF=/dev/null TB --- 2012-01-04 21:26:11 - cd /src TB --- 2012-01-04 21:26:11 - /usr/bin/make -B buildworld >>> World build started on Wed Jan 4 21:26:12 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Thu Jan 5 00:10:48 UTC 2012 TB --- 2012-01-05 00:10:48 - generating LINT kernel config TB --- 2012-01-05 00:10:48 - cd /src/sys/amd64/conf TB --- 2012-01-05 00:10:48 - /usr/bin/make -B LINT TB --- 2012-01-05 00:10:48 - cd /src/sys/amd64/conf TB --- 2012-01-05 00:10:48 - /usr/sbin/config -m LINT TB --- 2012-01-05 00:10:48 - building LINT kernel TB --- 2012-01-05 00:10:48 - CROSS_BUILD_TESTING=YES TB --- 2012-01-05 00:10:48 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-05 00:10:48 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-05 00:10:48 - SRCCONF=/dev/null TB --- 2012-01-05 00:10:48 - TARGET=amd64 TB --- 2012-01-05 00:10:48 - TARGET_ARCH=amd64 TB --- 2012-01-05 00:10:48 - TZ=UTC TB --- 2012-01-05 00:10:48 - __MAKE_CONF=/dev/null TB --- 2012-01-05 00:10:48 - cd /src TB --- 2012-01-05 00:10:48 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Jan 5 00:10:49 UTC 2012 >>> 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 [...] cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mno-sse -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/amd64/ia32/ia32_misc.c cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mno-sse -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/compat/freebsd32/freebsd32_ioctl.c cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mno-sse -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/compat/freebsd32/freebsd32_misc.c /src/sys/compat/freebsd32/freebsd32_misc.c: In function 'freebsd32_posix_fallocate': /src/sys/compat/freebsd32/freebsd32_misc.c:2814: error: 'struct freebsd32_posix_fallocate_args' has no member named 'offset1' /src/sys/compat/freebsd32/freebsd32_misc.c:2814: error: 'struct freebsd32_posix_fallocate_args' has no member named 'offset2' /src/sys/compat/freebsd32/freebsd32_misc.c:2815: error: 'struct freebsd32_posix_fallocate_args' has no member named 'len1' /src/sys/compat/freebsd32/freebsd32_misc.c:2815: error: 'struct freebsd32_posix_fallocate_args' has no member named 'len2' *** Error code 1 Stop in /obj/amd64.amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-01-05 00:27:50 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-01-05 00:27:50 - ERROR: failed to build LINT kernel TB --- 2012-01-05 00:27:50 - 8274.27 user 1093.66 system 11022.26 real http://tinderbox.freebsd.org/tinderbox-releng_9-RELENG_9-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Thu Jan 5 00:31:52 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00A01106566C; Thu, 5 Jan 2012 00:31:52 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CAB148FC19; Thu, 5 Jan 2012 00:31:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q050VpdM077237; Thu, 5 Jan 2012 00:31:51 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q050VpHl077230; Thu, 5 Jan 2012 00:31:51 GMT (envelope-from linimon) Date: Thu, 5 Jan 2012 00:31:51 GMT Message-Id: <201201050031.q050VpHl077230@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/163815: [ahci] [zfs] HDD timeout on ZFS + SB7x0 SATA Controller [AHCI] X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2012 00:31:52 -0000 Old Synopsis: HDD timeout on ZFS + SB7x0 SATA Controller [AHCI] New Synopsis: [ahci] [zfs] HDD timeout on ZFS + SB7x0 SATA Controller [AHCI] Responsible-Changed-From-To: freebsd-amd64->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jan 5 00:30:46 UTC 2012 Responsible-Changed-Why: probably not amd64-specific. http://www.freebsd.org/cgi/query-pr.cgi?pr=163815 From owner-freebsd-amd64@FreeBSD.ORG Thu Jan 5 19:30:03 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 691001065686; Thu, 5 Jan 2012 19:30:03 +0000 (UTC) (envelope-from owner-freebsd-stable@freebsd.org) Received: from web.npulse.net (web.npulse.net [79.172.194.2]) by mx1.freebsd.org (Postfix) with SMTP id BCD138FC3A; Thu, 5 Jan 2012 19:30:01 +0000 (UTC) Received: by web (Postfix, from userid 143) id AEA72DC183; Thu, 5 Jan 2012 00:32:24 +0000 (UTC) Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by web (Postfix) with ESMTP id 20DF4DC16E for ; Thu, 5 Jan 2012 00:32:22 +0000 (UTC) Received: from hub.freebsd.org (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id C8BC7204EAF; Thu, 5 Jan 2012 00:28:06 +0000 (UTC) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 241FF10656B2; Thu, 5 Jan 2012 00:28:05 +0000 (UTC) (envelope-from owner-freebsd-stable@freebsd.org) Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B49C106566C; Thu, 5 Jan 2012 00:27:52 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [IPv6:2607:f3e0:0:3::6502:9b]) by mx1.freebsd.org (Postfix) with ESMTP id 90AD98FC0C; Thu, 5 Jan 2012 00:27:51 +0000 (UTC) Received: from freebsd-stable.sentex.ca (localhost [127.0.0.1]) by freebsd-stable.sentex.ca (8.14.5/8.14.5) with ESMTP id q050Rp90074484; Thu, 5 Jan 2012 00:27:51 GMT (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-stable.sentex.ca (8.14.5/8.14.5/Submit) id q050RomN074426; Thu, 5 Jan 2012 00:27:50 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 5 Jan 2012 00:27:50 GMT Message-Id: <201201050027.q050RomN074426@freebsd-stable.sentex.ca> X-Authentication-Warning: freebsd-stable.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Sender: owner-freebsd-stable@freebsd.org Errors-To: owner-freebsd-stable@freebsd.org Cc: Subject: [releng_9 tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2012 19:30:04 -0000 TB --- 2012-01-04 21:24:08 - tinderbox 2.8 running on freebsd-stable.sentex.ca TB --- 2012-01-04 21:24:08 - starting RELENG_9 tinderbox run for amd64/amd64 TB --- 2012-01-04 21:24:08 - cleaning the object tree TB --- 2012-01-04 21:25:01 - cvsupping the source tree TB --- 2012-01-04 21:25:01 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_9/amd64/amd64/supfile TB --- 2012-01-04 21:26:11 - building world TB --- 2012-01-04 21:26:11 - CROSS_BUILD_TESTING=YES TB --- 2012-01-04 21:26:11 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-04 21:26:11 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-04 21:26:11 - SRCCONF=/dev/null TB --- 2012-01-04 21:26:11 - TARGET=amd64 TB --- 2012-01-04 21:26:11 - TARGET_ARCH=amd64 TB --- 2012-01-04 21:26:11 - TZ=UTC TB --- 2012-01-04 21:26:11 - __MAKE_CONF=/dev/null TB --- 2012-01-04 21:26:11 - cd /src TB --- 2012-01-04 21:26:11 - /usr/bin/make -B buildworld >>> World build started on Wed Jan 4 21:26:12 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Thu Jan 5 00:10:48 UTC 2012 TB --- 2012-01-05 00:10:48 - generating LINT kernel config TB --- 2012-01-05 00:10:48 - cd /src/sys/amd64/conf TB --- 2012-01-05 00:10:48 - /usr/bin/make -B LINT TB --- 2012-01-05 00:10:48 - cd /src/sys/amd64/conf TB --- 2012-01-05 00:10:48 - /usr/sbin/config -m LINT TB --- 2012-01-05 00:10:48 - building LINT kernel TB --- 2012-01-05 00:10:48 - CROSS_BUILD_TESTING=YES TB --- 2012-01-05 00:10:48 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-05 00:10:48 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-05 00:10:48 - SRCCONF=/dev/null TB --- 2012-01-05 00:10:48 - TARGET=amd64 TB --- 2012-01-05 00:10:48 - TARGET_ARCH=amd64 TB --- 2012-01-05 00:10:48 - TZ=UTC TB --- 2012-01-05 00:10:48 - __MAKE_CONF=/dev/null TB --- 2012-01-05 00:10:48 - cd /src TB --- 2012-01-05 00:10:48 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Jan 5 00:10:49 UTC 2012 >>> 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 [...] cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mno-sse -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/amd64/ia32/ia32_misc.c cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mno-sse -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/compat/freebsd32/freebsd32_ioctl.c cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mno-sse -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/compat/freebsd32/freebsd32_misc.c /src/sys/compat/freebsd32/freebsd32_misc.c: In function 'freebsd32_posix_fallocate': /src/sys/compat/freebsd32/freebsd32_misc.c:2814: error: 'struct freebsd32_posix_fallocate_args' has no member named 'offset1' /src/sys/compat/freebsd32/freebsd32_misc.c:2814: error: 'struct freebsd32_posix_fallocate_args' has no member named 'offset2' /src/sys/compat/freebsd32/freebsd32_misc.c:2815: error: 'struct freebsd32_posix_fallocate_args' has no member named 'len1' /src/sys/compat/freebsd32/freebsd32_misc.c:2815: error: 'struct freebsd32_posix_fallocate_args' has no member named 'len2' *** Error code 1 Stop in /obj/amd64.amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-01-05 00:27:50 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-01-05 00:27:50 - ERROR: failed to build LINT kernel TB --- 2012-01-05 00:27:50 - 8274.27 user 1093.66 system 11022.26 real http://tinderbox.freebsd.org/tinderbox-releng_9-RELENG_9-amd64-amd64.full _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-amd64@FreeBSD.ORG Thu Jan 5 19:30:07 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7A331065839; Thu, 5 Jan 2012 19:30:07 +0000 (UTC) (envelope-from owner-freebsd-stable@freebsd.org) Received: from web.npulse.net (web.npulse.net [79.172.194.2]) by mx1.freebsd.org (Postfix) with SMTP id B3C468FC39; Thu, 5 Jan 2012 19:30:06 +0000 (UTC) Received: by web (Postfix, from userid 143) id 624F1DC251; Sat, 31 Dec 2011 19:07:26 +0000 (UTC) Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by web (Postfix) with ESMTP id AD4CDDC1FE for ; Sat, 31 Dec 2011 19:07:25 +0000 (UTC) Received: from hub.freebsd.org (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id C51792026A2; Sat, 31 Dec 2011 19:01:31 +0000 (UTC) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 3D25D1065716; Sat, 31 Dec 2011 19:01:30 +0000 (UTC) (envelope-from owner-freebsd-stable@freebsd.org) Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 307FF106567A; Sat, 31 Dec 2011 19:01:12 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [IPv6:2607:f3e0:0:3::6502:9b]) by mx1.freebsd.org (Postfix) with ESMTP id E2B2E8FC14; Sat, 31 Dec 2011 19:01:11 +0000 (UTC) Received: from freebsd-stable.sentex.ca (localhost [127.0.0.1]) by freebsd-stable.sentex.ca (8.14.5/8.14.5) with ESMTP id pBVJ1Ban065106; Sat, 31 Dec 2011 19:01:11 GMT (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-stable.sentex.ca (8.14.5/8.14.5/Submit) id pBVJ1BWW065105; Sat, 31 Dec 2011 19:01:11 GMT (envelope-from tinderbox@freebsd.org) Date: Sat, 31 Dec 2011 19:01:11 GMT Message-Id: <201112311901.pBVJ1BWW065105@freebsd-stable.sentex.ca> X-Authentication-Warning: freebsd-stable.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Sender: owner-freebsd-stable@freebsd.org Errors-To: owner-freebsd-stable@freebsd.org Cc: Subject: [releng_9 tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2012 19:30:08 -0000 TB --- 2011-12-31 16:02:35 - tinderbox 2.8 running on freebsd-stable.sentex.ca TB --- 2011-12-31 16:02:35 - starting RELENG_9 tinderbox run for amd64/amd64 TB --- 2011-12-31 16:02:35 - cleaning the object tree TB --- 2011-12-31 16:03:34 - cvsupping the source tree TB --- 2011-12-31 16:03:34 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_9/amd64/amd64/supfile TB --- 2011-12-31 16:04:25 - building world TB --- 2011-12-31 16:04:25 - CROSS_BUILD_TESTING=YES TB --- 2011-12-31 16:04:25 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-31 16:04:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-31 16:04:25 - SRCCONF=/dev/null TB --- 2011-12-31 16:04:25 - TARGET=amd64 TB --- 2011-12-31 16:04:25 - TARGET_ARCH=amd64 TB --- 2011-12-31 16:04:25 - TZ=UTC TB --- 2011-12-31 16:04:25 - __MAKE_CONF=/dev/null TB --- 2011-12-31 16:04:25 - cd /src TB --- 2011-12-31 16:04:25 - /usr/bin/make -B buildworld >>> World build started on Sat Dec 31 16:04:26 UTC 2011 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Sat Dec 31 18:49:47 UTC 2011 TB --- 2011-12-31 18:49:47 - generating LINT kernel config TB --- 2011-12-31 18:49:47 - cd /src/sys/amd64/conf TB --- 2011-12-31 18:49:47 - /usr/bin/make -B LINT TB --- 2011-12-31 18:49:47 - cd /src/sys/amd64/conf TB --- 2011-12-31 18:49:47 - /usr/sbin/config -m LINT TB --- 2011-12-31 18:49:47 - building LINT kernel TB --- 2011-12-31 18:49:47 - CROSS_BUILD_TESTING=YES TB --- 2011-12-31 18:49:47 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-31 18:49:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-31 18:49:47 - SRCCONF=/dev/null TB --- 2011-12-31 18:49:47 - TARGET=amd64 TB --- 2011-12-31 18:49:47 - TARGET_ARCH=amd64 TB --- 2011-12-31 18:49:47 - TZ=UTC TB --- 2011-12-31 18:49:47 - __MAKE_CONF=/dev/null TB --- 2011-12-31 18:49:47 - cd /src TB --- 2011-12-31 18:49:47 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Dec 31 18:49:47 UTC 2011 >>> 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 [...] /src/sys/dev/usb/net/if_axe.c:1355: error: 'AXE_FLAG_CSUM_FRAME' undeclared (first use in this function) /src/sys/dev/usb/net/if_axe.c:1357: error: 'struct axe_softc' has no member named 'sc_lenmask' /src/sys/dev/usb/net/if_axe.c:1357: error: 'AXE_CSUM_HDR_LEN_MASK' undeclared (first use in this function) /src/sys/dev/usb/net/if_axe.c:1359: error: 'struct axe_softc' has no member named 'sc_lenmask' /src/sys/dev/usb/net/if_axe.c:1359: error: 'AXE_HDR_LEN_MASK' undeclared (first use in this function) /src/sys/dev/usb/net/if_axe.c: In function 'axe_ioctl': /src/sys/dev/usb/net/if_axe.c:1499: warning: implicit declaration of function 'uether_init' /src/sys/dev/usb/net/if_axe.c:1499: warning: nested extern declaration of 'uether_init' [-Wnested-externs] *** Error code 1 Stop in /obj/amd64.amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-12-31 19:01:11 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-12-31 19:01:11 - ERROR: failed to build LINT kernel TB --- 2011-12-31 19:01:11 - 7918.41 user 1064.17 system 10715.99 real http://tinderbox.freebsd.org/tinderbox-releng_9-RELENG_9-amd64-amd64.full _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-amd64@FreeBSD.ORG Thu Jan 5 23:38:24 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A18510656D8; Thu, 5 Jan 2012 23:38:24 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [IPv6:2607:f3e0:0:3::6502:9b]) by mx1.freebsd.org (Postfix) with ESMTP id 396918FC1C; Thu, 5 Jan 2012 23:38:24 +0000 (UTC) Received: from freebsd-stable.sentex.ca (localhost [127.0.0.1]) by freebsd-stable.sentex.ca (8.14.5/8.14.5) with ESMTP id q05NcNXZ013861; Thu, 5 Jan 2012 23:38:23 GMT (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-stable.sentex.ca (8.14.5/8.14.5/Submit) id q05NcNpY013856; Thu, 5 Jan 2012 23:38:23 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 5 Jan 2012 23:38:23 GMT Message-Id: <201201052338.q05NcNpY013856@freebsd-stable.sentex.ca> X-Authentication-Warning: freebsd-stable.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [releng_9 tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2012 23:38:24 -0000 TB --- 2012-01-05 20:42:25 - tinderbox 2.8 running on freebsd-stable.sentex.ca TB --- 2012-01-05 20:42:25 - starting RELENG_9 tinderbox run for amd64/amd64 TB --- 2012-01-05 20:42:25 - cleaning the object tree TB --- 2012-01-05 20:43:17 - cvsupping the source tree TB --- 2012-01-05 20:43:17 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_9/amd64/amd64/supfile TB --- 2012-01-05 20:44:43 - building world TB --- 2012-01-05 20:44:43 - CROSS_BUILD_TESTING=YES TB --- 2012-01-05 20:44:43 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-05 20:44:43 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-05 20:44:43 - SRCCONF=/dev/null TB --- 2012-01-05 20:44:43 - TARGET=amd64 TB --- 2012-01-05 20:44:43 - TARGET_ARCH=amd64 TB --- 2012-01-05 20:44:43 - TZ=UTC TB --- 2012-01-05 20:44:43 - __MAKE_CONF=/dev/null TB --- 2012-01-05 20:44:43 - cd /src TB --- 2012-01-05 20:44:43 - /usr/bin/make -B buildworld >>> World build started on Thu Jan 5 20:44:44 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Thu Jan 5 23:29:18 UTC 2012 TB --- 2012-01-05 23:29:18 - generating LINT kernel config TB --- 2012-01-05 23:29:18 - cd /src/sys/amd64/conf TB --- 2012-01-05 23:29:18 - /usr/bin/make -B LINT TB --- 2012-01-05 23:29:19 - cd /src/sys/amd64/conf TB --- 2012-01-05 23:29:19 - /usr/sbin/config -m LINT TB --- 2012-01-05 23:29:19 - building LINT kernel TB --- 2012-01-05 23:29:19 - CROSS_BUILD_TESTING=YES TB --- 2012-01-05 23:29:19 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-05 23:29:19 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-05 23:29:19 - SRCCONF=/dev/null TB --- 2012-01-05 23:29:19 - TARGET=amd64 TB --- 2012-01-05 23:29:19 - TARGET_ARCH=amd64 TB --- 2012-01-05 23:29:19 - TZ=UTC TB --- 2012-01-05 23:29:19 - __MAKE_CONF=/dev/null TB --- 2012-01-05 23:29:19 - cd /src TB --- 2012-01-05 23:29:19 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Jan 5 23:29:19 UTC 2012 >>> 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 [...] cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mno-sse -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/mem/memutil.c cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mno-sse -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/mfi/mfi.c cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mno-sse -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/mfi/mfi_debug.c cc1: warnings being treated as errors In file included from /src/sys/dev/mfi/mfi_debug.c:54: /src/sys/dev/mfi/mfivar.h:398: warning: data definition has no type or storage class /src/sys/dev/mfi/mfivar.h:398: warning: type defaults to 'int' in declaration of 'SYSCTL_DECL' /src/sys/dev/mfi/mfivar.h:398: warning: parameter names (without types) in function declaration *** Error code 1 Stop in /obj/amd64.amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-01-05 23:38:23 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-01-05 23:38:23 - ERROR: failed to build LINT kernel TB --- 2012-01-05 23:38:23 - 7843.52 user 1059.97 system 10557.87 real http://tinderbox.freebsd.org/tinderbox-releng_9-RELENG_9-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Fri Jan 6 18:07:06 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D0901065673; Fri, 6 Jan 2012 18:07:06 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 39E7A8FC1A; Fri, 6 Jan 2012 18:07:06 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.4) with ESMTP id q06I75QQ094170; Fri, 6 Jan 2012 13:07:05 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.4/Submit) id q06I75xY094169; Fri, 6 Jan 2012 18:07:05 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 6 Jan 2012 18:07:05 GMT Message-Id: <201201061807.q06I75xY094169@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2012 18:07:06 -0000 TB --- 2012-01-06 16:10:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2012-01-06 16:10:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-01-06 16:10:00 - cleaning the object tree TB --- 2012-01-06 16:11:13 - cvsupping the source tree TB --- 2012-01-06 16:11:13 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-01-06 16:11:25 - building world TB --- 2012-01-06 16:11:25 - CROSS_BUILD_TESTING=YES TB --- 2012-01-06 16:11:25 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-06 16:11:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-06 16:11:25 - SRCCONF=/dev/null TB --- 2012-01-06 16:11:25 - TARGET=amd64 TB --- 2012-01-06 16:11:25 - TARGET_ARCH=amd64 TB --- 2012-01-06 16:11:25 - TZ=UTC TB --- 2012-01-06 16:11:25 - __MAKE_CONF=/dev/null TB --- 2012-01-06 16:11:25 - cd /src TB --- 2012-01-06 16:11:25 - /usr/bin/make -B buildworld >>> World build started on Fri Jan 6 16:11:26 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/ddb/ddb_capture.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/ddb/ddb_script.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -o ddb ddb.o ddb_capture.o ddb_script.o -lkvm gzip -cn /src/sbin/ddb/ddb.8 > ddb.8.gz ===> sbin/devd (all) c++ -O2 -pipe -I. -I/src/sbin/devd -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized -c /src/sbin/devd/devd.cc /src/sbin/devd/devd.cc: In constructor 'media::media(config&, const char*, const char*)': /src/sbin/devd/devd.cc:301: error: 'IFM_CARP' was not declared in this scope *** Error code 1 Stop in /src/sbin/devd. *** Error code 1 Stop in /src/sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-01-06 18:07:05 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-01-06 18:07:05 - ERROR: failed to build world TB --- 2012-01-06 18:07:05 - 5643.40 user 962.36 system 7024.96 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full