Re: [CVS ci] PLATFORMS

2004-02-28 Thread Leopold Toetsch
Goplat <[EMAIL PROTECTED]> wrote: > That defeats the whole point of 00ff-dos.t, which is to make sure parrot can > deal with lines ending in \r\n. IMO what should be done is to use \r\n in a > quoted string, instead of having the .t itself be \r\n (since that is what > was causing the problems, ge

Re: [CVS ci] PLATFORMS

2004-02-28 Thread Leopold Toetsch
S. Livingston <[EMAIL PROTECTED]> wrote: > I compiled on Tru64 > > uname -m -p -r -s -v >OSF1 V4.0 878 alpha > I compiled with the digital compiler, not gcc, >DEC C V5.6-075 on Digital UNIX V4.0 (Rev. 878) > I ran into the inet_pton problem described earlier. I've committeed thi

Re: [CVS ci] PLATFORMS

2004-02-27 Thread Goplat
--- [EMAIL PROTECTED] wrote: > 27/02/2004 10:30:22, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > > >[EMAIL PROTECTED] wrote: > > > >> Compiler version: > >> > >>Microsoft (R) 32-bit C/C++ Standard Compiler Version 13.00.9466 for > 80x86 > > > >Thanks update. > > > > > >> t\op\00ff-dos.t 255

Re: [CVS ci] PLATFORMS

2004-02-27 Thread S. Livingston
I compiled on Tru64 > uname -m -p -r -s -v OSF1 V4.0 878 alpha I compiled with the digital compiler, not gcc, DEC C V5.6-075 on Digital UNIX V4.0 (Rev. 878) I ran into the inet_pton problem described earlier. This installation also does not have snprintf() so I had to add an #ifdef HAS_

Re: [CVS ci] PLATFORMS

2004-02-27 Thread nigelsandever
27/02/2004 10:30:22, Leopold Toetsch <[EMAIL PROTECTED]> wrote: >[EMAIL PROTECTED] wrote: > >> Compiler version: >> >> Microsoft (R) 32-bit C/C++ Standard Compiler Version 13.00.9466 for 80x86 > >Thanks update. > > >> t\op\00ff-dos.t 255 65280 24 200.00% 1-2 > >Strange > I've sent

Re: [CVS ci] PLATFORMS

2004-02-27 Thread Leopold Toetsch
Peter Sinnott wrote: I have downloaded the snapshot dated 27-Feb-2004 00:01 from http://cvs.perl.org/snapshots/parrot/ and tested it on hpux. I order to get it to compile I have to revert to using inet_aton at line 623 of io_unix.c. inet_pton was causing unsatisfied symbols at link time. We need

Re: [CVS ci] PLATFORMS

2004-02-27 Thread Peter Sinnott
On Thu, Feb 26, 2004 at 09:29:59AM +0100, Leopold Toetsch wrote: > Leopold Toetsch <[EMAIL PROTECTED]> wrote: > > Please help me fill out the blanks by sending or committing patches. > > Please make sure to have the latest and best Parrot from CVS. > > Still a lot of platforms missing. Please ...

Re: [CVS ci] PLATFORMS

2004-02-27 Thread Leopold Toetsch
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Here (and attached) is summary of the various make testX_imcc reports > plus the myconfig information. Can you please run all tests: $ make test # or nmake $ make testj $ make testC ... > Summary of my parrot 0.0.13 configuration: > Compiler:

Re: [CVS ci] PLATFORMS

2004-02-26 Thread nigelsandever
On Thu, 26 Feb 2004 09:29:59 +0100, [EMAIL PROTECTED] (Leopold Toetsch) wrote: > Leopold Toetsch <[EMAIL PROTECTED]> wrote: > > Please help me fill out the blanks by sending or committing patches. > > Please make sure to have the latest and best Parrot from CVS. Here (and attached) is summary of

Re: [CVS ci] PLATFORMS

2004-02-26 Thread Leopold Toetsch
Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Please help me fill out the blanks by sending or committing patches. > Please make sure to have the latest and best Parrot from CVS. Still a lot of platforms missing. Please ... :r PLATFORMS Parrot-0.0.999 was reported to compile and run tests success

Re: [CVS ci] PLATFORMS

2004-02-25 Thread Robert Spier
> >>Better it get fixed in CVS. There could be more errors of this kind. > > Confused. What would you like me to do? > > Please purge the platforms directory on the server. It collides with the > PLATFORMS file on these poor pseudo-OS, that have case-insensitive > filenames. (There could also s

Re: [CVS ci] PLATFORMS

2004-02-25 Thread Dan Sugalski
At 8:02 PM -0800 2/24/04, Robert Spier wrote: > > After a bit of self-education on the CVS FAQ, I've come to the > conclusion that "renaming" (delete/add) PLATFORMS to PLATFORMS.txt is > the best way to solve this. Better it get fixed in CVS. There could be more errors of this kind. Confused.

Re: [CVS ci] PLATFORMS

2004-02-24 Thread Robert Spier
> > After a bit of self-education on the CVS FAQ, I've come to the > > conclusion that "renaming" (delete/add) PLATFORMS to PLATFORMS.txt is > > the best way to solve this. > > Better it get fixed in CVS. There could be more errors of this kind. Confused. What would you like me to do? Also. cv

Re: [CVS ci] PLATFORMS

2004-02-24 Thread Arvindh Rajesh Tamilmani
>... and in tcsh (OS X) > > cvs co '\!parrot/platforms' parrot a) to avoid the inconvenience of typing the above command (with the bang sequence properly escaped) and b) to fix the problem without _renaming_ anything, the following lines may be added to CVSROOT/modules: t -d parrot parrot

Re: [CVS ci] PLATFORMS

2004-02-24 Thread Arvindh Rajesh Tamilmani
>my .cvsrc has "update -dP", and I still get the >same problem with the >platforms directory. (OS X) on -P, CVS prunes _empty_ directories only on its way out (having built all the directories before that). So -P fails in our case. __ Do you Yahoo!? Yahoo! Mail

Re: [CVS ci] PLATFORMS

2004-02-24 Thread Michael Scott
... and in tcsh (OS X) cvs co '\!parrot/platforms' parrot Mike

RE: [CVS ci] PLATFORMS

2004-02-24 Thread Gay, Jerry
> Does the following command work? > > $ cvs co '!parrot/platforms' parrot > # the order should be preserved. > > Arvindh > this works for me on win32 --jerry ** This e-mail and any files transmitted with it m

Re: [CVS ci] PLATFORMS

2004-02-24 Thread Michael Scott
On 24 Feb 2004, at 15:06, Arvindh Rajesh Tamilmani wrote: Does the following command work? $ cvs co '!parrot/platforms' parrot # the order should be preserved. on tcsh it gives me cvs co '!parrot/platforms' parrot tcsh: parrot/platforms: Event not found. but on sh it did

Re: [CVS ci] PLATFORMS

2004-02-24 Thread Arvindh Rajesh Tamilmani
>Same problem even if I do a new check out. > > cvs [checkout aborted]: could not chdir to >parrot/platforms: Not a >directory Does the following command work? $ cvs co '!parrot/platforms' parrot # the order should be preserved. >Mike Arvindh _

Re: [CVS ci] PLATFORMS

2004-02-24 Thread Leopold Toetsch
Leopold Toetsch <[EMAIL PROTECTED]> wrote: > $ touch platforms Argghh: $ mkdir platforms $ cvs add platforms Directory /cvs/public/parrot/platforms added to the repository $ cvs ci -m"test" platforms cvs commit: Examining platforms $ cvs remove -f platforms cvs server: Removing platforms $ cv

Re: [CVS ci] PLATFORMS

