看板 DFBSD_bugs 關於我們 聯絡資訊
lukasz byczynski wrote: > Eirik Nygaard wrote: > >> On Sun, Jan 23, 2005 at 11:32:03PM +0100, lukasz byczynski wrote: >>> Generating INDEX - please wait.."Makefile", line 28: Unassociated >>> shell command "BUILD_DEPENDS+= >>> ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp" >>> I also have perl 5.0030 (system) and perl 5.8.5 (build from port). >> You can fetch a pre-build index file by doing `make fetchindex` > hm... maybe it is solution.. but i don't understand why 'make index' > fails. One week ago, I rebuilded index without any error. Are you running DFly-CURRENT? In the last week the system perl was deleted, which may explain your problem. $ perl -v This is perl, v5.8.5 built for i386-freebsd-64int If you don't get the same response, then try executing 'use.perl port' which sets a symlink from /usr/bin/perl to /usr/local/bin/perl and adds six lines to /etc/make.conf. Just having /usr/local/bin/perl is not good enough because lots of perl scripts have "#/usr/bin/perl" hard-coded as the path to perl. If that doesn't fix the problem I would then try re-compiling all of your installed perl ports, i.e. any port beginning with 'p5-' and see if that helps.