make index produces 0 byte INDEX-11

Matthew Seaman matthew at FreeBSD.org
Thu Jul 25 10:51:57 UTC 2019


On 25/07/2019 10:42, Andy Farkas wrote:
> make_index: /usr/ports/archivers/atool: no entry for 
> /usr/ports/:lang/perl5.26
>   Done.
> 1533.047u 907.912s 8:12.79 495.3%    23786+867k 500780+163017io 13720pf+0w
> root:/usr/ports # ls -l INDEX-11
> -rw-r--r--  1 root  wheel  0 Jul 25 19:07 INDEX-11
> root:/usr/ports #
> 
> Any suggestions?

This is probably due to something in your environment -- looks like 
there would be a problem with building packages for any perl modules and 
archivers/atool is just the first one where it blows up.

Sanity check your DEFAULT_VERSIONS setting in /etc/make.conf.

What is the value of the PERL5_DEPEND variable in your setup?  You can 
find it by eg:

```
% cd /usr/ports/archivers/atool
% make -V PERL5_DEPEND
perl5>=5.28.r1<5.29
```

What's the contents of /usr/ports/lang/perl5.26/version.mk ?

	Cheers,

	Matthew


More information about the freebsd-ports mailing list