Your message dated Fri, 30 Nov 2007 16:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#453667: fixed in udftools 1.0.0b3-13
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: udftools
Version: 1.0.0b3-12
Severity: serious
Justification: no longer builds from source
diff -pu wrudf.c.old wrudf.c
--- wrudf.c.old 2007-11-30 14:23:15.000000000 +0100
+++ wrudf.c 2007-11-30 14:25:22.000000000 +0100
@@ -245,7 +245,10 @@ initialise(char *devicename)
} else if( strncmp( spm->partIdent.ident, UDF_ID_VIRTUAL,
strlen(UDF_ID_VIRTUAL)) == 0 )
virtualPartitionNum = i;
}
- (char*)spm += spm->partitionMapLength;
+ spm = (struct sparablePartitionMap*)
+ ((char*) spm +
+ spm->partitionMapLength); /*gcc-4.1 does not
like (char*)spm += */
+ /*(char*)spm += spm->partitionMapLength;*/
}
if( medium == CDR ) {
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Versions of packages udftools depends on:
ii debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii libc6 2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii libncurses5 5.5-5 Shared libraries for terminal hand
ii libreadline5 5.2-2 GNU readline and history libraries
ii makedev 2.3.1-83 creates device files in /dev
udftools recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: udftools
Source-Version: 1.0.0b3-13
We believe that the bug you reported is fixed in the latest version of
udftools, which is due to be installed in the Debian FTP archive:
udftools_1.0.0b3-13.diff.gz
to pool/main/u/udftools/udftools_1.0.0b3-13.diff.gz
udftools_1.0.0b3-13.dsc
to pool/main/u/udftools/udftools_1.0.0b3-13.dsc
udftools_1.0.0b3-13_i386.deb
to pool/main/u/udftools/udftools_1.0.0b3-13_i386.deb
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.
Richard Atterer <[EMAIL PROTECTED]> (supplier of updated udftools 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: Fri, 30 Nov 2007 11:21:03 +0100
Source: udftools
Binary: udftools
Architecture: source i386
Version: 1.0.0b3-13
Distribution: unstable
Urgency: low
Maintainer: Richard Atterer <[EMAIL PROTECTED]>
Changed-By: Richard Atterer <[EMAIL PROTECTED]>
Description:
udftools - tools for UDF filesystems and DVD/CD-R(W) drives
Closes: 223266 285313 288355 372093 405821 407144 413625 414801 434164 453629
453667
Changes:
udftools (1.0.0b3-13) unstable; urgency=low
.
* Fixed wrudf build failure with newer GCC. Closes: #453629, #453667
* pktsetup: Return meaningful exit status on errors. Closes: #223266
* Output error message if opening device fails. Closes: #285313
* Recommends: udev. Closes: #405821
* Updated pktsetup manpage. Closes: #414801
* Added "Homepage:" field to debian/control
* Got rid of devfs and makedev support, no longer depend on makedev.
No longer attempt to create devices. No longer depend on debconf.
Closes: #434164, #407144
* Updated default /etc/default/udftools to be suitable for most people
(Though they still need to uncomment DEVICES themselves.)
Closes: #413625
* Added info on defaults of cdrwtool -l -w -p in manpage. Closes: #372093
* Added a few #include <string.h> to avoid compiler warnings
* Documented -q switch in cdrwtool manpage (though it's already described
in the Description section). Closes: #288355
* Re-libtoolized
Files:
8131f50688b0da4d5a884e3e43fe1607 604 otherosfs extra udftools_1.0.0b3-13.dsc
02a3fd66e50f0d75d3c3baec9f103d3a 386907 otherosfs extra
udftools_1.0.0b3-13.diff.gz
3184a3eb902c10d1f29d15bfe7c30f1d 77920 otherosfs extra
udftools_1.0.0b3-13_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHUDOzeeb23IiDVPcRAqXpAJ9pyRRGSW95j9269FyAtfHawCZNyQCbBjx6
d52vGKU8MD0Y9Qbr2lmMdNw=
=3fVa
-----END PGP SIGNATURE-----
--- End Message ---