Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185290 - dev-dotnet/xsp broken on amd64 due symlinking
Summary: dev-dotnet/xsp broken on amd64 due symlinking
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High major
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-14 12:11 UTC by SchAmane
Modified: 2007-08-27 20:55 UTC (History)
1 user (show)

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 SchAmane 2007-07-14 12:11:06 UTC
xsp2 doesn't work properly with symlinking ( there is error because GAC application domain security). On 64Bit system gentoo use symlink for /usr/lib to /usr/lib64 - that cause problems with some mono applications.


Reproducible: Always

Steps to Reproduce:
1. Go to cd /usr/lib/xsp/test/
2. Start xsp2 in this directory
3. Take a look to Browser ax example on: http://localhost:8080/1.1/asp.net/codebehind1.aspx

Actual Results:  
There is exception something about Broker

Expected Results:  
xsp (1.1) shows page correctly.

Problem is with /usr/lib -> /usr/lib64 symlinks.

Possible fix is to correct /usr/bin/xsp2 :
#!/bin/sh
exec /usr/bin/mono $MONO_OPTIONS "/usr/lib64/mono/2.0/xsp2.exe" "$@"

After changing "lib" to "lib64" everything works fine.

There is official bug for that on mono bugzilla also.
Comment 1 Jurek Bartuszek (RETIRED) gentoo-dev 2007-07-26 14:31:20 UTC
Could you please post the results of `equery f dev-dotnet/xsp` w/ multilib (lib64)? Thanks!
Comment 2 Jurek Bartuszek (RETIRED) gentoo-dev 2007-08-27 20:55:26 UTC
Fixed in -r1, thanks!