Re: [IronPython] Contents of Lib (packaging for RPM)

2011-02-11 Thread Andrew Jorgensen
For now it looks like this: /usr/bin/ir # etc., wrapper scripts to call mono /usr/lib/ironruby/ir.exe # etc. /usr/lib/ironruby/IronRuby.dll # etc. /usr/lib/ironruby/Lib/ironruby # etc. contents pulled from Languages/Ruby/StdLib When I strace'd running ir and typing require 'foo' it said it was

Re: [IronPython] Contents of Lib (packaging for RPM)

2011-02-11 Thread Tomas Matousek
The expected layout is: /usr/lib/ironruby/bin ir.exe IronRuby.dll IronRuby.Libraries.dll IronRuby.Libraries.Yaml.dll Microsoft.Scripting.dll Microsoft.Dynamic.dll Microsoft.scripting.Metadata.dll /usr/lib/ironruby/Lib - StdLib directory ironruby digest mathn

Re: [IronPython] Contents of Lib (packaging for RPM)

2011-02-11 Thread Andrew Jorgensen
Yes, that should be fine, I'll give it a try and see if it can load anything. On Fri, Feb 11, 2011 at 10:23 AM, Tomas Matousek tomas.matou...@microsoft.com wrote: The expected layout is: /usr/lib/ironruby/bin   ir.exe   IronRuby.dll   IronRuby.Libraries.dll   IronRuby.Libraries.Yaml.dll  

Re: [IronPython] Contents of Lib (packaging for RPM)

2011-02-11 Thread Andrew Jorgensen
It still looks in the wrong place for the libraries, as you can see from this strace log grep date log read(0, require 'date'\n, 1024) = 15 stat(/usr/lib/Languages/Ruby/StdLib/ironruby/date.rb, 0x7fff01eb9510) = -1 ENOENT (No such file or directory)

Re: [IronPython] Contents of Lib (packaging for RPM)

2011-02-11 Thread Andrew Jorgensen
Oh, nevermind, now I see this is configured in the .config files, I can probably fix this myself. On Fri, Feb 11, 2011 at 5:59 PM, Andrew Jorgensen and...@jorgensenfamily.us wrote: It still looks in the wrong place for the libraries, as you can see from this strace log grep date log read(0,

Re: [IronPython] Contents of Lib (packaging for RPM)

2011-02-11 Thread Doug Blank
On Wed, Feb 9, 2011 at 3:41 PM, Andrew Jorgensen and...@jorgensenfamily.us wrote: Hello Folks, First let me thank you for making IronPython easy to compile on Mono. I'm the release manager for the Mono Project at Novell and I'm currently working on packaging IronPython and IronRuby for

Re: [IronPython] Contents of Lib (packaging for RPM)

2011-02-11 Thread Tomas Matousek
Yes, it is possible. You shouldn't need to change the config file. We don't have a config file in the Windows installation. Tomas -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Andrew Jorgensen Sent: Friday, February

Re: [IronPython] Contents of Lib (packaging for RPM)

2011-02-11 Thread Tomas Matousek
The directory should be called Lib, not StdLib. The repo has it under StdLib but the installer creates Lib. Tomas -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Andrew Jorgensen Sent: Friday, February 11, 2011 4:59

Re: [IronPython] Contents of Lib (packaging for RPM)

2011-02-11 Thread Andrew Jorgensen
On Fri, Feb 11, 2011 at 7:28 PM, Tomas Matousek tomas.matou...@microsoft.com wrote: Yes, it is possible. You shouldn't need to change the config file. We don't have a config file in the Windows installation. This comes from Config/Signed/App.config (which becomes ir.exe.config), which has the

Re: [IronPython] Contents of Lib (packaging for RPM)

2011-02-11 Thread Tomas Matousek
Yes, but the .config file doesn't need to be there at all. ../Lib is the default value. The files in Config directory are for development env only. Tomas -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Andrew

Re: [IronPython] Contents of Lib (packaging for RPM)

2011-02-11 Thread Andrew Jorgensen
On Fri, Feb 11, 2011 at 8:03 PM, Tomas Matousek tomas.matou...@microsoft.com wrote: Yes, but the .config file doesn't need to be there at all. ../Lib is the default value. The files in Config directory are for development env only. Ah, see I was just copying all the contents of

Re: [IronPython] Contents of Lib (packaging for RPM)

2011-02-11 Thread Tomas Matousek
Might be. You can compare your layout with the one for Windows - this zip file has the right layout: http://ironruby.codeplex.com/releases/view/55250#DownloadId=206131 Just exclude .bat files and Samples, Silverlight and WP7 directories. Tomas -Original Message- From:

Re: [IronPython] Reminder: First IronPython Bug Weekend is this this weekend

2011-02-11 Thread Jeff Hardy
I've set up a spreadsheet for keeping track of who's working on what bugs; it's at https://spreadsheets.google.com/ccc?key=0AlhyN5J6eVpldEFlcEhETjlRRnB0TnZ2RDNBLTMzdlEhl=en. If you're working on a bug, *please* record it there so people don't duplicate effort. If you want to write a patch and