If I run the cpanm command with strace, I get the following output:
It has a wait command which I am unsure about, any ideas?...... ...... open("/home/admtst/.cpanm/work/1436872577.16214/build.log", O_WRONLY|O +_CREAT|O_APPEND, 0666) = 4 lseek(4, 0, SEEK_END) = 2506 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffd6360540) = -1 ENOTTY (I +nappropriate ioctl for device) lseek(4, 0, SEEK_CUR) = 2506 fstat(4, {st_mode=S_IFREG|0644, st_size=2506, ...}) = 0 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 write(4, "Configuring Email-MIME-ContentTy"..., 41) = 41 close(4) = 0 stat("cpanfile", 0x7651a0) = -1 ENOENT (No such file or d +irectory) stat("Build.PL", 0x7651a0) = -1 ENOENT (No such file or d +irectory) stat("Makefile.PL", {st_mode=S_IFREG|0644, st_size=1327, ...}) = 0 write(2, "Running Makefile.PL\n", 20Running Makefile.PL ) = 20 open("/home/admtst/.cpanm/work/1436872577.16214/build.log", O_WRONLY|O +_CREAT|O_APPEND, 0666) = 4 lseek(4, 0, SEEK_END) = 2547 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffd6360540) = -1 ENOTTY (I +nappropriate ioctl for device) lseek(4, 0, SEEK_CUR) = 2547 fstat(4, {st_mode=S_IFREG|0644, st_size=2547, ...}) = 0 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 write(4, "Running Makefile.PL\n", 20) = 20 close(4) = 0 write(1, "Configuring Email-MIME-ContentTy"..., 45Configuring Email-MI +ME-ContentType-1.018 ... ) = 45 rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1], [], 8) = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIG +CHLD, child_tidptr=0x7f74c45de9d0) = 16777 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 wait4(16777, Checking if your kit is complete... Looks good
In reply to Re^4: CPAN module install really slow - extra strace info
by gsee
in thread CPAN module install really slow
by gsee
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |