Re: [Mono-dev] No rule to make target `../mini/libmono-2.0.la', needed by `monograph'.

2011-09-26 Thread David Schmitt
On 24.09.2011 17:33, Jeff Bakst wrote:
 I am building mono from snapshot.

 All is good with the exception of

 make[3]: Nothing to be done for `all'.
 make[3]: Leaving directory `/home/jbakst/mono-2.10.5/mono/dis'
 Making all in monograph
 make[3]: Entering directory `/home/jbakst/mono-2.10.5/mono/monograph'

 -- make[3]: *** No rule to make target `../mini/libmono-2.0.la
 http://libmono-2.0.la/', needed by `monograph'.  Stop.

 make[3]: Leaving directory `/home/jbakst/mono-2.10.5/mono/monograph'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/home/jbakst/mono-2.10.5/mono'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/home/jbakst/mono-2.10.5'
 make: *** [all] Error 2

 Any ideas what I might have missed?

Are you using parallel make? I seem to remember that I've seen that 
intermittently when using make -j.

If not, it's probably necessary to state the configure/autogen, make 
invocations, and versions you used for building it.


Best Regards, David
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] Exception on ASP.NET startup

2011-09-26 Thread Bassam Tabbara
Hello,

We see the following exception every other day on our front end servers:

System.ArgumentException: Key duplication when adding: sessionState
  at System.Collections.Hashtable.PutImpl (System.Object key, System.Object 
value, Boolean overwrite) [0x0] in filename unknown:0
  at System.Collections.Hashtable.Add (System.Object key, System.Object value) 
[0x0] in filename unknown:0
  at System.Collections.Specialized.NameObjectCollectionBase.BaseAdd 
(System.String name, System.Object value) [0x0] in filename unknown:0
  at System.Collections.Specialized.NameObjectCollectionBase.BaseSet 
(System.String name, System.Object value) [0x0] in filename unknown:0
  at System.Configuration.ConfigurationSectionCollection.get_Item 
(System.String name) [0x0] in filename unknown:0
  at System.Configuration.Configuration.GetSection (System.String path) 
[0x0] in filename unknown:0
  at System.Web.Configuration.WebConfigurationManager.GetSection (System.String 
sectionName, System.String path, System.Web.HttpContext context) [0x0] in 
filename unknown:0
  at System.Web.Configuration.WebConfigurationManager.GetSection (System.String 
sectionName) [0x0] in filename unknown:0
  at System.Web.SessionState.SessionStateModule.Init 
(System.Web.HttpApplication app) [0x0] in filename unknown:0
  at System.Web.Configuration.HttpModulesSection.LoadModules 
(System.Web.HttpApplication app) [0x0] in filename unknown:0
  at System.Web.HttpApplication.InitOnce (Boolean full_init) [0x0] in 
filename unknown:0

Seems like there is a race with ASP.NET startup on multi-core machines. We are 
running 2-10 bits.

Anyone seen this before?

Thanks!
Bassam
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] No rule to make target `../mini/libmono-2.0.la', needed by `monograph'.

2011-09-26 Thread Francis A. Bausch
I'm seeing a similar failure if I attempt to build -with-shared_mono=no.
Both 2.10.5 and 2.10.6 fail the same way, but both succeed once the 
-with-shared_mono=no is removed from the configure.
This is building in Linux i386.

frankie.


From: mono-devel-list-boun...@lists.ximian.com 
[mailto:mono-devel-list-boun...@lists.ximian.com] On Behalf Of Jeff Bakst
Sent: Saturday, September 24, 2011 11:34 AM
To: mono-devel-list@lists.ximian.com
Subject: [Mono-dev] No rule to make target `../mini/libmono-2.0.la', needed by 
`monograph'.

I am building mono from snapshot.

All is good with the exception of

make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jbakst/mono-2.10.5/mono/dis'
Making all in monograph
make[3]: Entering directory `/home/jbakst/mono-2.10.5/mono/monograph'

-- make[3]: *** No rule to make target 
`../mini/libmono-2.0.lahttp://libmono-2.0.la/', needed by `monograph'.  Stop.

make[3]: Leaving directory `/home/jbakst/mono-2.10.5/mono/monograph'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jbakst/mono-2.10.5/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jbakst/mono-2.10.5'
make: *** [all] Error 2

Any ideas what I might have missed?

Jeff
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list