Re: State of 'make testj' on Cygwin

2004-05-12 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb [EMAIL PROTECTED] wrote: ... This is the result of running 'make testj'. Failed Test Stat Wstat Total Fail Failed List of Failed -- t/op/trans.t6

Re: State of 'make testj' on Cygwin

2004-05-12 Thread Joshua Gatcomb
fprintf(stabs, .stabn N_SLINE ,0,%d,%d /* %s */\n, line, (gdb) WRT arithmetics_26 that coredumps, but I can debug/trace with JIT - what should I look for? WRT trans_9-12,17,18 that does not coredump and I can't debug/trace with JIT - what should I do next? Cheers Joshua Gatcomb a.k.a. Limbic

testg missing -g option

2004-05-12 Thread Joshua Gatcomb
I am trying to nail down exactly how Cygwin behaves with the various options turned on. I noticed that testg does not have the -g option it should. I am on my way out the door or I would provide a patch (I just modified the Makefile directly for my testing). Cheers Joshua Gatcomb a.k.a. Limbic

State of Affairs on Cygwin

2004-05-13 Thread Joshua Gatcomb
I am gainfully employed and ensure that new stuff only makes this better and not worse. Hopefully it won't take me too long to learn C though I have been using Perl now for almost 2 years and I still feel like an infant. Cheers Joshua Gatcomb a.k.a. Limbic~Region

Cygwin problem: -j not working again

2004-05-10 Thread Joshua Gatcomb
() not implemented in class 'PerlInt' Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover

Re: Cygwin problem: -j not working again

2004-05-10 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb [EMAIL PROTECTED] wrote: parrot -j examples/benchmarks/primes2.pasm exists_keyed() not implemented in class 'PerlInt' Ah. yep. Due to eliminating two vtable functions, other ones after that moved down in table. JIT needs

Re: Cygwin problem: -j not working again

2004-05-10 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb [EMAIL PROTECTED] wrote: parrot -j examples/benchmarks/primes2.pasm exists_keyed() not implemented in class 'PerlInt' Ah. yep. Due to eliminating two vtable functions, other ones after that moved down in table. JIT needs

Re: Cygwin problem: -j not working again

2004-05-10 Thread Joshua Gatcomb
Joshua Gatcomb [EMAIL PROTECTED] wrote: Working great now. Not sure why it took so long before I could see the update in CVS. Thanks and please disregard earlier message. Joshua Gatcomb a.k.a. Limbic~Region Ok, I am an idiot. I didn't try the -j option. Still not working as of 12:44PM

Re: Cygwin problem: -j not working again

2004-05-10 Thread Joshua Gatcomb
/jit2h.pl and then cvs update -dP and got back the same old file. I made the 1 line change myself by hand. Now I am getting repeat() not implemented in class 'PerlInt' leo I will just be patient and wait until tomorrow. Thanks Joshua Gatcomb a.k.a. Limbic~Region

Re: Cygwin problem: -j not working again

2004-05-10 Thread Joshua Gatcomb
of changes. Then I verified that -j is now working. I will shut up now. One should not be allowed to operate computers when over tired without ample supply of caffeine. Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Win a $20,000

State of 'make testj' on Cygwin

2004-05-10 Thread Joshua Gatcomb
: *** [testj] Error 14 Not sure if this is expected or not. Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover

Re: Cygwin update

2004-05-10 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb [EMAIL PROTECTED] wrote: 2. All tests are now passing on Cygwin. Are signal and thread tests skipped or running? No, they are both skipped. I am doing a bit more research on this because I had trouble with both threading

Re: Cygwin problems are GC not ICU (was Re: Cygwin issues may not be ICU related)

2004-05-07 Thread Joshua Gatcomb
get the exact same results: #4 0x004bd577 in enter_nci_method (interpreter=0x100d1d28, type=26, func=0x47e040, name=0x53d0f9 thread1, proto=0x53d0f4 vIOP) at src/inter_misc.c:65 I am not sure where to go from here. Any suggestions? Cheers Joshua Gatcomb a.k.a. Limbic~Region

Re: Isolated ARENA_DOD_FLAGS problem on Cygwin

2004-05-07 Thread Joshua Gatcomb
values deviated from my expectations. Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover

Re: Cygwin problems are GC not ICU (was Re: Cygwin issues may not be ICU related)

2004-05-07 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb wrote: I am not sure where to go from here. Any suggestions? Ok, here is a sample debugging session: $ cat hello.pasm print hello\n end $ parrot hello.pasm hello $ gdb parrot ... (gdb) b new_pmc_header (gdb

Re: Cygwin problems are GC not ICU (was Re: Cygwin issues may not be ICU related)

2004-05-07 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb wrote: (gdb) p *pool $1 = {last_Arena = 0x1020, object_size = 32, objects_per_alloc = 16382, total_objects = 2048, num_free_objects = 2047, skip = 0, replenish_level = 614, free_list = 0x1021, align_1 = 0

Re: Config mess (was: Cygwin problems are GC not ICU)

2004-05-07 Thread Joshua Gatcomb
. Patches welcome. The same problem is, if perl5 is compiled with long doubles. leo I think this is something I could do if I knew what it *should be* using/getting the values from. Thanks again Joshua Gatcomb a.k.a. Limbic~Region __ Do

All Tests Passing On Cygwin

2004-05-07 Thread Joshua Gatcomb
= 380.13 CPU) Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover

Lightening speeds on Cygwin

2004-05-07 Thread Joshua Gatcomb
, and anyone/everyone else that helped. Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover

Cygwin update

2004-05-07 Thread Joshua Gatcomb
taking about 4 seconds. parrot -j anything used to coredump primes2.pasm with -j is now under 2 seconds. Again, thanks to everyone. Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http

Cygwin issues may not be ICU related

2004-05-04 Thread Joshua Gatcomb
All: While there are definately ICU issues on Cygwin, I have gotten it to link to parrot both statically and dynamically several different ways. The problem is that the resulting parrot.exe coredumps upon execution. I had always assumed that the problem was related to ICU since it was

Cygwin problems are GC not ICU (was Re: Cygwin issues may not be ICU related)

2004-05-05 Thread Joshua Gatcomb
--- Jeff Clites [EMAIL PROTECTED] wrote: If you run it in a debugger (gdb or whatever), you should be able to see where it's crashing. Ok, after spending about 5 minutes figuring out what gdb was and how to use it (did I mention I was clueless) it looks like it isn't ICU at all Program

Re: Cygwin problems are GC not ICU (was Re: Cygwin issues may not be ICU related)

2004-05-05 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: (gdb) bt (gdb) p pmc /gdb) p *((Dead_PObj*)pmc) would be good. Program received signal SIGSEGV, Segmentation fault. 0x00419f6c in new_pmc_header (interpreter=0x100d1d68, flags=1024) at src/headers.c:251 251

parrot once again working on Cygwin

2004-05-05 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Above error is only possible, when ARENA_DOD_FLAGS is turned on. This switch relies on the presence of a working memalign function. The C--gc option isn't related to this. But you can turn off ARENA_DOD_FLAGS in include/parrot/pobj.h line 25.

Cygwin works - lessons learned

2004-05-06 Thread Joshua Gatcomb
to run the rebaseall utility. I do not believe this has anything to do with parrot but I can't be sure since I needed to do it for IO::Socket::SSL to work properly much earlier on. Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo

Re: Cygwin problems are GC not ICU

2004-05-06 Thread Joshua Gatcomb
returned from vacation and parrot was no longer working. Nothing on the system changed except parrot. leo Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http

Parrot test results on Cygwin

2004-05-06 Thread Joshua Gatcomb
, 98.16% okay. Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover

Isolated ARENA_DOD_FLAGS problem on Cygwin

2004-05-06 Thread Joshua Gatcomb
Small_Object_Pool *pool = interpreter-arena_base-pmc_ext_pool; Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover

Re: State of 'make testj' on Cygwin

2004-05-21 Thread Joshua Gatcomb
a problem with Win ME or something that has changed within the last week. Cheers Joshua Gatcomb __ Do you Yahoo!? Yahoo! Domains – Claim yours for only $14.70/year http://smallbusiness.promotions.yahoo.com/offer

What happened to

2004-05-24 Thread Joshua Gatcomb
The FAQ at http://www.parrotcode.org Also - is there any reason why some messages I send to the list don't make it? I am not sure who does maintenance on the list but the message I sent today in regards to JIT on Cygwin did not make it. Hopefully this one gets through Cheers Joshua Gatcomb

JIT problem on Cygwin revisited

2004-05-24 Thread Joshua Gatcomb
print N3 gdb p N3 $2 = 4.4942328371557898e+307 If both N1 and N2 are not set prior to cosh, then everything works fine. I am not sure how to debug further than this though I have a week of C under my belt now ;-) Cheers Joshua Gatcomb a.k.a. Limbic~Region

