From owner-freebsd-stable@FreeBSD.ORG Tue May 26 20:38:32 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EC8B1065765 for ; Tue, 26 May 2009 20:38:32 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 0AA1E8FC1C for ; Tue, 26 May 2009 20:38:31 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by bwz9 with SMTP id 9so4196109bwz.43 for ; Tue, 26 May 2009 13:38:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=FkU6zBu07dKb2mf5Dd7lbNFFueUj/Cjt5h4B8Nm4YXE=; b=xi4789boGa6XY2WT1lSgSJZrN6rQUfr1Oy4SvnMpVkGjjPDZxmgEUvNI8ud/+R2RmN 53Z2fLhp1+e6/lY9DWGi0OIKlaH/NU16MClZer6uE3r52iagIVpMNy91bqgrGTYjtLKA 0jASGWZmgCuAl7BJJMmc1HjSoKro2XeAwOJUY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=EMVHGhUAmKg9QMIvH+BrVeX4UZkCUEjY+bBaEbnfMTKDSz2H/wExc8aa2zJxLHc2pe 6Bmh1e2d5rOw+nI1A5DwG8/d2yjh4PimtOVHyxCLn5NE212/FlFeZRi0LY/oF3UnRUQJ CG1AdKrrQRvunBgHWlMUz60ta6oS+uCrPWZiY= MIME-Version: 1.0 Received: by 10.204.58.16 with SMTP id e16mr8555885bkh.43.1243370310249; Tue, 26 May 2009 13:38:30 -0700 (PDT) Date: Tue, 26 May 2009 22:38:30 +0200 Message-ID: <14989d6e0905261338q5c4d4f8fj80b3b98ae9be8100@mail.gmail.com> From: Christian Walther To: rick-freebsd2008@kiwi-computer.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: stable@freebsd.org Subject: cvsup.de.FreeBSD.org out of sync? (was: "make buildkernel KERNCONF=GENERIC fails") X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2009 20:38:33 -0000 2009/5/26 Rick C. Petty : > On Tue, May 26, 2009 at 08:42:52PM +0200, Christian Walther wrote: >> >> Well, for some strange reason the same happened again: I did >> >> # mv /usr/src /usr/src.old >> # csup /root/stable-supfile >> # cd /usr/src >> # make buildkernel KERNCONF=3DGENERIC > > You should always do a "buildworld" before doing a "buildkernel", as the > toolchain which builds the kernel might have changed. =A0Also > "KERNCONF=3DGENERIC" is implied. > Thanks, I will do a buildworld before a buildkernel next time. I issue KERNCONF=3D in this case, because I specified it in /etc/make.conf for my own kernel configuration. Okay, so I changed my stable-supfile: #*default host=3Dcvsup.de.FreeBSD.org *default host=3Dcvsup.FreeBSD.org did another csup, and tried a buildkernel again. I'm happy to say that it finished successfully. From my point of view it appears that cvsup.de.freebsd.org is out of sync. buildworld is running and I will do another buildkernel with my own kernel configuration afterwards. Christian Walther