From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from islander.aoml.noaa.gov ([192.111.123.146]) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 1847Cp-0005t2-00 for ; Tue, 22 Oct 2002 18:08:55 -0400 Received: (from tmoore@localhost) by islander.aoml.noaa.gov (8.11.6/8.11.6) id g9MM4N427968 for speakup@braille.uwo.ca; Tue, 22 Oct 2002 18:04:23 -0400 Date: Tue, 22 Oct 2002 18:04:22 -0400 From: Tommy Moore To: speakup@braille.uwo.ca Subject: Red Hat default kernel compile problem Message-ID: <20021022180422.A27954@islander.aoml.noaa.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Hi guys. Am trying to compile the RH 8.0 i586 kernel so that Speakup's keymap will be the default keymap when the kernel boots. I changed the configuration options to reflect this but when I go and build the modues with: make modules it dies. Here's the errors I get. first use in this function) In file included from cipe.h:69, from module.c:15: /usr/src/linux-2.4.18-14/include/net/sock.h: In function `sk_filter_release': /usr/src/linux-2.4.18-14/include/net/sock.h:934: warning: implicit declaration of function `kfree_R037a0cba' /usr/src/linux-2.4.18-14/include/net/sock.h: In function `sock_orphan': /usr/src/linux-2.4.18-14/include/net/sock.h:1009: `do_softirq_Rf0a529b7' undeclared (first use in this function) /usr/src/linux-2.4.18-14/include/net/sock.h: In function `sock_graft': /usr/src/linux-2.4.18-14/include/net/sock.h:1018: `do_softirq_Rf0a529b7' undeclared (first use in this function) /usr/src/linux-2.4.18-14/include/net/sock.h: In function `sock_recv_timestamp': /usr/src/linux-2.4.18-14/include/net/sock.h:1266: warning: implicit declaration of function `put_cmsg_Rf39bf4d9' module.c: In function `cipe_check_kernel': module.c:73: warning: implicit declaration of function `printk_R1b7d4074' make[3]: *** [module.o] Error 1 make[3]: Leaving directory `/usr/src/linux-2.4.18-14/drivers/addon/cipe' make[2]: *** [_modsubdir_cipe] Error 2 make[2]: Leaving directory `/usr/src/linux-2.4.18-14/drivers/addon' make[1]: *** [_modsubdir_addon] Error 2 make[1]: Leaving directory `/usr/src/linux-2.4.18-14/drivers' make: *** [_mod_drivers] Error 2 What's up with RH shipping a kernel that won't build properly? Anyone help me out on this one? Thanks. Tommy