venture37

bootstrap pkgsrc-current on BSDi 4.1 failed

Oct 17th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.69 KB | None | 0 0
  1. BSDi: {7} % gcc -v
  2. Using builtin specs.
  3. gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
  4. BSDi: {8} % ./bootstrap --unprivileged
  5. ===> bootstrap command: ./bootstrap --unprivileged
  6. ===> bootstrap started: Sun Oct 18 04:35:06 CEST 2015
  7. This platform (BSDOS) is untried - good luck, and thanks for using pkgsrc
  8. Working directory is: /usr/home/sme/pkgsrc/bootstrap/work
  9. ===> running: /usr/bin/sed -e 's|@DEFAULT_INSTALL_MODE@|'0755'|' /usr/home/sme/pkgsrc/sysutils/install-sh/files/install-sh.in > /usr/home/sme/pkgsrc/bootstrap/work/bin/install-sh
  10. ===> running: /bin/chmod +x /usr/home/sme/pkgsrc/bootstrap/work/bin/install-sh
  11. ===> building as unprivileged user sme/user
  12. ===> Creating default mk.conf in /usr/home/sme/pkgsrc/bootstrap/work
  13. ===> running: /bin/sh /usr/home/sme/pkgsrc/bootstrap/work/bin/install-sh -d -o sme -g user /usr/home/sme/pkgsrc/bootstrap/work/sbin
  14. ===> running: /bin/sh /usr/home/sme/pkgsrc/bootstrap/work/bin/install-sh -d -o sme -g user /usr/home/sme/pkgsrc/bootstrap/work/share/mk
  15. ===> Bootstrapping mk-files
  16. ===> running: (cd /usr/home/sme/pkgsrc/pkgtools/bootstrap-mk-files/files && env CP=/bin/cp OPSYS=BSDOS MK_DST=/usr/home/sme/pkgsrc/bootstrap/work/share/mk ROOT_GROUP=wheel ROOT_USER=root SED=/usr/bin/sed SYSCONFDIR=/usr/home/sme/pkg/etc /bin/sh ./bootstrap.sh)
  17. ===> Bootstrapping bmake
  18. ===> running: /bin/sh /usr/home/sme/pkgsrc/bootstrap/work/bin/install-sh -d -o sme -g user /usr/home/sme/pkgsrc/bootstrap/work/bmake
  19. ===> running: (cd /usr/home/sme/pkgsrc/bootstrap/work/bmake && /bin/sh configure --with-default-sys-path=/usr/home/sme/pkgsrc/bootstrap/work/share/mk --prefix=/usr/home/sme/pkgsrc/bootstrap/work )
  20. checking for gcc... gcc
  21. checking for C compiler default output file name... a.out
  22. checking whether the C compiler works... yes
  23. checking whether we are cross compiling... no
  24. checking for suffix of executables...
  25. checking for suffix of object files... o
  26. checking whether we are using the GNU C compiler... yes
  27. checking whether gcc accepts -g... yes
  28. checking for gcc option to accept ISO C89... none needed
  29. checking how to run the C preprocessor... gcc -E
  30. checking for grep that handles long lines and -e... /bin/grep
  31. checking for egrep... /bin/grep -E
  32. checking for ANSI C header files... yes
  33. checking for sys/types.h... yes
  34. checking for sys/stat.h... yes
  35. checking for stdlib.h... yes
  36. checking for string.h... yes
  37. checking for memory.h... yes
  38. checking for strings.h... yes
  39. checking for inttypes.h... no
  40. checking for stdint.h... no
  41. checking for unistd.h... yes
  42. checking minix/config.h usability... no
  43. checking minix/config.h presence... no
  44. checking for minix/config.h... no
  45. checking whether it is safe to define __EXTENSIONS__... yes
  46. checking for gcc... (cached) gcc
  47. checking whether we are using the GNU C compiler... (cached) yes
  48. checking whether gcc accepts -g... (cached) yes
  49. checking for gcc option to accept ISO C89... (cached) none needed
  50. checking whether gcc needs -traditional... no
  51. checking for a BSD-compatible install... /usr/bin/install -c
  52. Using: BMAKE_PATH_MAX=1024
  53. checking for ANSI C header files... (cached) yes
  54. checking for sys/wait.h that is POSIX.1 compatible... yes
  55. checking for dirent.h that defines DIR... yes
  56. checking for library containing opendir... none required
  57. checking ar.h usability... yes
  58. checking ar.h presence... yes
  59. checking for ar.h... yes
  60. checking err.h usability... yes
  61. checking err.h presence... yes
  62. checking for err.h... yes
  63. checking fcntl.h usability... yes
  64. checking fcntl.h presence... yes
  65. checking for fcntl.h... yes
  66. checking paths.h usability... yes
  67. checking paths.h presence... yes
  68. checking for paths.h... yes
  69. checking poll.h usability... no
  70. checking poll.h presence... no
  71. checking for poll.h... no
  72. checking ranlib.h usability... yes
  73. checking ranlib.h presence... yes
  74. checking for ranlib.h... yes
  75. checking for string.h... (cached) yes
  76. checking sys/mman.h usability... yes
  77. checking sys/mman.h presence... yes
  78. checking for sys/mman.h... yes
  79. checking sys/select.h usability... yes
  80. checking sys/select.h presence... yes
  81. checking for sys/select.h... yes
  82. checking sys/socket.h usability... yes
  83. checking sys/socket.h presence... yes
  84. checking for sys/socket.h... yes
  85. checking sys/sysctl.h usability... no
  86. checking sys/sysctl.h presence... yes
  87. configure: WARNING: sys/sysctl.h: present but cannot be compiled
  88. configure: WARNING: sys/sysctl.h: check for missing prerequisite headers?
  89. configure: WARNING: sys/sysctl.h: see the Autoconf documentation
  90. configure: WARNING: sys/sysctl.h: section "Present But Cannot Be Compiled"
  91. configure: WARNING: sys/sysctl.h: proceeding with the compiler's result
  92. configure: WARNING: ## ----------------------------- ##
  93. configure: WARNING: ## Report this to [email protected] ##
  94. configure: WARNING: ## ----------------------------- ##
  95. checking for sys/sysctl.h... no
  96. checking sys/time.h usability... yes
  97. checking sys/time.h presence... yes
  98. checking for sys/time.h... yes
  99. checking sys/uio.h usability... yes
  100. checking sys/uio.h presence... yes
  101. checking for sys/uio.h... yes
  102. checking for unistd.h... (cached) yes
  103. checking utime.h usability... yes
  104. checking utime.h presence... yes
  105. checking for utime.h... yes
  106. checking sys/cdefs.h usability... yes
  107. checking sys/cdefs.h presence... yes
  108. checking for sys/cdefs.h... yes
  109. checking whether sys/cdefs.h is compatible... no
  110. checking for __attribute__... yes
  111. checking whether byte ordering is bigendian... no
  112. checking for an ANSI C-conforming const... yes
  113. checking for off_t... yes
  114. checking for pid_t... yes
  115. checking for size_t... yes
  116. checking whether sys_siglist is declared... yes
  117. checking whether time.h and sys/time.h may both be included... yes
  118. checking whether struct tm is in sys/time.h or time.h... time.h
  119. checking return type of signal handlers... void
  120. checking vfork.h usability... no
  121. checking vfork.h presence... no
  122. checking for vfork.h... no
  123. checking for fork... yes
  124. checking for vfork... yes
  125. checking for working fork... yes
  126. checking for working vfork... (cached) yes
  127. checking for vprintf... yes
  128. checking for _doprnt... no
  129. checking for wait3 that fills in rusage... yes
  130. checking for err... yes
  131. checking for errx... yes
  132. checking for getcwd... yes
  133. checking for getenv... yes
  134. checking for getopt... yes
  135. checking for getwd... yes
  136. checking for killpg... yes
  137. checking for mmap... yes
  138. checking for putenv... yes
  139. checking for select... yes
  140. checking for setenv... yes
  141. checking for setpgid... yes
  142. checking for setsid... yes
  143. checking for sigaction... yes
  144. checking for sigvec... yes
  145. checking for snprintf... yes
  146. checking for strerror... yes
  147. checking for strftime... yes
  148. checking for strsep... yes
  149. checking for strtod... yes
  150. checking for strtol... yes
  151. checking for sysctl... yes
  152. checking for unsetenv... yes
  153. checking for vsnprintf... yes
  154. checking for wait3... yes
  155. checking for wait4... yes
  156. checking for waitpid... yes
  157. checking for warn... yes
  158. checking for warnx... yes
  159. checking for realpath... yes
  160. checking for dirname... no
  161. checking for stresep... no
  162. checking for strlcpy... no
  163. checking for emalloc in -lutil... no
  164. checking whether stat file-mode macros are broken... no
  165. checking for struct stat.st_rdev... yes
  166. checking if compiler supports __func__
  167. checking if diff -u works... yes
  168. checking for MACHINE & MACHINE_ARCH...
  169. defaults: MACHINE=i386, MACHINE_ARCH=i386
  170. Using: MACHINE=i386, MACHINE_ARCH=i386
  171. Using: MKSRC=mk
  172. configure: creating ./config.status
  173. config.status: creating makefile
  174. config.status: creating Makefile.config
  175. config.status: creating make-bootstrap.sh
  176. config.status: creating unit-tests/Makefile
  177. config.status: creating config.h
  178.  
  179. You can now run
  180.  
  181. sh ./make-bootstrap.sh
  182.  
  183. to produce a fully functional bmake.
  184.  
  185. ===> running: (cd /usr/home/sme/pkgsrc/bootstrap/work/bmake && /bin/sh make-bootstrap.sh)
  186. gcc -c -g -O2 -I. -I/usr/home/sme/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/home/sme/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -DMAKE_VERSION="20150505" -DMACHINE="i386" -DMACHINE_ARCH="i386" -D_PATH_DEFSYSPATH="/usr/home/sme/pkgsrc/bootstrap/work/share/mk" -o main.o /usr/home/sme/pkgsrc/bootstrap/work/bmake/main.c
  187. gcc -c -g -O2 -I. -I/usr/home/sme/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/home/sme/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o arch.o /usr/home/sme/pkgsrc/bootstrap/work/bmake/arch.c
  188. gcc -c -g -O2 -I. -I/usr/home/sme/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/home/sme/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o buf.o /usr/home/sme/pkgsrc/bootstrap/work/bmake/buf.c
  189. gcc -c -g -O2 -I. -I/usr/home/sme/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/home/sme/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o compat.o /usr/home/sme/pkgsrc/bootstrap/work/bmake/compat.c
  190. gcc -c -g -O2 -I. -I/usr/home/sme/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/home/sme/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o cond.o /usr/home/sme/pkgsrc/bootstrap/work/bmake/cond.c
  191. gcc -c -g -O2 -I. -I/usr/home/sme/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/home/sme/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o dir.o /usr/home/sme/pkgsrc/bootstrap/work/bmake/dir.c
  192. gcc -c -g -O2 -I. -I/usr/home/sme/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/home/sme/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o for.o /usr/home/sme/pkgsrc/bootstrap/work/bmake/for.c
  193. gcc -c -g -O2 -I. -I/usr/home/sme/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/home/sme/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o getopt /usr/home/sme/pkgsrc/bootstrap/work/bmake/getopt.c
  194. gcc -c -g -O2 -I. -I/usr/home/sme/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/home/sme/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o hash.o /usr/home/sme/pkgsrc/bootstrap/work/bmake/hash.c
  195. gcc -c -g -O2 -I. -I/usr/home/sme/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/home/sme/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o job.o /usr/home/sme/pkgsrc/bootstrap/work/bmake/job.c
  196. gcc -c -g -O2 -I. -I/usr/home/sme/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/home/sme/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o make.o /usr/home/sme/pkgsrc/bootstrap/work/bmake/make.c
  197. gcc -c -g -O2 -I. -I/usr/home/sme/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/home/sme/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o make_malloc.o /usr/home/sme/pkgsrc/bootstrap/work/bmake/make_malloc.c
  198. gcc -c -g -O2 -I. -I/usr/home/sme/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/usr/home/sme/pkgsrc/bootstrap/work/bmake/missing -DNEED_HOST_CDEFS_H -DMAKE_NATIVE -DUSE_META -DBMAKE_PATH_MAX=1024 -o parse.o /usr/home/sme/pkgsrc/bootstrap/work/bmake/parse.c
  199. /usr/home/sme/pkgsrc/bootstrap/work/bmake/parse.c: In function `loadfile':
  200. /usr/home/sme/pkgsrc/bootstrap/work/bmake/parse.c:511: `_SC_PAGESIZE' undeclared (first use in this function)
  201. /usr/home/sme/pkgsrc/bootstrap/work/bmake/parse.c:511: (Each undeclared identifier is reported only once
  202. /usr/home/sme/pkgsrc/bootstrap/work/bmake/parse.c:511: for each function it appears in.)
  203. ===> exited with status 1
  204. aborted.
  205. BSDi: {9} % uname -a
  206. BSD/OS BSDi 4.1 BSDI BSD/OS 4.1 Kernel #0: Thu Nov 18 15:10:44 MST 1999 [email protected]:/hrel/proto/4.1-i386/usr/src/sys/compile/GENERIC i386
Advertisement
Add Comment
Please, Sign In to add comment