mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #5201] 0.67.0版本编译报错 #4059
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4059
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Xipro on GitHub (Mar 6, 2026).
Original GitHub issue: https://github.com/fatedier/frp/issues/5201
Bug Description
我分别使用go1.26.1或者go1.25.8这两个版本来编译0.67.0这个版本的时候,都有报错,同样的方法使用go1.24.7编译0.66.0是没有问题的,具体报错如下:
Build windows-amd64...
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
web/frpc/embed.go:11:12: pattern dist: no matching files found
web/frps/embed.go:11:12: pattern dist: no matching files found
Build windows-amd64 done
Build linux-arm64...
web/frpc/embed.go:11:12: pattern dist: no matching files found
web/frps/embed.go:11:12: pattern dist: no matching files found
Build linux-arm64 done
mv: 无法获取'./release/frpc_windows_amd64' 的文件状态(stat): 没有那个文件或目录
make: *** [Makefile.cross-compiles:13:app] 错误 1
请问是什么原因?是源代码的问题,还是我使用的go版本问题,还是我的方法问题?
frpc Version
0.67.0
frps Version
0.67.0
System Architecture
Linux 5.10.0-60.18.0.50.oe2203.x86_64
Configurations
none
Logs
No response
Steps to reproduce
...
Affected area
@laipeng668 commented on GitHub (Mar 10, 2026):
https://github.com/openwrt/packages/pull/28471
@Xipro commented on GitHub (Mar 12, 2026):
已解决
set -ein package.sh #4904