Advertisement
gvalkov

gettext-full: fix compilation under macOS 02

Oct 6th, 2021
1,243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 18.05 KB | None | 0 0
  1. make package/rpcsvc-proto/host/compile V=sc
  2.  
  3. make[1]: Entering directory '/Volumes/wrt3200/openwrt'
  4. make[2]: Entering directory '/Volumes/wrt3200/openwrt/package/libs/libiconv'
  5. make[2]: Leaving directory '/Volumes/wrt3200/openwrt/package/libs/libiconv'
  6. time: package/libs/libiconv/host-compile#0.44#0.17#0.77
  7. make[2]: Entering directory '/Volumes/wrt3200/openwrt/package/libs/gettext-full'
  8. mkdir -p /Volumes/wrt3200/openwrt/dl
  9. SHELL= flock /Volumes/wrt3200/openwrt/tmp/.gettext-0.21.tar.xz.flock -c '   /Volumes/wrt3200/openwrt/scripts/download.pl "/Volumes/wrt3200/openwrt/dl" "gettext-0.21.tar.xz" "d20fcbb537e02dcf1383197ba05bd0734ef7bf5db06bdb241eb69b7d16b73192" "" "@GNU/gettext"    '
  10. make[2]: Leaving directory '/Volumes/wrt3200/openwrt/package/libs/gettext-full'
  11. time: package/libs/gettext-full/host-compile#0.29#0.34#0.75
  12. make[2]: Entering directory '/Volumes/wrt3200/openwrt/feeds/packages/libs/rpcsvc-proto'
  13. mkdir -p /Volumes/wrt3200/openwrt/dl
  14. SHELL= flock /Volumes/wrt3200/openwrt/tmp/.rpcsvc-proto-1.4.2.tar.xz.flock -c '     /Volumes/wrt3200/openwrt/scripts/download.pl "/Volumes/wrt3200/openwrt/dl" "rpcsvc-proto-1.4.2.tar.xz" "678851b9f7ddf4410d2859c12016b65a6dd1a0728d478f18aeb54d165352f17c" "" "https://github.com/thkukuk/rpcsvc-proto/releases/download/v1.4.2"    '
  15. . /Volumes/wrt3200/openwrt/include/shell.sh; xzcat /Volumes/wrt3200/openwrt/dl/rpcsvc-proto-1.4.2.tar.xz | tar -C /Volumes/wrt3200/openwrt/build_dir/hostpkg/rpcsvc-proto-1.4.2/.. -xf -
  16. [ ! -d ./src/ ] || cp -fpR ./src/* /Volumes/wrt3200/openwrt/build_dir/hostpkg/rpcsvc-proto-1.4.2
  17. touch /Volumes/wrt3200/openwrt/build_dir/hostpkg/rpcsvc-proto-1.4.2/.preparede6d460e234c21378067116606adc15fd_6664517399ebbbc92a37c5bb081b5c53
  18. (cd /Volumes/wrt3200/openwrt/build_dir/hostpkg/rpcsvc-proto-1.4.2/; if [ -x configure ]; then cp -fpR /Volumes/wrt3200/openwrt/scripts/config.{guess,sub} /Volumes/wrt3200/openwrt/build_dir/hostpkg/rpcsvc-proto-1.4.2// && CC="gcc" CFLAGS="-O2 -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include" CXX="g++" CPPFLAGS="-I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include" LDFLAGS="-L/Volumes/wrt3200/openwrt/staging_dir/host/lib -L/Volumes/wrt3200/openwrt/staging_dir/hostpkg/lib -L/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/lib -lintl" CONFIG_SHELL="/usr/bin/env bash"  bash ./configure --target=x86_64-apple-darwin20.6.0 --host=x86_64-apple-darwin20.6.0 --build=x86_64-apple-darwin20.6.0 --program-prefix="" --program-suffix="" --prefix=/Volumes/wrt3200/openwrt/staging_dir/hostpkg --exec-prefix=/Volumes/wrt3200/openwrt/staging_dir/hostpkg --sysconfdir=/Volumes/wrt3200/openwrt/staging_dir/hostpkg/etc --localstatedir=/Volumes/wrt3200/openwrt/staging_dir/hostpkg/var --sbindir=/Volumes/wrt3200/openwrt/staging_dir/hostpkg/bin ; fi )
  19. configure: loading site script /Volumes/wrt3200/openwrt/include/site/darwin
  20. checking for a BSD-compatible install... /Volumes/wrt3200/openwrt/staging_dir/host/bin/install -c
  21. checking whether build environment is sane... yes
  22. checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
  23. checking for gawk... gawk
  24. checking whether make sets $(MAKE)... yes
  25. checking whether make supports nested variables... yes
  26. checking for x86_64-apple-darwin20.6.0-gcc... gcc
  27. checking whether the C compiler works... yes
  28. checking for C compiler default output file name... a.out
  29. checking for suffix of executables...
  30. checking whether we are cross compiling... no
  31. checking for suffix of object files... o
  32. checking whether we are using the GNU C compiler... yes
  33. checking whether gcc accepts -g... yes
  34. checking for gcc option to accept ISO C89... none needed
  35. checking whether gcc understands -c and -o together... yes
  36. checking for style of include used by make... GNU
  37. checking dependency style of gcc... gcc3
  38. checking how to run the C preprocessor... gcc -E
  39. checking for grep that handles long lines and -e... /Volumes/wrt3200/openwrt/staging_dir/host/bin/grep
  40. checking for egrep... /Volumes/wrt3200/openwrt/staging_dir/host/bin/grep -E
  41. checking for ANSI C header files... yes
  42. checking for sys/types.h... yes
  43. checking for sys/stat.h... yes
  44. checking for stdlib.h... yes
  45. checking for string.h... yes
  46. checking for memory.h... yes
  47. checking for strings.h... yes
  48. checking for inttypes.h... yes
  49. checking for stdint.h... yes
  50. checking for unistd.h... yes
  51. checking minix/config.h usability... no
  52. checking minix/config.h presence... no
  53. checking for minix/config.h... no
  54. checking whether it is safe to define __EXTENSIONS__... yes
  55. checking how to run the C preprocessor... gcc -E
  56. checking for library containing strerror... none required
  57. checking whether make sets $(MAKE)... (cached) yes
  58. checking for a sed that does not truncate output... /Volumes/wrt3200/openwrt/staging_dir/host/bin/sed
  59. checking whether NLS is requested... yes
  60. checking for msgfmt... /Volumes/wrt3200/openwrt/staging_dir/hostpkg/bin/msgfmt
  61. checking for gmsgfmt... /Volumes/wrt3200/openwrt/staging_dir/hostpkg/bin/msgfmt
  62. checking for xgettext... /Volumes/wrt3200/openwrt/staging_dir/hostpkg/bin/xgettext
  63. checking for msgmerge... /Volumes/wrt3200/openwrt/staging_dir/hostpkg/bin/msgmerge
  64. checking build system type... x86_64-apple-darwin20.6.0
  65. checking host system type... x86_64-apple-darwin20.6.0
  66. checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  67. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  68. checking for shared library run path origin... done
  69. checking for CFPreferencesCopyAppValue... yes
  70. checking for CFLocaleCopyCurrent... yes
  71. checking for GNU gettext in libc... no
  72. checking for iconv... yes
  73. checking for working iconv... no
  74. checking for GNU gettext in libintl... no
  75. checking whether to use NLS... no
  76. checking that generated files are newer than configure... done
  77. configure: creating ./config.status
  78. config.status: creating Makefile
  79. config.status: creating rpcgen/Makefile
  80. config.status: creating rpcsvc/Makefile
  81. config.status: creating po/Makefile.in
  82. config.status: creating config.h
  83. config.status: executing depfiles commands
  84. config.status: executing po-directories commands
  85. config.status: creating po/POTFILES
  86. config.status: creating po/Makefile
  87. touch /Volumes/wrt3200/openwrt/build_dir/hostpkg/rpcsvc-proto-1.4.2/.configured
  88. CFLAGS="-O2 -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include" CPPFLAGS="-I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include" CXXFLAGS="" LDFLAGS="-L/Volumes/wrt3200/openwrt/staging_dir/host/lib -L/Volumes/wrt3200/openwrt/staging_dir/hostpkg/lib -L/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/lib -lintl" make -j1 -C /Volumes/wrt3200/openwrt/build_dir/hostpkg/rpcsvc-proto-1.4.2  
  89. make[3]: Entering directory '/Volumes/wrt3200/openwrt/build_dir/hostpkg/rpcsvc-proto-1.4.2'
  90. make  all-recursive
  91. make[4]: Entering directory '/Volumes/wrt3200/openwrt/build_dir/hostpkg/rpcsvc-proto-1.4.2'
  92. Making all in rpcgen
  93. make[5]: Entering directory '/Volumes/wrt3200/openwrt/build_dir/hostpkg/rpcsvc-proto-1.4.2/rpcgen'
  94. gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include  -O2 -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include -MT rpc_clntout.o -MD -MP -MF .deps/rpc_clntout.Tpo -c -o rpc_clntout.o rpc_clntout.c
  95. mv -f .deps/rpc_clntout.Tpo .deps/rpc_clntout.Po
  96. gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include  -O2 -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include -MT rpc_cout.o -MD -MP -MF .deps/rpc_cout.Tpo -c -o rpc_cout.o rpc_cout.c
  97. mv -f .deps/rpc_cout.Tpo .deps/rpc_cout.Po
  98. gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include  -O2 -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include -MT rpc_hout.o -MD -MP -MF .deps/rpc_hout.Tpo -c -o rpc_hout.o rpc_hout.c
  99. mv -f .deps/rpc_hout.Tpo .deps/rpc_hout.Po
  100. gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include  -O2 -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include -MT rpc_main.o -MD -MP -MF .deps/rpc_main.Tpo -c -o rpc_main.o rpc_main.c
  101. rpc_main.c:336:7: warning: 'stat64' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  102.   if (stat64 (CPP, &buf) == 0)
  103.       ^
  104. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/stat.h:427:9: note: 'stat64' has been explicitly marked deprecated here
  105. int     stat64(const char *, struct stat64 *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_10_6, __IPHONE_NA, __IPHONE_NA);
  106.         ^
  107. rpc_main.c:1125:9: warning: 'stat64' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  108.     if (stat64 (infile, &buf) < 0)
  109.         ^
  110. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/stat.h:427:9: note: 'stat64' has been explicitly marked deprecated here
  111. int     stat64(const char *, struct stat64 *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_10_6, __IPHONE_NA, __IPHONE_NA);
  112.         ^
  113. rpc_main.c:1132:11: warning: 'stat64' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  114.       if (stat64 (outfile, &buf) < 0)
  115.           ^
  116. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/stat.h:427:9: note: 'stat64' has been explicitly marked deprecated here
  117. int     stat64(const char *, struct stat64 *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_10_6, __IPHONE_NA, __IPHONE_NA);
  118.         ^
  119. 3 warnings generated.
  120. mv -f .deps/rpc_main.Tpo .deps/rpc_main.Po
  121. gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include  -O2 -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include -MT rpc_parse.o -MD -MP -MF .deps/rpc_parse.Tpo -c -o rpc_parse.o rpc_parse.c
  122. mv -f .deps/rpc_parse.Tpo .deps/rpc_parse.Po
  123. gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include  -O2 -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include -MT rpc_sample.o -MD -MP -MF .deps/rpc_sample.Tpo -c -o rpc_sample.o rpc_sample.c
  124. mv -f .deps/rpc_sample.Tpo .deps/rpc_sample.Po
  125. gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include  -O2 -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include -MT rpc_scan.o -MD -MP -MF .deps/rpc_scan.Tpo -c -o rpc_scan.o rpc_scan.c
  126. mv -f .deps/rpc_scan.Tpo .deps/rpc_scan.Po
  127. gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include  -O2 -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include -MT rpc_svcout.o -MD -MP -MF .deps/rpc_svcout.Tpo -c -o rpc_svcout.o rpc_svcout.c
  128. mv -f .deps/rpc_svcout.Tpo .deps/rpc_svcout.Po
  129. gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include  -O2 -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include -MT rpc_tblout.o -MD -MP -MF .deps/rpc_tblout.Tpo -c -o rpc_tblout.o rpc_tblout.c
  130. mv -f .deps/rpc_tblout.Tpo .deps/rpc_tblout.Po
  131. gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include  -O2 -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include -MT rpc_util.o -MD -MP -MF .deps/rpc_util.Tpo -c -o rpc_util.o rpc_util.c
  132. mv -f .deps/rpc_util.Tpo .deps/rpc_util.Po
  133. gcc  -O2 -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include  -L/Volumes/wrt3200/openwrt/staging_dir/host/lib -L/Volumes/wrt3200/openwrt/staging_dir/hostpkg/lib -L/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/lib -lintl -o rpcgen rpc_clntout.o rpc_cout.o rpc_hout.o rpc_main.o rpc_parse.o rpc_sample.o rpc_scan.o rpc_svcout.o rpc_tblout.o rpc_util.o  
  134. ld: warning: directory not found for option '-L/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/lib'
  135. Undefined symbols for architecture x86_64:
  136.   "_CFArrayGetCount", referenced from:
  137.       _libintl_setlocale in libintl.a(setlocale.o)
  138.       __nl_language_preferences_default in libintl.a(langprefs.o)
  139.   "_CFArrayGetValueAtIndex", referenced from:
  140.       _libintl_setlocale in libintl.a(setlocale.o)
  141.       __nl_language_preferences_default in libintl.a(langprefs.o)
  142.   "_CFGetTypeID", referenced from:
  143.       _libintl_setlocale in libintl.a(setlocale.o)
  144.       __nl_locale_name_default in libintl.a(localename.o)
  145.       __nl_language_preferences_default in libintl.a(langprefs.o)
  146.   "_CFLocaleCopyPreferredLanguages", referenced from:
  147.       _libintl_setlocale in libintl.a(setlocale.o)
  148.       __nl_language_preferences_default in libintl.a(langprefs.o)
  149.   "_CFPreferencesCopyAppValue", referenced from:
  150.       __nl_locale_name_default in libintl.a(localename.o)
  151.   "_CFRelease", referenced from:
  152.       _libintl_setlocale in libintl.a(setlocale.o)
  153.       __nl_language_preferences_default in libintl.a(langprefs.o)
  154.   "_CFStringGetCString", referenced from:
  155.       _libintl_setlocale in libintl.a(setlocale.o)
  156.       __nl_locale_name_default in libintl.a(localename.o)
  157.       __nl_language_preferences_default in libintl.a(langprefs.o)
  158.   "_CFStringGetTypeID", referenced from:
  159.       _libintl_setlocale in libintl.a(setlocale.o)
  160.       __nl_locale_name_default in libintl.a(localename.o)
  161.       __nl_language_preferences_default in libintl.a(langprefs.o)
  162.   "___CFConstantStringClassReference", referenced from:
  163.       CFString in libintl.a(localename.o)
  164.   "_kCFPreferencesCurrentApplication", referenced from:
  165.       __nl_locale_name_default in libintl.a(localename.o)
  166.   "_libiconv", referenced from:
  167.       __nl_find_msg in libintl.a(dcigettext.o)
  168.   "_libiconv_open", referenced from:
  169.       __nl_find_msg in libintl.a(dcigettext.o)
  170. ld: symbol(s) not found for architecture x86_64
  171. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  172. make[5]: *** [Makefile:421: rpcgen] Error 1
  173. make[5]: Leaving directory '/Volumes/wrt3200/openwrt/build_dir/hostpkg/rpcsvc-proto-1.4.2/rpcgen'
  174. make[4]: *** [Makefile:391: all-recursive] Error 1
  175. make[4]: Leaving directory '/Volumes/wrt3200/openwrt/build_dir/hostpkg/rpcsvc-proto-1.4.2'
  176. make[3]: *** [Makefile:332: all] Error 2
  177. make[3]: Leaving directory '/Volumes/wrt3200/openwrt/build_dir/hostpkg/rpcsvc-proto-1.4.2'
  178. make[2]: *** [Makefile:52: /Volumes/wrt3200/openwrt/build_dir/hostpkg/rpcsvc-proto-1.4.2/.built] Error 2
  179. make[2]: Leaving directory '/Volumes/wrt3200/openwrt/feeds/packages/libs/rpcsvc-proto'
  180. time: package/feeds/packages/rpcsvc-proto/host-compile#3.62#2.21#7.75
  181.     ERROR: package/feeds/packages/rpcsvc-proto [host] failed to build.
  182. make[1]: *** [package/Makefile:114: package/feeds/packages/rpcsvc-proto/host/compile] Error 1
  183. make[1]: Leaving directory '/Volumes/wrt3200/openwrt'
  184. make: *** [/Volumes/wrt3200/openwrt/include/toplevel.mk:230: package/rpcsvc-proto/host/compile] Error 2
  185.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement