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 1Fae9c-0004jd-00 for ; Mon, 01 May 2006 15:33:56 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by mta1.math.wisc.edu (Postfix) with ESMTP id E02907416E for ; Mon, 1 May 2006 14:33:25 -0500 (CDT) Received: from mta1.math.wisc.edu ([127.0.0.1]) by localhost (mta1 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31290-09 for ; Mon, 1 May 2006 14:33:20 -0500 (CDT) Received: from mailhost.math.wisc.edu (lcyoung.math.wisc.edu [144.92.166.90]) by mta1.math.wisc.edu (Postfix) with ESMTP id C54907416D for ; Mon, 1 May 2006 14:33:20 -0500 (CDT) Received: from yoda.math.wisc.edu (yoda.math.wisc.edu [144.92.166.12]) by mailhost.math.wisc.edu (Postfix) with ESMTP id BAA9A100452 for ; Mon, 1 May 2006 14:33:20 -0500 (CDT) Message-Id: <6.1.0.6.2.20060501142727.01adfca8@mailhost.math.wisc.edu> X-Sender: jheim@mailhost.math.wisc.edu (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Mon, 01 May 2006 14:33:19 -0500 To: speakup From: John Heim Subject: patching 2.6.16 with speakup-2.0 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-UWMath-MailScanner: amavisd-new at math.wisc.edu X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.8rc1 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: Mon, 01 May 2006 19:33:56 -0000 Should I be concerned about the error messages reproduced at the end of this message? The first few lines of the output below are just to show what I did. I downloaded the kernel 2.6.16 source, uuntarred it, and made a symlink to it. Then I downloaded speakup-2.0, untarred it, and ran the install script which gave me some error messages. # cd /usr/src # wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.11.tar.bz2 #tar -jxvf linux-2.6.16.11.tar.bz2 # ln -s linux-2.6.16.11/ linux # wget ftp://mirror.services.wisc.edu/mirrors/linux/distributions/speakup/speakup-2.0.tar.gz # tar -zxf speakup-2.0.tar.gz # cd speakup-2.0/ # ./install Patching version v26 Creating .orig files [] done. Patching files [ppp1 out of 1 hunk FAILED -- saving rejects to file arch/mips/Kc onfig.rej p1 out of 1 hunk FAILED -- saving rejects to file arch/sparc64/Kconfig.rej p1 out of 1 hunk FAILED -- saving rejects to file arch/sparc/Kconfig.rej pp1 out of 3 hunks FAILED -- saving rejects to file drivers/Makefile.rej pppp9 out of 13 hunks FAILED -- saving rejects to file drivers/char/vt.c.rej pppp] done. Copying files [ccccc] done.