Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use msd_lite instead udpxy and fix zerotier-1.10.2 issue #12

Open
wants to merge 56 commits into
base: main
Choose a base branch
from

Conversation

monw
Copy link

@monw monw commented Nov 10, 2022

No description provided.

@Wcl-Jan20
Copy link

make[2]: *** [Makefile:31: build_v2ray] Error 2
make[2]: Leaving directory '/opt/rt-n56u/trunk/user/v2ray'
make[1]: *** [Makefile:251: all] Error 2
make: *** [Makefile:202: user_only] Error 2
make[1]: Leaving directory '/opt/rt-n56u/trunk/user'
Error: Process completed with exit code 2.

V2RAY和XRAY报错

@Wcl-Jan20
Copy link

CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /opt/rt-n56u/trunk/libs/libusb-1.0/libusb-1.0.26/missing aclocal-1.16 -I m4
/opt/rt-n56u/trunk/libs/libusb-1.0/libusb-1.0.26/missing: line 81: aclocal-1.16: command not found
WARNING: 'aclocal-1.16' is missing on your system.
You should only need it if you modified 'acinclude.m4' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'aclocal' program is part of the GNU Automake package:
https://www.gnu.org/software/automake
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
https://www.gnu.org/software/autoconf
Makefile:427: recipe for target 'aclocal.m4' failed
https://www.gnu.org/software/m4/
https://www.perl.org/
make[3]: *** [aclocal.m4] Error 127
make[2]: *** [all] Error 2
make[1]: *** [all] Error 2
make: *** [libs_only] Error 2
make[3]: Leaving directory '/opt/rt-n56u/trunk/libs/libusb-1.0/libusb-1.0.26'
Makefile:6: recipe for target 'all' failed
make[2]: Leaving directory '/opt/rt-n56u/trunk/libs/libusb-1.0'
Makefile:227: recipe for target 'all' failed
make[1]: Leaving directory '/opt/rt-n56u/trunk/libs'
Makefile:202: recipe for target 'libs_only' failed
Error: Process completed with exit code 2.

USB驱动报错

@maxxwall
Copy link

maxxwall commented Mar 6, 2023


make[2]: 离开目录“/home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/dns2tcp”
make[2]: 进入目录“/home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray”
( if [ ! -f /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/Xray-core-1.7.5.tar.gz ]; then
curl --create-dirs -L https://codeload.github.com/xtls/xray-core/tar.gz/v1.7.5 -o /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/Xray-core-1.7.5.tar.gz ;
fi )
mkdir -p /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/xray.com
mkdir -p /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/bin
( if [ ! -d /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/xray.com/core ]; then
tar zxfv /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/Xray-core-1.7.5.tar.gz -C /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/xray.com ;
mv /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/xray.com/Xray-core-1.7.5 /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/xray.com/core ;
fi )
( cd /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/"xray.com/core/main";
sed -i
's/_ "xray.com/core/main/json"/// &/; /// _ "xray.com/core/main/jsonem"/s/// //; s/_ "xray.com/core/main/json"/// &/;'
distro/all/all.go ;
GOOS=linux GOARCH=mipsle go build -ldflags "-s -w -buildid=" -o /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/bin/xray;
)
/home/debian/go/pkg/mod/github.com/sagernet/[email protected]/common/metadata/addr.go:5:2: package net/netip is not in GOROOT (/home/debian/Documents/git/vb1980/Padavan-KVR/trunk/tools/go/go/src/net/netip)
make[2]: *** [Makefile:30:build_xray] 错误 1
make[2]: 离开目录“/home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray”
make[1]: *** [Makefile:251:all] 错误 2
make[1]: 离开目录“/home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user”
make: *** [Makefile:202:user_only] 错误 2
➜ trunk git:(main) ✗

大佬,这个错误是不是表示库要更新?

@maxxwall
Copy link

maxxwall commented Mar 6, 2023

” make[2]: 离开目录“/home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/dns2tcp” make[2]: 进入目录“/home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray” ( if [ ! -f /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/Xray-core-1.7.5.tar.gz ]; then curl --create-dirs -L https://codeload.github.com/xtls/xray-core/tar.gz/v1.7.5 -o /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/Xray-core-1.7.5.tar.gz ; fi ) mkdir -p /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/xray.com mkdir -p /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/bin ( if [ ! -d /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/xray.com/core ]; then tar zxfv /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/Xray-core-1.7.5.tar.gz -C /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/xray.com ; mv /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/xray.com/Xray-core-1.7.5 /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/xray.com/core ; fi ) ( cd /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/"xray.com/core/main"; sed -i 's/_ "xray.com/core/main/json"/// &/; /// _ "xray.com/core/main/jsonem"/s/// //; s/_ "xray.com/core/main/json"/// &/;' distro/all/all.go ; GOOS=linux GOARCH=mipsle go build -ldflags "-s -w -buildid=" -o /home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray/bin/xray; ) /home/debian/go/pkg/mod/github.com/sagernet/[email protected]/common/metadata/addr.go:5:2: package net/netip is not in GOROOT (/home/debian/Documents/git/vb1980/Padavan-KVR/trunk/tools/go/go/src/net/netip) make[2]: *** [Makefile:30:build_xray] 错误 1 make[2]: 离开目录“/home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user/xray” make[1]: *** [Makefile:251:all] 错误 2 make[1]: 离开目录“/home/debian/Documents/git/vb1980/Padavan-KVR/trunk/user” make: *** [Makefile:202:user_only] 错误 2 ➜ trunk git:(main) ✗

大佬,这个错误是不是表示库要更新?

果然,下了最新的go1.20.1,删除替换之后不卡在这了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants