HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of dev-libs/libevent/1.4.9-stable/1


Ignore:
Timestamp:
03/08/09 11:11:14 (6 years ago)
Author:
mmadia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dev-libs/libevent/1.4.9-stable/1

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

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/