Re: JIT problem on Cygwin revisited

2004-05-25 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb [EMAIL PROTECTED] wrote: 4 print N3 gdb p N3 $2 = 4.4942328371557898e+307 If both N1 and N2 are not set prior to cosh, then everything works fine. I've checked in a possible fix for this. Please try again after

Re: JIT problem on Cygwin revisited

2004-05-25 Thread Joshua Gatcomb
(dependent on order) it does not. Per our off-list conversation - I have googled for problems with Cygwin and the math libs to no avail. I hate to sound like a broken record, but I have no idea where to go from here. Cheers Joshua Gatcomb a.k.a. Limbic~Region

Re: JIT problem on Cygwin revisited

2004-05-28 Thread Joshua Gatcomb
that I built myself. leo Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ $ more myconfig Summary of my parrot 0.1.0 configuration: configdate='Fri

Re: JIT problem on Cygwin revisited

2004-06-01 Thread Joshua Gatcomb
. leo Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/

Re: JIT problem on Cygwin revisited

2004-06-02 Thread Joshua Gatcomb
, and zero when converted to float.) */ I tried very unsuccesfully to get parrot to compile using mingw btw. leo Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http

Re: cygwin/mingw status

2004-06-07 Thread Joshua Gatcomb
files that weren't there before using the mingw compiler option. jens Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/

