Mail Archives: cygwin/1999/01/26/21:14:33
I made sure to take these steps, but when I run ./perl harness, it exits
with a STATUS+AF8-ACCESS+AF8-VIOLATION (and the same exception comes up in make test
a lot, so that it only passes 79+ACU- of the tests).
Two things that popped out when I was configuring. 1. It said WHOA+AF8-THERE
for the default value of +ACQ-d+AF8-void+AF8-sig, which is +ACI-undef+ACI- in the
hints/cygwin32.sh that came with perl. Is that what it's supposed to be?
(I have no idea what +ACQ-d+AF8-void+AF8-sig is...)
2. +ACI-sh Configure+ACI- ends with:
Doing variable substitutions on .SH files...
: No such file of directory
I kinda assume that that's not what's supposed to happen? I ran +ACI-sh
Makefile.SH+ACI- on all the .SH files, in the perl directory and in x2p, but I'm
not sure whether that's what I was supposed to do.
Other than that, I just took the defaults, and it did build, but I think
there's something wrong. This is similar to the last time I built, at which
point it wouldn't install cause it said I didn't have write permissions to
/usr/local/bin (even though I created it). The core output is below.
Anybody have any suggestions? Thanks+ACE-
Jeff
PS. System is NT/SP3, Cygwin 20.1, egcs 1.1, no other modifications.
/usr/local/src/perl5.005+AF8-02/t +ACQ- ./perl harness
+AFs-main+AF0- C:+AFw-usr+AFw-local+AFw-src+AFw-perl5.005+AF8-02+AFw-t+AFw-perl.exe 11831 (0) handle+AF8-exceptions:
Exc
eption: STATUS+AF8-ACCESS+AF8-VIOLATION
+AFs-main+AF0- perl 11831 (0) handle+AF8-exceptions: Dumping stack trace to
perl.exe.core
/usr/local/src/perl5.005+AF8-02/t +ACQ- less perl.exe.core
+AFs-main+AF0- perl 11831 (0) exception: trapped+ACE-
+AFs-main+AF0- perl 11831 (0) exception: code 0xC0000005 at 0x14031EC0
+AFs-main+AF0- perl 11831 (0) exception: ax 0x512825FF bx 0x513425FF cx 0xA036410 dx
0xA
036808
+AFs-main+AF0- perl 11831 (0) exception: si 0xA0BE268 di 0x24CF094 bp 0x24CEEF0 sp
0x24C
EED4
+AFs-main+AF0- perl 11831 (0) exception: exception is: STATUS+AF8-ACCESS+AF8-VIOLATION
+AFs-main+AF0- perl 11831 (0) stack: Stack trace:
+AFs-main+AF0- perl 11831 (0) stack: frame 0: sp +AD0- 0x24CECE8, pc +AD0- 0x6100A2C3
+AFs-main+AF0- perl 11831 (0) stack: frame 1: sp +AD0- 0x24CED24, pc +AD0- 0x77F94512
+AFs-main+AF0- perl 11831 (0) stack: frame 2: sp +AD0- 0x24CED48, pc +AD0- 0x77F88EEB
+AFs-main+AF0- perl 11831 (0) stack: frame 3: sp +AD0- 0x24CEDD4, pc +AD0- 0x77F76266
+AFs-main+AF0- perl 11831 (0) stack: frame 4: sp +AD0- 0x24CEEF0, pc +AD0- 0x43F5DB
+AFs-main+AF0- perl 11831 (0) stack: frame 5: sp +AD0- 0x24CEF58, pc +AD0- 0x428C26
+AFs-main+AF0- perl 11831 (0) stack: frame 6: sp +AD0- 0x24CEF60, pc +AD0- 0x421335
+AFs-main+AF0- perl 11831 (0) stack: frame 7: sp +AD0- 0x24CF094, pc +AD0- 0x4245D9
+AFs-main+AF0- perl 11831 (0) stack: frame 8: sp +AD0- 0x24CF1A8, pc +AD0- 0x40ED92
+AFs-main+AF0- perl 11831 (0) stack: frame 9: sp +AD0- 0x24CF1EC, pc +AD0- 0x40C715
+AFs-main+AF0- perl 11831 (0) stack: frame 10: sp +AD0- 0x24CF234, pc +AD0- 0x402799
+AFs-main+AF0- perl 11831 (0) stack: frame 11: sp +AD0- 0x24CF28C, pc +AD0- 0x41ADDF
+AFs-main+AF0- perl 11831 (0) stack: frame 12: sp +AD0- 0x24CF2A0, pc +AD0- 0x41B8E9
+AFs-main+AF0- perl 11831 (0) stack: frame 13: sp +AD0- 0x24CF31C, pc +AD0- 0x428C26
+AFs-main+AF0- perl 11831 (0) stack: frame 14: sp +AD0- 0x24CF324, pc +AD0- 0x421335
+AFs-main+AF0- perl 11831 (0) stack: frame 15: sp +AD0- 0x24CF458, pc +AD0- 0x4245D9
+AFs-main+AF0- perl 11831 (0) stack: End of stack trace (more stack frames may be
presen
t)
+AD4- -----Original Message-----
+AD4- From: owner-gnu-win32+AEA-cygnus.com +AFs-mailto:owner-gnu-win32+AEA-cygnus.com+AF0-On
+AD4- Behalf Of rfmy
+AD4- Sent: Wednesday, January 20, 1999 8:43 PM
+AD4- To: Compuboy95+AEA-aol.com+ADs- gnu-win32+AEA-cygnus.com
+AD4- Subject: Re: +AFs-B20.1+AF0- problems with compiling Perl5
+AD4-
+AD4-
+AD4- I encountered the same problems when I first tried to build perl
+AD4- 5.005+AF8-02 on Win
+AD4- 95 SR2.
+AD4-
+AD4- I discovered that the default path names used in several script
+AD4- variables in
+AD4- perl5.005+AF8-02/hints/cygwin32.sh differed from my cygwin32 b20.1
+AD4- installation
+AD4- tree. After correcting this, I was able to successfully configure.
+AD4-
+AD4- BTW, in order to successfully 'make', I found that I also needed
+AD4- to change the
+AD4- way in which path names were specified in GNUmakefile, changing
+AD4- +AFwAXA- to /, and
+AD4- removing .. references.
+AD4-
+AD4- After doing these things, I was able to achieve +AD4-99+ACU- correctness
+AD4- in running
+AD4- ./perl harness.
+AD4-
+AD4-
+AD4- -----Original Message-----
+AD4- From: Compuboy95+AEA-aol.com +ADw-Compuboy95+AEA-aol.com+AD4-
+AD4- To: gnu-win32+AEA-cygnus.com +ADw-gnu-win32+AEA-cygnus.com+AD4-
+AD4- Date: Wednesday, January 20, 1999 8:15 AM
+AD4- Subject: +AFs-B20.1+AF0- problems with compiling Perl5
+AD4-
+AD4-
+AD4- I can't get perl to compile....it freezes at the configure
+AD4- script. Where is
+AD4- the c library? Could somebody please answer me? It says a million things
+AD4- aren't found(which are there)...and then after it says Your StatO
+AD4- doesn't know
+AD4- about block sizes and freezes in grep. How can I fix this???
+AD4-
+AD4- -Comp
+AD4- +ACI-Please help, please help, or I am surely dead+ACEAIg-
+AD4- -
+AD4- For help on using this list (especially unsubscribing), send a message to
+AD4- +ACI-gnu-win32-request+AEA-cygnus.com+ACI- with one line of text: +ACI-help+ACI-.
+AD4-
+AD4-
+AD4- -
+AD4- For help on using this list (especially unsubscribing), send a message to
+AD4- +ACI-gnu-win32-request+AEA-cygnus.com+ACI- with one line of text: +ACI-help+ACI-.
+AD4-
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -