diff options
author | Tom Hukins <tom@eborcom.com> | 2015-12-10 13:30:22 +0000 |
---|---|---|
committer | Lukas Mai <l.mai@web.de> | 2016-01-10 12:30:42 +0100 |
commit | c935ba531fd1aaf8b67f02cb93549cf3edf82944 (patch) | |
tree | 68c6c1c586ea154b2d6d238fdb00ead219f1f7c7 /INSTALL | |
parent | f1f6961f5a6fd77a3e3c36f242f1b72ce5dfe205 (diff) | |
download | perl-c935ba531fd1aaf8b67f02cb93549cf3edf82944.tar.gz |
Fix file paths
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1729,12 +1729,12 @@ bval settings. Upgrade your DB library or OS. =item Bad arg length for semctl, is XX, should be ZZZ -If you get this error message from the F<ext/IPC/SysV/t/sem.t> test, your +If you get this error message from the F<cpan/IPC-SysV/t/sem.t> test, your System V IPC may be broken. The XX typically is 20, and that is what ZZZ also should be. Consider upgrading your OS, or reconfiguring your OS to include the System V semaphores. -=item ext/IPC/SysV/t/sem........semget: No space left on device +=item cpan/IPC-SysV/t/sem........semget: No space left on device Either your account or the whole system has run out of semaphores. Or both. Either list the semaphores with "ipcs" and remove the unneeded @@ -1782,7 +1782,7 @@ NCR Tower 32 (OS 2.01.01) may need -W2,-Sl,2000 and #undef MKDIR. UTS may need one or more of -K or -g, and #undef LSTAT. -FreeBSD can fail the F<ext/IPC/SysV/t/sem.t> test if SysV IPC has not been +FreeBSD can fail the F<cpan/IPC-SysV/t/sem.t> test if SysV IPC has not been configured in the kernel. Perl tries to detect this, though, and you will get a message telling you what to do. @@ -2073,8 +2073,8 @@ If your system is quite busy and doesn't respond quickly enough, these tests might fail. If possible, try running the tests again with the system under a lighter load. These timing-sensitive and load-sensitive tests include F<t/op/alarm.t>, -F<ext/Time-HiRes/t/HiRes.t>, F<ext/threads-shared/t/waithires.t>, -F<ext/threads-shared/t/stress.t>, F<lib/Benchmark.t>, +F<cpan/Time-HiRes/t/HiRes.t>, F<dist/threads-shared/t/waithires.t>, +F<dist/threads-shared/t/stress.t>, F<lib/Benchmark.t>, F<lib/Memoize/t/expmod_t.t>, and F<lib/Memoize/t/speed.t>. You might also experience some failures in F<t/op/stat.t> if you build |