Advertisement
Guest User

Error 2

a guest
Oct 23rd, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.92 KB | None | 0 0
  1. checking if gcc supports -c -o file.o... yes
  2. checking if gcc supports -c -o file.o... (cached) yes
  3. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  4. checking whether -lc should be explicitly linked in... no
  5. checking dynamic linker characteristics... GNU/Linux ld.so
  6. checking how to hardcode library paths into programs... immediate
  7. checking whether stripping libraries is possible... yes
  8. checking if libtool supports shared libraries... yes
  9. checking whether to build shared libraries... yes
  10. checking whether to build static libraries... yes
  11. checking pkg-config is at least version 0.20... yes
  12. checking for dirent.h that defines DIR... yes
  13. checking for library containing opendir... none required
  14. checking for ANSI C header files... (cached) yes
  15. checking for sys/wait.h that is POSIX.1 compatible... yes
  16. checking errno.h usability... yes
  17. checking errno.h presence... yes
  18. checking for errno.h... yes
  19. checking fcntl.h usability... yes
  20. checking fcntl.h presence... yes
  21. checking for fcntl.h... yes
  22. checking for memory.h... (cached) yes
  23. checking regex.h usability... yes
  24. checking regex.h presence... yes
  25. checking for regex.h... yes
  26. checking stddef.h usability... yes
  27. checking stddef.h presence... yes
  28. checking for stddef.h... yes
  29. checking for stdlib.h... (cached) yes
  30. checking for string.h... (cached) yes
  31. checking for strings.h... (cached) yes
  32. checking for unistd.h... (cached) yes
  33. checking utime.h usability... yes
  34. checking utime.h presence... yes
  35. checking for utime.h... yes
  36. checking for an ANSI C-conforming const... yes
  37. checking for uid_t in sys/types.h... yes
  38. checking for mode_t... yes
  39. checking for off_t... yes
  40. checking for pid_t... yes
  41. checking for size_t... yes
  42. checking for struct stat.st_rdev... yes
  43. checking whether byte ordering is bigendian... no
  44. checking for unistd.h... (cached) yes
  45. checking for working chown... yes
  46. checking vfork.h usability... no
  47. checking vfork.h presence... no
  48. checking for vfork.h... no
  49. checking for fork... yes
  50. checking for vfork... yes
  51. checking for working fork... yes
  52. checking for working vfork... (cached) yes
  53. checking return type of signal handlers... void
  54. checking for utime.h... (cached) yes
  55. checking whether utime accepts a null argument... yes
  56. checking for vprintf... yes
  57. checking for _doprnt... no
  58. checking for memmove... yes
  59. checking for memset... yes
  60. checking for mkdir... yes
  61. checking for regcomp... yes
  62. checking for strchr... yes
  63. checking for strcspn... yes
  64. checking for strdup... yes
  65. checking for strerror... yes
  66. checking for strndup... yes
  67. checking for strrchr... yes
  68. checking for strstr... yes
  69. checking for strtol... yes
  70. checking for strtoul... yes
  71. checking for sysinfo... yes
  72. checking for utime... yes
  73. configure: creating ./config.status
  74. config.status: creating Makefile
  75. config.status: creating libopkg/Makefile
  76. config.status: creating tests/Makefile
  77. config.status: creating src/Makefile
  78. config.status: creating libbb/Makefile
  79. config.status: creating utils/Makefile
  80. config.status: creating utils/update-alternatives
  81. config.status: creating libopkg.pc
  82. config.status: creating man/Makefile
  83. config.status: creating man/opkg-cl.1
  84. config.status: creating man/opkg-key.1
  85. config.status: creating libopkg/config.h
  86. config.status: executing depfiles commands
  87. config.status: executing libtool commands
  88. touch /home/xurxo/trunk/build_dir/host/opkg-618/.configured
  89. make --jobserver-fds=3,4 -j -C /home/xurxo/trunk/build_dir/host/opkg-618 CC="gcc" all
  90. make[4]: Entering directory `/home/xurxo/trunk/build_dir/host/opkg-618'
  91. Making all in libbb
  92. make[5]: Entering directory `/home/xurxo/trunk/build_dir/host/opkg-618/libbb'
  93. gcc -DHAVE_CONFIG_H -I. -I../libopkg -I/home/xurxo/trunk/staging_dir/host/include -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT gz_open.o -MD -MP -MF .deps/gz_open.Tpo -c -o gz_open.o gz_open.c
  94. gcc -DHAVE_CONFIG_H -I. -I../libopkg -I/home/xurxo/trunk/staging_dir/host/include -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT unzip.o -MD -MP -MF .deps/unzip.Tpo -c -o unzip.o unzip.c
  95. gcc -DHAVE_CONFIG_H -I. -I../libopkg -I/home/xurxo/trunk/staging_dir/host/include -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT wfopen.o -MD -MP -MF .deps/wfopen.Tpo -c -o wfopen.o wfopen.c
  96. unzip.c: In function 'unzip':
  97. unzip.c:1001:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  98. mv -f .deps/wfopen.Tpo .deps/wfopen.Po
  99. gcc -DHAVE_CONFIG_H -I. -I../libopkg -I/home/xurxo/trunk/staging_dir/host/include -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT unarchive.o -MD -MP -MF .deps/unarchive.Tpo -c -o unarchive.o unarchive.c
  100. mv -f .deps/gz_open.Tpo .deps/gz_open.Po
  101. gcc -DHAVE_CONFIG_H -I. -I../libopkg -I/home/xurxo/trunk/staging_dir/host/include -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT copy_file.o -MD -MP -MF .deps/copy_file.Tpo -c -o copy_file.o copy_file.c
  102. unarchive.c: In function 'deb_extract':
  103. unarchive.c:676:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  104. unarchive.c: In function 'get_header_ar':
  105. unarchive.c:392:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  106. unarchive.c: In function 'extract_archive':
  107. unarchive.c:139:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  108. unarchive.c:246:9: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result]
  109. mv -f .deps/copy_file.Tpo .deps/copy_file.Po
  110. gcc -DHAVE_CONFIG_H -I. -I../libopkg -I/home/xurxo/trunk/staging_dir/host/include -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT copy_file_chunk.o -MD -MP -MF .deps/copy_file_chunk.Tpo -c -o copy_file_chunk.o copy_file_chunk.c
  111. mv -f .deps/copy_file_chunk.Tpo .deps/copy_file_chunk.Po
  112. gcc -DHAVE_CONFIG_H -I. -I../libopkg -I/home/xurxo/trunk/staging_dir/host/include -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT xreadlink.o -MD -MP -MF .deps/xreadlink.Tpo -c -o xreadlink.o xreadlink.c
  113. mv -f .deps/xreadlink.Tpo .deps/xreadlink.Po
  114. gcc -DHAVE_CONFIG_H -I. -I../libopkg -I/home/xurxo/trunk/staging_dir/host/include -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT concat_path_file.o -MD -MP -MF .deps/concat_path_file.Tpo -c -o concat_path_file.o concat_path_file.c
  115. mv -f .deps/concat_path_file.Tpo .deps/concat_path_file.Po
  116. gcc -DHAVE_CONFIG_H -I. -I../libopkg -I/home/xurxo/trunk/staging_dir/host/include -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT xfuncs.o -MD -MP -MF .deps/xfuncs.Tpo -c -o xfuncs.o xfuncs.c
  117. mv -f .deps/unarchive.Tpo .deps/unarchive.Po
  118. mv -f .deps/unzip.Tpo .deps/unzip.Po
  119. gcc -DHAVE_CONFIG_H -I. -I../libopkg -I/home/xurxo/trunk/staging_dir/host/include -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT last_char_is.o -MD -MP -MF .deps/last_char_is.Tpo -c -o last_char_is.o last_char_is.c
  120. gcc -DHAVE_CONFIG_H -I. -I../libopkg -I/home/xurxo/trunk/staging_dir/host/include -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT make_directory.o -MD -MP -MF .deps/make_directory.Tpo -c -o make_directory.o make_directory.c
  121. mv -f .deps/xfuncs.Tpo .deps/xfuncs.Po
  122. gcc -DHAVE_CONFIG_H -I. -I../libopkg -I/home/xurxo/trunk/staging_dir/host/include -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT safe_strncpy.o -MD -MP -MF .deps/safe_strncpy.Tpo -c -o safe_strncpy.o safe_strncpy.c
  123. mv -f .deps/last_char_is.Tpo .deps/last_char_is.Po
  124. gcc -DHAVE_CONFIG_H -I. -I../libopkg -I/home/xurxo/trunk/staging_dir/host/include -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT parse_mode.o -MD -MP -MF .deps/parse_mode.Tpo -c -o parse_mode.o parse_mode.c
  125. mv -f .deps/make_directory.Tpo .deps/make_directory.Po
  126. gcc -DHAVE_CONFIG_H -I. -I../libopkg -I/home/xurxo/trunk/staging_dir/host/include -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT time_string.o -MD -MP -MF .deps/time_string.Tpo -c -o time_string.o time_string.c
  127. mv -f .deps/safe_strncpy.Tpo .deps/safe_strncpy.Po
  128. gcc -DHAVE_CONFIG_H -I. -I../libopkg -I/home/xurxo/trunk/staging_dir/host/include -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT all_read.o -MD -MP -MF .deps/all_read.Tpo -c -o all_read.o all_read.c
  129. mv -f .deps/parse_mode.Tpo .deps/parse_mode.Po
  130. gcc -DHAVE_CONFIG_H -I. -I../libopkg -I/home/xurxo/trunk/staging_dir/host/include -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT mode_string.o -MD -MP -MF .deps/mode_string.Tpo -c -o mode_string.o mode_string.c
  131. mv -f .deps/time_string.Tpo .deps/time_string.Po
  132. mv -f .deps/all_read.Tpo .deps/all_read.Po
  133. mv -f .deps/mode_string.Tpo .deps/mode_string.Po
  134. rm -f libbb.a
  135. ar cru libbb.a gz_open.o unzip.o wfopen.o unarchive.o copy_file.o copy_file_chunk.o xreadlink.o concat_path_file.o xfuncs.o last_char_is.o make_directory.o safe_strncpy.o parse_mode.o time_string.o all_read.o mode_string.o
  136. ranlib libbb.a
  137. make[5]: Leaving directory `/home/xurxo/trunk/build_dir/host/opkg-618/libbb'
  138. Making all in libopkg
  139. make[5]: Entering directory `/home/xurxo/trunk/build_dir/host/opkg-618/libopkg'
  140. make all-am
  141. make[6]: Entering directory `/home/xurxo/trunk/build_dir/host/opkg-618/libopkg'
  142. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT opkg.o -MD -MP -MF .deps/opkg.Tpo -c -o opkg.o opkg.c
  143. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT opkg_cmd.o -MD -MP -MF .deps/opkg_cmd.Tpo -c -o opkg_cmd.o opkg_cmd.c
  144. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT opkg_configure.o -MD -MP -MF .deps/opkg_configure.Tpo -c -o opkg_configure.o opkg_configure.c
  145. mv -f .deps/opkg_configure.Tpo .deps/opkg_configure.Po
  146. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT opkg_download.o -MD -MP -MF .deps/opkg_download.Tpo -c -o opkg_download.o opkg_download.c
  147. opkg.c: In function 'opkg_install_package':
  148. opkg.c:254:9: warning: variable 'ndepends' set but not used [-Wunused-but-set-variable]
  149. mv -f .deps/opkg_download.Tpo .deps/opkg_download.Po
  150. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT opkg_install.o -MD -MP -MF .deps/opkg_install.Tpo -c -o opkg_install.o opkg_install.c
  151. mv -f .deps/opkg.Tpo .deps/opkg.Po
  152. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT opkg_upgrade.o -MD -MP -MF .deps/opkg_upgrade.Tpo -c -o opkg_upgrade.o opkg_upgrade.c
  153. mv -f .deps/opkg_upgrade.Tpo .deps/opkg_upgrade.Po
  154. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT opkg_remove.o -MD -MP -MF .deps/opkg_remove.Tpo -c -o opkg_remove.o opkg_remove.c
  155. mv -f .deps/opkg_cmd.Tpo .deps/opkg_cmd.Po
  156. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT opkg_conf.o -MD -MP -MF .deps/opkg_conf.Tpo -c -o opkg_conf.o opkg_conf.c
  157. mv -f .deps/opkg_install.Tpo .deps/opkg_install.Po
  158. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT release.o -MD -MP -MF .deps/release.Tpo -c -o release.o release.c
  159. mv -f .deps/opkg_remove.Tpo .deps/opkg_remove.Po
  160. mv -f .deps/release.Tpo .deps/release.Po
  161. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT release_parse.o -MD -MP -MF .deps/release_parse.Tpo -c -o release_parse.o release_parse.c
  162. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT opkg_utils.o -MD -MP -MF .deps/opkg_utils.Tpo -c -o opkg_utils.o opkg_utils.c
  163. mv -f .deps/release_parse.Tpo .deps/release_parse.Po
  164. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT pkg.o -MD -MP -MF .deps/pkg.Tpo -c -o pkg.o pkg.c
  165. mv -f .deps/opkg_utils.Tpo .deps/opkg_utils.Po
  166. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT pkg_depends.o -MD -MP -MF .deps/pkg_depends.Tpo -c -o pkg_depends.o pkg_depends.c
  167. mv -f .deps/opkg_conf.Tpo .deps/opkg_conf.Po
  168. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT pkg_extract.o -MD -MP -MF .deps/pkg_extract.Tpo -c -o pkg_extract.o pkg_extract.c
  169. pkg_depends.c: In function 'is_pkg_a_replaces':
  170. pkg_depends.c:272:22: warning: variable 'replaces' set but not used [-Wunused-but-set-variable]
  171. pkg_depends.c: In function 'pkg_hash_fetch_conflicts':
  172. pkg_depends.c:298:9: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  173. mv -f .deps/pkg_extract.Tpo .deps/pkg_extract.Po
  174. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT hash_table.o -MD -MP -MF .deps/hash_table.Tpo -c -o hash_table.o hash_table.c
  175. mv -f .deps/hash_table.Tpo .deps/hash_table.Po
  176. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT pkg_hash.o -MD -MP -MF .deps/pkg_hash.Tpo -c -o pkg_hash.o pkg_hash.c
  177. mv -f .deps/pkg_hash.Tpo .deps/pkg_hash.Po
  178. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT pkg_parse.o -MD -MP -MF .deps/pkg_parse.Tpo -c -o pkg_parse.o pkg_parse.c
  179. mv -f .deps/pkg_depends.Tpo .deps/pkg_depends.Po
  180. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT pkg_vec.o -MD -MP -MF .deps/pkg_vec.Tpo -c -o pkg_vec.o pkg_vec.c
  181. mv -f .deps/pkg_vec.Tpo .deps/pkg_vec.Po
  182. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT file_util.o -MD -MP -MF .deps/file_util.Tpo -c -o file_util.o file_util.c
  183. mv -f .deps/pkg.Tpo .deps/pkg.Po
  184. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT opkg_message.o -MD -MP -MF .deps/opkg_message.Tpo -c -o opkg_message.o opkg_message.c
  185. mv -f .deps/pkg_parse.Tpo .deps/pkg_parse.Po
  186. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c
  187. mv -f .deps/opkg_message.Tpo .deps/opkg_message.Po
  188. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT parse_util.o -MD -MP -MF .deps/parse_util.Tpo -c -o parse_util.o parse_util.c
  189. mv -f .deps/file_util.Tpo .deps/file_util.Po
  190. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT cksum_list.o -MD -MP -MF .deps/cksum_list.Tpo -c -o cksum_list.o cksum_list.c
  191. mv -f .deps/parse_util.Tpo .deps/parse_util.Po
  192. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT sprintf_alloc.o -MD -MP -MF .deps/sprintf_alloc.Tpo -c -o sprintf_alloc.o sprintf_alloc.c
  193. mv -f .deps/sprintf_alloc.Tpo .deps/sprintf_alloc.Po
  194. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT xregex.o -MD -MP -MF .deps/xregex.Tpo -c -o xregex.o xregex.c
  195. mv -f .deps/cksum_list.Tpo .deps/cksum_list.Po
  196. mv -f .deps/md5.Tpo .deps/md5.Po
  197. mv -f .deps/xregex.Tpo .deps/xregex.Po
  198. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT xsystem.o -MD -MP -MF .deps/xsystem.Tpo -c -o xsystem.o xsystem.c
  199. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT conffile.o -MD -MP -MF .deps/conffile.Tpo -c -o conffile.o conffile.c
  200. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT conffile_list.o -MD -MP -MF .deps/conffile_list.Tpo -c -o conffile_list.o conffile_list.c
  201. mv -f .deps/conffile_list.Tpo .deps/conffile_list.Po
  202. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT nv_pair.o -MD -MP -MF .deps/nv_pair.Tpo -c -o nv_pair.o nv_pair.c
  203. mv -f .deps/conffile.Tpo .deps/conffile.Po
  204. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT nv_pair_list.o -MD -MP -MF .deps/nv_pair_list.Tpo -c -o nv_pair_list.o nv_pair_list.c
  205. mv -f .deps/xsystem.Tpo .deps/xsystem.Po
  206. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT pkg_dest.o -MD -MP -MF .deps/pkg_dest.Tpo -c -o pkg_dest.o pkg_dest.c
  207. mv -f .deps/nv_pair.Tpo .deps/nv_pair.Po
  208. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT pkg_dest_list.o -MD -MP -MF .deps/pkg_dest_list.Tpo -c -o pkg_dest_list.o pkg_dest_list.c
  209. mv -f .deps/pkg_dest.Tpo .deps/pkg_dest.Po
  210. mv -f .deps/nv_pair_list.Tpo .deps/nv_pair_list.Po
  211. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT pkg_src.o -MD -MP -MF .deps/pkg_src.Tpo -c -o pkg_src.o pkg_src.c
  212. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT pkg_src_list.o -MD -MP -MF .deps/pkg_src_list.Tpo -c -o pkg_src_list.o pkg_src_list.c
  213. mv -f .deps/pkg_dest_list.Tpo .deps/pkg_dest_list.Po
  214. mv -f .deps/pkg_src_list.Tpo .deps/pkg_src_list.Po
  215. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT str_list.o -MD -MP -MF .deps/str_list.Tpo -c -o str_list.o str_list.c
  216. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT void_list.o -MD -MP -MF .deps/void_list.Tpo -c -o void_list.o void_list.c
  217. mv -f .deps/pkg_src.Tpo .deps/pkg_src.Po
  218. gcc -DHAVE_CONFIG_H -I. -I/home/xurxo/trunk/staging_dir/host/include -Wall -DHOST_CPU_STR=\"i686\" -DBUILD_CPU=i686 -DLIBDIR=\"/home/xurxo/trunk/staging_dir/host/lib\" -DOPKGLIBDIR=\"/usr/lib\" -DOPKGETCDIR=\"/etc\" -DOPKGLOCKFILE=\"/tmp/opkg.lock\" -DDATADIR=\"/home/xurxo/trunk/staging_dir/host/share\" -I.. -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT active_list.o -MD -MP -MF .deps/active_list.Tpo -c -o active_list.o active_list.c
  219. mv -f .deps/void_list.Tpo .deps/void_list.Po
  220. mv -f .deps/str_list.Tpo .deps/str_list.Po
  221. mv -f .deps/active_list.Tpo .deps/active_list.Po
  222. rm -f libopkg.a
  223. ar cru libopkg.a opkg.o opkg_cmd.o opkg_configure.o opkg_download.o opkg_install.o opkg_upgrade.o opkg_remove.o opkg_conf.o release.o release_parse.o opkg_utils.o pkg.o pkg_depends.o pkg_extract.o hash_table.o pkg_hash.o pkg_parse.o pkg_vec.o file_util.o opkg_message.o md5.o parse_util.o cksum_list.o sprintf_alloc.o xregex.o xsystem.o conffile.o conffile_list.o nv_pair.o nv_pair_list.o pkg_dest.o pkg_dest_list.o pkg_src.o pkg_src_list.o str_list.o void_list.o active_list.o ../libbb/libbb.a
  224. ranlib libopkg.a
  225. make[6]: Leaving directory `/home/xurxo/trunk/build_dir/host/opkg-618/libopkg'
  226. make[5]: Leaving directory `/home/xurxo/trunk/build_dir/host/opkg-618/libopkg'
  227. Making all in src
  228. make[5]: Entering directory `/home/xurxo/trunk/build_dir/host/opkg-618/src'
  229. gcc -DHAVE_CONFIG_H -I. -I../libopkg -I/home/xurxo/trunk/staging_dir/host/include -I../libopkg -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT opkg-cl.o -MD -MP -MF .deps/opkg-cl.Tpo -c -o opkg-cl.o opkg-cl.c
  230. mv -f .deps/opkg-cl.Tpo .deps/opkg-cl.Po
  231. /bin/bash ../libtool --tag=CC --mode=link gcc -I../libopkg -O2 -I/home/xurxo/trunk/staging_dir/host/include -L/home/xurxo/trunk/staging_dir/host/lib -o opkg-cl opkg-cl.o ../libopkg/libopkg.a ../libbb/libbb.a
  232. OpenWrt-libtool: link: gcc -I../libopkg -O2 -I/home/xurxo/trunk/staging_dir/host/include -o opkg-cl opkg-cl.o -L/home/xurxo/trunk/staging_dir/host/lib ../libopkg/libopkg.a ../libbb/libbb.a
  233. make[5]: Leaving directory `/home/xurxo/trunk/build_dir/host/opkg-618/src'
  234. Making all in tests
  235. make[5]: Entering directory `/home/xurxo/trunk/build_dir/host/opkg-618/tests'
  236. gcc -DHAVE_CONFIG_H -I. -I../libopkg -I/home/xurxo/trunk/staging_dir/host/include -Wall -g -O3 -I../libopkg -O2 -I/home/xurxo/trunk/staging_dir/host/include -MT libopkg_test.o -MD -MP -MF .deps/libopkg_test.Tpo -c -o libopkg_test.o libopkg_test.c
  237. mv -f .deps/libopkg_test.Tpo .deps/libopkg_test.Po
  238. /bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -O3 -I../libopkg -O2 -I/home/xurxo/trunk/staging_dir/host/include -static -L/home/xurxo/trunk/staging_dir/host/lib -o libopkg_test libopkg_test.o ../libopkg/libopkg.a ../libbb/libbb.a
  239. OpenWrt-libtool: link: gcc -Wall -g -O3 -I../libopkg -O2 -I/home/xurxo/trunk/staging_dir/host/include -o libopkg_test libopkg_test.o -L/home/xurxo/trunk/staging_dir/host/lib ../libopkg/libopkg.a ../libbb/libbb.a
  240. make[5]: Leaving directory `/home/xurxo/trunk/build_dir/host/opkg-618/tests'
  241. Making all in utils
  242. make[5]: Entering directory `/home/xurxo/trunk/build_dir/host/opkg-618/utils'
  243. make[5]: Nothing to be done for `all'.
  244. make[5]: Leaving directory `/home/xurxo/trunk/build_dir/host/opkg-618/utils'
  245. Making all in man
  246. make[5]: Entering directory `/home/xurxo/trunk/build_dir/host/opkg-618/man'
  247. make[5]: Nothing to be done for `all'.
  248. make[5]: Leaving directory `/home/xurxo/trunk/build_dir/host/opkg-618/man'
  249. make[5]: Entering directory `/home/xurxo/trunk/build_dir/host/opkg-618'
  250. make[5]: Nothing to be done for `all-am'.
  251. make[5]: Leaving directory `/home/xurxo/trunk/build_dir/host/opkg-618'
  252. make[4]: Leaving directory `/home/xurxo/trunk/build_dir/host/opkg-618'
  253. touch /home/xurxo/trunk/build_dir/host/opkg-618/.built
  254. install -m0755 /home/xurxo/trunk/build_dir/host/opkg-618/src/opkg-cl /home/xurxo/trunk/staging_dir/host/bin/opkg
  255. mkdir -p /home/xurxo/trunk/staging_dir/host/stamp
  256. touch /home/xurxo/trunk/staging_dir/host/stamp/.opkg_installed
  257. make[3]: Leaving directory `/home/xurxo/trunk/package/opkg'
  258. make[2]: Leaving directory `/home/xurxo/trunk'
  259. make[1]: *** [/home/xurxo/trunk/staging_dir/target-mips_uClibc-0.9.33.2/stamp/.package_compile] Error 2
  260. make[1]: Leaving directory `/home/xurxo/trunk'
  261. make: *** [world] Error 2
  262. xurxo@xurxo-portatil:~/trunk$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement