Your message dated Wed, 17 Aug 2005 11:21:57 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in version from last night.
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; 17 Aug 2005 04:49:23 +0000
>From [EMAIL PROTECTED] Tue Aug 16 21:49:23 2005
Return-path: <[EMAIL PROTECTED]>
Received: from vscan01.westnet.com.au [203.10.1.131]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E5Frf-0000dK-00; Tue, 16 Aug 2005 21:49:23 -0700
Received: from localhost (localhost.localdomain [127.0.0.1])
by localhost (Postfix) with ESMTP id AD459760670
for <[EMAIL PROTECTED]>; Wed, 17 Aug 2005 12:48:51 +0800 (WST)
Received: from vscan01.westnet.com.au ([127.0.0.1])
by localhost (vscan01.westnet.com.au [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id 16699-12 for <[EMAIL PROTECTED]>;
Wed, 17 Aug 2005 12:48:51 +0800 (WST)
Received: from [192.168.1.3] (dsl-202-72-159-99.wa.westnet.com.au
[202.72.159.99])
by vscan01.westnet.com.au (Postfix) with ESMTP id A1DCD76064A
for <[EMAIL PROTECTED]>; Wed, 17 Aug 2005 12:48:50 +0800 (WST)
Subject: ntfsprogs: FTBFS in pbuilder: syntax errors in ntfsdecrypt.c
relating to gnutls
From: Paul Wise <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
X-Reportbug-Version: 3.15
X-Mutt-Fcc:
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="=-+GWX+Of3dwjqBnSzHNlS"
Date: Wed, 17 Aug 2005 12:48:50 +0800
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.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-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
--=-+GWX+Of3dwjqBnSzHNlS
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
Package: ntfsprogs
Version: 1.11.2-1
Severity: important
Justification: fails to build from source
=46rom the below errors I think perhaps the gnutls API might have changed.
Build-depends versions in current sid:
libgnutls-dev 1.2.6-1
libgnomevfs2-dev 2.10.1-5
debhelper 4.9.5
/usr/bin/make -C ntfsprogs ntfsdecrypt
make[1]: Entering directory `/tmp/buildd/linux-ntfs-1.11.2/ntfsprogs'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ntfs -Wall -g -O2 -Wal=
l -MT ntfsdecrypt.o -MD -MP -MF ".deps/ntfsdecrypt.Tpo" -c -o=20
ntfsdecrypt.o ntfsdecrypt.c; \
then mv -f ".deps/ntfsdecrypt.Tpo" ".deps/ntfsdecrypt.Po"; else rm -f ".dep=
s/ntfsdecrypt.Tpo"; exit 1; fi
ntfsdecrypt.c:345: error: syntax error before 'priv_key'
ntfsdecrypt.c: In function 'ntfs_rsa_private_key_import_from_gnutls':
ntfsdecrypt.c:348: error: 'gnutls_datum_t' undeclared (first use in this fu=
nction)
ntfsdecrypt.c:348: error: (Each undeclared identifier is reported only once
ntfsdecrypt.c:348: error: for each function it appears in.)
ntfsdecrypt.c:348: error: syntax error before 'rd'
ntfsdecrypt.c:353: error: 'priv_key' undeclared (first use in this function=
)
ntfsdecrypt.c:353: error: 'rd' undeclared (first use in this function)
ntfsdecrypt.c:362: warning: pointer targets in passing argument 5 of 'gcry_=
mpi_scan' differ in signedness
ntfsdecrypt.c: In function 'ntfs_pkcs12_extract_rsa_key':
ntfsdecrypt.c:383: error: 'gnutls_datum_t' undeclared (first use in this fu=
nction)
ntfsdecrypt.c:383: error: syntax error before 'dpfx'
ntfsdecrypt.c:384: error: 'gnutls_pkcs12_t' undeclared (first use in this f=
unction)
ntfsdecrypt.c:385: error: 'gnutls_pkcs12_bag_t' undeclared (first use in th=
is function)
ntfsdecrypt.c:386: error: 'gnutls_x509_privkey_t' undeclared (first use in =
this function)
ntfsdecrypt.c:390: error: 'pkcs12' undeclared (first use in this function)
ntfsdecrypt.c:397: error: 'dpfx' undeclared (first use in this function)
ntfsdecrypt.c:417: error: 'bag' undeclared (first use in this function)
ntfsdecrypt.c:451: error: 'pkey' undeclared (first use in this function)
ntfsdecrypt.c:453: error: 'dkey' undeclared (first use in this function)
ntfsdecrypt.c: In function 'ntfs_raw_fek_decrypt':
ntfsdecrypt.c:590: warning: pointer targets in passing argument 1 of 'strnl=
en' differ in signedness
ntfsdecrypt.c: In function 'ntfs_desx_key_expand':
ntfsdecrypt.c:611: warning: pointer targets in initialization differ in sig=
nedness
ntfsdecrypt.c:612: warning: pointer targets in initialization differ in sig=
nedness
ntfsdecrypt.c: In function 'ntfs_fek_import_from_raw':
ntfsdecrypt.c:857: warning: pointer targets in passing argument 2 of 'gcry_=
cipher_register' differ in signedness
ntfsdecrypt.c: In function 'ntfs_cat_decrypt':
ntfsdecrypt.c:1082: warning: pointer targets in passing argument 2 of 'ntfs=
_fek_decrypt_sector' differ in signedness
ntfsdecrypt.c: In function 'main':
ntfsdecrypt.c:1134: warning: pointer targets in passing argument 3 of 'ntfs=
_pkcs12_load_pfxfile' differ in signedness
ntfsdecrypt.c:1141: warning: pointer targets in assignment differ in signed=
ness
ntfsdecrypt.c:1149: warning: pointer targets in passing argument 3 of 'ntfs=
_pkcs12_extract_rsa_key' differ in signedness
ntfsdecrypt.c:1151: warning: pointer targets in passing argument 1 of 'strl=
en' differ in signedness
make[1]: *** [ntfsdecrypt.o] Error 1
make[1]: Leaving directory `/tmp/buildd/linux-ntfs-1.11.2/ntfsprogs'
make: *** [build-stamp] Error 2
pbuilder: Failed autobuilding of package
-> Aborting with an error
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
-- System Information:
Debian Release: unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=3Den_AU.UTF-8, LC_CTYPE=3Den_AU.UTF-8 (charmap=3DUTF-8)
Versions of packages ntfsprogs depends on:
ii libc6 2.3.5-3 GNU C Library: Shared librarie=
s an
ii libntfs7 1.11.2-1 library that provides common N=
TFS=20
ntfsprogs recommends no packages.
-- no debconf information
--=20
bye,
pabs
http://qa.debian.org/developer.php?login=3DPaul+Wise&comaint=3Dyes
--=-+GWX+Of3dwjqBnSzHNlS
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQBDAsGy5Sc9mGvjxCMRAv0XAJ94lhYK4H/EwJK5VAQSc3YMK8kZIQCcCaQ/
YO62a341nsrdMPcL2aYG2q4=
=iw++
-----END PGP SIGNATURE-----
--=-+GWX+Of3dwjqBnSzHNlS--
---------------------------------------
Received: (at 323529-done) by bugs.debian.org; 17 Aug 2005 09:22:00 +0000
>From [EMAIL PROTECTED] Wed Aug 17 02:22:00 2005
Return-path: <[EMAIL PROTECTED]>
Received: from kabuto.elmundo.es (mail.elmundo.es) [193.110.128.11]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E5K7U-0000S0-00; Wed, 17 Aug 2005 02:22:00 -0700
Received: from xanes.el-mundo.int (xanes.elmundo.int [10.5.222.50])
by mail.elmundo.es (Postfix) with ESMTP id B454D34F2B
for <[EMAIL PROTECTED]>; Wed, 17 Aug 2005 11:22:00 +0200 (CEST)
Received: by xanes.el-mundo.int (Postfix, from userid 65500)
id 2AC5317315; Wed, 17 Aug 2005 11:21:59 +0200 (CEST)
Received: from polgara.elmundo.int (polgara.elmundo.int [10.5.222.135])
by xanes.el-mundo.int (Postfix) with ESMTP id 1C1ED17313
for <[EMAIL PROTECTED]>; Wed, 17 Aug 2005 11:21:59 +0200 (CEST)
From: David =?iso-8859-15?q?Mart=EDnez_Moreno?= <[EMAIL PROTECTED]>
Organization: Debian
To: [EMAIL PROTECTED]
Subject: Fixed in version from last night.
Date: Wed, 17 Aug 2005 11:21:57 +0200
User-Agent: KMail/1.8.1
MIME-Version: 1.0
Content-Type: multipart/signed;
boundary="nextPart1905548.RJPJSdLN25";
protocol="application/pgp-signature";
micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <[EMAIL PROTECTED]>
X-Bogosity: No, tests=bogofilter, spamicity=0.442742, version=0.10.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-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
--nextPart1905548.RJPJSdLN25
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Version: 1.11.2-2
Hello, Paul. Thanks for the bug report, but I noticed the problem and
fixe=
d=20
it last night. There is a version in incoming that disables the building of=
=20
ntfscrypt until libgnomevfs2-dev carry a sane depends (on modern gnutls, I=
=20
mean).
Best regards,
Ender.
=2D-=20
Oh, I saw...Very American. Fire enough bullets and hope
they hit the target!
-- Allan Quatermain (The League of Extraordinary Gentlemen).
=2D-
Debian developer
--nextPart1905548.RJPJSdLN25
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQBDAwG2Ws/EhA1iABsRAhxiAJ49EUcDgWbPv9O44RkGYR38olzrJwCeIlD6
dIDBgq5+OgJU0tsqby5NV24=
=qtPb
-----END PGP SIGNATURE-----
--nextPart1905548.RJPJSdLN25--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]