Bugzilla – Bug 105963
udftools are missing, because gcc 4 fails to compile udftools
Last modified: 2005-08-22 09:55:45 UTC
The package udftools to format udf filesystems used on DVD-RAM an other removable media is missing. The cause is probably, that gcc 4 fails to compile that package, because it is sloppily programmed. The following one line patch makes gcc 4 compiling udftools, although a lot of warnings are still there. The compiled applications seem to run. diff -r ./wrudf/wrudf.c ../../udftools-1.0.0b3/wrudf/wrudf.c 248c248 < (char*)spm += spm->partitionMapLength; --- > spm = (struct sparablePartitionMap*)((unsigned char*)spm + spm->partitionMapLength); Bernd Strieder
??? It's there just fine: /dist/install/SUSE-10.0-DVD-Beta2/CD1/suse/i586/udftools-1.0.0b3-2.i586.rpm Same for the ftp tree.