|
|
楼主 |
发表于 2021-8-2 20:06
|
显示全部楼层
3s
2s
31s
31s
14m 49s
/opt/rt-n56u/toolchain-mipsel/toolchain-3.4.x/bin/mipsel-linux-uclibc-gcc -mips32r2 -march=mips32r2 -mtune=1004kc -o ssh-keyscan ssh-keyscan.o -L. -Lopenbsd-compat/ -L/opt/rt-n56u/trunk/stage/lib -Wl,--gc-sections -Wl,--gc-sections -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -pie -lssh -lopenbsd-compat -lcrypto -lz -lcrypt
/opt/rt-n56u/toolchain-mipsel/toolchain-3.4.x/bin/mipsel-linux-uclibc-gcc -mips32r2 -march=mips32r2 -mtune=1004kc -o ssh-keysign ssh-keysign.o readconf.o uidswap.o -L. -Lopenbsd-compat/ -L/opt/rt-n56u/trunk/stage/lib -Wl,--gc-sections -Wl,--gc-sections -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -pie -lssh -lopenbsd-compat -lcrypto -lz -lcrypt
/opt/rt-n56u/toolchain-mipsel/toolchain-3.4.x/bin/mipsel-linux-uclibc-gcc -mips32r2 -march=mips32r2 -mtune=1004kc -o ssh-pkcs11-helper ssh-pkcs11-helper.o ssh-pkcs11.o -L. -Lopenbsd-compat/ -L/opt/rt-n56u/trunk/stage/lib -Wl,--gc-sections -Wl,--gc-sections -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -pie libssh.a -lopenbsd-compat -lcrypto -lz -lcrypt
/opt/rt-n56u/toolchain-mipsel/toolchain-3.4.x/bin/mipsel-linux-uclibc-gcc -mips32r2 -march=mips32r2 -mtune=1004kc -o ssh-agent ssh-agent.o ssh-pkcs11-client.o -L. -Lopenbsd-compat/ -L/opt/rt-n56u/trunk/stage/lib -Wl,--gc-sections -Wl,--gc-sections -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -pie libssh.a -lopenbsd-compat -lcrypto -lz -lcrypt
/opt/rt-n56u/toolchain-mipsel/toolchain-3.4.x/bin/mipsel-linux-uclibc-gcc -mips32r2 -march=mips32r2 -mtune=1004kc -o scp scp.o progressmeter.o -L. -Lopenbsd-compat/ -L/opt/rt-n56u/trunk/stage/lib -Wl,--gc-sections -Wl,--gc-sections -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -pie libssh.a -lopenbsd-compat -lcrypto -lz -lcrypt
/opt/rt-n56u/toolchain-mipsel/toolchain-3.4.x/bin/mipsel-linux-uclibc-gcc -mips32r2 -march=mips32r2 -mtune=1004kc -o sftp-server sftp-server.o sftp-common.o sftp-realpath.o sftp-server-main.o -L. -Lopenbsd-compat/ -L/opt/rt-n56u/trunk/stage/lib -Wl,--gc-sections -Wl,--gc-sections -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -pie libssh.a -lopenbsd-compat -lcrypto -lz -lcrypt
/opt/rt-n56u/toolchain-mipsel/toolchain-3.4.x/bin/mipsel-linux-uclibc-gcc -mips32r2 -march=mips32r2 -mtune=1004kc -o sftp progressmeter.o sftp.o sftp-client.o sftp-common.o sftp-glob.o -L. -Lopenbsd-compat/ -L/opt/rt-n56u/trunk/stage/lib -Wl,--gc-sections -Wl,--gc-sections -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -pie libssh.a -lopenbsd-compat -lcrypto -lz -lcrypt
make[3]: Leaving directory '/opt/rt-n56u/trunk/user/openssh/openssh-8.1p1'
make[2]: Leaving directory '/opt/rt-n56u/trunk/user/openssh'
make[2]: Entering directory '/opt/rt-n56u/trunk/user/htop'
( if [ ! -f htop-3.0.2.tar.gz ]; then \
wget -t5 --timeout=20 --no-check-certificate -O htop-3.0.2.tar.gz https://github.com/hanwckf/rt-n5 ... /htop-3.0.2.tar.gz; \
fi )
--2021-08-02 11:20:58-- https://github.com/hanwckf/rt-n5 ... p/htop-3.0.2.tar.gz
Resolving github.com (github.com)... 140.82.113.3
Connecting to github.com (github.com)|140.82.113.3|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘htop-3.0.2.tar.gz’
0K .......... .......... .......... .......... .......... 846K
50K .......... .......... .......... .......... .......... 1.67M
100K .......... .... 15.4M=0.09s
2021-08-02 11:20:58 (1.25 MB/s) - ‘htop-3.0.2.tar.gz’ saved [117045]
( if [ ! -d htop-3.0.2 ]; then \
tar -zxf htop-3.0.2.tar.gz; \
fi )
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Makefile:14: recipe for target 'extract_test' failed
make[2]: *** [extract_test] Error 2
make[2]: Leaving directory '/opt/rt-n56u/trunk/user/htop'
make[1]: *** [all] Error 2
Makefile:235: recipe for target 'all' failed
make[1]: Leaving directory '/opt/rt-n56u/trunk/user'
make: *** [user_only] Error 2
Makefile:202: recipe for target 'user_only' failed
Error: Process completed with exit code 2.
|
|