BUG - Today, the compilation does not come to the end

It worked up to week so it is definitely not my errors.

Errors

sed -i "s/Installed-Time: .*/Installed-Time: 1569171530/" /home/gevagiorgio/openwrt/build_dir/target-mipsel_24kc_musl/root-ramips/usr/lib/opkg/status
rm -rf /home/gevagiorgio/openwrt/build_dir/target-mipsel_24kc_musl/root-ramips/tmp/*
rm -f /home/gevagiorgio/openwrt/build_dir/target-mipsel_24kc_musl/root-ramips/usr/lib/opkg/lists/*
rm -f /home/gevagiorgio/openwrt/build_dir/target-mipsel_24kc_musl/root-ramips/usr/lib/opkg/info/*.postinst*
rm -f /home/gevagiorgio/openwrt/build_dir/target-mipsel_24kc_musl/root-ramips/var/lock/*.lock
rm -rf /home/gevagiorgio/openwrt/build_dir/target-mipsel_24kc_musl/root-ramips/boot
find /home/gevagiorgio/openwrt/build_dir/target-mipsel_24kc_musl/root-ramips/ -mindepth 1 -execdir touch -hcd "@1569171530" "{}" +
find: The relative path 'Files' is included in the PATH environment variable, which is insecure in combination with the -execdir action of find.  Please remove that entry from $PATH
package/Makefile:65: recipe for target 'package/install' failed
make[2]: *** [package/install] Error 1
make[2]: Leaving directory '/home/gevagiorgio/openwrt'
package/Makefile:108: recipe for target '/home/gevagiorgio/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.package_install' failed
make[1]: *** [/home/gevagiorgio/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.package_install] Error 2
make[1]: Leaving directory '/home/gevagiorgio/openwrt'
/home/gevagiorgio/openwrt/include/toplevel.mk:216: recipe for target 'world' failed
make: *** [world] Error 2

Step:

![image|333x500](upload://jEKAmB4R350yiFnLsloo3Yfk5yv.png) git clone https://git.openwrt.org/openwrt/openwrt.git
./scripts/feeds update -a
./scripts/feeds install -a

ChangeS to sources  a5-v11
/target/linux/ramips/image/rt305x.mk   (Flash Size  8M     IMAGE_SIZE := 7872k )
/tools/firmware-utils/src/mkporayfw.c    (Flash Size  8M)
/target/linux/ramips/dts/rt5350_unbranded_a5-v11.dts
&esw {
	mediatek,portmap = <0x00>;
	mediatek,portdisable = <0x0f>;

partition@50000 { 
reg = <0x50000 0x3b0000>;   to 0x760000

make menuconfig   (.config)
	Target  "Mediatek Ralink MIPS"
	Subtarghet  "RT5350"
	Targhet profile "GEVA   A5-V11"
	Global Build Settings  ---->
		Select all taghet
		Select all 
	Base system:
		Block-mount  - block device mounting and checking
		Blockd - Block device automounting
	Kernel module ---->
		Filesystem --->
			Kmod-fs-msdos
			Kmod-fs-vfat
		Usb Support --> 
			kmod-usb2
			kmod-usb-uhci
			kmod-usb-ohci
			kmod-usb-storage
			kmod-usb-storage-extras
			kmod-usb-storage-uas
			kmod-usb-wdm
			kmod-usb-serial
	Network ---->
		Web Server ---->    (No c'è già il web server uHTTPd webserver)
			apache
		Chat
		Iperf
		Iperf3
		ppp
		ppp-mod-pppoa
		ppp-mod-pppoe
		ppp-mod-pppol2tp
		ppp-mod-pptp
	Luci ---->
		Collection ---->
			Luci
		Application ----> 
			Luci-app-samb
		Themes ---->
			Material
	Utility -->
		usb-modeswitch 
		usbutils

 make -j1 V=s

2 Likes

It is a problem with your environment. As said in the error, remove Files/ from your $PATH.

Friday gave no error.

PATH Problem solved:
I use Ubuntu under Windows, linux subsystem
For remove DOS PATH need to edit windows register Key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Lxss{GUID}\Flags
from 7 to 5

3 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.