2004-02-24 Thread Leopold Toetsch
Michael Scott <[EMAIL PROTECTED]> wrote: > Unfortunately until we get this solved those of us on dyslexic systems > can't update our local copies. So I'm waving an URGENT flag here. $ cvs remove -f platforms cvs server: Removing platforms cvs [server aborted]: could not chdir to platforms: No such

Re: [CVS ci] PLATFORMS

2004-02-24 Thread Michael Scott
Unfortunately until we get this solved those of us on dyslexic systems can't update our local copies. So I'm waving an URGENT flag here. After a bit of self-education on the CVS FAQ, I've come to the conclusion that "renaming" (delete/add) PLATFORMS to PLATFORMS.txt is the best way to solve thi

Re: [CVS ci] PLATFORMS

2004-02-24 Thread Leopold Toetsch
chromatic wrote: On Mon, 2004-02-23 at 11:00, Leopold Toetsch wrote: [ patch ] Thanks applied. I think this is right. I don't see anything which indicates CGoto support, when core_ops_cg.c gets compiled, CGoto is enabled. ... and I'm guessing at thread and signal support since two of the te

Re: [CVS ci] PLATFORMS

2004-02-23 Thread chromatic
On Mon, 2004-02-23 at 11:00, Leopold Toetsch wrote: > > ... Where should I look for the appropriate > > information? > > Create a platform name similar to existing ones. F<./myconfig> and the > output from Configure.pl + test results/skips should provide the > information to fill the line :) I t

Re: [CVS ci] PLATFORMS

2004-02-23 Thread Will Coleda
my .cvsrc has "update -dP", and I still get the same problem with the platforms directory. (OS X) On Monday, February 23, 2004, at 04:50 PM, Michael Scott wrote: I have this problem too. cvs [update aborted]: could not chdir to platforms: Not a directory Same problem even if I do a new check

Re: [CVS ci] PLATFORMS

2004-02-23 Thread Michael Scott
I have this problem too. cvs [update aborted]: could not chdir to platforms: Not a directory Same problem even if I do a new check out. cvs [checkout aborted]: could not chdir to parrot/platforms: Not a directory There is no local platforms directory, yet CVS wants to go to it, so I assume

Re: [CVS ci] PLATFORMS

2004-02-23 Thread Leopold Toetsch
Jonathan Worthington <[EMAIL PROTECTED]> wrote: > Leo, [did try to send off list, but it bounced] >> Please help me fill out the blanks by sending or committing patches. >> Please make sure to have the latest and best Parrot from CVS. >> > Earlier today you popped a new file in CVS called PLATFORM

Re: [CVS ci] PLATFORMS

2004-02-23 Thread Leopold Toetsch
Chromatic <[EMAIL PROTECTED]> wrote: > On Mon, 2004-02-23 at 01:30, Leopold Toetsch wrote: >> Please help me fill out the blanks by sending or committing patches. >> Please make sure to have the latest and best Parrot from CVS. > I have a platform not listed. Then lets add it. The list is for su

Re: [CVS ci] PLATFORMS

2004-02-23 Thread Jonathan Worthington
Leo, [did try to send off list, but it bounced] > Please help me fill out the blanks by sending or committing patches. > Please make sure to have the latest and best Parrot from CVS. > Earlier today you popped a new file in CVS called PLATFORMS. Unfortunately, there is also a directory there call

Re: [CVS ci] PLATFORMS

2004-02-23 Thread chromatic
On Mon, 2004-02-23 at 01:30, Leopold Toetsch wrote: > Please help me fill out the blanks by sending or committing patches. > Please make sure to have the latest and best Parrot from CVS. I have a platform not listed. Where should I look for the appropriate information? -- c

[CVS ci] PLATFORMS

2004-02-23 Thread Leopold Toetsch
Please help me fill out the blanks by sending or committing patches. Please make sure to have the latest and best Parrot from CVS. Thanks, leo