From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 23:07:00 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 1912616A425 for ; Mon, 13 Feb 2006 23:07:00 +0000 (GMT) (envelope-from pbowen@fastmail.fm) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id B676A43D49 for ; Mon, 13 Feb 2006 23:06:59 +0000 (GMT) (envelope-from pbowen@fastmail.fm) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 89F33D343F0 for ; Mon, 13 Feb 2006 18:06:57 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Mon, 13 Feb 2006 18:06:57 -0500 X-Sasl-enc: FRM1EEGsapb/ZtAjJgOhjBpYiO0fM58z2UIY9P3wmsXo 1139872016 Received: from [192.168.140.66] (ip-207-145-69-34.chi.megapath.net [207.145.69.34]) by frontend2.messagingengine.com (Postfix) with ESMTP id 157AA5714A2 for ; Mon, 13 Feb 2006 18:06:55 -0500 (EST) Message-ID: <43F11111.6000909@fastmail.fm> Date: Mon, 13 Feb 2006 17:06:57 -0600 From: Patrick Bowen User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Error in make buildworld from todays -current 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: Mon, 13 Feb 2006 23:07:00 -0000 List: I got this error on cvsup'd source from about noon today ===> usr.sbin/bsnmpd/modules/snmp_mibII (depend) make: don't know how to make mibII_begemot.c. Stop *** Error code 2 Stop in /usr/src/usr.sbin/bsnmpd/modules. *** Error code 1 Stop in /usr/src/usr.sbin/bsnmpd. *** Error code 1 Stop in /usr/src/usr.sbin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. If you look in /usr/src/usr.sbin/bsnmpd/modules/snmp_mibII, the Makefile references a file /usr/src/contrib/bsnmp/mibII_begemot.c which is non-existant. A cursory examination of cvsweb.freebsd.org for the file is likewise fruitless. Has this source file been removed from the tree, but not taken out of the makefile, or am I missing something? Thanks, Patrick