From owner-freebsd-stable@FreeBSD.ORG Fri May 23 06:30:14 2014 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AFFF3A2; Fri, 23 May 2014 06:30:14 +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 0A6B3279E; Fri, 23 May 2014 06:30:13 +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:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=7PIGEAWZaPCw5x/U1MCYqqzWnQFykNlnJHITqT/qGLY=; b=yHRLOOPJf+DPSzVqSk8Dm994LeytANsvIaeK+6MoC7mF5tncJ7D85SpqsQnK2iCoQKmKHa10dPhsmpbD16cSLcMiikd3rQRSvwwLyHSkkNrvWoMu0wRbcjCARsUA36m7K0U/izZV8K/lNMK7G0qY6hh6SoTwSOG4F1AgRrozqsE=; Received: from [182.9.88.60] (port=41242 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 1Wnizc-000XIg-00; Fri, 23 May 2014 00:30:12 -0600 Date: Fri, 23 May 2014 14:30:05 +0800 From: Erich Dollansky To: Ian Lepore Subject: Re: strange svn problem on FreeBSD 10 STABLE --> solved Message-ID: <20140523143005.2be858c1@X220.alogt.com> In-Reply-To: <1400809676.1152.300.camel@revolution.hippie.lan> References: <20140522144628.72655b16@X220.alogt.com> <44fvk1q0dr.fsf@lowell-desk.lan> <20140523092755.4d56eb21@X220.alogt.com> <1400809676.1152.300.camel@revolution.hippie.lan> 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: Cc: freebsd-stable@FreeBSD.org, freebsd-stable-local@be-well.ilk.org 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: Fri, 23 May 2014 06:30:14 -0000 Hi, On Thu, 22 May 2014 19:47:56 -0600 Ian Lepore wrote: > On Fri, 2014-05-23 at 09:27 +0800, Erich Dollansky wrote: > > On Thu, 22 May 2014 11:49:36 -0400 > > Lowell Gilbert wrote: > > > > > Erich Dollansky writes: > > > > > > > > > I probably could have been a lot more help if you'd included the > > > output of "uname -a" and "svn info" in your message. And your > > > kernel configuration file, although even better than that would > > > be trying the GENERIC configuration and showing the results of > > > that. > > > > > I just compiled the kernel with SC on and VT off without any > > problems. Turning VT on again and SC off and I results in the > > original error messages. It seems to me that the source tree got > > damaged during the interruptions and svn does not notice it. > > > > > Good luck. > > > > It seems the best method for the moment. > > > > Erich > > Based on the error messages you report, the part of the tree that > might be damaged is src/sys/conf/files*. From a glance at the config > code it looks like that error is generated if it reads through > conf/files and conf/files.amd64 and others that are included from > your kernel config, and it didn't find any lines that contained > "optional vt". The thing is, that appears on a pretty good number of > lines, so it's hard to picture the damage that caused just that error > and no others. > after doing a svn revert . -R svn started to copy moste likely all files from the local depository into the actual source tree. So, it seems to me that one of the interruptions I have had stopped also this copying process and svn did not notice this in the later runs. It still does not compile as config fails now with a different error message. -------------------------------------------------------------- >>> Kernel build for X220 started on Fri May 23 11:12:51 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 -I '/usr/src/sys/amd64/conf' '/usr/src/sys/amd64/conf/X220' config: illegal option -- I usage: config [-CgmpV] [-d destdir] sysname config -x kernel *** Error code 64 Stop. make[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src Ok, I realised here that I have to build the world first as even uname tells something about a current version, it does not have to be true. Rebuild the world and then the kernel worked as expected. Anyway, a problem like this seems to be extremely rare. It was most likely caused by the interruptions I have had to face during the download of the sources. Thanks for your input. Erich