Bug 105963 - udftools are missing, because gcc 4 fails to compile udftools
Summary: udftools are missing, because gcc 4 fails to compile udftools
Status: RESOLVED INVALID
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Beta 2
Hardware: i686 All
: P5 - None : Normal
Target Milestone: ---
Assignee: Wolfgang Engel
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-19 22:07 UTC by Bernd Strieder
Modified: 2005-08-22 09:55 UTC (History)
2 users (show)

See Also:
Found By: Beta-Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernd Strieder 2005-08-19 22:07:26 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
Comment 1 Michael Matz 2005-08-22 09:55:45 UTC
???  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.