| 1 | | |
| | 1 | Testing on Haiku-gcc2-r29322 |
| | 2 | |
| | 3 | |
| | 4 | /misc_obj/libevent-1.4.9-stable> buildLibevent.sh |
| | 5 | {{{ |
| | 6 | libtoolize: putting auxiliary files in `.'. |
| | 7 | libtoolize: linking file `./config.guess' |
| | 8 | libtoolize: linking file `./config.sub' |
| | 9 | libtoolize: linking file `./install-sh' |
| | 10 | libtoolize: linking file `./ltmain.sh' |
| | 11 | libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. |
| | 12 | libtoolize: linking file `m4/libtool.m4' |
| | 13 | libtoolize: You should add the contents of `m4/libtool.m4' to `aclocal.m4'. |
| | 14 | libtoolize: linking file `m4/ltoptions.m4' |
| | 15 | libtoolize: You should add the contents of `m4/ltoptions.m4' to `aclocal.m4'. |
| | 16 | libtoolize: linking file `m4/ltsugar.m4' |
| | 17 | libtoolize: You should add the contents of `m4/ltsugar.m4' to `aclocal.m4'. |
| | 18 | libtoolize: linking file `m4/ltversion.m4' |
| | 19 | libtoolize: linking file `m4/lt~obsolete.m4' |
| | 20 | libtoolize: You should add the contents of `m4/lt~obsolete.m4' to `aclocal.m4'. |
| | 21 | |
| | 22 | |
| | 23 | checking for a BSD-compatible install... /bin/install -c |
| | 24 | checking whether build environment is sane... yes |
| | 25 | checking for a thread-safe mkdir -p... /bin/mkdir -p |
| | 26 | checking for gawk... gawk |
| | 27 | checking whether make sets $(MAKE)... yes |
| | 28 | checking for gcc... gcc |
| | 29 | checking for C compiler default output file name... conftest |
| | 30 | checking whether the C compiler works... yes |
| | 31 | checking whether we are cross compiling... no |
| | 32 | checking for suffix of executables... |
| | 33 | checking for suffix of object files... o |
| | 34 | checking whether we are using the GNU C compiler... yes |
| | 35 | checking whether gcc accepts -g... yes |
| | 36 | checking for gcc option to accept ISO C89... none needed |
| | 37 | checking for style of include used by make... GNU |
| | 38 | checking dependency style of gcc... none |
| | 39 | checking for a BSD-compatible install... /bin/install -c |
| | 40 | checking whether ln -s works... yes |
| | 41 | checking how to run the C preprocessor... gcc -E |
| | 42 | checking for grep that handles long lines and -e... /bin/grep |
| | 43 | checking for egrep... /bin/grep -E |
| | 44 | checking whether gcc needs -traditional... no |
| | 45 | checking build system type... i586-pc-haiku |
| | 46 | checking host system type... i586-pc-haiku |
| | 47 | checking for a sed that does not truncate output... /bin/sed |
| | 48 | checking for fgrep... /bin/grep -F |
| | 49 | checking for ld used by gcc... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld |
| | 50 | checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNU ld... yes |
| | 51 | checking for BSD- or MS-compatible name lister (nm)... /boot/develop/tools/gnupro/bin/nm -B |
| | 52 | checking the name lister (/boot/develop/tools/gnupro/bin/nm -B) interface... BSD nm |
| | 53 | checking the maximum length of command line arguments... 32768 |
| | 54 | checking whether the shell understands some XSI constructs... yes |
| | 55 | checking whether the shell understands "+="... no |
| | 56 | checking for /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld option to reload object files... -r |
| | 57 | checking for objdump... objdump |
| | 58 | checking how to recognize dependent libraries... pass_all |
| | 59 | checking for ar... ar |
| | 60 | checking for strip... strip |
| | 61 | checking for ranlib... ranlib |
| | 62 | checking command to parse /boot/develop/tools/gnupro/bin/nm -B output from gcc object... ok |
| | 63 | checking for ANSI C header files... yes |
| | 64 | checking for sys/types.h... yes |
| | 65 | checking for sys/stat.h... yes |
| | 66 | checking for stdlib.h... yes |
| | 67 | checking for string.h... yes |
| | 68 | checking for memory.h... yes |
| | 69 | checking for strings.h... yes |
| | 70 | checking for inttypes.h... yes |
| | 71 | checking for stdint.h... yes |
| | 72 | checking for unistd.h... yes |
| | 73 | checking for dlfcn.h... yes |
| | 74 | checking for objdir... .libs |
| | 75 | checking if gcc supports -fno-rtti -fno-exceptions... yes |
| | 76 | checking for gcc option to produce PIC... -DPIC |
| | 77 | checking if gcc PIC flag -DPIC works... yes |
| | 78 | checking if gcc static flag works... yes |
| | 79 | checking if gcc supports -c -o file.o... yes |
| | 80 | checking if gcc supports -c -o file.o... (cached) yes |
| | 81 | checking whether the gcc linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... yes |
| | 82 | checking whether -lc should be explicitly linked in... yes |
| | 83 | checking dynamic linker characteristics... haiku runtime_loader |
| | 84 | checking how to hardcode library paths into programs... immediate |
| | 85 | checking whether stripping libraries is possible... yes |
| | 86 | checking if libtool supports shared libraries... yes |
| | 87 | checking whether to build shared libraries... yes |
| | 88 | checking whether to build static libraries... yes |
| | 89 | checking for socket in -lsocket... no |
| | 90 | checking for inet_aton in -lresolv... no |
| | 91 | checking for clock_gettime in -lrt... no |
| | 92 | checking for inet_ntoa in -lnsl... no |
| | 93 | checking for ANSI C header files... (cached) yes |
| | 94 | checking fcntl.h usability... yes |
| | 95 | checking fcntl.h presence... yes |
| | 96 | checking for fcntl.h... yes |
| | 97 | checking stdarg.h usability... yes |
| | 98 | checking stdarg.h presence... yes |
| | 99 | checking for stdarg.h... yes |
| | 100 | checking for inttypes.h... (cached) yes |
| | 101 | checking for stdint.h... (cached) yes |
| | 102 | checking poll.h usability... yes |
| | 103 | checking poll.h presence... yes |
| | 104 | checking for poll.h... yes |
| | 105 | checking signal.h usability... yes |
| | 106 | checking signal.h presence... yes |
| | 107 | checking for signal.h... yes |
| | 108 | checking for unistd.h... (cached) yes |
| | 109 | checking sys/epoll.h usability... no |
| | 110 | checking sys/epoll.h presence... no |
| | 111 | checking for sys/epoll.h... no |
| | 112 | checking sys/time.h usability... yes |
| | 113 | checking sys/time.h presence... yes |
| | 114 | checking for sys/time.h... yes |
| | 115 | checking sys/queue.h usability... no |
| | 116 | checking sys/queue.h presence... no |
| | 117 | checking for sys/queue.h... no |
| | 118 | checking sys/event.h usability... no |
| | 119 | checking sys/event.h presence... no |
| | 120 | checking for sys/event.h... no |
| | 121 | checking sys/param.h usability... yes |
| | 122 | checking sys/param.h presence... yes |
| | 123 | checking for sys/param.h... yes |
| | 124 | checking sys/ioctl.h usability... yes |
| | 125 | checking sys/ioctl.h presence... yes |
| | 126 | checking for sys/ioctl.h... yes |
| | 127 | checking sys/select.h usability... yes |
| | 128 | checking sys/select.h presence... yes |
| | 129 | checking for sys/select.h... yes |
| | 130 | checking sys/devpoll.h usability... no |
| | 131 | checking sys/devpoll.h presence... no |
| | 132 | checking for sys/devpoll.h... no |
| | 133 | checking port.h usability... no |
| | 134 | checking port.h presence... no |
| | 135 | checking for port.h... no |
| | 136 | checking netinet/in6.h usability... no |
| | 137 | checking netinet/in6.h presence... no |
| | 138 | checking for netinet/in6.h... no |
| | 139 | checking sys/socket.h usability... yes |
| | 140 | checking sys/socket.h presence... yes |
| | 141 | checking for sys/socket.h... yes |
| | 142 | checking for timeradd in sys/time.h... yes |
| | 143 | checking for timercmp in sys/time.h... yes |
| | 144 | checking for timerclear in sys/time.h... yes |
| | 145 | checking for timerisset in sys/time.h... yes |
| | 146 | checking for WIN32... no |
| | 147 | checking for an ANSI C-conforming const... yes |
| | 148 | checking for inline... inline |
| | 149 | checking whether time.h and sys/time.h may both be included... yes |
| | 150 | checking for gettimeofday... yes |
| | 151 | checking for vasprintf... yes |
| | 152 | checking for fcntl... yes |
| | 153 | checking for clock_gettime... no |
| | 154 | checking for strtok_r... yes |
| | 155 | checking for strsep... no |
| | 156 | checking for getaddrinfo... no |
| | 157 | checking for getnameinfo... no |
| | 158 | checking for strlcpy... yes |
| | 159 | checking for inet_ntop... no |
| | 160 | checking for signal... yes |
| | 161 | checking for sigaction... yes |
| | 162 | checking for strtoll... yes |
| | 163 | checking size of long... 4 |
| | 164 | checking for F_SETFD in fcntl.h... yes |
| | 165 | checking for select... yes |
| | 166 | checking for poll... yes |
| | 167 | checking for epoll_ctl... no |
| | 168 | checking for port_create... no |
| | 169 | checking for pid_t... yes |
| | 170 | checking for size_t... yes |
| | 171 | checking for uint64_t... yes |
| | 172 | checking for uint32_t... yes |
| | 173 | checking for uint16_t... yes |
| | 174 | checking for uint8_t... yes |
| | 175 | checking size of long long... 8 |
| | 176 | checking size of long... (cached) 4 |
| | 177 | checking size of int... 4 |
| | 178 | checking size of short... 2 |
| | 179 | checking for struct in6_addr... yes |
| | 180 | checking for socklen_t... yes |
| | 181 | checking whether our compiler supports __func__... yes |
| | 182 | configure: creating ./config.status |
| | 183 | config.status: creating Makefile |
| | 184 | config.status: creating test/Makefile |
| | 185 | config.status: creating sample/Makefile |
| | 186 | config.status: creating config.h |
| | 187 | config.status: executing depfiles commands |
| | 188 | config.status: executing libtool commands |
| | 189 | cd . && /bin/sh /misc_obj/libevent-1.4.9-stable/missing --run autoheader |
| | 190 | rm -f stamp-h1 |
| | 191 | touch config.h.in |
| | 192 | cd . && /bin/sh ./config.status config.h |
| | 193 | config.status: creating config.h |
| | 194 | config.status: config.h is unchanged |
| | 195 | echo '/* event-config.h' > event-config.h |
| | 196 | echo ' * Generated by autoconf; post-processed by libevent.' >> event-config.h |
| | 197 | echo ' * Do not edit this file.' >> event-config.h |
| | 198 | echo ' * Do not rely on macros in this file existing in later versions.'>> event-config.h |
| | 199 | echo ' */' >> event-config.h |
| | 200 | echo '#ifndef _EVENT_CONFIG_H_' >> event-config.h |
| | 201 | echo '#define _EVENT_CONFIG_H_' >> event-config.h |
| | 202 | sed -e 's/#define /#define _EVENT_/' \ |
| | 203 | -e 's/#undef /#undef _EVENT_/' \ |
| | 204 | -e 's/#ifndef /#ifndef _EVENT_/' < config.h >> event-config.h |
| | 205 | echo "#endif" >> event-config.h |
| | 206 | |
| | 207 | |
| | 208 | make all-recursive |
| | 209 | make[1]: Entering directory `/misc_obj/libevent-1.4.9-stable' |
| | 210 | Making all in . |
| | 211 | make[2]: Entering directory `/misc_obj/libevent-1.4.9-stable' |
| | 212 | /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat -g -O2 -Wall -c -o event.lo event.c |
| | 213 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -g -O2 -Wall -c event.c -DPIC -o .libs/event.o |
| | 214 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -g -O2 -Wall -c event.c -o event.o >/dev/null 2>&1 |
| | 215 | /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat -g -O2 -Wall -c -o buffer.lo buffer.c |
| | 216 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -g -O2 -Wall -c buffer.c -DPIC -o .libs/buffer.o |
| | 217 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -g -O2 -Wall -c buffer.c -o buffer.o >/dev/null 2>&1 |
| | 218 | /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat -g -O2 -Wall -c -o evbuffer.lo evbuffer.c |
| | 219 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -g -O2 -Wall -c evbuffer.c -DPIC -o .libs/evbuffer.o |
| | 220 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -g -O2 -Wall -c evbuffer.c -o evbuffer.o >/dev/null 2>&1 |
| | 221 | /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat -g -O2 -Wall -c -o log.lo log.c |
| | 222 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -g -O2 -Wall -c log.c -DPIC -o .libs/log.o |
| | 223 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -g -O2 -Wall -c log.c -o log.o >/dev/null 2>&1 |
| | 224 | /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat -g -O2 -Wall -c -o evutil.lo evutil.c |
| | 225 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -g -O2 -Wall -c evutil.c -DPIC -o .libs/evutil.o |
| | 226 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -g -O2 -Wall -c evutil.c -o evutil.o >/dev/null 2>&1 |
| | 227 | /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat -g -O2 -Wall -c -o event_tagging.lo event_tagging.c |
| | 228 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -g -O2 -Wall -c event_tagging.c -DPIC -o .libs/event_tagging.o |
| | 229 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -g -O2 -Wall -c event_tagging.c -o event_tagging.o >/dev/null 2>&1 |
| | 230 | /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat -g -O2 -Wall -c -o http.lo http.c |
| | 231 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -g -O2 -Wall -c http.c -DPIC -o .libs/http.o |
| | 232 | /misc_obj/libevent-1.4.9-stable/http.c:102: warning: `NI_NUMERICHOST' redefined |
| | 233 | /boot/develop/headers/posix/netdb.h:226: warning: this is the location of the previous definition |
| | 234 | /misc_obj/libevent-1.4.9-stable/http.c:103: warning: `NI_NUMERICSERV' redefined |
| | 235 | /boot/develop/headers/posix/netdb.h:228: warning: this is the location of the previous definition |
| | 236 | /misc_obj/libevent-1.4.9-stable/http.c: In function `fake_getnameinfo': |
| | 237 | /misc_obj/libevent-1.4.9-stable/http.c:121: warning: implicit declaration of function `inet_ntoa' |
| | 238 | /misc_obj/libevent-1.4.9-stable/http.c:122: warning: passing arg 2 of `strlcpy' makes pointer from integer without a cast |
| | 239 | /misc_obj/libevent-1.4.9-stable/http.c: At top level: |
| | 240 | /misc_obj/libevent-1.4.9-stable/http.c:145: redefinition of `struct addrinfo' |
| | 241 | make[2]: *** [http.lo] Error 1 |
| | 242 | make[2]: Leaving directory `/misc_obj/libevent-1.4.9-stable' |
| | 243 | make[1]: *** [all-recursive] Error 1 |
| | 244 | make[1]: Leaving directory `/misc_obj/libevent-1.4.9-stable' |
| | 245 | make: *** [all] Error 2 |
| | 246 | /misc_obj/libevent-1.4.9-stable> |
| | 247 | }}} |
| | 248 | |
| | 249 | |
| | 250 | |