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