Your message dated Tue, 19 Dec 2006 10:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#342377: fixed in em8300 0.16.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.)

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

--- Begin Message ---
Package: em8300
Version: 0.15.1.dfsg-1
Severity: normal

I am trying to build em8300 modules with make-kpkg and it fails. The
kernel image builds and runs successfully though.  Here is the output:


for module in /usr/src/modules/em8300 ; do                       \
          if test -d  $module; then                                \
    (cd $module;                                          \
              if ./debian/rules KVERS="2.6.14" KSRC="/usr/src/linux" \
                             KMAINT="Unknown Kernel Package Maintainer"
KEMAIL="[EMAIL PROTECTED]"      \
                             KPKG_DEST_DIR="/usr/src/linux/.."       \
                             KPKG_MAINTAINER="Unknown Kernel Package
Maintainer"        \
                             KPKG_EXTRAV_ARG=""        \
                             ARCH="i386"                  \
                             KDREV="cromlech.01" kdist_image; then    \
                  echo "Module $module processed fine";            \
              else                                                  \
                   echo "Module $module failed.";                  \
                   if [ "X" != "X" ]; then      \
                      echo "Perhaps $module does not understand
--rootcmd?";  \
                      echo "If you see messages that indicate that it is
not"; \
                      echo "in fact being built as root, please file a
bug ";  \
                      echo "against $module.";                     \
                   fi;                                              \
                   echo "Hit return to Continue";                   \
         read ans;                                        \
              fi;                                                   \
     );                                                    \
  else                                                      \
               echo "Module $module does not exist";               \
               echo "Hit return to Continue?";                      \
  fi;                                                       \
        done
make[1]: Entering directory `/usr/src/modules/em8300'
/usr/bin/make -w -f debian/rules MODDIR=/usr/src/linux/.. binary-modules
make[2]: Entering directory `/usr/src/modules/em8300'
/usr/bin/make -w KERNEL_LOCATION=/usr/src/linux clean
make[3]: Entering directory `/usr/src/modules/em8300'
rm -f *.o *.ko *.mod.c .*.cmd .*.o.flags
make[3]: Leaving directory `/usr/src/modules/em8300'
perl debian/scripts/dh_modulecontrol --module --clean
rm -rf /usr/src/modules/em8300/debian/em8300-modules-2.6.14
if [ -f stamp-debian ]; then rm -f `cat stamp-debian`; fi
rm -f stamp-debian
/usr/bin/make -w KERNEL_LOCATION=/usr/src/linux
make[3]: Entering directory `/usr/src/modules/em8300'
/usr/bin/make -C /usr/src/linux SUBDIRS=/usr/src/modules/em8300 modules
make[4]: Entering directory `/usr/src/linux-source-2.6.14'
  CC [M]  /usr/src/modules/em8300/adv717x.o
/usr/src/modules/em8300/adv717x.c: In function 'adv717x_detect':
/usr/src/modules/em8300/adv717x.c:458: error: 'struct i2c_algorithm' has
no member named 'id'
/usr/src/modules/em8300/adv717x.c:458: error: 'I2C_ALGO_ISA' undeclared
(first use in this function)
/usr/src/modules/em8300/adv717x.c:458: error: (Each undeclared
identifier is reported only once
/usr/src/modules/em8300/adv717x.c:458: error: for each function it
appears in.)
make[5]: *** [/usr/src/modules/em8300/adv717x.o] Error 1
make[4]: *** [_module_/usr/src/modules/em8300] Error 2
make[4]: Leaving directory `/usr/src/linux-source-2.6.14'
make[3]: *** [build] Error 2
make[3]: Leaving directory `/usr/src/modules/em8300'
make[2]: *** [build-modules] Error 2
make[2]: Leaving directory `/usr/src/modules/em8300'
make[1]: *** [kdist_image] Error 2
make[1]: Leaving directory `/usr/src/modules/em8300'
Module /usr/src/modules/em8300 failed.
Hit return to Continue


Here is the part of my .config that relates to I2C:


# I2C Hardware Bus support
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
CONFIG_I2C_AMD756=m
# CONFIG_I2C_AMD756_S4882 is not set
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_I810 is not set
# CONFIG_I2C_PIIX4 is not set
CONFIG_I2C_ISA=m
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_PROSAVAGE is not set
# CONFIG_I2C_SAVAGE4 is not set
# CONFIG_SCx200_ACB is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set
# CONFIG_I2C_VOODOO3 is not set
# CONFIG_I2C_PCA_ISA is not set

Here is the buildinfo:

binutils-2.16.1cvs20051117-1
dpkg-1.13.11.0.1
dpkg-dev-1.13.11
gcc-4.0.2-1
gcc-3.3-base-3.3.6-10
gcc-4.0-4.0.2-5
gcc-4.0-base-4.0.2-5
libc6-2.3.5-8.1
libc6-dev-2.3.5-8.1
make-3.80-11
perl-5.8.7-8
this was built on a machine with the kernel:
Linux cromlech 2.6.14-2-k7 #1 Sat Nov 26 14:04:05 UTC 2005 i686
GNU/Linux
using the compiler:
gcc version 4.0.3 20051201 (prerelease) (Debian 4.0.2-5)
kernel source package used:
applied kernel patches:







--- End Message ---
--- Begin Message ---
Source: em8300
Source-Version: 0.16.0-1

We believe that the bug you reported is fixed in the latest version of
em8300, which is due to be installed in the Debian FTP archive:

em8300-bin_0.16.0-1_i386.deb
  to pool/contrib/e/em8300/em8300-bin_0.16.0-1_i386.deb
em8300-bin_0.16.0-1_powerpc.deb
  to pool/contrib/e/em8300/em8300-bin_0.16.0-1_powerpc.deb
em8300-bin_0.16.0-1_sparc.deb
  to pool/contrib/e/em8300/em8300-bin_0.16.0-1_sparc.deb
em8300-headers_0.16.0-1_all.deb
  to pool/contrib/e/em8300/em8300-headers_0.16.0-1_all.deb
em8300-source_0.16.0-1_all.deb
  to pool/contrib/e/em8300/em8300-source_0.16.0-1_all.deb
em8300_0.16.0-1.diff.gz
  to pool/contrib/e/em8300/em8300_0.16.0-1.diff.gz
em8300_0.16.0-1.dsc
  to pool/contrib/e/em8300/em8300_0.16.0-1.dsc
em8300_0.16.0-1_i386.deb
  to pool/contrib/e/em8300/em8300_0.16.0-1_i386.deb
em8300_0.16.0-1_powerpc.deb
  to pool/contrib/e/em8300/em8300_0.16.0-1_powerpc.deb
em8300_0.16.0-1_sparc.deb
  to pool/contrib/e/em8300/em8300_0.16.0-1_sparc.deb
em8300_0.16.0.orig.tar.gz
  to pool/contrib/e/em8300/em8300_0.16.0.orig.tar.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nicolas Boullis <[EMAIL PROTECTED]> (supplier of updated em8300 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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Tue, 19 Dec 2006 10:46:07 +0100
Source: em8300
Binary: em8300 em8300-headers em8300-source em8300-bin
Architecture: all i386 powerpc source sparc 
Version: 0.16.0-1
Distribution: unstable
Urgency: medium
Maintainer: Nicolas Boullis <[EMAIL PROTECTED]>
Changed-By: Nicolas Boullis <[EMAIL PROTECTED]>
Description: 
 em8300     - Drivers for DXR3/Hollywood+ decoder cards
 em8300-bin - Tools to setup DXR3/Hollywood+ decoder cards
 em8300-headers - Kernel headers to access DXR3/Hollywood+ decoder cards
 em8300-source - Kernel module for DXR3/Hollywood+ decoder cards (source)
Closes: 331031 341313 342377 373646 373646 381776 388891
Changes: 
 em8300 (0.16.0-1) unstable; urgency=medium
 .
   * New upstream release
     + Fixes fails to build with 2.6.14 (Closes: #342377)
 .
   [ Brendon Higgins ]
   * Add extra guesswork for kstem, fixes problem when using module-assistant.
     (Closes: #373646)
   * Remove mention of em8300-i2c-2.8.0.patch in em8300-source.README.Debian,
     that patch has been obsolete and non-existant for ages.
   * Mention the use of module-assistant in same. (Closes: #373646)
   * Add headers and module-assistant as alternative recommendations for
     em8300-source.
   * Make kernel dependency in em8300-modules unversioned.
   * Have em8300-source recommend bzip2 (it's kinda useless if you can't extract
     it).
   * Added Swedish debconf templates translation. Thanks Daniel Nylander.
     (Closes: #331031)
   * Change microcode download failure notification template type to error
     (Closes: #388891)
   * Make debconf templates compliant with the guidelines.
   * Let dh_installmodules handle depmod in postinst. (Closes: #381776)
   * Don't try to generate device nodes when udev or devfs is running.
   * Move em8300 firmware to /lib/firmware. (Closes: #341313)
   * Remove support for multiple firmwares (most users won't need it, not worth
     the effort).
   * Remove support for 2.6 kernels that are missing automatic firmware loading.
     + Add mention in README of how to fix it for such kernels.
   * Modify debian/watch to support new "nofirmware" upstream release series.
     + Drop the dfsg label since upstream supplies us with a dfsg version.
   * debian/em8300.postinst, debian/em8300.config, debian/control: Remove logic
     to handle upgrade path from oldstable packages, not necessary.
   * Update the 10_modules_em8300_header patch for modules/em8300_alsa.c.
   * Remove backspace-underlining in readme.txt, faq.txt that made these files
     almost unreadable in text editors.
   * Update FSF address in copyright file.
   * Bump debhelper compatibility to V4 (no changes needed).
   * Bump Standards-Version to 3.7.2 (no changes needed).
 .
   [ Nicolas Boullis ]
   * Install /usr/share/alsa/cards/EM8300.conf for ALSA support.
   * No more (policy-violating) creation of special device files; add a
     debconf note instead if they need to be created on a static /dev.
   * Unregister the old em8300/make_devices template.
   * Reorganize em8300.config and em8300.postinst.
   * Do not ship an empty and now useless /usr/share/em8300 in em8300.
   * Remove the map files generated by depmod from the built module
     package.
   * The module package now recommends em8300 >= 0.16.0-1 because of the
     ALSA configuration file.
   * Have em8300's debconf templates reviewed and improved by
     debian-l10n-english, thanks to MJ Ray.
   * Have em8300's README.Debian file reviewed and improved by
     debian-l10n-english, thanks to Dominic Hargreaves.
Files: 
 61a3405d31e260d9159d189f649e5d48 320973 contrib/graphics optional 
em8300_0.16.0.orig.tar.gz
 5dd8e178637e4cefc49878b86aec77c6 639 contrib/graphics optional 
em8300_0.16.0-1.dsc
 91aaaf5dc1ed3168307cae631d70b2e1 55490 contrib/graphics optional 
em8300_0.16.0-1_i386.deb
 9da804d5ca0195aa0fcb65bbb7fdbc1f 86646 contrib/graphics optional 
em8300-source_0.16.0-1_all.deb
 b4b9eda19c3f122260369f33db67a3de 77996 contrib/graphics optional 
em8300_0.16.0-1.diff.gz
 c0981e3b422e6a37ce78ed7b67f64bfa 144494 contrib/graphics optional 
em8300-bin_0.16.0-1_sparc.deb
 c21a4e7901ea231787a9121f06c0f647 150466 contrib/graphics optional 
em8300-bin_0.16.0-1_powerpc.deb
 d7ed5e412291642f996590f87278f9dc 55652 contrib/graphics optional 
em8300_0.16.0-1_sparc.deb
 db6b3ff5a2ef97f03a8637fd6611a051 55848 contrib/graphics optional 
em8300_0.16.0-1_powerpc.deb
 e450e6701fc45f509d0c0b4bc8b1db49 143854 contrib/graphics optional 
em8300-bin_0.16.0-1_i386.deb
 f38a5ad9ae3e86c9050f3e6c7d55434a 30240 contrib/devel optional 
em8300-headers_0.16.0-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFh756wmyXkG1Pxm8RAkAaAKCRvKBVoIxy2wtsQQ6fi+8oS7HTKwCgvTpU
TpK7iWXftPedZg84SIA5Qek=
=ZzQY
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to