Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53756 - XSP in mono-0.95 referencing incorrect version of ICSharpCode.SharpZipLib assembly
Summary: XSP in mono-0.95 referencing incorrect version of ICSharpCode.SharpZipLib ass...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-12 17:16 UTC by Wes Morgan
Modified: 2004-10-26 15:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wes Morgan 2004-06-12 17:16:15 UTC
When XSP is run in the /usr/share/docs/xsp directory, and an attempt is made to view any of the sample .aspx files in there with a web browser, XSP spits out the following error message to the console:

** (/usr/bin/xsp.exe:14630): WARNING **: Could not find assembly ICSharpCode.SharpZipLib, references from /usr/lib/mono/gac/Mono.Http/1.0.5000.0__0738eb9f132ed756/Mono.Http.dll (assemblyref_index=2)
     Major/Minor: 0,31
     Build:       0,0
     Token:       1b03e6acf1164f73

It appears to looking for ICSharpCode.SharpZipLib version 0.31.0.0__1b03e6acf1164f73, but the only version installed in /usr/lib/mono/gac/ICSharpCode.SharpZipLib/ is 0.6.0.0__1b03e6acf1164f73

Reproducible: Always
Steps to Reproduce:
1. emerge '=dev-dotnet/mono-0.95'
2. cd /usr/share/doc/xsp
3. mono /usr/bin/xsp.exe
4. Point web browser at http://localhost:8080/

Actual Results:  
HTTP Error 500 in browser, with a "System.NullReferenceException: Object 
reference not set to an instance of an object" error message, and XSP prints 
the aforementioned error to the console. 

Expected Results:  
index.aspx should have been compiled, run, and displayed in the browser
Comment 1 Peter Johanson (RETIRED) gentoo-dev 2004-06-14 16:05:29 UTC
What version of xsp is being used? Please confirm that you are using the latest ~x86 version of xsp, and have emerged it *after* upgrading to mono-0.95.
Comment 2 Wes Morgan 2004-06-14 16:28:31 UTC
Sorry, didn't notice XSP was a separate ebuild. I guess it got emerged as a dependency of mod_mono? Anyway, the version that got installed is 0.14, the latest ~x86 as of today. But since it was a dependency, I'm not sure in what order it got merged. I didn't have any version of mono installed before I installed 0.95 and mod_mono 0.10 on a normally x86-keyworded system (I did ACCEPT_KEYWORDS='~x86' on the command line).

A quick re-emerge of xsp-0.14 still exhibits the bug.
Comment 3 Peter Johanson (RETIRED) gentoo-dev 2004-07-16 21:07:56 UTC
Is this still a problem with all the 1.0 packages?
Comment 4 Peter Johanson (RETIRED) gentoo-dev 2004-10-26 15:29:28 UTC
Marking NEEDINFO.