From owner-freebsd-current@FreeBSD.ORG Tue Sep 29 20:57:33 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EF3A106568F for ; Tue, 29 Sep 2009 20:57:33 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-exrelay1.uni-muenster.de (ZIVM-EXRELAY1.UNI-MUENSTER.DE [128.176.192.14]) by mx1.freebsd.org (Postfix) with ESMTP id 96DC48FC1F for ; Tue, 29 Sep 2009 20:57:32 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.44,475,1249250400"; d="scan'208";a="284111157" Received: from zivmaildisp2.uni-muenster.de (HELO ZIVMAILUSER04.UNI-MUENSTER.DE) ([128.176.188.143]) by zivm-relay1.uni-muenster.de with ESMTP; 29 Sep 2009 22:57:31 +0200 Received: by ZIVMAILUSER04.UNI-MUENSTER.DE (Postfix, from userid 149459) id C62E11B0097; Tue, 29 Sep 2009 22:57:30 +0200 (CEST) Date: Tue, 29 Sep 2009 22:57:30 +0200 (CEST) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: In-Reply-To: <86ocotelhf.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@FreeBSD.org, Andriy Gapon Subject: Re: ipv6 related warnings 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: Tue, 29 Sep 2009 20:57:33 -0000 Dag-Erling Sm=F8rgrav schrieb am 2009-09-29: > Alexander Best writes: > > thanks. i installed subverserion-freebsd and did `svn up /usr/src` > > but > > no data seems to have changed. do i need to delete /usr/src and > > grab a > > fresh svn snapshot or is there a switch which grabs the RCS ID tags > > for existing files? > Not that I know of. You'll have to do it the hard way... > DES ok. the strangest thing happend. i deleted my /usr/src and grabbed a new co= py with svn-freebsd using the following command: `cd /usr && svn co http://svn.freebsd.org/base/head src` then i did `mergemaster -is` in /usr/src and installed every file except fo= r some vital files like master.passwd etc. which i merged. after that my system was pretty much broken. apps were crashing with signal= 4. building/installing the kernel worked, but while building world gcc crashed with signal 4. good thing i had a backup of my old /etc. i restored the backup and now everything's back to normal. cheers. alex