Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.85k stars 524 forks source link

Compiling Perl 5.6.0 on AIX 4.3.3 #3398

Closed p5pRT closed 20 years ago

p5pRT commented 23 years ago

Migrated from rt.perl.org#5790 (status was 'resolved')

Searchable as RT5790$

p5pRT commented 23 years ago

From robin.venables@gpupower.co.uk

Compiling Perl 5.6.0 on an RS/6000 J50​:   AIX 4.3.3 (bos.rte 4.3.3.27)   IBM "C" 4.4 (vac.C 4.4.0.3)

Run 'sh ./Configure -Dcc=cc -Doptimize="-O2" -des'

The script "hangs" after the message 'Using [​:upper​:] and [​:lower​:] to convert case.'

If I ^C at this point I get lots (and I mean LOTS) of 'Resource temporarily unavailable' messages scrolling up the screen. Running monitor (PD tool similar to 'top') shows plenty of memory\, paging space and disk space.

Any help/advice would be appreciated.

Thanks

Robin

Robin Venables Telephone​: +44 (0)1384-355193 Internal​: 09-3593 Senior Systems Administrator Facsimile​: +44 (0)1384-405199 Internal​: 09-3109 Midrange Services Mobile​: +44 (0)7768-128151
GPU Power UK Pager​: +44 (0)1399-761472

Internet communications are not secure and therefore GPU Power UK does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of GPU Power UK unless otherwise specifically stated.

===================================================================== This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify postmaster@​gpupower.co.uk or postmaster@​npower.com

This outgoing e-mail (and any attachments) has been checked (using Sophos Sweep 3.42 + patches) before leaving us (UK 08457 353637)\, and has been found to be clean from any virus infection.

=====================================================================

p5pRT commented 23 years ago

From @doughera88

On Sat\, 10 Feb 2001 robin.venables@​gpupower.co.uk wrote​:

Hi

Compiling Perl 5.6.0 on an RS/6000 J50​: AIX 4.3.3 (bos.rte 4.3.3.27) IBM "C" 4.4 (vac.C 4.4.0.3)

Run 'sh ./Configure -Dcc=cc -Doptimize="-O2" -des'

The script "hangs" after the message 'Using [​:upper​:] and [​:lower​:] to convert case.'

If I ^C at this point I get lots (and I mean LOTS) of 'Resource temporarily unavailable' messages

How reproducible is this? (For example\, is your source directory NFS-mounted and is the server having any problems?)

Could you try again without the '-s' option? That is\, with

  sh ./Configure -Dcc=cc -Doptimize="-O2" -de

That might help narrow down a little bit where it's stuck.

Failing that\, you can try running Configure with 'bsh' instead of sh.

  bsh ./Configure -Dcc=cc -Doptimize="-O2" -de

Failing that\, you can try the incredibly verbose

  bsh -x ./Configure -Dcc=cc -Doptimize="-O2" -de

and try peering through the reams of output to see where it's stuck.

Hope this helps\,

  Andy Dougherty doughera@​lafayette.edu   Dept. of Physics   Lafayette College\, Easton PA 18042

p5pRT commented 23 years ago

From The RT System itself

Problem had to do with user's .kshrc file. It has been resolved.