From owner-freebsd-stable@FreeBSD.ORG Thu May 22 06:46:42 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 546D5765 for ; Thu, 22 May 2014 06:46:42 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 288162EBB for ; Thu, 22 May 2014 06:46:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Subject:To:From:Date; bh=y8hodC7xWgVja8+GePvu+jEMD5Z1qNw3vE0qMeFEiLQ=; b=WiCJXxZBQS8UOPNdhRIt0ClHBXsSw10kawSAHb3IApGFWBvVOIGsynjsl/ylgS2AA3V8JBH+xXfJn2gxyvysJVVW+gv+GEROA8HELilUz5WMaxdH1Z90FXNUSOa5MJBVWWt2/pKnyU2RwJx6Iyf9e4bj4GDwLAE5ITw5sF4MhVg=; Received: from [182.13.233.218] (port=43988 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1WnMlu-003nol-Pc for freebsd-stable@freebsd.org; Thu, 22 May 2014 00:46:35 -0600 Date: Thu, 22 May 2014 14:46:28 +0800 From: Erich Dollansky To: freebsd-stable@freebsd.org Subject: strange svn problem on FreeBSD 10 STABLE Message-ID: <20140522144628.72655b16@X220.alogt.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 06:46:42 -0000 Hi, I ran svn and get this as a result: Updating the source tree. Updating '/usr/src': At revision 266536. So, it all should be fine. When I compile then the kernel, I will get this: -------------------------------------------------------------- >>> Kernel build for X220 started on Thu May 22 14:41:52 WITA 2014 -------------------------------------------------------------- ===> X220 mkdir -p /usr/obj/usr/src/sys -------------------------------------------------------------- >>> stage 1: configuring the kernel -------------------------------------------------------------- cd /usr/src/sys/amd64/conf; PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin config -d /usr/obj/usr/src/sys/X220 /usr/src/sys/amd64/conf/X220 WARNING: duplicate option `NEW_PCIB' encountered. WARNING: duplicate option `GEOM_PART_BSD' encountered. WARNING: duplicate option `GEOM_PART_MBR' encountered. WARNING: duplicate option `GEOM_PART_EBR' encountered. WARNING: duplicate option `GEOM_PART_EBR_COMPAT' encountered. WARNING: duplicate option `DEV_ISA' encountered. WARNING: duplicate device `isa' encountered. WARNING: duplicate option `DEV_MEM' encountered. WARNING: duplicate device `mem' encountered. WARNING: duplicate option `DEV_IO' encountered. WARNING: duplicate device `io' encountered. config: Error: device "vt" is unknown config: Error: device "vt_vga" is unknown config: 2 errors *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src There was a kernel with VT enabled installed on this machine. Ok, I could imagine where the warnings come from but why is VT not part of the latest revision? Is there a problem with my local copy? There have been some interruptions during the download. Erich