From owner-freebsd-current@FreeBSD.ORG Sun Dec 14 22:43:57 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D626E16A4CE for ; Sun, 14 Dec 2003 22:43:57 -0800 (PST) Received: from smtp.volant.org (gate.volant.org [207.111.218.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6202D43D36 for ; Sun, 14 Dec 2003 22:43:49 -0800 (PST) (envelope-from patl+freebsd@volant.org) Received: from 64-144-229-193.client.dsl.net ([64.144.229.193] helo=[192.168.0.13]) by smtp.volant.org with asmtp (TLSv1:AES256-SHA:256) (Exim 4.22) id 1AVmSA-0002mj-S4 for current@freebsd.org; Sun, 14 Dec 2003 22:43:39 -0800 Date: Sun, 14 Dec 2003 22:43:34 -0800 From: Pat Lashley To: current@freebsd.org Message-ID: <578018112.1071470614@[192.168.0.13]> X-Mailer: Mulberry/3.1.0 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Scan-Signature: 8fd9a3af4f629c7c9b4bb2cac554421e2ac9ff0d X-Spam-Score: -3.9 (---) X-Spam-Score-Int: -39 X-Spam-Report: -3.9/5.0 This mail has matched the spam-filter tests listed below. See http://spamassassin.org/tag/ for details about the specific tests reported. In general, the higher the number of total points, the more likely that it actually is spam. (The 'required' number of points listed below is the arbitrary number above which the message is normally considered spam.) Content analysis details: (-3.90 points total, 5 required) probability is 1 to 10% [score: 0.0894] AWL (1.5 points) AWL: Auto-whitelist adjustment Subject: Is the RELENG_5_2 tag supposed to be usable yet? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 06:43:58 -0000 I'm trying to update a 5.1-RELEASE-p9 to the current 5.2 RC via CVSUP. For unrelated reasons I completely deleted the contents of /usr/src and /usr/obj first. I've CVSup'd RELENG_5_2 without problem; and the buildworld works fine. But the buildkernel stopps with (linebreaks inserted for readability): /usr/obj/usr/src/make.i386/make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES -V GEN_M_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding /usr/src/sys/dev/usb/if_aue.c:104:23: miibus_if.h: No such file or directory /usr/src/sys/dev/usb/if_axe.c:100:23: miibus_if.h: No such file or directory /usr/src/sys/pci/if_dc.c:139:23: miibus_if.h: No such file or directory mkdep: compile failed *** Error code 1 There does not appear to be a 'miibus_if.h' anywhere in /usr/src. Did it just miss being tagged, or is this a symptom of some other problem? Or am I premature in attempting to build from RELENG_5_2 ? Thanks, -Pat