Re: cygwin/mingw status

2004-06-07 Thread Joshua Gatcomb
though compiling the latest from the source is an option I am willing to try if someone thinks it will work. jens Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http

Thanks Brent and Leo

2004-07-16 Thread Joshua Gatcomb
Cygwin no longer requires --intval and --opcode size changes in the Configure process to work correctly. Additionally, the benchmarks appear to be running a bit faster too. Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo

Recent change causing JIT problems on Cygwin

2004-07-19 Thread Joshua Gatcomb
fixed since I seem to be the only one regularly using Cygwin - so no rush - just figured I would point it out as soon as possible. I can also produce some JIT debugging if someone thinks that will help: Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do

Re: Recent change causing JIT problems on Cygwin

2004-07-20 Thread Joshua Gatcomb
to have fixed the JITed problem (though the handful of math ops are still failing under Cygwin/JIT). so in summary: From 2004-07-16 until something changes, if you want to build on Cygwin with and have JIT work using gcc 3.0 or higher, add --ccflags=-mno-accumulate-outgoing-args Thanks Joshua

Re: Recent change causing JIT problems on Cygwin

2004-07-20 Thread Joshua Gatcomb
incidently - things are running much slower now using --optimize and -j -O2 so how much is much slower for primes2.pasm it was taking on average 2.15 real seconds and is now taking on average 2.9 Joshua Gatcomb a.k.a. Limbic~Region __ Do you

Call To Cygwin Users Everywhere

2004-07-22 Thread Joshua Gatcomb
' --icuheaders=/usr/local/include Obviously change your architecture and your ICU flags accordingly - but that makes parrot really fly ;-) Cheers Joshua Gatcomb a.k.a. L~R __ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http

ICU Outdated - Ideas

2004-07-30 Thread Joshua Gatcomb
. Have someone volunteer to strip stuff out of the 3.0 version and start bundling that. There are likely other options but as George pointed out - we appear to be spending an awful lot of effort making the old ICU work when upgrading would solve all our problems (my words not his). Cheers Joshua

Re: ICU Outdated - Ideas

2004-07-31 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb [EMAIL PROTECTED] wrote: All: The ICU that is bundled with Parrot is old. George Rhoten, an ICU developer, has suggested we start shipping version 3.0 because: B. Make ICU optional. Yes. And I'll vote for just tossing

Re: ICU Outdated - Ideas

