make index produces 0 byte INDEX-11

Andy Farkas andyf at andyit.com.au
Thu Jul 25 11:18:15 UTC 2019


On 25/07/2019 20:51, Matthew Seaman wrote:
> 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 

How do you dump make's working environment?
Might be able to find something in there.

> -- 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.

I showed my /etc/make.conf in original message
(contains only WRKDIRPREFIX=/z/work)

> 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
> ```

root:/usr/ports # cd archivers/atool/
root:/usr/ports/archivers/atool # make -V PERL5_DEPEND

root:/usr/ports/archivers/atool #

Blank.

root:~ # cat /usr/ports/lang/perl5.26/version.mk
PERL_VERSION=   5.26.3
PERL5_DEPEND=   perl5>=5.26<5.27
root:~ #


-andyf



More information about the freebsd-ports mailing list