Date: Thu, 25 Jul 2019 21:18:00 +1000 From: Andy Farkas <andyf@andyit.com.au> To: freebsd-ports@freebsd.org Subject: Re: make index produces 0 byte INDEX-11 Message-ID: <5D398FE8.2090103@andyit.com.au> In-Reply-To: <9110a802-582c-2624-8fd6-b2128354e5b8@FreeBSD.org> References: <5D397972.5060104@andyit.com.au> <9110a802-582c-2624-8fd6-b2128354e5b8@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5D398FE8.2090103>