openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
3.96k stars 3.46k forks source link

luajit2 and luajit conflict #22307

Open sjkhsl opened 12 months ago

sjkhsl commented 12 months ago

make V=s -j1

Collected errors:
 * check_data_file_clashes: Package luajit2 wants to install file /home/sjkhsl/openwrt-main/build_dir/target-x86_64_musl/root-x86/usr/lib/libluajit-5.1.so
        But that file is already provided by package  * luajit
 * check_data_file_clashes: Package luajit2 wants to install file /home/sjkhsl/openwrt-main/build_dir/target-x86_64_musl/root-x86/usr/lib/libluajit-5.1.so.2
        But that file is already provided by package  * luajit
 * check_data_file_clashes: Package luajit2 wants to install file /home/sjkhsl/openwrt-main/build_dir/target-x86_64_musl/root-x86/usr/lib/libluajit-5.1.so.2.1.0
        But that file is already provided by package  * luajit
 * opkg_install_cmd: Cannot install package luajit2.
 * check_data_file_clashes: Package luajit2 wants to install file /home/sjkhsl/openwrt-main/build_dir/target-x86_64_musl/root-x86/usr/lib/libluajit-5.1.so
        But that file is already provided by package  * luajit
 * check_data_file_clashes: Package luajit2 wants to install file /home/sjkhsl/openwrt-main/build_dir/target-x86_64_musl/root-x86/usr/lib/libluajit-5.1.so.2
        But that file is already provided by package  * luajit
 * check_data_file_clashes: Package luajit2 wants to install file /home/sjkhsl/openwrt-main/build_dir/target-x86_64_musl/root-x86/usr/lib/libluajit-5.1.so.2.1.0
        But that file is already provided by package  * luajit
 * opkg_install_cmd: Cannot install package nginx-mod-lua-resty-lrucache.
make[2]: *** [package/Makefile:70: package/install] Error 255
make[2]: Leaving directory '/home/sjkhsl/openwrt-main'
make[1]: *** [package/Makefile:115: /home/sjkhsl/openwrt-main/staging_dir/target-x86_64_musl/stamp/.package_install] Error 2
make[1]: Leaving directory '/home/sjkhsl/openwrt-main'
make: *** [/home/sjkhsl/openwrt-main/include/toplevel.mk:232: world] Error 2
sjkhsl commented 12 months ago

No error was reported after deleting the lang/luajit package. It is being compiled to see if it can be compiled successfully.