[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#285359: marked as done (kernel-kbuild-2.6-3: EXTRAVERSION acquisition for module installation)



Your message dated Wed, 15 Dec 2004 16:13:37 +0900
with message-id <20041215071337.GA25129@verge.net.au>
and subject line Bug#285359: [Fwd: Re: the extraversion problem]
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 12 Dec 2004 19:49:00 +0000
>From marvstod@rcn.com Sun Dec 12 11:48:59 2004
Return-path: <marvstod@rcn.com>
Received: from smtp01.mrf.mail.rcn.net [207.172.4.60] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CdZiF-0004I5-00; Sun, 12 Dec 2004 11:48:59 -0800
Received: from 66-44-4-89.s1105.apx1.lnh.md.dialup.rcn.com ([66.44.4.89] helo=stodolsklap.er.doe.gov)
	by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.35 #7)
	id 1CdZhk-0006uf-00; Sun, 12 Dec 2004 14:48:29 -0500
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Marvin Stodolsky <marvstod@rcn.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: kernel-kbuild-2.6-3: EXTRAVERSION acquisition for module installation
Bcc: Marvin Stodolsky <marvstod@rcn.com>
X-Mailer: reportbug 2.60
Date: Sun, 12 Dec 2004 14:48:24 -0500
Message-Id: <[🔎] E1CdZhk-0006uf-00@smtp01.mrf.mail.rcn.net>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: kernel-kbuild-2.6-3
Version: 2.6.8-1
Severity: important
Tags: experimental sid



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-686
Locale: LANG=C, LC_CTYPE=C

Versions of packages kernel-kbuild-2.6-3 depends on:
ii  libc6                       2.3.2.ds1-13 GNU C Library: Shared libraries an

-- no debconf information
During a
   make install
a mis-installation of drivers can occur dependent upon the EXTRAVERSION
usage.  

For usage of many Debian kernel-header packages such as
/usr/src/kernel-headers-2.6.8-1
/usr/src/kernel-headers-2.6.8-1-686 
All is OK with the  compilation and installation of
Lucent modem drivers with the ltmodem.heby.de resouce ltmodem-8.31a11.tar.gz
of which I am co-maintainer
install:
    make $(EXTMOD_SWITCH)=`pwd` -C $(KERNEL_DIR) INSTALL_MOD_PATH=$(ROOTDIR) modules_install
Seats drivers for example to:
/lib/modules/2.4.27-1-686/extra:
lt_modem.o   lt_serial.o  

/lib/modules/2.6.8-1-686/extra:
lt_modem.ko  lt_serial.ko

But for a Ubunu User with kernel-header packages:
linux-headers-2.6.8.1-3  
linux-headers-2.6.8.1-3-386
   the install went INAPPROPRIATELY to:
/lib/modules/2.6.8.1/extra:
lt_modem.ko  lt_serial.ko
The compile was OK, as driver function was fine after a move
  2.6.8.1/ --> 2.6.8.1-3-386/

The version.h UTS was ok: 2.6.8.1-3-386
However the linux-headers-2.6.8.1-3/Makefile begins
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 8
EXTRAVERSION = .1
and the install information is evidently taken therefrom,
and/or interfering with the read of the version.h UTS release

Because following an edit to:
EXTRAVERSION = .1-3-3-386
following by the compile and
  make install
The drivers did properly seat to:
/lib/modules/2.6.8.1-3-386/extra:
lt_modem.ko  lt_serial.ko

Thus the problem may MERELY be one of EXTRAVERSION specification,
but I don't understand kernel-build well enough to judge

This problem is also being reported to the Ubunu developers,
but may be more general and hence this report to Debian to.

MarvStodolsky

---------------------------------------
Received: (at 285359-done) by bugs.debian.org; 15 Dec 2004 07:13:48 +0000
>From horms@koto.vergenet.net Tue Dec 14 23:13:48 2004
Return-path: <horms@koto.vergenet.net>
Received: from koto.vergenet.net [210.128.90.7] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CeTM4-0003Jp-00; Tue, 14 Dec 2004 23:13:48 -0800
Received: by koto.vergenet.net (Postfix, from userid 7100)
	id BE4D534427; Wed, 15 Dec 2004 15:56:59 +0900 (JST)
Date: Wed, 15 Dec 2004 16:13:37 +0900
From: Horms <horms@debian.org>
To: Marvin Stodolsky <marvstod@rcn.com>, 285359-done@bugs.debian.org
Cc: ubuntu-devel@lists.ubuntu.com, Mark Spieth <mark@dclabs.com.au>,
	Alexei Chentsov <chentsov@univ.kiev.ua>
Subject: Re: Bug#285359: [Fwd: Re: the extraversion problem]
Message-ID: <20041215071337.GA25129@verge.net.au>
References: <[🔎] 41BF010A.8000406@rcn.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] 41BF010A.8000406@rcn.com>
X-Cluestick: seven
User-Agent: Mutt/1.5.6+20040907i
Delivered-To: 285359-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

I am closing the debian bug as debian does not set 
EXTRAVERSION in the /usr/src/kernel-headers-2.6.8-1/Makefile
which seems to be the cause of the problem.
(linux-headers-2.6.8.1-3 doesn't exist in Debian).

-- 
Horms



Reply to: