Your message dated Thu, 24 Feb 2005 12:56:12 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Closing #264429
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; 8 Aug 2004 20:21:43 +0000
>From [EMAIL PROTECTED] Sun Aug 08 13:21:43 2004
Return-path: <[EMAIL PROTECTED]>
Received: from passoa.byte.nl [217.119.229.6] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BtuAp-000071-00; Sun, 08 Aug 2004 13:21:43 -0700
Received: from kahlua (kahlua.internal [10.1.1.5])
        by passoa.byte.nl (Postfix) with ESMTP id ABE5A31404B;
        Sun,  8 Aug 2004 22:21:12 +0200 (CEST)
Received: by kahlua (Postfix, from userid 500)
        id BFFF19FB6D; Sun,  8 Aug 2004 22:21:11 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Allard Hoeve <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: zaptel-source: does not support the --rootcmd commandline option from
 make-kpkg
X-Mailer: reportbug 2.62
Date: Sun, 08 Aug 2004 22:21:11 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
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: zaptel-source
Version: 1:0.8.1-1
Severity: normal


Hello Matt,

The control file of zaptel-source suggests that your package is designed to 
build with the kernel-package package. However, 
when built with:

$ make-kpkg --rootcmd=fakeroot -us -uc modules

the build fails with the error below.

Could you please either 1) make zaptel-source work with the --rootcmd option 
from make-kpkg or 2) remove the kernel-package
reference from the control file and provide some documentation on how to built 
the package instead?

Thanks for the package anyways, it builds correctly with "fakeroot make-kpkg 
modules".

Regards,

Allard Hoeve




[EMAIL PROTECTED] linux-2.4.27]$ nice -n 20 make-kpkg --rootcmd=fakeroot -us 
-uc --revision=corona.1 modules
for module in /usr/src/modules/zaptel ; do                       \
          if test -d  $module; then                                \
    (cd $module;                                          \
              if ./debian/rules KVERS="2.4.27" 
KSRC="/usr/src/corona/linux-2.4.27" \
                             KMAINT="Allard Hoeve" KEMAIL="[EMAIL PROTECTED]"   
   \
                             KPKG_DEST_DIR="/usr/src/corona/linux-2.4.27/.."    
   \
                             KPKG_MAINTAINER="Allard Hoeve"        \
                             ARCH=i386                    \
                             KPKG_EXTRAV_ARG=""        \
                             KDREV="corona.1" kdist; then          \
                  echo "Module $module processed fine";            \
              else                                                  \
                   echo "Module $module failed.";                  \
                   if [ "X-rfakeroot -us -uc" != "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;                                                   \
     );                                                    \
  fi;                                                      \
        done
make[1]: Entering directory `/usr/src/modules/zaptel'
/usr/bin/make -w debian/rules clean
make[2]: Entering directory `/usr/src/modules/zaptel'
make[2]: Nothing to be done for `debian/rules'.
rm -f torisatool makefw tor2fw.h fxstest ztmonitor ztspeed
rm -f zttool
rm -f *.o ztcfg tzdriver sethdlc sethdlc-new
rm -f zonedata.lo tonezone.lo libtonezone.so.1.0 *.lo
rm -f gendigits tones.h
rm -f libtonezone*
rm -f tor2ee
rm -f core
make[2]: Leaving directory `/usr/src/modules/zaptel'
Nothing to configure
/usr/bin/make -w -f debian/rules binary-modules
make[2]: Entering directory `/usr/src/modules/zaptel'
export DH_OPTIONS='-pzaptel-modules-2.4.27'
echo "kpkg:Kernel-Version=2.4.27" > \
        debian/zaptel-modules-2.4.27.substvars
# The substvars mechanism seems slightly broken, hack to get around it
# stolen from the qce-ga package. Yaaaa!
sed -e 's/${kpkg\:Kernel\-Version}/2.4.27/' \
debian/control.in > debian/control
dh_testdir
dh_testroot
dh_testroot: You must run this as root (or use fakeroot).
make[2]: *** [binary-modules] Error 1
make[2]: Leaving directory `/usr/src/modules/zaptel'
make[1]: *** [kdist_image] Error 2
make[1]: Leaving directory `/usr/src/modules/zaptel'
Module /usr/src/modules/zaptel failed.
Perhaps /usr/src/modules/zaptel does not understand --rootcmd?
If you see messages that indicate that it is not
in fact being built as root, please file a bug 
against /usr/src/modules/zaptel.
Hit return to Continue?







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

-- no debconf information

---------------------------------------
Received: (at 264429-done) by bugs.debian.org; 24 Feb 2005 17:54:25 +0000
>From [EMAIL PROTECTED] Thu Feb 24 09:54:25 2005
Return-path: <[EMAIL PROTECTED]>
Received: from (kerrigan) [63.245.86.121] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D4NBw-00069a-00; Thu, 24 Feb 2005 09:54:25 -0800
Received: from santiago by kerrigan with local (Exim 4.34)
        id 1D4NDh-0000IQ-SN
        for [EMAIL PROTECTED]; Thu, 24 Feb 2005 12:56:13 -0500
Subject: Closing #264429
From: Santiago Ruano =?ISO-8859-1?Q?Rinc=F3n?= <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Content-Type: multipart/signed; micalg=pgp-sha1; 
protocol="application/pgp-signature"; boundary="=-FqU+EcqgzY8Hoif5E0Es"
Date: Thu, 24 Feb 2005 12:56:12 -0500
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.0.3 
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-0.3 required=4.0 tests=BAYES_00,SUBJ_HAS_UNIQ_ID 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 


--=-FqU+EcqgzY8Hoif5E0Es
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

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

Format: 1.7
Date: Wed, 26 Jan 2005 23:05:20 -0500
Source: zaptel
Binary: libtonezone1 zaptel-source zaptel libtonezone-dev
Architecture: source all i386
Version: 1:1.0.4-1
Distribution: experimental
Urgency: low
Maintainer: Santiago Ruano Rincon <[EMAIL PROTECTED]>
Changed-By: Santiago Ruano Rincon <[EMAIL PROTECTED]>
Description:
 libtonezone-dev - tonezone library (development)
 libtonezone1 - tonezone library (runtime)
 zaptel     - Zapata telephony utilities
 zaptel-source - Zapata telephony interface (source code for kernel
driver)
Changes:
 zaptel (1:1.0.4-1) experimental; urgency=3Dlow
 .
   * New upstream release (zaptel-1.0.4)
   * Included zttest and ztspeed binaries
   * Added Depends on debhelper and Recomends zaptel for zaptel-source
   * Added /etc/modprobe.d/zaptel and corrected the path for the
binaries,
     /sbin instead of /usr/sbin
Files:
 e24452ececf6e3e1dead58f3ab9a0c32 636 sound optional zaptel_1.0.4-1.dsc
 ef189a00c823b3739cc706fe290433a2 316205 sound optional
zaptel_1.0.4.orig.tar.gz
 7cbd79dde4c90aff98cd4d9ee865e2f1 11640 sound optional
zaptel_1.0.4-1.diff.gz
 8490e37da6b76d51c2b57800e2e1fb6e 285592 devel optional
zaptel-source_1.0.4-1_all.deb
 9259ffa12cef55f89e0e25f7d36c7f57 35976 sound optional
zaptel_1.0.4-1_i386.deb
 2e6b240018b7c096e3a1f6ae2cfd8072 9834 libs optional
libtonezone1_1.0.4-1_i386.deb
 8d9e6916bd718e828c0e152c142cd968 3398 libdevel optional
libtonezone-dev_1.0.4-1_i386.deb

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

iD8DBQFCCv3lQUuEI2/szeARAqNqAJ0cve0Jpynkza09MNdTqOOUtL+uWACeJRlB
XWZVUZe2ruZBCqyGBKNdkZA=3D
=3D3ds2
-----END PGP SIGNATURE-----


--=-FqU+EcqgzY8Hoif5E0Es
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: Ceci est une partie de message
        =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=

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

iD8DBQBCHhU7QUuEI2/szeARAgHqAJ40tTv85xGahMqQH7Dt3kvCvTjJvQCcCv8g
XNd9h8fWwEXKqkDbBuPX/70=
=Qz7l
-----END PGP SIGNATURE-----

--=-FqU+EcqgzY8Hoif5E0Es--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to