Build fails with merge.go:152:20: undefined: NewIndexFile

Hi,

I maintain the gitlab port for FreeBSD and I wanted to also add the gitlab-zoekt-indexer. If I try to compile it on FreeBSD, I see the following error:

Acquiring build lock
# github.com/sourcegraph/zoekt/index
vendor/github.com/sourcegraph/zoekt/index/merge.go:152:20: undefined: NewIndexFile
vendor/github.com/sourcegraph/zoekt/index/read.go:634:16: undefined: NewIndexFile
vendor/github.com/sourcegraph/zoekt/index/read.go:723:14: undefined: NewIndexFile
Releasing build lock
gmake: *** [Makefile:82: build-unified] Error 1
===> Compilation failed unexpectedly.

The full build log is available here: https://pkg.fechner.net/data/143amd64-gitlab/2025-07-16_17h40m07s/logs/errors/gitlab-zoekt-indexer-0.24.0.log

Do you maybe have an idea why it fails to build?

Thanks a lot for a tip Matthias