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

Bug#94792: marked as done (i2c-source installs modules in wrong directory)



Your message dated Fri, 06 Jul 2001 14:58:53 -0400
with message-id <E15IaoX-0000eF-00@auric.debian.org>
and subject line Bug#94792: fixed in i2c 2.6.0-1
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 22 Apr 2001 03:39:46 +0000
>From clemens@curl.com Sat Apr 21 22:39:46 2001
Return-path: <clemens@curl.com>
Received: from kingpin.curl.com (mail.curl.com) [216.230.83.11] 
	by master.debian.org with smtp (Exim 3.12 1 (Debian))
	id 14rAiw-0008JY-00; Sat, 21 Apr 2001 22:39:46 -0500
Received: (qmail 23222 invoked from network); 21 Apr 2001 23:39:45 -0400
Received: from clock-king.curl.com (216.230.83.6)
  by kingpin.curl.com with SMTP; 21 Apr 2001 23:39:45 -0400
Date: Sat, 21 Apr 2001 23:39:45 -0400 (EDT)
From: Clemens Wehrmann <clemens@curl.com>
To:  <submit@bugs.debian.org>
Subject: i2c-source installs modules in wrong directory
Message-ID: <Pine.LNX.4.30.0104212311120.15332-100000@clock-king.curl.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: submit@bugs.debian.org

Package: i2c-source
Version: 2.5.4-3

When i2c-source is turned into a package with make-kpkg for a kernel built
with --append-to-version=-cw, the package has the correct name (with the
appended version), the control file installs doc files and the modutile
file with the full version, but installs the kernel modules into

	/lib/modules/2.4.1/misc

instead of

	/lib/modules/2.4.1-cw/misc

This confuses (unresolved symbols) lm-sensors, which seems to handle this
correctly.  If I symlink the i2c modules from one directory to the other
everything works.

I've compared debian/rules of i2c-source and lm-sensors-source.  The
latter uses

binary-modules: build_modules
	dh_install_dirs lib/modules/$(KVERS)/misc
        find -name \*.o | grep /kernel/ | egrep -v 'RPM|CVS' | \
                xargs -i install -m 0644 {} debian/tmp/lib/modules/$(KVERS)/misc

i2c OTOH doesn't use dh_install_dirs (or KVERS) in the same way, and seems
to just call 'make install' on the package Makefile (which doesn't know
about KVERS).  I'm not sure I have that last part right as I'm new to
Debian and the magic of deb-helper and make-kpkg.

Thanks.
--clemens



---------------------------------------
Received: (at 94792-close) by bugs.debian.org; 6 Jul 2001 19:36:50 +0000
>From troup@auric.debian.org Fri Jul 06 14:36:50 2001
Return-path: <troup@auric.debian.org>
Received: from auric.debian.org [::ffff:206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 15IbPG-00078x-00; Fri, 06 Jul 2001 14:36:50 -0500
Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian))
	id 15IaoX-0000eF-00; Fri, 06 Jul 2001 14:58:53 -0400
From: David Z Maze <dmaze@debian.org>
To: 94792-close@bugs.debian.org
X-Katie: $Revision: 1.50 $
Subject: Bug#94792: fixed in i2c 2.6.0-1
Message-Id: <E15IaoX-0000eF-00@auric.debian.org>
Sender: James Troup <troup@auric.debian.org>
Date: Fri, 06 Jul 2001 14:58:53 -0400
Delivered-To: 94792-close@bugs.debian.org

We believe that the bug you reported is fixed in the latest version of
i2c, which has been installed in the Debian FTP archive:

i2c-source_2.6.0-1_i386.deb
  to pool/main/i/i2c/i2c-source_2.6.0-1_i386.deb
i2c_2.6.0-1.dsc
  to pool/main/i/i2c/i2c_2.6.0-1.dsc
i2c_2.6.0.orig.tar.gz
  to pool/main/i/i2c/i2c_2.6.0.orig.tar.gz
i2c_2.6.0-1.diff.gz
  to pool/main/i/i2c/i2c_2.6.0-1.diff.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 94792@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Z Maze <dmaze@debian.org> (supplier of updated i2c package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 26 Jun 2001 20:30:19 -0400
Source: i2c
Binary: i2c-source
Architecture: source i386
Version: 2.6.0-1
Distribution: unstable
Urgency: low
Maintainer: David Z Maze <dmaze@debian.org>
Changed-By: David Z Maze <dmaze@debian.org>
Description: 
 i2c-source - sources for drivers for the i2c bus
Closes: 94573 94792 96189 102372
Changes: 
 i2c (2.6.0-1) unstable; urgency=low
 .
   * New upstream release.
   * New maintainer.  (Closes: #102372)
   * Copied genchanges.sh script from lm-sensors.  (Closes: #94573)
   * Explicitly specify MODDIR at module build time to use correct
     $(KVERS) value.  (Closes: #94792)
   * Specify LINUX=$(KSRC) on 'make clean', too.  (Closes: #96189)
Files: 
 bef54e20f7f24d9983f95e18a3d09066 584 misc extra i2c_2.6.0-1.dsc
 8d3c44c333a2fefd3e3ae197c6476b98 97681 misc extra i2c_2.6.0.orig.tar.gz
 ed97ab5210a3f150a2a8eda63fccd3bf 5264 misc extra i2c_2.6.0-1.diff.gz
 98364ed47e342384a0dfd7049a4b7a21 109846 misc extra i2c-source_2.6.0-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7RdlQp3U1z1PHTekRAhi5AJ9TO3AgU9iTXbibCd3MqJaJQAc92gCdHyT7
ceKbS+BORxhDCkYpgOg0pQw=
=IJXF
-----END PGP SIGNATURE-----



Reply to: