Re: [perl #47792] [BUG]: languages/dotnet/Configure.pl causes configuration error

2007-12-06 Thread Jonathan Worthington
Will Coleda via RT wrote: r23011 added code to config/gen/languages.pm to configure dotnet when configuring parrot instead of (as before) manually, after parrot was built. This isn't ready to happen yet. Reverting 23011 in spirit, dotnet is on its own again. Certainly, the .Net

Re: [perl #47792] [BUG]: languages/dotnet/Configure.pl causes configuration error

2007-11-26 Thread Bernhard Schmalhofer
James E Keenan schrieb: On Nov 25, 2007, at 12:52 PM, Paul Cochrane via RT wrote: This error has been happening in dotnet for a long time. I can't give you a better timeframe than that, but it's been in that state (giving these warnings) since before I managed to get it's Configure.pl to

[perl #47792] [BUG]: languages/dotnet/Configure.pl causes configuration error

2007-11-26 Thread James Keenan via RT
On Sun Nov 25 20:00:10 2007, coke wrote: fixed in r23065. Note: While these reverts cleared up the problem going forward, even after doing 'svn update' I was unable to successfully do 'make realclean'. I had to blow away my sandbox and checkout a new sandbox of trunk in order to be able to

[perl #47792] [BUG]: languages/dotnet/Configure.pl causes configuration error

2007-11-25 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #47792] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=47792 While running Configure.pl on Linux today, I repeatedly got this error:

[perl #47792] [BUG]: languages/dotnet/Configure.pl causes configuration error

2007-11-25 Thread James Keenan via RT
This bug is also preventing me from successfully calling 'make realclean': /usr/local/bin/perl -MExtUtils::Command -e rm_f \ runtime/parrot/dynext/*.so \ runtime/parrot/dynext/*.so \ runtime/parrot/dynext/*.lib \ *.pdb runtime/parrot/dynext/*.pdb \ *.ilk

Re: [perl #47792] [BUG]: languages/dotnet/Configure.pl causes configuration error

2007-11-25 Thread Paul Cochrane
On 25/11/2007, via RT James Keenan [EMAIL PROTECTED] wrote: # New Ticket Created by James Keenan # Please include the string: [perl #47792] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=47792 While running

Re: [perl #47792] [BUG]: languages/dotnet/Configure.pl causes configuration error

2007-11-25 Thread James E Keenan
On Nov 25, 2007, at 12:52 PM, Paul Cochrane via RT wrote: This error has been happening in dotnet for a long time. I can't give you a better timeframe than that, but it's been in that state (giving these warnings) since before I managed to get it's Configure.pl to go again, (which was a

[perl #47792] [BUG]: languages/dotnet/Configure.pl causes configuration error

2007-11-25 Thread James Keenan via RT
On Sun Nov 25 09:52:45 2007, ptc wrote: This error has been happening in dotnet for a long time. I can't give you a better timeframe than that, but it's been in that state (giving these warnings) since before I managed to get it's Configure.pl to go again, (which was a few months ago now).

Re: [perl #47792] [BUG]: languages/dotnet/Configure.pl causes configuration error

2007-11-25 Thread Paul Cochrane
On 25/11/2007, James E Keenan [EMAIL PROTECTED] wrote: On Nov 25, 2007, at 12:52 PM, Paul Cochrane via RT wrote: This error has been happening in dotnet for a long time. I can't give you a better timeframe than that, but it's been in that state (giving these warnings) since before I

[perl #47792] [BUG]: languages/dotnet/Configure.pl causes configuration error

2007-11-25 Thread James Keenan via RT
On Sun Nov 25 15:05:59 2007, ptc wrote: I too am running Configure.pl constantly, however, not dotnet's Configure.pl. This is the script I was referring to. Well, now it's happening in ./Configure.pl -- which means we have a big problem, because everyone who configures is going to see it.

[perl #47792] [BUG]: languages/dotnet/Configure.pl causes configuration error

2007-11-25 Thread Will Coleda via RT
r23011 added code to config/gen/languages.pm to configure dotnet when configuring parrot instead of (as before) manually, after parrot was built. This isn't ready to happen yet. Reverting 23011 in spirit, dotnet is on its own again. fixed in r23065.