Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

make install: readline() on closed filehandle $fh at installman line 115. #429

@hakonhagland

Description

@hakonhagland

I am trying to install cperl on Ubuntu 20.04, perl version 5.30:

$ ./Configure -des -Dprefix=$HOME/cperl
$ make
$ make test
[...]
lib/utf8_heavy ................................................ ok
lib/vars ...................................................... ok
lib/vars_carp ................................................. ok
lib/vmsish .................................................... ok
lib/warnings .................................................. ok
All tests successful.
Elapsed: 4504 sec
u=7.89  s=4.10  cu=13923.57  cs=407.30  scripts=2560  tests=1224236

$ make install
[...]
  chmod 644 /home/hakon/cperl/lib/5.30.0/pod/perlrepository.pod
  cp pod/perltodo.pod /home/hakon/cperl/lib/5.30.0/pod/perltodo.pod
  chmod 644 /home/hakon/cperl/lib/5.30.0/pod/perltodo.pod
  cp pod/perltooc.pod /home/hakon/cperl/lib/5.30.0/pod/perltooc.pod
  chmod 644 /home/hakon/cperl/lib/5.30.0/pod/perltooc.pod
  cp pod/perltoot.pod /home/hakon/cperl/lib/5.30.0/pod/perltoot.pod
  chmod 644 /home/hakon/cperl/lib/5.30.0/pod/perltoot.pod
  cp pod/cperl.pod /home/hakon/cperl/lib/5.30.0/pod/cperl.pod
  chmod 644 /home/hakon/cperl/lib/5.30.0/pod/cperl.pod
  Installation complete
./perl -Ilib -I. installman --destdir= 
  /home/hakon/cperl/man/man1/cperl.1
  /home/hakon/cperl/man/man1/perl.1
  /home/hakon/cperl/man/man1/perl5004delta.1
  /home/hakon/cperl/man/man1/perl5005delta.1
  /home/hakon/cperl/man/man1/perl5100delta.1
  /home/hakon/cperl/man/man1/perl5101delta.1
  /home/hakon/cperl/man/man1/perl5120delta.1
[...]
  /home/hakon/cperl/man/man3/sigtrap.3
  /home/hakon/cperl/man/man3/sort.3
  /home/hakon/cperl/man/man3/strict.3
  /home/hakon/cperl/man/man3/subs.3
  /home/hakon/cperl/man/man3/threads.3
  /home/hakon/cperl/man/man3/threads::shared.3
  /home/hakon/cperl/man/man3/types.3
  /home/hakon/cperl/man/man3/utf8.3
  /home/hakon/cperl/man/man3/vars.3
  /home/hakon/cperl/man/man3/version.3
  /home/hakon/cperl/man/man3/version::Internals.3
  /home/hakon/cperl/man/man3/vmsish.3
  /home/hakon/cperl/man/man3/warnings.3
  /home/hakon/cperl/man/man3/warnings::register.3
  /home/hakon/cperl/man/man1/assemble.1
readline() on closed filehandle $fh at installman line 115.

I am not sure if the installation was successful or not, the last line output readline() on closed filehandle $fh at installman line 115 could be a warning or an error.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions