From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 22:01:20 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 6996C16A420 for ; Tue, 14 Feb 2006 22:01:20 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id E777843D55 for ; Tue, 14 Feb 2006 22:01:19 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id k1EM1JjB099649 for ; Tue, 14 Feb 2006 14:01:19 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id k1EM1JIB099648 for freebsd-current@freebsd.org; Tue, 14 Feb 2006 14:01:19 -0800 (PST) (envelope-from sgk) Date: Tue, 14 Feb 2006 14:01:19 -0800 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20060214220119.GA99615@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Buildworld broken on amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 14 Feb 2006 22:01:20 -0000 cc -O2 -fno-strict-aliasing -pipe -march=opteron -Wall -Wmissing-prototypes -Wcast-qual -Wwrite -strings -Wnested-externs -DRESCUE -c /usr/src/sbin/ifconfig/ifmedia.c /usr/src/sbin/ifconfig/ifmedia.c:345: error: `IFM_10GBASE_SR' undeclared here (not in a functio n) /usr/src/sbin/ifconfig/ifmedia.c:345: error: initializer element is not constant /usr/src/sbin/ifconfig/ifmedia.c:345: error: (near initialization for `ifm_subtype_ethernet_des criptions[16].ifmt_word') /usr/src/sbin/ifconfig/ifmedia.c:345: error: initializer element is not constant /usr/src/sbin/ifconfig/ifmedia.c:345: error: (near initialization for `ifm_subtype_ethernet_des criptions[16]') /usr/src/sbin/ifconfig/ifmedia.c:345: error: `IFM_10GBASE_LR' undeclared here (not in a functio n) /usr/src/sbin/ifconfig/ifmedia.c:345: error: initializer element is not constant /usr/src/sbin/ifconfig/ifmedia.c:345: error: (near initialization for `ifm_subtype_ethernet_des criptions[17].ifmt_word') /usr/src/sbin/ifconfig/ifmedia.c:345: error: initializer element is not constant /usr/src/sbin/ifconfig/ifmedia.c:345: error: (near initialization for `ifm_subtype_ethernet_des criptions[17]') /usr/src/sbin/ifconfig/ifmedia.c:345: error: initializer element is not constant /usr/src/sbin/ifconfig/ifmedia.c:345: error: (near initialization for `ifm_subtype_ethernet_des criptions[18]') *** Error code 1 Stop in /usr/src/sbin/ifconfig. *** Error code 1 Stop in /usr/obj/usr/src/rescue/rescue. *** Error code 1 -- Steve