2004-08-03 Thread Joshua Gatcomb
3.0 C. Upgrade to a full version of 3.0 D. Improve the config/gen/icu.pl with any of the previous options E. Something else entirely? Joshua Gatcomb a.k.a. Gat (240) 568-5675 __ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free

Unicode Support - ICU Optional

2004-08-04 Thread Joshua Gatcomb
version of ICU source, build it, and note anything special they needed to do to get it working. Those things should make putting a newer version into CVS a realistic possibility. I am volunteering for Cygwin (yeah I know - big surprise there). Cheers Joshua Gatcomb a.k.a. Limbic~Region

Benchmark Stuff

2004-08-20 Thread Joshua Gatcomb
It is also a very quick hack because I was on my lunch break. Enjoy Joshua Gatcomb a.k.a. Limbic~Region ___ Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now. http://promotions.yahoo.com/goldrush benchmark Description: benchmark

Re: Benchmark Stuff

2004-08-20 Thread Joshua Gatcomb
if I can't get back to what I was seeing before. Either way - I think it is a good thing to keep track of our performance impact when making changes - perhaps I will get more motivated and make the code a bit more robust and use parrotbench instead of my homegrown stuff. Cheers Joshua Gatcomb

Re: Benchmark Stuff

2004-08-24 Thread Joshua Gatcomb
don't know what kind of layout/data would be useful to people so let me know if you want something else. I will update every Tuesday morning. Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Yahoo! Mail is new and improved - Check

Re: Benchmark Stuff

2004-08-24 Thread Joshua Gatcomb
--- Joshua Gatcomb [EMAIL PROTECTED] wrote: Here is the modified parrotbench script along with the new data collection script and the script to make it into a web page. I don't know what kind of layout/data would be useful to people so let me know if you want something else. I

parrotbench.pl - massive update

2004-08-25 Thread Joshua Gatcomb
greater control using ini configuration 3. Output is pretty 4. Lots of bugs squashed (probably more introduced) 5. POD updated 6. Multiple regexes allowed for benchmarks to be run 7. Multiple regexes allowed for benchmarks to be skipped 8. Probably some stuff I am forgetting Joshua Gatcomb

Re: Benchmark Stuff

2004-08-26 Thread Joshua Gatcomb
have a few ideas for improving parrotbench.pl. When I am done with those, I will confer with you on getting the storage format worked out. Regards, Jerome -- [EMAIL PROTECTED] Cheers Joshua Gatcomb a.k.a. Limbic~Region ___ Do you Yahoo!? Win 1

NCI Tests Failing

2004-08-26 Thread Joshua Gatcomb
% 20 2 tests and 53 subtests skipped. Failed 2/120 test scripts, 98.33% okay. 29/1828 subtests failed, 98.41% okay. make: *** [test] Error 14 Not that you need to ask, but Cygwin ;-) Cheers Joshua Gatcomb a.k.a. Limbic~Region ___ Do you Yahoo!? Win 1

Re: NCI Tests Failing

2004-08-26 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb [EMAIL PROTECTED] wrote: t/pmc/nci.t28 716835 28 80.00% 1-27 strange. t/pmc/perlhash.t1 256361 2.78% 20 Only that one is supposed to fail. leo This might help shed some light: $ cd t

Re: parrotbench.pl - massive update (smaller update)

2004-08-26 Thread Joshua Gatcomb
--- Joshua Gatcomb [EMAIL PROTECTED] wrote: Enhancements: 1. Should be platform independent now 2. Much greater control using ini configuration 3. Output is pretty 4. Lots of bugs squashed (probably more introduced) I found a few and have erradicated them. I also added some new

Re: NCI Tests Failing

2004-08-27 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb wrote: This might help shed some light: $ cd t/pmc $ parrot nci_1.pasm Not really. bash: parrot: command not found ;) You got an old parrot around somewhere in the path? No - believe it or not I only ever keep 1 version

Re: NCI Tests Failing

2004-08-27 Thread Joshua Gatcomb
to help, please let me know. Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail

