On 2020-05-01 02:42:52, SREZIC wrote:
Show quoted text> It seems that a directory in the build directory is missing, or
> another permission problem is causing the following build failure (all
> systems):
>
> ...
> Output from './Build':
>
> Can't open doc/Evented/Object.pod for writing: No such file or
> directory
> at /usr/home/cpansand/.cpan/build/2020042620/Evented-Object-5.67-
> 6/_build/lib/Evented/Object/Builder.pm line 14.
> Building Evented-Object
> ...
Still fails with Evented-Object-5.68:
...
Output from './Build':
Error open (>) on 'README': Permission denied at /opt/perl-5.30.1t/lib/site_perl/5.30.1/Pod/Readme.pm line 243.
Building Evented-Object
...
The problem now: README already exists in the tarball and therefore is extracted, but it has only read permissions, no write permissions.
BTW, I think you can spot this and similar problems before creating the distribution by calling:
./Build disttest