Comment 8 for bug 1094514

Revision history for this message
triple (triplevic) wrote :

Ok, the output is here (see line 123 onwards).

On the other hand, thanks for all, but the package to Ubuntu is not compatible to Debian, therefore I have compiled TagLib-Sharp 2.0.4 but when I run make, it print 5 errors:

./src/VolumeScanner/AudioCdVolumeInfo.cs(44,50): warning CS0420: `VolumeDB.VolumeScanner.AudioCdVolumeInfo.tracks': A volatile field references will not be treated as volatile
./src/Import/CdCatImport.cs(96,41): error CS0117: `System.Xml.XmlReaderSettings' does not contain a definition for `DtdProcessing'
/usr/lib/mono/gac/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll (Location of the symbol related to previous error)
./src/Import/CdCatImport.cs(238,56): error CS1502: The best overloaded method match for `string.Join(string, string[])' has some invalid arguments
/usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
./src/Import/CdCatImport.cs(238,56): error CS1503: Argument `#2' cannot convert `System.Collections.Generic.IEnumerable<string>' expression to type `string[]'
./src/Import/CdCatImport.cs(400,118): error CS1502: The best overloaded method match for `string.Join(string, string[])' has some invalid arguments
/usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
./src/Import/CdCatImport.cs(400,118): error CS1503: Argument `#2' cannot convert `System.Collections.Generic.List<string>' expression to type `string[]'
Compilation failed: 5 error(s), 1 warnings
make[1]: *** [bin/Release/VolumeDB.dll] Error 1

Why are there these errors now? Well... doesn't matter, I give up with 1.0.1 version, let's focus on "Out of range" error.