Re: [perl #31302] NCI GC issues

2004-08-27 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: I think I could track it down. It wasn't strictly NCI related, though. I guess you didn't need me to track down the CVS changes as this fixed the problem - THANKS. Cheers Joshua Gatcomb a.k.a. Limbic~Region

NCI test 2 failing - but I know why

2004-08-31 Thread Joshua Gatcomb
: loaded runtime/parrot/dynext/libnci.so vs loaded libnci.so Before I started digging around I was wondering if someone might want to whack me with the clue stick. Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? New and Improved

Re: NCI test 2 failing - but I know why

2004-09-01 Thread Joshua Gatcomb
things on my account yet. When I get the time, I will investigate. Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail

Parrot 0.1.0 still?

2004-09-09 Thread Joshua Gatcomb
interface. 2. Add what's missing. 3. Fix what's broke. 4. Delay optimizing working code in favor of 2 3. Since the usual purpose of a point release is to have features finished and bugs squashed, it may be a good time for another release. What say you? Cheers Joshua Gatcomb a.k.a. Limbic~Region

Re: System ICU

2004-09-29 Thread Joshua Gatcomb
/../../../../i686-pc-cygwin/bin/ld: cannot find -licui18n I would propose that if Configure.pl does see any other icu config flags that it not attempt to auto configure. You can use --icu-config=none if you want do disable the autodetect feature. That's what I am doing for now jens Joshua Gatcomb a.k.a

Re: System ICU

2004-09-29 Thread Joshua Gatcomb
--- Jens Rieks [EMAIL PROTECTED] wrote: On Wednesday 29 September 2004 18:40, Joshua Gatcomb wrote: cannot find -licui18n I am not sure, is this library used by parrot? I have no idea - first I have seen it other than when I built ICU many moons ago. I would propose

Threads on Cygwin

2004-09-29 Thread Joshua Gatcomb
as if by the time the time the second print happens, the filehandle is already closed So - since threads aren't officially supposed to be working on Cygwin - is this something I should care about or not? Cheers Joshua Gatcomb a.k.a. Limbic~Region

Re: Threads on Cygwin

2004-09-29 Thread Joshua Gatcomb
--- Joshua Gatcomb [EMAIL PROTECTED] wrote: Up until a couple of weeks ago, all the threads tests were passing on Cygwin. I had submitted a patch some time ago that never got applied enabling tests for threads, timer, and extend_13 that never got applied. I figured there was good reason

Re: Threads on Cygwin

2004-09-30 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb [EMAIL PROTECTED] wrote: I had submitted a patch some time ago that never got applied enabling tests for threads, timer, and extend_13. Overlooked? Please rediff and resend. I will do - likely tomorrow. It says

Re: cvs commit: parrot/t/library streams.t

2004-09-30 Thread Joshua Gatcomb
, 7 wallclock secs ( 4.03 cusr + 2.02 csys = 6.05 CPU) jens Glad to see I am not the only Cygwin user out there ;-) Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http

Re: Threads on Cygwin

2004-10-01 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb [EMAIL PROTECTED] wrote: ... only 1 of the two messages is displayed I've fixed a flaw in the IO flush code. Please try again, thanks. Still not working, but thanks! The behavior has changed a bit though. Here is the behavior

