Guest User

Untitled

a guest
Jun 30th, 2019
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.03 KB | None | 0 0
  1. adik@ubuntu:/opt/openwrt$ sudo make V=s -j1
  2.  
  3. WARNING: Makefile 'package/utils/busybox/Makefile' has a dependency on 'libpam', which does not exist
  4. WARNING: Makefile 'package/utils/busybox/Makefile' has a build dependency on 'libpam', which does not exist
  5. WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libgnutls', which does not exist
  6. WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libopenldap', which does not exist
  7. WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libidn2', which does not exist
  8. WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libssh2', which does not exist
  9. WARNING: Makefile 'package/boot/kexec-tools/Makefile' has a dependency on 'liblzma', which does not exist
  10. WARNING: Makefile 'package/network/services/lldpd/Makefile' has a dependency on 'libnetsnmp', which does not exist
  11. WARNING: Makefile 'package/network/utils/nftables/Makefile' has a dependency on 'jansson', which does not exist
  12. time: target/linux/prereq#0.15#0.02#0.18
  13. make[1]: Entering directory '/opt/openwrt'
  14. make[2]: Entering directory '/opt/openwrt'
  15. + mkdir -p /opt/openwrt/staging_dir/target-mipsel_24kc_musl
  16. + cd /opt/openwrt/staging_dir/target-mipsel_24kc_musl
  17. + mkdir -p bin lib include stamp
  18. mkdir -p /opt/openwrt/build_dir/target-mipsel_24kc_musl/stamp
  19. touch /opt/openwrt/staging_dir/target-mipsel_24kc_musl/.prepared
  20. + mkdir -p /opt/openwrt/staging_dir/host
  21. + cd /opt/openwrt/staging_dir/host
  22. + mkdir -p bin lib include stamp
  23. mkdir -p /opt/openwrt/build_dir/host/stamp /opt/openwrt/staging_dir/host/include/sys
  24. install -m0644 /opt/openwrt/tools/include/*.h /opt/openwrt/staging_dir/host/include/
  25. install -m0644 /opt/openwrt/tools/include/sys/*.h /opt/openwrt/staging_dir/host/include/sys/
  26. ln -sf lib /opt/openwrt/staging_dir/host/lib64
  27. touch /opt/openwrt/staging_dir/host/.prepared
  28. make[3]: Entering directory '/opt/openwrt/tools/flock'
  29. make[3]: Leaving directory '/opt/openwrt/tools/flock'
  30. time: tools/flock/compile#0.04#0.01#0.07
  31. make[3]: Entering directory '/opt/openwrt/tools/xz'
  32. make[3]: Leaving directory '/opt/openwrt/tools/xz'
  33. time: tools/xz/compile#0.04#0.03#0.10
  34. make[3]: Entering directory '/opt/openwrt/tools/sed'
  35. make[3]: Leaving directory '/opt/openwrt/tools/sed'
  36. time: tools/sed/compile#0.05#0.02#0.08
  37. make[3]: Entering directory '/opt/openwrt/tools/patch'
  38. make[3]: Leaving directory '/opt/openwrt/tools/patch'
  39. time: tools/patch/compile#0.04#0.01#0.07
  40. make[3]: Entering directory '/opt/openwrt/tools/tar'
  41. (cd /opt/openwrt/build_dir/host/tar-1.32/; if [ -x configure ]; then cp -fpR /opt/openwrt/scripts/config.{guess,sub} /opt/openwrt/build_dir/host/tar-1.32// && CC="gcc" CFLAGS="-O2 -I/opt/openwrt/staging_dir/host/include " CXX="g++" CPPFLAGS="-I/opt/openwrt/staging_dir/host/include " LDFLAGS="-L/opt/openwrt/staging_dir/host/lib " CONFIG_SHELL="/usr/bin/env bash" bash ./configure --target=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/opt/openwrt/staging_dir/host --exec-prefix=/opt/openwrt/staging_dir/host --sysconfdir=/opt/openwrt/staging_dir/host/etc --localstatedir=/opt/openwrt/staging_dir/host/var --sbindir=/opt/openwrt/staging_dir/host/bin --without-posix-acls --without-selinux --without-xattrs --disable-acl --disable-nls ; fi )
  42. checking for a BSD-compatible install... /usr/bin/install -c
  43. checking whether build environment is sane... yes
  44. checking for a thread-safe mkdir -p... /bin/mkdir -p
  45. checking for gawk... gawk
  46. checking whether make sets $(MAKE)... yes
  47. checking whether make supports nested variables... yes
  48. checking whether UID '0' is supported by ustar format... yes
  49. checking whether GID '0' is supported by ustar format... yes
  50. checking how to create a ustar tar archive... gnutar
  51. checking whether make supports nested variables... (cached) yes
  52. checking for style of include used by make... GNU
  53. checking for x86_64-pc-linux-gnu-gcc... gcc
  54. checking whether the C compiler works... yes
  55. checking for C compiler default output file name... a.out
  56. checking for suffix of executables...
  57. checking whether we are cross compiling... no
  58. checking for suffix of object files... o
  59. checking whether we are using the GNU C compiler... yes
  60. checking whether gcc accepts -g... yes
  61. checking for gcc option to accept ISO C89... none needed
  62. checking whether gcc understands -c and -o together... yes
  63. checking dependency style of gcc... gcc3
  64. checking for gcc option to accept ISO C99... none needed
  65. checking for gcc option to accept ISO Standard C... (cached) none needed
  66. checking for x86_64-pc-linux-gnu-ranlib... no
  67. checking for ranlib... ranlib
  68. checking for bison... no
  69. checking for byacc... no
  70. checking how to run the C preprocessor... gcc -E
  71. checking for grep that handles long lines and -e... /opt/openwrt/staging_dir/host/bin/grep
  72. checking for egrep... /opt/openwrt/staging_dir/host/bin/grep -E
  73. checking for ANSI C header files... yes
  74. checking for sys/types.h... yes
  75. checking for sys/stat.h... yes
  76. checking for stdlib.h... yes
  77. checking for string.h... yes
  78. checking for memory.h... yes
  79. checking for strings.h... yes
  80. checking for inttypes.h... yes
  81. checking for stdint.h... yes
  82. checking for unistd.h... yes
  83. checking minix/config.h usability... no
  84. checking minix/config.h presence... no
  85. checking for minix/config.h... no
  86. checking whether it is safe to define __EXTENSIONS__... yes
  87. checking whether _XOPEN_SOURCE should be defined... no
  88. checking for Minix Amsterdam compiler... no
  89. checking for x86_64-pc-linux-gnu-ar... no
  90. checking for ar... ar
  91. checking for _LARGEFILE_SOURCE value needed for large files... no
  92. checking for special C compiler options needed for large files... no
  93. checking for _FILE_OFFSET_BITS value needed for large files... no
  94. checking for x86_64-pc-linux-gnu-ar... ar
  95. checking for special C compiler options needed for large files... (cached) no
  96. checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
  97. checking for inline... inline
  98. checking for fcntl.h... yes
  99. checking for linux/fd.h... yes
  100. checking for memory.h... (cached) yes
  101. checking for net/errno.h... no
  102. checking for sgtty.h... yes
  103. checking for string.h... (cached) yes
  104. checking for sys/param.h... yes
  105. checking for sys/device.h... no
  106. checking for sys/gentape.h... no
  107. checking for sys/inet.h... no
  108. checking for sys/io/trioctl.h... no
  109. checking for sys/mtio.h... yes
  110. checking for sys/time.h... yes
  111. checking for sys/tprintf.h... no
  112. checking for sys/tape.h... no
  113. checking for unistd.h... (cached) yes
  114. checking for locale.h... yes
  115. checking for sys/types.h... (cached) yes
  116. checking for features.h... yes
  117. checking for linewrap.h... no
  118. checking for sys/socket.h... yes
  119. checking for dirent.h... yes
  120. checking for fnmatch.h... yes
  121. checking for wctype.h... yes
  122. checking for stdio_ext.h... yes
  123. checking for sys/stat.h... (cached) yes
  124. checking for getopt.h... yes
  125. checking for sys/cdefs.h... yes
  126. checking for limits.h... yes
  127. checking for wchar.h... yes
  128. checking for stdint.h... (cached) yes
  129. checking for inttypes.h... (cached) yes
  130. checking for crtdefs.h... no
  131. checking for langinfo.h... yes
  132. checking for xlocale.h... no
  133. checking for sys/mman.h... yes
  134. checking for priv.h... no
  135. checking for malloc.h... yes
  136. checking for selinux/selinux.h... no
  137. checking for strings.h... (cached) yes
  138. checking for sysexits.h... yes
  139. checking for utime.h... yes
  140. checking for netdb.h... yes
  141. checking for sys/wait.h... yes
  142. checking for pwd.h... yes
  143. checking for grp.h... yes
  144. checking for sys/buf.h... no
  145. checking sys/mkdev.h usability... no
  146. checking sys/mkdev.h presence... no
  147. checking for sys/mkdev.h... no
  148. checking sys/sysmacros.h usability... yes
  149. checking sys/sysmacros.h presence... yes
  150. checking for sys/sysmacros.h... yes
  151. checking for st_fstype string in struct stat... no
  152. checking for mode_t... yes
  153. checking for pid_t... yes
  154. checking for off_t... yes
  155. checking for uid_t in sys/types.h... yes
  156. checking for major_t... no
  157. checking for minor_t... no
  158. checking for dev_t... yes
  159. checking for ino_t... yes
  160. checking for ssize_t... yes
  161. checking for fchmod... yes
  162. checking for flockfile... yes
  163. checking for funlockfile... yes
  164. checking for pathconf... yes
  165. checking for btowc... yes
  166. checking for canonicalize_file_name... yes
  167. checking for getcwd... yes
  168. checking for readlink... yes
  169. checking for realpath... yes
  170. checking for readlinkat... yes
  171. checking for chown... yes
  172. checking for fchown... yes
  173. checking for _set_invalid_parameter_handler... no
  174. checking for fchdir... yes
  175. checking for fdopendir... yes
  176. checking for faccessat... yes
  177. checking for fchmodat... yes
  178. checking for lchmod... no
  179. checking for fcntl... yes
  180. checking for symlink... yes
  181. checking for mempcpy... yes
  182. checking for fnmatch... yes
  183. checking for isblank... yes
  184. checking for iswctype... yes
  185. checking for mbsrtowcs... yes
  186. checking for wmemchr... yes
  187. checking for wmemcpy... yes
  188. checking for wmempcpy... yes
  189. checking for fstatat... yes
  190. checking for futimens... yes
  191. checking for getdelim... yes
  192. checking for getdtablesize... yes
  193. checking for getprogname... no
  194. checking for getexecname... no
  195. checking for gettimeofday... yes
  196. checking for iswcntrl... yes
  197. checking for iswblank... yes
  198. checking for link... yes
  199. checking for openat... yes
  200. checking for linkat... yes
  201. checking for lstat... yes
  202. checking for mbsinit... yes
  203. checking for mbrtowc... yes
  204. checking for mprotect... yes
  205. checking for mkdirat... yes
  206. checking for mkfifoat... yes
  207. checking for mknodat... yes
  208. checking for mknod... yes
  209. checking for tzset... yes
  210. checking for nl_langinfo... yes
  211. checking for renameat... yes
  212. checking for renameat2... no
  213. checking for setenv... yes
  214. checking for sleep... yes
  215. checking for snprintf... yes
  216. checking for strdup... yes
  217. checking for strndup... yes
  218. checking for strtoimax... yes
  219. checking for strtoumax... yes
  220. checking for symlinkat... yes
  221. checking for localtime_r... yes
  222. checking for timegm... yes
  223. checking for pipe... yes
  224. checking for unlinkat... yes
  225. checking for utime... yes
  226. checking for futimes... yes
  227. checking for futimesat... yes
  228. checking for utimensat... yes
  229. checking for lutimes... yes
  230. checking for vasnprintf... no
  231. checking for wcrtomb... yes
  232. checking for wcwidth... yes
  233. checking for mkfifo... yes
  234. checking for setlocale... yes
  235. checking for fsync... yes
  236. checking for size_t... yes
  237. checking for working alloca.h... yes
  238. checking for alloca... yes
  239. checking for C/C++ restrict keyword... __restrict
  240. checking whether clearerr_unlocked is declared... yes
  241. checking whether feof_unlocked is declared... yes
  242. checking whether ferror_unlocked is declared... yes
  243. checking whether fflush_unlocked is declared... yes
  244. checking whether fgets_unlocked is declared... yes
  245. checking whether fputc_unlocked is declared... yes
  246. checking whether fputs_unlocked is declared... yes
  247. checking whether fread_unlocked is declared... yes
  248. checking whether fwrite_unlocked is declared... yes
  249. checking whether getc_unlocked is declared... yes
  250. checking whether getchar_unlocked is declared... yes
  251. checking whether putc_unlocked is declared... yes
  252. checking whether putchar_unlocked is declared... yes
  253. checking whether strerror_r is declared... yes
  254. checking for strerror_r... yes
  255. checking whether strerror_r returns char *... yes
  256. checking build system type... x86_64-pc-linux-gnu
  257. checking host system type... x86_64-pc-linux-gnu
  258. checking for d_ino member in directory struct... yes
  259. checking for long file names... yes
  260. checking whether <wchar.h> uses 'inline' correctly... yes
  261. checking for nl_langinfo and CODESET... yes
  262. checking for a traditional french locale... none
  263. checking whether // is distinct from /... no
  264. checking whether realpath works... yes
  265. checking for unistd.h... (cached) yes
  266. checking for working chown... yes
  267. checking whether chown dereferences symlinks... yes
  268. checking whether chown honors trailing slash... yes
  269. checking whether chown always updates ctime... yes
  270. checking whether the preprocessor supports include_next... yes
  271. checking whether system header files limit the line length... no
  272. checking if environ is properly declared... yes
  273. checking for complete errno.h... yes
  274. checking type of array argument to getgroups... gid_t
  275. checking whether lstat correctly handles trailing slash... yes
  276. checking whether fchdir is declared... yes
  277. checking for working fcntl.h... yes
  278. checking for promoted mode_t type... mode_t
  279. checking for mbstate_t... yes
  280. checking whether stdin defaults to large file offsets... yes
  281. checking whether fseeko is declared... yes
  282. checking for fseeko... yes
  283. checking whether stat file-mode macros are broken... no
  284. checking for nlink_t... yes
  285. checking whether getcwd (NULL, 0) allocates memory for result... yes
  286. checking for getcwd with POSIX signature... yes
  287. checking whether getcwd is declared... yes
  288. checking whether getdelim is declared... yes
  289. checking whether getdtablesize is declared... yes
  290. checking whether getline is declared... yes
  291. checking for getopt.h... (cached) yes
  292. checking for getopt_long_only... yes
  293. checking whether getopt is POSIX compatible... yes
  294. checking for working GNU getopt function... yes
  295. checking for working GNU getopt_long function... yes
  296. checking for struct timeval... yes
  297. checking for wide-enough struct timeval.tv_sec member... yes
  298. checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... yes
  299. checking for wint_t... yes
  300. checking whether wint_t is too small... no
  301. checking for unsigned long long int... yes
  302. checking for long long int... yes
  303. checking whether stdint.h conforms to C99... yes
  304. checking whether stdint.h predates C++11... no
  305. checking whether stdint.h has UINTMAX_WIDTH etc.... yes
  306. checking for inttypes.h... (cached) yes
  307. checking whether the inttypes.h PRIxNN macros are broken... no
  308. checking whether iswcntrl works... yes
  309. checking for towlower... yes
  310. checking for wctype_t... yes
  311. checking for wctrans_t... yes
  312. checking for O_CLOEXEC... yes
  313. checking for wchar_t... yes
  314. checking for good max_align_t... yes
  315. checking whether NULL can be used in arbitrary expressions... yes
  316. checking whether malloc, realloc, calloc are POSIX compliant... yes
  317. checking for stdlib.h... (cached) yes
  318. checking for GNU libc compatible malloc... yes
  319. checking for a traditional japanese locale... none
  320. checking for a transitional chinese locale... none
  321. checking for a french Unicode locale... none
  322. checking for mmap... yes
  323. checking for MAP_ANONYMOUS... yes
  324. checking whether memchr works... yes
  325. checking whether memrchr is declared... yes
  326. checking whether <limits.h> defines MIN and MAX... no
  327. checking whether <sys/param.h> defines MIN and MAX... yes
  328. checking whether time_t is signed... yes
  329. checking whether alarm is declared... yes
  330. checking for working mktime... yes
  331. checking whether struct tm is in sys/time.h or time.h... time.h
  332. checking for struct tm.tm_zone... yes
  333. checking for struct tm.tm_gmtoff... yes
  334. checking for stdbool.h that conforms to C99... yes
  335. checking for _Bool... yes
  336. checking for compound literals... yes
  337. checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
  338. checking whether setenv is declared... yes
  339. checking search.h usability... yes
  340. checking search.h presence... yes
  341. checking for search.h... yes
  342. checking for tsearch... yes
  343. checking for sigset_t... yes
  344. checking whether snprintf returns a byte count as in C99... yes
  345. checking whether snprintf is declared... yes
  346. checking whether strdup is declared... yes
  347. checking whether strerror(0) succeeds... yes
  348. checking whether strndup is declared... yes
  349. checking whether strnlen is declared... yes
  350. checking whether strtoimax is declared... yes
  351. checking whether strtoumax is declared... yes
  352. checking for struct timespec in <time.h>... yes
  353. checking whether unsetenv is declared... yes
  354. checking whether the utimes function works... yes
  355. checking for inttypes.h... yes
  356. checking for stdint.h... yes
  357. checking for intmax_t... yes
  358. checking where to find the exponent in a 'double'... word 1 bit 20
  359. checking for snprintf... (cached) yes
  360. checking for strnlen... yes
  361. checking for wcslen... yes
  362. checking for wcsnlen... yes
  363. checking for mbrtowc... (cached) yes
  364. checking for wcrtomb... (cached) yes
  365. checking whether _snprintf is declared... no
  366. checking whether vsnprintf is declared... yes
  367. checking for alloca as a compiler built-in... yes
  368. checking whether program_invocation_name is declared... yes
  369. checking whether program_invocation_short_name is declared... yes
  370. checking whether program_invocation_name is defined... yes
  371. checking whether program_invocation_short_name is defined... yes
  372. checking whether btowc(0) is correct... yes
  373. checking whether btowc(EOF) is correct... guessing yes
  374. checking for __builtin_expect... yes
  375. checking whether this system has an arbitrary file name length limit... yes
  376. checking for library containing clock_gettime... none required
  377. checking for clock_gettime... yes
  378. checking for clock_settime... yes
  379. checking for closedir... yes
  380. checking for d_ino member in directory struct... (cached) yes
  381. checking for dirfd... yes
  382. checking whether dirfd is declared... yes
  383. checking whether dirfd is a macro... no
  384. checking whether // is distinct from /... (cached) no
  385. checking whether dup works... yes
  386. checking whether dup2 works... yes
  387. checking for error_at_line... yes
  388. checking for euidaccess... yes
  389. checking for fchownat... yes
  390. checking whether fchownat works with AT_SYMLINK_NOFOLLOW... yes
  391. checking whether fchownat works with an empty file name... yes
  392. checking whether fcntl handles F_DUPFD correctly... yes
  393. checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
  394. checking whether fdopendir is declared... yes
  395. checking whether fdopendir works... yes
  396. checking for struct stat.st_blocks... yes
  397. checking for flexible array member... yes
  398. checking whether conversion from 'int' to 'long double' works... yes
  399. checking for working GNU fnmatch... yes
  400. checking for __fpending... yes
  401. checking whether __fpending is declared... yes
  402. checking for fseeko... (cached) yes
  403. checking whether fstatat (..., 0) works... yes
  404. checking whether futimens works... yes
  405. checking whether getcwd handles long file names properly... yes
  406. checking for getpagesize... yes
  407. checking whether getcwd aborts when 4k < cwd_length < 16k... no
  408. checking for working getdelim function... yes
  409. checking whether getdtablesize works... yes
  410. checking for getgroups... yes
  411. checking for working getgroups... yes
  412. checking whether getgroups handles negative values... yes
  413. checking for getline... yes
  414. checking for working getline function... yes
  415. checking for getpagesize... (cached) yes
  416. checking whether getpagesize is declared... yes
  417. checking whether program_invocation_name is declared... (cached) yes
  418. checking whether program_invocation_short_name is declared... (cached) yes
  419. checking whether __argv is declared... no
  420. checking whether gettimeofday clobbers localtime buffer... no
  421. checking for gettimeofday with POSIX signature... almost
  422. checking for group_member... yes
  423. checking whether INT32_MAX < INTMAX_MAX... yes
  424. checking whether INT64_MAX == LONG_MAX... yes
  425. checking whether UINT32_MAX < UINTMAX_MAX... yes
  426. checking whether UINT64_MAX == ULONG_MAX... yes
  427. checking whether iswblank is declared... yes
  428. checking whether langinfo.h defines CODESET... yes
  429. checking whether langinfo.h defines T_FMT_AMPM... yes
  430. checking whether langinfo.h defines ALTMON_1... yes
  431. checking whether langinfo.h defines ERA... yes
  432. checking whether langinfo.h defines YESEXPR... yes
  433. checking for lchown... yes
  434. checking whether the compiler supports the __inline keyword... yes
  435. checking whether link obeys POSIX... yes
  436. checking for __xpg4... no
  437. checking whether link(2) dereferences a symlink... no
  438. checking whether linkat() can link symlinks... yes
  439. checking whether linkat handles trailing slash correctly... yes
  440. checking whether locale.h conforms to POSIX:2001... yes
  441. checking whether struct lconv is properly defined... yes
  442. checking whether lseek detects pipes... yes
  443. checking for stdlib.h... (cached) yes
  444. checking for GNU libc compatible malloc... (cached) yes
  445. checking whether mbrtowc handles incomplete characters... guessing yes
  446. checking whether mbrtowc works as well as mbtowc... guessing yes
  447. checking whether mbrtowc handles a NULL pwc argument... guessing yes
  448. checking whether mbrtowc handles a NULL string argument... guessing yes
  449. checking whether mbrtowc has a correct return value... guessing yes
  450. checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
  451. checking whether mbrtowc works on empty input... yes
  452. checking whether the C locale is free of encoding errors... no
  453. checking whether mbrtowc handles incomplete characters... (cached) guessing yes
  454. checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
  455. checking whether mbrtowc handles incomplete characters... (cached) guessing yes
  456. checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
  457. checking whether mbsrtowcs works... guessing yes
  458. checking for mempcpy... (cached) yes
  459. checking for memrchr... yes
  460. checking whether mkdir handles trailing slash... yes
  461. checking whether mkdir handles trailing dot... yes
  462. checking for mkdtemp... yes
  463. checking for mkfifo... yes
  464. checking whether mkfifo rejects trailing slashes... yes
  465. checking whether mknod can create fifo without root privileges... configure: error: in `/opt/openwrt/build_dir/host/tar-1.32':
  466. configure: error: you should not run configure as root (set FORCE_UNSAFE_CONFIGURE=1 in environment to bypass this check)
  467. See `config.log' for more details
  468. Makefile:31: recipe for target '/opt/openwrt/build_dir/host/tar-1.32/.configured' failed
  469. make[3]: *** [/opt/openwrt/build_dir/host/tar-1.32/.configured] Error 1
  470. make[3]: Leaving directory '/opt/openwrt/tools/tar'
  471. time: tools/tar/compile#16.36#6.59#32.01
  472. tools/Makefile:157: recipe for target 'tools/tar/compile' failed
  473. make[2]: *** [tools/tar/compile] Error 2
  474. make[2]: Leaving directory '/opt/openwrt'
  475. tools/Makefile:155: recipe for target '/opt/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.tools_compile_yynyynnyyynyyyyynyynnyyyynyyyyyyyyyyyyyyynyynynnyyynnyyy' failed
  476. make[1]: *** [/opt/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.tools_compile_yynyynnyyynyyyyynyynnyyyynyyyyyyyyyyyyyyynyynynnyyynnyyy] Error 2
  477. make[1]: Leaving directory '/opt/openwrt'
  478. /opt/openwrt/include/toplevel.mk:216: recipe for target 'world' failed
  479. make: *** [world] Error 2
Advertisement
Add Comment
Please, Sign In to add comment