From owner-freebsd-current@FreeBSD.ORG Tue Jun 18 15:20:37 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C1FB4249 for ; Tue, 18 Jun 2013 15:20:37 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) by mx1.freebsd.org (Postfix) with ESMTP id 72C2210AD for ; Tue, 18 Jun 2013 15:20:37 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.69) (envelope-from ) id 1Uoxhy-00032f-2G for current@freebsd.org; Tue, 18 Jun 2013 22:20:34 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id r5IFLdRu022796 for ; Tue, 18 Jun 2013 22:21:39 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id r5IFLYBM022740 for current@freebsd.org; Tue, 18 Jun 2013 22:21:34 +0700 (NOVT) (envelope-from danfe) Date: Tue, 18 Jun 2013 22:21:33 +0700 From: Alexey Dokuchaev To: current@freebsd.org Subject: Updating from 9.1-release to svn head: what might be the problem? Message-ID: <20130618152133.GA20222@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Mailman-Approved-At: Tue, 18 Jun 2013 15:48:03 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 18 Jun 2013 15:20:37 -0000 Hi there, I've been trying to install fresh -CURRENT (in VirtualBox/i386), and since recent snapshots did not work for me, had to do this by first installing from 9.1-release .iso. After "svn co .../head /usr/src" and standard make world/kernel/mergemaster procedure (w/out any custom settings in make.conf or src.conf), I apparently keep getting screwed up system (repeated twice from scratch already): 1) mtree is complaining that BSD.usr.dist's line 1150 is too long (wtf?) 2) trying to do 'wc -l .../BSD.usr.dist' results in immediate segfault (wc -l /etc/passwd works though) 3) installing anything from ports fails due to "checksum mismatch" of pkg-1.0.13.tar.xz distfile, while checksums actually match if verified manually (wtf?) Am I doing something wrong, or perhaps missed some vital UPDATING note? Thanks. ./danfe