Date: Fri, 10 Jun 2022 14:07:41 +0900 From: Tatsuki Makino <tatsuki_makino@hotmail.com> To: Andy Farkas <andyf@andyit.com.au> Cc: ports@freebsd.org Subject: Re: make index fail Message-ID: <PSAPR03MB56392112638F3F91F9EC451EFAA69@PSAPR03MB5639.apcprd03.prod.outlook.com> In-Reply-To: <608a1c7f-f22b-ab79-193c-6e64e05a92a5@andyit.com.au> References: <5eaa3181-a1dd-81da-9753-be8233a677f5@andyit.com.au> <aa63a01b-beb3-b553-8c59-f6f22755b159@andyit.com.au> <PSAPR03MB563962CBC28720EDEC9E3636FAA69@PSAPR03MB5639.apcprd03.prod.outlook.com> <608a1c7f-f22b-ab79-193c-6e64e05a92a5@andyit.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
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 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/make_index. Regards.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?PSAPR03MB56392112638F3F91F9EC451EFAA69>