We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
错误日志:
xz_wrapper.c:28:10: fatal error: lzma.h: No such file or directory 28 | #include <lzma.h> | ^~~~~~~~ compilation terminated. make[5]: *** [: xz_wrapper.o] Error 1 make[5]: Leaving directory '/root/padavan/trunk/tools/mksquashfs_xz/squashfs' cp: cannot stat 'squashfs/mksquashfs': No such file or directory make[4]: *** [Makefile:6: all] Error 1 make[4]: Leaving directory '/root/padavan/trunk/tools/mksquashfs_xz' make[3]: *** [Makefile:22: all] Error 2 make[3]: Leaving directory '/root/padavan/trunk/tools' make[2]: *** [Makefile:183: tools] Error 2 make[2]: Leaving directory '/root/padavan/trunk' make[1]: *** [Makefile:14: build] Error 2 make[1]: Leaving directory '/root/padavan' make: *** [Makefile:34: XY-C1] Error 2
【关键信息】 xz_wrapper.c:28:10: fatal error: lzma.h: No such file or directory
The text was updated successfully, but these errors were encountered:
apt install -y liblzma-dev
Sorry, something went wrong.
No branches or pull requests
错误日志:
xz_wrapper.c:28:10: fatal error: lzma.h: No such file or directory
28 | #include <lzma.h>
| ^~~~~~~~
compilation terminated.
make[5]: *** [: xz_wrapper.o] Error 1
make[5]: Leaving directory '/root/padavan/trunk/tools/mksquashfs_xz/squashfs'
cp: cannot stat 'squashfs/mksquashfs': No such file or directory
make[4]: *** [Makefile:6: all] Error 1
make[4]: Leaving directory '/root/padavan/trunk/tools/mksquashfs_xz'
make[3]: *** [Makefile:22: all] Error 2
make[3]: Leaving directory '/root/padavan/trunk/tools'
make[2]: *** [Makefile:183: tools] Error 2
make[2]: Leaving directory '/root/padavan/trunk'
make[1]: *** [Makefile:14: build] Error 2
make[1]: Leaving directory '/root/padavan'
make: *** [Makefile:34: XY-C1] Error 2
【关键信息】
xz_wrapper.c:28:10: fatal error: lzma.h: No such file or directory
The text was updated successfully, but these errors were encountered: