From owner-freebsd-current@FreeBSD.ORG Wed Feb 20 15:27:15 2008 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 131E416A400; Wed, 20 Feb 2008 15:27:15 +0000 (UTC) (envelope-from mythtv@logic-q.nl) Received: from viefep23-int.chello.at (viefep18-int.chello.at [213.46.255.22]) by mx1.freebsd.org (Postfix) with ESMTP id 28F4E13C43E; Wed, 20 Feb 2008 15:27:13 +0000 (UTC) (envelope-from mythtv@logic-q.nl) Received: from mail.logic-q.nl ([77.249.130.138]) by viefep31-int.chello.at (InterMail vM.7.08.02.02 201-2186-121-104-20070414) with ESMTP id <20080220151039.UHGP21497.viefep31-int.chello.at@mail.logic-q.nl>; Wed, 20 Feb 2008 16:10:39 +0100 Received: from localhost (localhost.logic-q.nl [127.0.0.1]) by mail.logic-q.nl (Postfix) with ESMTP id 3D02F176A5; Wed, 20 Feb 2008 16:10:37 +0100 (CET) X-Virus-Scanned: amavisd-new at logic-q.nl Received: from mail.logic-q.nl ([127.0.0.1]) by localhost (mail.logic-q.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r2+s7rWIxRH7; Wed, 20 Feb 2008 16:10:34 +0100 (CET) Received: from kotsbak (kotsbak.logic-q.loc [192.168.0.199]) by mail.logic-q.nl (Postfix) with SMTP id 3F96217694; Wed, 20 Feb 2008 16:10:34 +0100 (CET) From: "Hansa" To: , Date: Wed, 20 Feb 2008 16:10:24 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Cc: Subject: Upgrading from FreeBSD 6.2 to FreeBSD 7.0 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: Wed, 20 Feb 2008 15:27:15 -0000 Hi, On a test system, I'm trying to upgrade FreeBSD 6.2 to 7.0 using the instructions from Ralf Engelschall. http://people.freebsd.org/~rse/upgrade/freebsd-upgrade-6x-7x.txt I'm stuck at compiling the new kernel. Here are the steps I took: - install backward compatibility files localedata-5.4.tbz compat6x-i386-6.x.xxxxxx.yyyymm.tbz from: ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7-current/All also tried upgrading with the files from: ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.0-release/All Same result however - install latest FreeBSD Upgrade Toolkit http://people.freebsd.org/~rse/dist/freebsd-adm-1.2.2.tar.gz - upgrade /usr/src $ cd /usr/src && make cleandir reports an error if there is nothing to clean $ cd /usr/adm && make update runs just fine. - upgrade kernel configuration I've added/checked if the options with ">>" in rse's howto are in /sys/i386/conf/GENERIC (or in my case 'hostname -s' /sys/i386/conf/TESTRABIT) I've removed/checked that the options with "<<" are not in TESTRABIT - prepare the upgrade $ mergemaster -p - build new system $ cd /usr/adm && make world-build runs without problems $ make kernel-build ==== PROBS ==== Building kernel+modules (TESTRABIT) -------------------------------------------------------------- >>> Kernel build for TESTRABIT started on Wed Feb 20 16:03:46 CET 2008 -------------------------------------------------------------- ===> TESTRABIT mkdir -p /usr/obj/usr/src/sys -------------------------------------------------------------- >>> stage 1: configuring the kernel -------------------------------------------------------------- cd /usr/src/sys/i386/conf; PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bi n:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/o bj/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/TESTRABIT /usr/src/sys/i386/conf/TESTRABIT /usr/src/sys/i386/conf/TESTRABIT: unknown option "IPSEC_ESP" *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. kernel build duration: 00:00:00 ==== STUCK ==== My guess is that the ipsec (crypto?) source code is missing? Is this correct? If so, where can I find it and where should I put it? Best regards, Hansa