Re: [perl #31785] [BUG] non-standard Perl module dependency

2004-10-01 Thread Joshua Gatcomb
back to the previous version which did not have the requirement. Just let me know Joshua Gatcomb a.k.a. Limbic~Region ___ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com

Re: Threads on Cygwin

2004-10-01 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb [EMAIL PROTECTED] wrote: After the change - case 3 now prints thread 1. Strange. indeed You mentioned in the previous email that you were interested in knowing if this was Windows IO or the Cygwin variant. I would love

Re: Threads on Cygwin

2004-10-03 Thread Joshua Gatcomb
since it only ever prints thread jens Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail

Re: Towards 0.1.1 - timetable

2004-10-05 Thread Joshua Gatcomb
. leo Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Update to Threads/IO issue on Cygwin

2004-10-06 Thread Joshua Gatcomb
ping the Cygwin list if anyone thinks it might help. Cheers, Joshua Gatcomb a.k.a. Limbic~Region ___ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com

Update to Cygwin fixed the weird math JIT bugs

2004-10-06 Thread Joshua Gatcomb
While it has introduced a new IO bug that is failing a handful of threads tests, it also appears to have fixed a different bug where some of the trigonomic functions would blow up under JIT. Cheers, Joshua Gatcomb a.k.a. Limbic~Region ___ Do you

Re: Update to Cygwin fixed the weird math JIT bugs

2004-10-06 Thread Joshua Gatcomb
to enable the signal tests by adding cygwin to t/pmc/signals.t *** The only failing tests are if you enable the threading tests as annotated above leo I used to have Win ME to test but no longer so I don't know what 9x/ME would turn up Joshua Gatcomb a.k.a. Limbic~Region

Another Update to threads/IO problem on Cygwin

2004-10-06 Thread Joshua Gatcomb
cygwin1.dll-1.5.11-1 - current stable build, blows up I will be pinging the Cygwin list momentarily to see if they have any insight. Cheers Joshua Gatcomb a.k.a. Limbic~Region ___ Do you Yahoo!? Declare Yourself - Register online to vote today! http

Re: Another Update to threads/IO problem on Cygwin

2004-10-06 Thread Joshua Gatcomb
--- Joshua Gatcomb [EMAIL PROTECTED] wrote: I happened to have found the last cygwin1.dll lying around in /tmp that I kept as a backup. I swapped it with the current cygwin1.dll just to see if it would make the IO problem go away and much to my happy surprise - it did. Details: cygwin1

Re: Update to Cygwin fixed the weird math JIT bugs

2004-10-06 Thread Joshua Gatcomb
--- Joshua Gatcomb [EMAIL PROTECTED] wrote: Threads: Y* Tests:Y*** * You need to enable the threading tests by adding cygwin to t/pmc/threads.t though a handful of tests will fail due to an outstanding IO issue likely caused by Cygwin *** The only failing tests are if you enable

Re: [perl #31910] ICU bug with fresh CVS Checkout

2004-10-09 Thread Joshua Gatcomb
/local/include --icushared='-L/usr/local/lib -lcygicuuc -lcygicudt' jens Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo

Re: Perl 6 Summary for 2004-10-01 through 2004-10-17

2004-10-19 Thread Joshua Gatcomb
--- Matt Fowles [EMAIL PROTECTED] wrote: Joshua Gatcomb accidentally introduced a dependency on Config::IniFiles. Since it is implemented in pure perl he offered to add it to the repository. Warnock applies. http://xrl.us/div3 In the note offering to fix it, I also listed numerous

ICU failure on RedHat

2004-10-21 Thread Joshua Gatcomb
: No such file or directory make: *** [runtime/parrot/include/parrotlib.pbc] Error 127 ICU libs are in /usr/local/lib /usr/local/lib is in my path all libs are executable libicuuc.so.30 indeed does exist in that directory Any advice? Cheers Joshua Gatcomb a.k.a. Limbic~Region

Re: ICU failure on RedHat

2004-10-21 Thread Joshua Gatcomb
--- Joshua Gatcomb [EMAIL PROTECTED] wrote: 1. Transfer ICU 3.0 and build from source 2. Do a fresh CVS checkout of parrot, transfer and build $ perl Configure.pl --optimize configure all goes well $ make all goes well until parrot is linked c++ -o parrot -L/usr/local/lib -Wl

Re: ICU failure on RedHat

2004-10-21 Thread Joshua Gatcomb
--- Joshua Gatcomb [EMAIL PROTECTED] wrote: --- Joshua Gatcomb [EMAIL PROTECTED] wrote: 1. Transfer ICU 3.0 and build from source 2. Do a fresh CVS checkout of parrot, transfer and build $ perl Configure.pl --optimize configure all goes well $ make all goes well

Re: ICU failure on RedHat

2004-10-21 Thread Joshua Gatcomb
--- Joshua Gatcomb [EMAIL PROTECTED] wrote: ok, so I did investigate a little further. make testj works fine (all tests pass) if I don't pass the --optimize flag to Configure.pl. Ok, so optimizations break things - why not add more. Interestingly, adding more aggressive options make

Re: ICU failure on RedHat

2004-10-22 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb [EMAIL PROTECTED] wrote: All tests pass normally, but I get 3 tests failing under JIT t/op/interp.t #7 t/pmc/coroutine.t #10 t/pmc/exception.t #19 ok, so I did investigate a little further. make testj works fine

Re: ICU failure on RedHat

2004-10-22 Thread Joshua Gatcomb
variable LD_LIBRARY_PATH=/usr/local/lib export LD_LIBRARY_PATH (in Bourne shell syntax). Does that help? This indeed corrects this problem. Andy Dougherty[EMAIL PROTECTED] Salamat! Joshua Gatcomb a.k.a. Limbic~Region

Re: Install-Problem

2004-10-27 Thread Joshua Gatcomb
flag to Configure.pl. I also have RH 9.0 and would love someone to confirm that make testj will fail on 3 tests (unless you additionally pass it another flag). Interestingly enough - the same failure ocurrs on Cygwin. Kind regards, Alberto Cheers Joshua Gatcomb Limbic~Region

Re: Performance Statistics (and Graphs!)

2004-11-03 Thread Joshua Gatcomb
At 11:08 PM -0800 11/2/04, Jeff Clites wrote: On Nov 2, 2004, at 7:10 PM, Matt Diephouse wrote: Joshua Gatcomb and I have been working a little under a week to set up an automated build system for parrot that tracks performance (with help from Dan's box). We have collected benchmark data

Intermittently Failing Benchmarks

2004-11-04 Thread Joshua Gatcomb
questions: 1. Would people prefer missing data for benchmarks where they won't work or a manually entered high number to draw attention to them? 2. Should we be checking that the output of the benchmarks (right or wrong) is consistent? Cheers Joshua Gatcomb a.k.a. Limbic~Region

Parrot BASIC

2004-11-15 Thread Joshua Gatcomb
on continuing maintenance? And just to be clear for those reading at homejust because I am asking doesn't mean I am volunteering. Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http

Fwd: Re: Parrot BASIC

2004-11-16 Thread Joshua Gatcomb
All, Please read Clinton's reply - especially the part about being blocked from the list for about a year. Cheers, Joshua Gatcomb a.k.a. Limbic~Region --- Clinton A. Pierce [EMAIL PROTECTED] wrote: Date: Tue, 16 Nov 2004 11:34:05 -0500 To: Joshua Gatcomb [EMAIL PROTECTED] From: Clinton

Two broken benchmarks

2004-11-20 Thread Joshua Gatcomb
harness. Thoughts? Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [perl #33642] [PATCH] Change working directory for parrotbench.pl

2005-01-03 Thread Joshua Gatcomb
decision and there is as of yet no ruling. Joshua Gatcomb should comment on whether or not this should be applied. Apply away. I have held off making any modifications waiting on another design decision. Leo opened up a ticket on this script because it used a non-core Perl module. I listed

Re: [perl #29936] JIT debugging on Cygwin not working

2005-10-03 Thread Joshua Gatcomb
was seeing. Parrot has changed considerably since then as has Cygwin and gcc. I would suggest asking the list if there is anyone interested in carrying on the Cygwin torch by asking them to reproduce the problem. I no longer have an environment to do so. Thanks, -J Cheers, Joshua Gatcomb

Instructions to build parrot using mingw

2006-05-25 Thread Joshua Gatcomb
. Anyone know what my problems is or is willing to work with me on this would be most appreciated. Cheers, Joshua Gatcomb a.k.a. Limbic~Region

RFC: Patch for mingw-msys

2006-05-26 Thread Joshua Gatcomb
changed from nmake to mingw32-make along the way, which is bound to fail. Perhaps this is the spot where it is appropriate to warn the user. I don't mind writing the patch but as I have been away for 1.5 years I would really like to hear the opinions of where is the best way to do it. Cheers, Joshua

Re: RFC: Patch for mingw-msys

2006-05-26 Thread Joshua Gatcomb
but perhaps the order of hints/make should change. I don't know that's why I am asking. -- Andy Dougherty [EMAIL PROTECTED] Cheers, Joshua Gatcomb a.k.a. Limbic~Region

Re: PDD 25 Concurrency - first review

2006-10-30 Thread Joshua Gatcomb
of momentum - it is still being updated with new posts almost daily. Allison Cheers, Joshua Gatcomb a.k.a. Limbic~Region

Re: [perl #37997] r10604 build failure on Cygwin

2007-03-26 Thread Joshua Gatcomb
of cygwin1.dll) Cheers, Joshua Gatcomb a.k.a. Limbic~Region Here's the output of make test on my box. Failed Test Stat Wstat Total Fail Failed List of Failed --- t/codingstd/c_code_coda.t 1

  1   2   >