build from source tree clone on freebsd stable/14
- Dominant language
- Go
- Stars
- 2.1k
- Forks
- 274
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 106
Description
## Describe the bug
It's impossible to build the source on machine where it was build previously.
## Steps to reproduce
1. last success build on my machine is from 17 august 2025
2. freebsd stable/14-n272303-938fbab6f52a / 14.3-STABLE ( probably it is same also on 14.3-p2 )
3. node v22.17.1
4. go version go1.25.0 freebsd/amd64
5. GNU Make 4.4.1
## Expected behavior
How to fix the issue
## Actual behavior
gmake: „/usr/home/jostreff/ocis/ocis“
go build -v -tags 'disable_crypt' -ldflags '-X google.golang.org/protobuf/reflect/protoregistry.conflictPolicy=warn -s -w -X "github.com/owncloud/ocis/v2/ocis-pkg/version.String=25dc56bd38d" -X "github.com/owncloud/ocis/v2/ocis-pkg/version.Tag=" -X "github.com/owncloud/ocis/v2/ocis-pkg/version.Date=20250904"' -o bin/ocis ./cmd/ocis
../services/idp/idp.go:8:12: pattern assets/*: cannot embed file assets/identifier/static/media/javascript,__webpack_public_path__ = __webpack_base_uri__ = htmlWebpackPluginPublicPath;.1feff74f.bin: invalid name javascript,__webpack_public_path__ = __webpack_base_uri__ = htmlWebpackPluginPublicPath;.1feff74f.bin
gmake: *** [../.make/go.mk:102: bin/ocis] error 1
## Setup
git status shows no errors. the branch is origin/master
build was executed with command inside the git sync directory:
gmake generate && gmake -C ocis clean && gmake -C ocis build
Contributor guide
Assessment
This issue has not been assessed yet.