From owner-freebsd-alpha@FreeBSD.ORG Mon Jun 13 07:58:29 2005 Return-Path: X-Original-To: freebsd-alpha@freebsd.org Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A062116A41C for ; Mon, 13 Jun 2005 07:58:29 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4762543D48 for ; Mon, 13 Jun 2005 07:58:29 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.250] (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.13.3/8.13.3) with ESMTP id j5D7wSxg017210; Mon, 13 Jun 2005 00:58:28 -0700 (PDT) (envelope-from marcel@xcllnt.net) In-Reply-To: <200506130844.29103.david@students.ncl-coll.ac.uk> References: <200506101052.39004.david@students.ncl-coll.ac.uk> <200506111123.08638.david@students.ncl-coll.ac.uk> <200506130844.29103.david@students.ncl-coll.ac.uk> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <2b24847704e2ba745cc13bc1f93d1a1f@xcllnt.net> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Mon, 13 Jun 2005 00:58:25 -0700 To: david@students.ncl-coll.ac.uk X-Mailer: Apple Mail (2.622) Cc: freebsd-alpha@freebsd.org Subject: Re: kernel compile errors X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 07:58:29 -0000 On Jun 13, 2005, at 12:44 AM, David wrote: > I'm following RELENG_5_4 via cvsup - how long before I can receive > your > fixes? Did you commit them to 5_4-RELEASE? I committed to 5-stable. The 5.4-release branch is for security fixes only, so I won't be committing on that branch. The following minimal change should make it work for you on alpha and RELENG_5_4: Index: files =================================================================== RCS file: /home/ncvs/src/sys/conf/files,v retrieving revision 1.943.2.19 diff -u -r1.943.2.19 files --- files 27 May 2005 11:58:00 -0000 1.943.2.19 +++ files 12 Jun 2005 00:55:36 -0000 @@ -244,7 +244,9 @@ crypto/blowfish/bf_skey.c optional ipsec ipsec_esp crypto/cast128/cast128.c optional ipsec ipsec_esp crypto/des/des_ecb.c optional ipsec ipsec_esp +crypto/des/des_ecb.c optional netsmbcrypto crypto/des/des_setkey.c optional ipsec ipsec_esp +crypto/des/des_setkey.c optional netsmbcrypto crypto/rijndael/rijndael-alg-fst.c optional ipsec crypto/rijndael/rijndael-api.c optional ipsec opencrypto/rmd160.c optional ipsec Index: files.alpha =================================================================== RCS file: /home/ncvs/src/sys/conf/files.alpha,v retrieving revision 1.114 diff -u -r1.114 files.alpha --- files.alpha 1 Aug 2004 11:40:51 -0000 1.114 +++ files.alpha 12 Jun 2005 00:37:23 -0000 @@ -161,10 +161,11 @@ compat/linux/linux_sysctl.c optional compat_linux compat/linux/linux_stats.c optional compat_linux compat/linux/linux_util.c optional compat_linux -crypto/blowfish/bf_enc.c optional ipsec ipsec_esp -crypto/des/des_enc.c optional ipsec ipsec_esp crypto/blowfish/bf_enc.c optional crypto +crypto/blowfish/bf_enc.c optional ipsec ipsec_esp crypto/des/des_enc.c optional crypto +crypto/des/des_enc.c optional ipsec ipsec_esp +crypto/des/des_enc.c optional netsmbcrypto dev/advansys/adv_isa.c optional adv isa dev/aic/aic_isa.c optional aic isa dev/dec/mcclock.c optional mcclock -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net