From owner-freebsd-current@FreeBSD.ORG Mon Mar 31 12:54:44 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 83EAC37B401 for ; Mon, 31 Mar 2003 12:54:44 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AA6943F75 for ; Mon, 31 Mar 2003 12:54:44 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) h2VKshPR078434 for ; Mon, 31 Mar 2003 12:54:43 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)h2VKshVa078433 for freebsd-current@freebsd.org; Mon, 31 Mar 2003 12:54:43 -0800 (PST) Date: Mon, 31 Mar 2003 12:54:43 -0800 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20030331205443.GA78416@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: g++ or devd breaks world 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, 31 Mar 2003 20:54:45 -0000 Sources retrieved by cvsup 11 am PST. The tree is clean, and obj/ is empty. ===> sbin/devd c++ -O -pipe -mcpu=pentiumpro -I. -I/usr/src/sbin/devd -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /usr/src/sbin/devd/devd.cc In file included from /usr/obj/usr/src/i386/usr/include/g++/bits/stl_iterator_base_funcs.h:68, from /usr/obj/usr/src/i386/usr/include/g++/bits/stl_algobase.h:74, from /usr/obj/usr/src/i386/usr/include/g++/algorithm:66, from /usr/src/sbin/devd/devd.cc:54: /usr/obj/usr/src/i386/usr/include/g++/bits/concept_check.h:64:1: multi-line comment *** Error code 1 -- Steve