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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]