[Mono-bugs] [Bug 565469] New: Xap files built created with mono are invalid zip files

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Dec 16 18:11:21 EST 2009


http://bugzilla.novell.com/show_bug.cgi?id=565469

http://bugzilla.novell.com/show_bug.cgi?id=565469#c0


           Summary: Xap files built created with mono are invalid zip
                    files
    Classification: Mono
           Product: Mono: Runtime
           Version: 2.6.x
          Platform: x86-64
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: ivan at flanders.co.nz
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US)
AppleWebKit/532.7 (KHTML, like Gecko) Chrome/4.0.271.0 Safari/532.7

Hi,

I tried reproducing the problem with a smaller repro but I can only trigger the
behavior when I use the chiron binaries.  
Apparently the zip archive created is invalid but when I use that exact same
code in a different project the zip file works normally.



Reproducible: Always

Steps to Reproduce:
1. Get and extract ironruby or ironpython binaries
2. move into the folder silverlight
3. sh script/sl ruby testing
4. cd testing
5. mono ../bin/Chiron.exe /z:testing.zip /d:app
6. unzip testing.zip
Actual Results:  
» unzip testing.zip 
Archive:  testing.zip
  inflating: app.rb                  
  inflating: app.xaml                
  inflating: AppManifest.xaml        
  inflating: IronRuby.dll            
  error:  invalid compressed data to inflate
  inflating: IronRuby.Libraries.dll  
  error:  invalid compressed data to inflate
  inflating: languages.config        
  inflating: Microsoft.Dynamic.dll   
  error:  invalid compressed data to inflate
  inflating: Microsoft.Scripting.Core.dll  
  error:  invalid compressed data to inflate
  inflating: Microsoft.Scripting.dll  
  error:  invalid compressed data to inflate
  inflating: Microsoft.Scripting.ExtensionAttribute.dll  
  inflating: Microsoft.Scripting.Silverlight.dll  
  error:  invalid compressed data to inflate


Expected Results:  
» unzip testing.zip 
Archive:  testing.zip
  inflating: app.rb                  
  inflating: app.xaml                
  inflating: AppManifest.xaml        
  inflating: IronRuby.dll            
  inflating: IronRuby.Libraries.dll  
  inflating: languages.config        
  inflating: Microsoft.Dynamic.dll   
  inflating: Microsoft.Scripting.Core.dll  
  inflating: Microsoft.Scripting.dll  
  inflating: Microsoft.Scripting.ExtensionAttribute.dll  
  inflating: Microsoft.Scripting.Silverlight.dll

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list