Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 7 Feb 2001 12:19:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 7 Feb 2001 12:18:56 -0500 Received: from vger.timpanogas.org ([207.109.151.240]:14084 "EHLO vger.timpanogas.org") by vger.kernel.org with ESMTP id ; Wed, 7 Feb 2001 12:18:41 -0500 Date: Wed, 7 Feb 2001 11:13:45 -0700 From: "Jeff V. Merkey" To: Alan Cox Cc: linux-kernel@vger.kernel.org Subject: Re: PCI-SCI Drivers v1.1-7 released Message-ID: <20010207111345.D27089@vger.timpanogas.org> In-Reply-To: <20010206182501.A23454@vger.timpanogas.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from alan@lxorguk.ukuu.org.uk on Wed, Feb 07, 2001 at 09:15:39AM +0000 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 07, 2001 at 09:15:39AM +0000, Alan Cox wrote: > > always assume a stock kernel layout and will point to > > /usr/src/linux/include for modversioned includes and files. > > You can't assume that. The big problem is right now nobody has set an > agreed location for kernel sources, you also cant assume they will be > present. > I need a way from the RPM utility to determine this without writing some huge ugly bash script. The 7.1 release is not putting it where uname will return the correct name string. > Its something the FHS needs to address eventually (where eventually is sooner > not later) > > > Please also note that the RedHat 7.1 Fischer release with > > the Linux 2.4.0 kernel will report bogus .modinfo relocation > > warnings generated by the assembler while building some .c files > > against the kernel source tree. These messages are a due to > > severe bugs previously reported in the gcc 2.96 compiler and > > assembler on RedHat versions 7.0 and above (the list for gcc 2.96 > > keeps growing). > > Nope. They are due to bugs in the kernel source. The bug in question is > intentionally left in the kernel sources to handle issues with older modutils. > Keith posted 2.4.x patches to drop support for older modutils and in doing so > remove the warning. > > Alan Hummm. Where are the patches for 2.4 to correct this? They are not posted with the 7.1 release. They need to be. The compiler not supporting #ident for CVS is a show stopper, and needs correcting ASAP. How can someone use CVS properly with this, Alan? :-) Jeff - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/