From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta1.math.wisc.edu ([144.92.166.194]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1IY6Sr-0001Ab-00 for ; Wed, 19 Sep 2007 16:48:05 -0400 Received: from ulam.math.wisc.edu (ulam.math.wisc.edu [144.92.166.245]) by mta1.math.wisc.edu (Postfix) with ESMTP id C63957424E for ; Wed, 19 Sep 2007 15:47:27 -0500 (CDT) Received: from vv507j (vv507j.math.wisc.edu [144.92.166.75]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ulam.math.wisc.edu (Postfix) with ESMTP id C1BE42BDA5 for ; Wed, 19 Sep 2007 15:47:27 -0500 (CDT) Message-ID: <019201c7fafe$4a42afb0$4ba65c90@vv507j> From: "John Heim" To: "Speakup is a screen review system for Linux." References: <20070905212843.GA15336@cq.ftml.net> Subject: Re: how to patch a 2.6.22 kernel with speakup Date: Wed, 19 Sep 2007 15:47:27 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-UWMath-MailScanner: amavisd-new at math.wisc.edu X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 20:48:05 -0000 Does the checkout script still work? The reason I ask is that i have a Makefile that makes it easier for me to download and compile a kernel. In the past, all I had to do was change the kernel version mumber (2.6.21 to 2.6.22 for example) and it would download the kernel code tar ball, uncompress it, create a symlink to it, and run the checkout script. I ran it today, I expected it tto fail when it ran the checkout script. I've pasted the output below. I don't hear anything that seems like an error message. # make wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.tar.bz2 -O /usr/src/download s/linux-2.6.22.tar.bz2 --13:15:22-- http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.tar.bz2 => `/usr/src/downloads/linux-2.6.22.tar.bz2' Resolving kernel.org... 204.152.191.5, 204.152.191.37 Connecting to kernel.org|204.152.191.5|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 45,119,878 (43M) [application/x-bzip2] 100%[========================================>] 45,119,878 39.00K/s ETA 00:00 13:33:49 (39.94 KB/s) - `/usr/src/downloads/linux-2.6.22.tar.bz2' saved [45119878/4511 9878] tar -jxf /usr/src/downloads/linux-2.6.22.tar.bz2 //usr/src/bin/checkout Patching version v26 ? .built-in.o.cmd ? .speakup.o.cmd ? .speakup_acntpc.o.cmd ? .speakup_acntsa.o.cmd ? .speakup_apollo.o.cmd ? .speakup_audptr.o.cmd ? .speakup_bns.o.cmd ? .speakup_decext.o.cmd ? .speakup_dectlk.o.cmd ? .speakup_drvcommon.o.cmd ? .speakup_dtlk.o.cmd ? .speakup_keyhelp.ko.cmd ? .speakup_keyhelp.mod.o.cmd ? .speakup_keyhelp.o.cmd ? .speakup_keypc.o.cmd ? .speakup_ltlk.o.cmd ? .speakup_sftsyn.o.cmd ? .speakup_spkout.o.cmd ? .speakup_txprt.o.cmd ? .speakupmain.o.cmd ? speakup_keyhelp.ko ? speakup_keyhelp.mod.c cvs update: Updating . P speakup.c cvs update: Updating diff-v22 cvs update: Updating diff-v22/save cvs update: Updating diff-v23 cvs update: Updating diff-v24 cvs update: Updating diff-v25 cvs update: Updating diff-v26 Creating .orig files [] done. Patching files [pppppppppp] done. Copying files [cccccc] done. touch /usr/src/linux-2.6.22/drivers/char/speakup/BUGS touch: cannot touch `/usr/src/linux-2.6.22/drivers/char/speakup/BUGS': No such file or directory make: *** [/usr/src/linux-2.6.22/drivers/char/speakup/BUGS] Error 1 nitschke:/usr/src# nitschke:/usr/src#