When compiling the OpenWrt-19.07 routing firmware and synchronously updating the rp-pppoe code to the latest, an error is displayed!
Closed this issue · 3 comments
Type 'make install' as root to install the software.
mkdir -p /home/kokang/openwrtdiy/build_dir/target-x86_64_musl/rp-pppoe-2022.04.24/ipkg-install/usr/sbin
/usr/bin/install -c -m 755 pppoe /home/kokang/openwrtdiy/build_dir/target-x86_64_musl/rp-pppoe-2022.04.24/ipkg-install/usr/sbin
/usr/bin/install -c -m 755 pppoe-server /home/kokang/openwrtdiy/build_dir/target-x86_64_musl/rp-pppoe-2022.04.24/ipkg-install/usr/sbin
if test -x pppoe-relay ; then /usr/bin/install -c -m 755 pppoe-relay /home/kokang/openwrtdiy/build_dir/target-x86_64_musl/rp-pppoe-2022.04.24/ipkg-install/usr/sbin; fi
if test -x pppoe-sniff; then /usr/bin/install -c -m 755 pppoe-sniff /home/kokang/openwrtdiy/build_dir/target-x86_64_musl/rp-pppoe-2022.04.24/ipkg-install/usr/sbin; fi
/usr/bin/install -c -m 755 ../scripts/pppoe-connect /home/kokang/openwrtdiy/build_dir/target-x86_64_musl/rp-pppoe-2022.04.24/ipkg-install/usr/sbin
/usr/bin/install -c -m 755 ../scripts/pppoe-start /home/kokang/openwrtdiy/build_dir/target-x86_64_musl/rp-pppoe-2022.04.24/ipkg-install/usr/sbin
/usr/bin/install -c -m 755 ../scripts/pppoe-status /home/kokang/openwrtdiy/build_dir/target-x86_64_musl/rp-pppoe-2022.04.24/ipkg-install/usr/sbin
/usr/bin/install -c -m 755 ../scripts/pppoe-stop /home/kokang/openwrtdiy/build_dir/target-x86_64_musl/rp-pppoe-2022.04.24/ipkg-install/usr/sbin
/usr/bin/install -c -m 755 ../scripts/pppoe-setup /home/kokang/openwrtdiy/build_dir/target-x86_64_musl/rp-pppoe-2022.04.24/ipkg-install/usr/sbin
mkdir -p /home/kokang/openwrtdiy/build_dir/target-x86_64_musl/rp-pppoe-2022.04.24/ipkg-install/usr/share/doc/rp-pppoe-3.15
/usr/bin/install -c -m 644 ../doc/CHANGES /home/kokang/openwrtdiy/build_dir/target-x86_64_musl/rp-pppoe-2022.04.24/ipkg-install/usr/share/doc/rp-pppoe-3.15
/usr/bin/install -c -m 644 ../doc/KERNEL-MODE-PPPOE /home/kokang/openwrtdiy/build_dir/target-x86_64_musl/rp-pppoe-2022.04.24/ipkg-install/usr/share/doc/rp-pppoe-3.15
/usr/bin/install -c -m 644 ../doc/HOW-TO-CONNECT /home/kokang/openwrtdiy/build_dir/target-x86_64_musl/rp-pppoe-2022.04.24/ipkg-install/usr/share/doc/rp-pppoe-3.15
/usr/bin/install -c -m 644 ../doc/LICENSE /home/kokang/openwrtdiy/build_dir/target-x86_64_musl/rp-pppoe-2022.04.24/ipkg-install/usr/share/doc/rp-pppoe-3.15
/usr/bin/install -c -m 644 ../README /home/kokang/openwrtdiy/build_dir/target-x86_64_musl/rp-pppoe-2022.04.24/ipkg-install/usr/share/doc/rp-pppoe-3.15
/usr/bin/install: cannot stat '../README': No such file or directory
Makefile:151: recipe for target 'install' failed
make[4]: *** [install] Error 1
make[4]: Leaving directory '/home/kokang/openwrtdiy/build_dir/target-x86_64_musl/rp-pppoe-2022.04.24/src'
Makefile:148: recipe for target '/home/kokang/openwrtdiy/build_dir/target-x86_64_musl/rp-pppoe-2022.04.24/.built' failed
make[3]: *** [/home/kokang/openwrtdiy/build_dir/target-x86_64_musl/rp-pppoe-2022.04.24/.built] Error 2
make[3]: Leaving directory '/home/kokang/openwrtdiy/feeds/packages/net/rp-pppoe'
time: package/feeds/packages/rp-pppoe/compile#3.71#1.63#6.74
package/Makefile:111: recipe for target 'package/feeds/packages/rp-pppoe/compile' failed
make[2]: *** [package/feeds/packages/rp-pppoe/compile] Error 2
make[2]: Leaving directory '/home/kokang/openwrtdiy'
package/Makefile:107: recipe for target '/home/kokang/openwrtdiy/staging_dir/target-x86_64_musl/stamp/.package_compile' failed
make[1]: *** [/home/kokang/openwrtdiy/staging_dir/target-x86_64_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/kokang/openwrtdiy'
/home/kokang/openwrtdiy/include/toplevel.mk:225: recipe for target 'world' failed
make: *** [world] Error 2
rp-pppoe: Update to 2022.04.24
openwrtdiy/packages@16c802f
Found the reason! There are two errors:
-
Rename README.md to README
openwrtdiy@8e5f93b -
There is one less file SERVPOET when compiling
openwrtdiy@5288ee6