Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 17 Jan 2003 11:07:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 17 Jan 2003 11:07:04 -0500 Received: from chaos.physics.uiowa.edu ([128.255.34.189]:47268 "EHLO chaos.physics.uiowa.edu") by vger.kernel.org with ESMTP id ; Fri, 17 Jan 2003 11:07:03 -0500 Date: Fri, 17 Jan 2003 10:15:34 -0600 (CST) From: Kai Germaschewski X-X-Sender: kai@chaos.physics.uiowa.edu To: "Robert P. J. Day" cc: Linux kernel mailing list Subject: Re: unresolved symbols building 2.5.59 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 17 Jan 2003, Robert P. J. Day wrote: > On Fri, 17 Jan 2003, Kai Germaschewski wrote: > > > On Fri, 17 Jan 2003, Robert P. J. Day wrote: > > > > > > > > tail end of "make modules_install": > > > > > > if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.59; fi > > > depmod: *** Unresolved symbols in /lib/modules/2.5.59/kernel/drivers/i2c/i2c-proc.ko > > > depmod: i2c_check_functionality > > > depmod: i2c_smbus_xfer > > > depmod: i2c_check_addr > > > depmod: i2c_adapter_id > > > depmod: *** Unresolved symbols in /lib/modules/2.5.59/kernel/fs/cramfs/cramfs.ko > > > depmod: zlib_inflate > > > depmod: zlib_inflate_workspacesize > > > depmod: zlib_inflateInit_ > > > depmod: zlib_inflateReset > > > depmod: zlib_inflateEnd > > > > > > the first one seems to be i2c-proc looking for symbols in i2c-core, > > > which i selected and which was built. > > > > > > the second seems to be that cramfs needs zlib_inflate, which once > > > again i selected and which was built. > > > > Which version of module-init-tools do you have? (see > > Documentation/Changes) > > > > --Kai > > ah, i have no such RPM, so where's the canonical location for it? > and i'm assuming that it is a replacement for the older modutils, > is that it? Yes. It's at ftp://ftp.kernel.org/pub/linux/kernel/people/rusty/modules IIRC. --Kai - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/