Re: make index fail

2022-06-15 Thread Tatsuki Makino
Hello. The current default PERL5_DEFAULT is 5.32, is this due to it being overwritten by the installed perl? The override of it is done by Mk/bsd.default-versions.mk. PERL5_DEFAULT is then used in Mk/Uses/perl5.mk, but lang/perl5*/version.mk is not included when it is an unsupported version. As

Re: make index fail

2022-06-10 Thread Andy Farkas
On 10/06/2022 8:53 pm, Norikatsu Shigemura wrote: If you use perl 5.30, update to perl 5.32 or 5.34. Perl 5.30 is no longer support in this time. Deinstalling perl5-5.30 and reinstalling perl5-5.32 has resolved the issue. make index completed without error and I have a non-zero byte INDEX-1

Re: make index fail

2022-06-10 Thread Norikatsu Shigemura
On 2022/06/10 20:10, Andy Farkas wrote: If you use perl 5.30, update to perl 5.32 or 5.34. Perl 5.30 is no longer support in this time. I will install perl-5.32. Interesting you say perl5-30 not supported anymore (I believe you) but: I fixed this issue, I tried following check: cd /usr/ports/

Re: make index fail

2022-06-10 Thread Andy Farkas
On 10/06/2022 8:53 pm, Norikatsu Shigemura wrote: Ah, I know this issue. On 2022/06/10 14:07, Tatsuki Makino wrote: If there is still a problem, is there something wrong with the environment variables? Also, there is no difference in the error message, so I can't determine whether it is run

Re: make index fail

2022-06-10 Thread Norikatsu Shigemura
Ah, I know this issue. On 2022/06/10 14:07, Tatsuki Makino wrote: If there is still a problem, is there something wrong with the environment variables? Also, there is no difference in the error message, so I can't determine whether it is running in /usr/libexec/make_index or /usr/ports/Tools/m

Re: make index fail

2022-06-09 Thread Tatsuki Makino
Hmmm, the only thing I can think of is to use the complete set of commands to undo the git tree. git reset --hard HEAD git restore --source=HEAD --worktree --staged :/ git checkout HEAD :/ git clean -d --force -x :/ git gc # Are there more? If there is still a problem, is there something wrong w

Re: make index fail

2022-06-09 Thread Andy Farkas
On 10/06/2022 1:12 pm, Tatsuki Makino wrote: If Perl is the cause of it, is there a file named PERL5_DEFAULT left in /tmp? Nope: %%% root@mater:/usr/ports # ls -laF /tmp total 60 drwxrwxrwt   7 root   wheel   7 10 Jun 11:40 ./ drwxr-xr-x  19 root   wheel  28  8 Jun 02:36 ../ drwxrwxrwt   2 r

Re: make index fail

2022-06-09 Thread Tatsuki Makino
If Perl is the cause of it, is there a file named PERL5_DEFAULT left in /tmp? Regards.

Re: make index fail

2022-06-09 Thread Andy Farkas
It's still failing :( Something funky is going on. Brand new cloned ports tree: %%% root@mater:/usr/ports # ls -laF total 9 drwxr-xr-x   2 root  wheel   2 10 Jun 09:25 ./ drwxr-xr-x  16 root  wheel  16  3 Mar 09:33 ../ root@mater:/usr/ports # cd .. root@mater:/usr # git clone --depth 1 https:/

Re: make index fail

2022-06-09 Thread Tatsuki Makino
Hello. I think one good solution is to use git stash. git stash push --all :/ make index (or operation that requires a clean tree of some kind) git stash pop Regards.

Re: make index fail

2022-06-09 Thread Andy Farkas
On 9/06/2022 9:23 pm, Michael Gmelin wrote: What is the output of “git status”? %%% root@mater:/usr/ports # git status On branch main Your branch is up to date with 'origin/main'. Changes not staged for commit:   (use "git add/rm ..." to update what will be committed)   (use "git restore ..

Re: make index fail

2022-06-09 Thread Michael Gmelin
> On 9. Jun 2022, at 11:59, Andy Farkas wrote: > >  > Whenever I update my ports tree (git pull) I then do a make index. What is the output of “git status”? -m > Over the last week or so it has been failing like this: > > %%% > root@mater:/usr/ports # make index > Generating INDEX-13 -

make index fail

2022-06-09 Thread Andy Farkas
Whenever I update my ports tree (git pull) I then do a make index. Over the last week or so it has been failing like this: %%% root@mater:/usr/ports # make index Generating INDEX-13 - please wait..--- describe.accessibility --- [0] --- describe.arabic ---  ... --- describe.x11-wm --- make_index