From owner-freebsd-current@FreeBSD.ORG Sun Feb 19 01:10:28 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 6EEB916A420 for ; Sun, 19 Feb 2006 01:10:28 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 788F943D4C for ; Sun, 19 Feb 2006 01:10:27 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from flame.pc (dialup158.ach.sch.gr [81.186.70.158]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1J1A9ud017805 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 19 Feb 2006 03:10:13 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1J19wgU022373 for ; Sun, 19 Feb 2006 03:09:58 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1J19wbt022372 for freebsd-current@freebsd.org; Sun, 19 Feb 2006 03:09:58 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Sun, 19 Feb 2006 03:09:58 +0200 From: Giorgos Keramidas To: freebsd-current@freebsd.org Message-ID: <20060219010958.GA22357@flame.pc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.765, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.63, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org Subject: Is HEAD broken for anybody else? 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: Sun, 19 Feb 2006 01:10:28 -0000 I get the following build error when I try to build HEAD on a snapshot of 20-Jan-2006. 2006-02-19 00:56:33.078914 - ===> sbin/atm/atmconfig (depend) 2006-02-19 00:56:33.180210 - cat /home/build/src/sbin/atm/atmconfig/../../../contrib/ngatm/snmp_atm/atm_tree.def /home/build/src/sbin/atm/atmconfig/../../../usr.sbin/bsnmpd/modules/snmp_atm/atm_freebsd.def | gensnmptree -e `tail -n +2 /home/build/src/sbin/atm/atmconfig/atm_oid.list` > /home/build/obj/home/build/src/sbin/atm/atmconfig/oid.h 2006-02-19 00:56:33.218435 - gensnmptree: not found 2006-02-19 00:56:33.219570 - *** Error code 127 2006-02-19 00:56:33.219705 - 2006-02-19 00:56:33.219826 - Stop in /home/build/src/sbin/atm/atmconfig. 2006-02-19 00:56:33.220762 - *** Error code 1 2006-02-19 00:56:33.220883 - 2006-02-19 00:56:33.221004 - Stop in /home/build/src/sbin/atm. 2006-02-19 00:56:33.222062 - *** Error code 1 2006-02-19 00:56:33.222194 - 2006-02-19 00:56:33.222315 - Stop in /home/build/src/sbin. 2006-02-19 00:56:33.223236 - *** Error code 1 2006-02-19 00:56:33.223419 - 2006-02-19 00:56:33.223547 - Stop in /home/build/src. 2006-02-19 00:56:33.224515 - *** Error code 1 2006-02-19 00:56:33.225785 - 2006-02-19 00:56:33.225923 - Stop in /home/build/src. 2006-02-19 00:56:33.226006 - *** Error code 1 2006-02-19 00:56:33.226112 - 2006-02-19 00:56:33.226187 - Stop in /home/build/src. Is this something that anyone else has bumped to, or have I managed to mess my CURRENT installation? - Giorgos