ports/153266: net-im/libnice: Does not install libnice.so.0 properly (missing: nice.0)

O. Hartmann ohartman at mail.zedat.fu-berlin.de
Fri Dec 24 11:56:27 UTC 2010


On 12/19/10 17:55, Jeremy Messenger wrote:
> On Sun, Dec 19, 2010 at 6:20 AM, O. Hartmann
> <ohartman at mail.zedat.fu-berlin.de>  wrote:
>> On 12/18/10 21:20, mezz at FreeBSD.org wrote:
>>>
>>> Synopsis: net-im/libnice: Does not install libnice.so.0 properly (missing:
>>> nice.0)
>>>
>>> State-Changed-From-To: open->feedback
>>> State-Changed-By: mezz
>>> State-Changed-When: Sat Dec 18 20:19:47 UTC 2010
>>> State-Changed-Why:
>>> It looks like your libtool got broke or something. You need to make sure
>>> you
>>> have libtool installation fixed by follow in the /usr/ports/UPDATING or
>>> just
>>> reinstall your libtool and try it again. If you still get same result,
>>> please
>>> follow this:
>>>
>>>         http://www.freebsd.org/gnome/docs/bugging.html
>>>
>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=153266
>>
>> I made it my habit following /usr/ports/UPDATING before updating the ports.
>> So I foloowed the instructions updating all the autotools ports as
>> recommended with in the appropriate entry of that file.
>>
>> Well, I'm a little bit confused. On all boxes I run with FreeBSD 8/9 libnice
>> gets installed as 'libnice.so.9', but, for instance, farsight2 checks for
>> the dependency of nice.0 instead of nice.9. Adjusting this 'typeo' from 0 ->
>> 9 makes things run well.
>>
>> Well, I thought this is an error in libnice, maybe I'm wrong and it is a
>> typo in farsight2. If libnice.so.9 is correct, then I suggest moving the
>> whole thing over to an error report for net-im/farsight2 and my apologies,
>> if it is so ...
>
> It installs as libnice.so.0 and farsight2 checks for nice.0 are
> correct, not 9. Umm... It sounds like somehow your ports tree's
> USE_GNOME=ltverhack is broke. Without that, it will installing as
> libnice.so.9. The USE_GNOME=ltverhack is coming from
> /usr/ports/Mk/bsd.gnome.mk. Is your bsd.gnome.mk up to date? Or maybe
> your libtool is broke too. I am not sure why your ports tree's
> USE_GNOME=ltverhack doesn't work though. How does your make.conf looks
> like?
>
> Cheers,
> Mezz
>
>
>> Regards,
>> Oliver
>
>

Hello Mezz,

My OS on all boxes in questions are upt to date, even the ports-tree is 
upd to date. To be sure, I deleted the whole tree and reinstalled 
everything. But it doesn't help. Attached you'll find the console output 
of the net-im/farsight2 build, below this messages those reports 
directed to stderr.

As I wrote earlier - it doesn't seem to make any difference whether I 
use the original (or none) make.conf or the one I use for configuration 
some special ports. I even tried on a fresh installation in a VirtuelBox 
of FreeBSD 9.0-CURRENT/amd64. But to make things clear, I will attach 
make.conf also.

Merry Christmas,
Oliver

----
aclocal.m4:16: warning: this file was generated for autoconf 2.65.
You have another version of autoconf.  It may work, but is not 
guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 
`autoreconf'.
configure.ac:48: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call 
detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
aclocal.m4:1099: _LT_SYS_MODULE_PATH_AIX is expanded from...
aclocal.m4:4247: _LT_LINKER_SHLIBS is expanded from...
aclocal.m4:5330: _LT_LANG_C_CONFIG is expanded from...
aclocal.m4:221: _LT_SETUP is expanded from...
aclocal.m4:150: LT_INIT is expanded from...
aclocal.m4:185: AC_PROG_LIBTOOL is expanded from...
configure.ac:48: the top level
configure.ac:48: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call 
detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
aclocal.m4:4247: _LT_LINKER_SHLIBS is expanded from...
aclocal.m4:5330: _LT_LANG_C_CONFIG is expanded from...
aclocal.m4:221: _LT_SETUP is expanded from...
aclocal.m4:150: LT_INIT is expanded from...
aclocal.m4:185: AC_PROG_LIBTOOL is expanded from...
configure.ac:48: the top level
agent.c:123: warning: missing initializer
agent.c:123: warning: (near initialization for 'agent_mutex.depth')
interfaces.c: In function 'nice_interfaces_get_local_ips':
interfaces.c:184: warning: unused variable 'ret'
pseudotcp.c: In function 'attempt_send':
pseudotcp.c:1281: warning: format '%d' expects type 'int', but argument 
10 has type 'long unsigned int'
libtool: install: warning: relinking `libgstnice.la'
-------------- next part --------------
===>  Cleaning for farsight2-0.0.22
===>  Vulnerability check disabled, database not found
===>  License check disabled, port has not defined LICENSE
===>  Extracting for farsight2-0.0.22
=> SHA256 Checksum OK for farsight2-0.0.22.tar.gz.
===>  Patching for farsight2-0.0.22
===>   farsight2-0.0.22 depends on package: libtool>=2.2 - found
/bin/cp -pf /usr/local/share/libtool/config/ltmain.sh /usr/ports/net-im/farsight2/work/gnome-ltmain.sh && /bin/cp -pf /usr/local/bin/libtool /usr/ports/net-im/farsight2/work/gnome-libtool && for file in configure; do /usr/bin/sed -i.bak -e '/^ltmain=/!s|$ac_aux_dir/ltmain\.sh| /usr/ports/net-im/farsight2/work/gnome-ltmain.sh|g;  /^LIBTOOL=/s|$(top_builddir)/libtool|/usr/ports/net-im/farsight2/work/gnome-libtool|g' /usr/ports/net-im/farsight2/work/farsight2-0.0.22/$file; done; for file in gnome-ltmain.sh gnome-libtool; do if [ -f /usr/ports/net-im/farsight2/work/$file ]; then /usr/bin/sed -i.bak -e '/freebsd-elf)/,/;;/ s|major="\.$current"|major=.`expr $current - $age`|;  /freebsd-elf)/,/;;/ s|versuffix="\.$current"|versuffix="$major"|' /usr/ports/net-im/farsight2/work/$file; fi; done ; /usr/bin/find /usr/ports/net-im/farsight2/work/farsight2-0.0.22 -name "Makefile.in*" -type f | /usr/bin/xargs /usr/bin/sed -i.bak -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g ;  s|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ;  s|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ;  s|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g ;  s|[$][(]localstatedir[)]/scrollkeeper|/var/db/rarian|g ;  s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g' ; /usr/bin/find /usr/ports/net-im/farsight2/work/farsight2-0.0.22 -name "configure" -type f | /usr/bin/xargs /usr/bin/sed -i.bak -e 's|-lpthread|-pthread|g ;  s|DATADIRNAME=lib|DATADIRNAME=share|g ;  s|{libdir}/locale|{prefix}/share/locale|g'
===>  Applying FreeBSD patches for farsight2-0.0.22
===>   farsight2-0.0.22 depends on file: /usr/local/bin/python2.6 - found
===>   farsight2-0.0.22 depends on executable: gmake - found
===>   farsight2-0.0.22 depends on package: gstreamer-plugins-core>=0.10.0 - found
===>   farsight2-0.0.22 depends on package: gstreamer-plugins-good>=0.10.0 - found
===>   farsight2-0.0.22 depends on package: gstreamer-plugins-bad>=0.10.0 - found
===>   farsight2-0.0.22 depends on package: py26-gstreamer>=0.10.4 - found
===>   farsight2-0.0.22 depends on package: libtool>=2.2 - found
===>   farsight2-0.0.22 depends on file: /usr/local/bin/intltool-extract - found
===>   farsight2-0.0.22 depends on executable: pkg-config - found
===>   farsight2-0.0.22 depends on file: /usr/local/libdata/pkgconfig/pygtk-2.0.pc - found
===>   farsight2-0.0.22 depends on shared library: nice.0 - not found
===>    Verifying install for nice.0 in /usr/ports/net-im/libnice
===>  Vulnerability check disabled, database not found
===>  License check disabled, port has not defined LICENSE
===>  Extracting for libnice-0.0.13_2
=> SHA256 Checksum OK for libnice-0.0.13.tar.gz.
===>  Patching for libnice-0.0.13_2
===>   libnice-0.0.13_2 depends on package: libtool>=2.2 - found
/bin/cp -pf /usr/local/share/libtool/config/ltmain.sh /usr/ports/net-im/libnice/work/gnome-ltmain.sh && /bin/cp -pf /usr/local/bin/libtool /usr/ports/net-im/libnice/work/gnome-libtool && for file in configure; do /usr/bin/sed -i.bak -e '/^ltmain=/!s|$ac_aux_dir/ltmain\.sh| /usr/ports/net-im/libnice/work/gnome-ltmain.sh|g;  /^LIBTOOL=/s|$(top_builddir)/libtool|/usr/ports/net-im/libnice/work/gnome-libtool|g' /usr/ports/net-im/libnice/work/libnice-0.0.13/$file; done; for file in gnome-ltmain.sh gnome-libtool; do if [ -f /usr/ports/net-im/libnice/work/$file ]; then /usr/bin/sed -i.bak -e '/freebsd-elf)/,/;;/ s|major="\.$current"|major=.`expr $current - $age`|;  /freebsd-elf)/,/;;/ s|versuffix="\.$current"|versuffix="$major"|' /usr/ports/net-im/libnice/work/$file; fi; done ; /usr/bin/find /usr/ports/net-im/libnice/work/libnice-0.0.13 -name "Makefile.in*" -type f | /usr/bin/xargs /usr/bin/sed -i.bak -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g ;  s|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ;  s|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ;  s|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g ;  s|[$][(]localstatedir[)]/scrollkeeper|/var/db/rarian|g ;  s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g' ; /usr/bin/find /usr/ports/net-im/libnice/work/libnice-0.0.13 -name "configure" -type f | /usr/bin/xargs /usr/bin/sed -i.bak -e 's|-lpthread|-pthread|g ;  s|DATADIRNAME=lib|DATADIRNAME=share|g ;  s|{libdir}/locale|{prefix}/share/locale|g'
===>  Applying FreeBSD patches for libnice-0.0.13_2
===>   libnice-0.0.13_2 depends on executable: gmake - found
===>   libnice-0.0.13_2 depends on package: gstreamer-plugins>=0.10.0 - found
===>   libnice-0.0.13_2 depends on package: libtool>=2.2 - found
===>   libnice-0.0.13_2 depends on executable: pkg-config - found
===>   libnice-0.0.13_2 depends on shared library: intl - found
===>   libnice-0.0.13_2 depends on shared library: glib-2.0.0 - found
===>  Configuring for libnice-0.0.13_2
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by gmake... GNU
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking build system type... amd64-portbld-freebsd9.0
checking host system type... amd64-portbld-freebsd9.0
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/local/bin/nm -B
checking the name lister (/usr/local/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/local/bin/nm -B output from cc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd9.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for C/C++ restrict keyword... __restrict
checking for variable-length arrays... yes
checking whether to enable assertions... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking net/in.h usability... no
checking net/in.h presence... no
checking for net/in.h... no
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
configure: set LIBNICE_CFLAGS to -Wall
checking for clock_gettime in -lrt... yes
checking for poll... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for GST... yes
checking for GUPNP... no
checking for gtkdoc-check... no
checking for gtkdoc-rebase... no
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating agent/Makefile
config.status: creating stun/Makefile
config.status: creating stun/tests/Makefile
config.status: creating stun/tools/Makefile
config.status: creating socket/Makefile
config.status: creating nice/Makefile
config.status: creating nice/nice.pc
config.status: creating random/Makefile
config.status: creating gst/Makefile
config.status: creating docs/Makefile
config.status: creating docs/reference/Makefile
config.status: creating docs/reference/libnice/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
===>  Building for libnice-0.0.13_2
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/ports/net-im/libnice/work/libnice-0.0.13/missing --run autoconf
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=amd64-portbld-freebsd9.0 build_alias=amd64-portbld-freebsd9.0 CC=cc CFLAGS=-O2 -pipe -march=native -fno-strict-aliasing LDFLAGS=-L/usr/local/lib CPPFLAGS=-I/usr/local/include -DHAVE_GETIFADDRS CPP=cpp --no-create --no-recursion
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking build system type... amd64-portbld-freebsd9.0
checking host system type... amd64-portbld-freebsd9.0
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/local/bin/nm -B
checking the name lister (/usr/local/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/local/bin/nm -B output from cc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd9.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for C/C++ restrict keyword... __restrict
checking for variable-length arrays... yes
checking whether to enable assertions... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking net/in.h usability... no
checking net/in.h presence... no
checking for net/in.h... no
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
configure: set LIBNICE_CFLAGS to -Wall
checking for clock_gettime in -lrt... yes
checking for poll... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for GST... yes
checking for GUPNP... no
checking for gtkdoc-check... no
checking for gtkdoc-rebase... no
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
configure: creating ./config.status
 /bin/sh ./config.status
config.status: creating Makefile
config.status: creating agent/Makefile
config.status: creating stun/Makefile
config.status: creating stun/tests/Makefile
config.status: creating stun/tools/Makefile
config.status: creating socket/Makefile
config.status: creating nice/Makefile
config.status: creating nice/nice.pc
config.status: creating random/Makefile
config.status: creating gst/Makefile
config.status: creating docs/Makefile
config.status: creating docs/reference/Makefile
config.status: creating docs/reference/libnice/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
gmake  all-recursive
gmake[1]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13'
Making all in stun
gmake[2]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun'
Making all in .
gmake[3]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun'
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -O2 -pipe -march=native -fno-strict-aliasing -MT stunagent.lo -MD -MP -MF .deps/stunagent.Tpo -c -o stunagent.lo stunagent.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT stunagent.lo -MD -MP -MF .deps/stunagent.Tpo -c stunagent.c  -fPIC -DPIC -o .libs/stunagent.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT stunagent.lo -MD -MP -MF .deps/stunagent.Tpo -c stunagent.c -o stunagent.o >/dev/null 2>&1
mv -f .deps/stunagent.Tpo .deps/stunagent.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -O2 -pipe -march=native -fno-strict-aliasing -MT stunmessage.lo -MD -MP -MF .deps/stunmessage.Tpo -c -o stunmessage.lo stunmessage.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT stunmessage.lo -MD -MP -MF .deps/stunmessage.Tpo -c stunmessage.c  -fPIC -DPIC -o .libs/stunmessage.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT stunmessage.lo -MD -MP -MF .deps/stunmessage.Tpo -c stunmessage.c -o stunmessage.o >/dev/null 2>&1
mv -f .deps/stunmessage.Tpo .deps/stunmessage.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -O2 -pipe -march=native -fno-strict-aliasing -MT stun5389.lo -MD -MP -MF .deps/stun5389.Tpo -c -o stun5389.lo stun5389.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT stun5389.lo -MD -MP -MF .deps/stun5389.Tpo -c stun5389.c  -fPIC -DPIC -o .libs/stun5389.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT stun5389.lo -MD -MP -MF .deps/stun5389.Tpo -c stun5389.c -o stun5389.o >/dev/null 2>&1
mv -f .deps/stun5389.Tpo .deps/stun5389.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -O2 -pipe -march=native -fno-strict-aliasing -MT stuncrc32.lo -MD -MP -MF .deps/stuncrc32.Tpo -c -o stuncrc32.lo stuncrc32.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT stuncrc32.lo -MD -MP -MF .deps/stuncrc32.Tpo -c stuncrc32.c  -fPIC -DPIC -o .libs/stuncrc32.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT stuncrc32.lo -MD -MP -MF .deps/stuncrc32.Tpo -c stuncrc32.c -o stuncrc32.o >/dev/null 2>&1
mv -f .deps/stuncrc32.Tpo .deps/stuncrc32.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -O2 -pipe -march=native -fno-strict-aliasing -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c -o sha1.lo sha1.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c sha1.c  -fPIC -DPIC -o .libs/sha1.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c sha1.c -o sha1.o >/dev/null 2>&1
mv -f .deps/sha1.Tpo .deps/sha1.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -O2 -pipe -march=native -fno-strict-aliasing -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c  -fPIC -DPIC -o .libs/md5.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o >/dev/null 2>&1
mv -f .deps/md5.Tpo .deps/md5.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -O2 -pipe -march=native -fno-strict-aliasing -MT rand.lo -MD -MP -MF .deps/rand.Tpo -c -o rand.lo rand.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT rand.lo -MD -MP -MF .deps/rand.Tpo -c rand.c  -fPIC -DPIC -o .libs/rand.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT rand.lo -MD -MP -MF .deps/rand.Tpo -c rand.c -o rand.o >/dev/null 2>&1
mv -f .deps/rand.Tpo .deps/rand.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -O2 -pipe -march=native -fno-strict-aliasing -MT stunhmac.lo -MD -MP -MF .deps/stunhmac.Tpo -c -o stunhmac.lo stunhmac.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT stunhmac.lo -MD -MP -MF .deps/stunhmac.Tpo -c stunhmac.c  -fPIC -DPIC -o .libs/stunhmac.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT stunhmac.lo -MD -MP -MF .deps/stunhmac.Tpo -c stunhmac.c -o stunhmac.o >/dev/null 2>&1
mv -f .deps/stunhmac.Tpo .deps/stunhmac.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -O2 -pipe -march=native -fno-strict-aliasing -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c -o utils.lo utils.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.c  -fPIC -DPIC -o .libs/utils.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.c -o utils.o >/dev/null 2>&1
mv -f .deps/utils.Tpo .deps/utils.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -O2 -pipe -march=native -fno-strict-aliasing -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c -o debug.lo debug.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c  -fPIC -DPIC -o .libs/debug.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c -o debug.o >/dev/null 2>&1
mv -f .deps/debug.Tpo .deps/debug.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -O2 -pipe -march=native -fno-strict-aliasing -MT ice.lo -MD -MP -MF .deps/ice.Tpo -c -o ice.lo `test -f 'usages/ice.c' || echo './'`usages/ice.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT ice.lo -MD -MP -MF .deps/ice.Tpo -c usages/ice.c  -fPIC -DPIC -o .libs/ice.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT ice.lo -MD -MP -MF .deps/ice.Tpo -c usages/ice.c -o ice.o >/dev/null 2>&1
mv -f .deps/ice.Tpo .deps/ice.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -O2 -pipe -march=native -fno-strict-aliasing -MT bind.lo -MD -MP -MF .deps/bind.Tpo -c -o bind.lo `test -f 'usages/bind.c' || echo './'`usages/bind.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT bind.lo -MD -MP -MF .deps/bind.Tpo -c usages/bind.c  -fPIC -DPIC -o .libs/bind.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT bind.lo -MD -MP -MF .deps/bind.Tpo -c usages/bind.c -o bind.o >/dev/null 2>&1
mv -f .deps/bind.Tpo .deps/bind.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -O2 -pipe -march=native -fno-strict-aliasing -MT turn.lo -MD -MP -MF .deps/turn.Tpo -c -o turn.lo `test -f 'usages/turn.c' || echo './'`usages/turn.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT turn.lo -MD -MP -MF .deps/turn.Tpo -c usages/turn.c  -fPIC -DPIC -o .libs/turn.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT turn.lo -MD -MP -MF .deps/turn.Tpo -c usages/turn.c -o turn.o >/dev/null 2>&1
mv -f .deps/turn.Tpo .deps/turn.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -O2 -pipe -march=native -fno-strict-aliasing -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c -o timer.lo `test -f 'usages/timer.c' || echo './'`usages/timer.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c usages/timer.c  -fPIC -DPIC -o .libs/timer.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c usages/timer.c -o timer.o >/dev/null 2>&1
mv -f .deps/timer.Tpo .deps/timer.Plo
/bin/sh ../libtool --tag=CC   --mode=link cc -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -O2 -pipe -march=native -fno-strict-aliasing  -L/usr/local/lib -o libstun.la  stunagent.lo stunmessage.lo stun5389.lo stuncrc32.lo sha1.lo md5.lo rand.lo stunhmac.lo utils.lo debug.lo ice.lo bind.lo turn.lo timer.lo -lrt 
libtool: link: ar cru .libs/libstun.a .libs/stunagent.o .libs/stunmessage.o .libs/stun5389.o .libs/stuncrc32.o .libs/sha1.o .libs/md5.o .libs/rand.o .libs/stunhmac.o .libs/utils.o .libs/debug.o .libs/ice.o .libs/bind.o .libs/turn.o .libs/timer.o 
libtool: link: ranlib .libs/libstun.a
libtool: link: ( cd ".libs" && rm -f "libstun.la" && ln -s "../libstun.la" "libstun.la" )
gmake[3]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun'
Making all in tools
gmake[3]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun/tools'
cc -DHAVE_CONFIG_H -I. -I../..  -I../..  -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -O2 -pipe -march=native -fno-strict-aliasing -MT stunbdc.o -MD -MP -MF .deps/stunbdc.Tpo -c -o stunbdc.o stunbdc.c
mv -f .deps/stunbdc.Tpo .deps/stunbdc.Po
/bin/sh ../../libtool --tag=CC   --mode=link cc -std=gnu99 -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -O2 -pipe -march=native -fno-strict-aliasing  -L/usr/local/lib -o stunbdc stunbdc.o ../../stun/libstun.la 
libtool: link: cc -std=gnu99 -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -o stunbdc stunbdc.o  -L/usr/local/lib ../../stun/.libs/libstun.a -lrt
cc -DHAVE_CONFIG_H -I. -I../..  -I../..  -I/usr/local/include -DHAVE_GETIFADDRS -std=gnu99 -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -O2 -pipe -march=native -fno-strict-aliasing -MT stund.o -MD -MP -MF .deps/stund.Tpo -c -o stund.o stund.c
mv -f .deps/stund.Tpo .deps/stund.Po
/bin/sh ../../libtool --tag=CC   --mode=link cc -std=gnu99 -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -O2 -pipe -march=native -fno-strict-aliasing  -L/usr/local/lib -o stund stund.o ../../stun/libstun.la 
libtool: link: cc -std=gnu99 -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -O2 -pipe -march=native -fno-strict-aliasing -o stund stund.o  -L/usr/local/lib ../../stun/.libs/libstun.a -lrt
gmake[3]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun/tools'
Making all in tests
gmake[3]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun/tests'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun/tests'
gmake[2]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun'
Making all in socket
gmake[2]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/socket'
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT socket.lo -MD -MP -MF .deps/socket.Tpo -c -o socket.lo socket.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT socket.lo -MD -MP -MF .deps/socket.Tpo -c socket.c  -fPIC -DPIC -o .libs/socket.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT socket.lo -MD -MP -MF .deps/socket.Tpo -c socket.c -o socket.o >/dev/null 2>&1
mv -f .deps/socket.Tpo .deps/socket.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT udp-bsd.lo -MD -MP -MF .deps/udp-bsd.Tpo -c -o udp-bsd.lo udp-bsd.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT udp-bsd.lo -MD -MP -MF .deps/udp-bsd.Tpo -c udp-bsd.c  -fPIC -DPIC -o .libs/udp-bsd.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT udp-bsd.lo -MD -MP -MF .deps/udp-bsd.Tpo -c udp-bsd.c -o udp-bsd.o >/dev/null 2>&1
mv -f .deps/udp-bsd.Tpo .deps/udp-bsd.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT tcp-bsd.lo -MD -MP -MF .deps/tcp-bsd.Tpo -c -o tcp-bsd.lo tcp-bsd.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT tcp-bsd.lo -MD -MP -MF .deps/tcp-bsd.Tpo -c tcp-bsd.c  -fPIC -DPIC -o .libs/tcp-bsd.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT tcp-bsd.lo -MD -MP -MF .deps/tcp-bsd.Tpo -c tcp-bsd.c -o tcp-bsd.o >/dev/null 2>&1
mv -f .deps/tcp-bsd.Tpo .deps/tcp-bsd.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT pseudossl.lo -MD -MP -MF .deps/pseudossl.Tpo -c -o pseudossl.lo pseudossl.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT pseudossl.lo -MD -MP -MF .deps/pseudossl.Tpo -c pseudossl.c  -fPIC -DPIC -o .libs/pseudossl.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT pseudossl.lo -MD -MP -MF .deps/pseudossl.Tpo -c pseudossl.c -o pseudossl.o >/dev/null 2>&1
mv -f .deps/pseudossl.Tpo .deps/pseudossl.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT socks5.lo -MD -MP -MF .deps/socks5.Tpo -c -o socks5.lo socks5.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT socks5.lo -MD -MP -MF .deps/socks5.Tpo -c socks5.c  -fPIC -DPIC -o .libs/socks5.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT socks5.lo -MD -MP -MF .deps/socks5.Tpo -c socks5.c -o socks5.o >/dev/null 2>&1
mv -f .deps/socks5.Tpo .deps/socks5.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT http.lo -MD -MP -MF .deps/http.Tpo -c -o http.lo http.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT http.lo -MD -MP -MF .deps/http.Tpo -c http.c  -fPIC -DPIC -o .libs/http.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT http.lo -MD -MP -MF .deps/http.Tpo -c http.c -o http.o >/dev/null 2>&1
mv -f .deps/http.Tpo .deps/http.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT turn.lo -MD -MP -MF .deps/turn.Tpo -c -o turn.lo turn.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT turn.lo -MD -MP -MF .deps/turn.Tpo -c turn.c  -fPIC -DPIC -o .libs/turn.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT turn.lo -MD -MP -MF .deps/turn.Tpo -c turn.c -o turn.o >/dev/null 2>&1
mv -f .deps/turn.Tpo .deps/turn.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT tcp-turn.lo -MD -MP -MF .deps/tcp-turn.Tpo -c -o tcp-turn.lo tcp-turn.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT tcp-turn.lo -MD -MP -MF .deps/tcp-turn.Tpo -c tcp-turn.c  -fPIC -DPIC -o .libs/tcp-turn.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing -MT tcp-turn.lo -MD -MP -MF .deps/tcp-turn.Tpo -c tcp-turn.c -o tcp-turn.o >/dev/null 2>&1
mv -f .deps/tcp-turn.Tpo .deps/tcp-turn.Plo
/bin/sh ../libtool --tag=CC   --mode=link cc -DG_LOG_DOMAIN=\"libnice-socket\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I ../random -I ../agent -I ../ -O2 -pipe -march=native -fno-strict-aliasing  -L/usr/local/lib -o libsocket.la  socket.lo udp-bsd.lo tcp-bsd.lo pseudossl.lo socks5.lo http.lo turn.lo tcp-turn.lo  
libtool: link: ar cru .libs/libsocket.a .libs/socket.o .libs/udp-bsd.o .libs/tcp-bsd.o .libs/pseudossl.o .libs/socks5.o .libs/http.o .libs/turn.o .libs/tcp-turn.o 
libtool: link: ranlib .libs/libsocket.a
libtool: link: ( cd ".libs" && rm -f "libsocket.la" && ln -s "../libsocket.la" "libsocket.la" )
gmake[2]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/socket'
Making all in random
gmake[2]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/random'
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -O2 -pipe -march=native -fno-strict-aliasing -MT random.lo -MD -MP -MF .deps/random.Tpo -c -o random.lo random.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pipe -march=native -fno-strict-aliasing -MT random.lo -MD -MP -MF .deps/random.Tpo -c random.c  -fPIC -DPIC -o .libs/random.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pipe -march=native -fno-strict-aliasing -MT random.lo -MD -MP -MF .deps/random.Tpo -c random.c -o random.o >/dev/null 2>&1
mv -f .deps/random.Tpo .deps/random.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -O2 -pipe -march=native -fno-strict-aliasing -MT random-glib.lo -MD -MP -MF .deps/random-glib.Tpo -c -o random-glib.lo random-glib.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pipe -march=native -fno-strict-aliasing -MT random-glib.lo -MD -MP -MF .deps/random-glib.Tpo -c random-glib.c  -fPIC -DPIC -o .libs/random-glib.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pipe -march=native -fno-strict-aliasing -MT random-glib.lo -MD -MP -MF .deps/random-glib.Tpo -c random-glib.c -o random-glib.o >/dev/null 2>&1
mv -f .deps/random-glib.Tpo .deps/random-glib.Plo
/bin/sh ../libtool --tag=CC   --mode=link cc -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -O2 -pipe -march=native -fno-strict-aliasing  -L/usr/local/lib -o librandom.la  random.lo random-glib.lo  
libtool: link: ar cru .libs/librandom.a .libs/random.o .libs/random-glib.o 
libtool: link: ranlib .libs/librandom.a
libtool: link: ( cd ".libs" && rm -f "librandom.la" && ln -s "../librandom.la" "librandom.la" )
gmake[2]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/random'
Making all in agent
gmake[2]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/agent'
gmake  all-am
gmake[3]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/agent'
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT address.lo -MD -MP -MF .deps/address.Tpo -c -o address.lo address.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT address.lo -MD -MP -MF .deps/address.Tpo -c address.c  -fPIC -DPIC -o .libs/address.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT address.lo -MD -MP -MF .deps/address.Tpo -c address.c -o address.o >/dev/null 2>&1
mv -f .deps/address.Tpo .deps/address.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c -o debug.lo debug.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c  -fPIC -DPIC -o .libs/debug.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c -o debug.o >/dev/null 2>&1
mv -f .deps/debug.Tpo .deps/debug.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT candidate.lo -MD -MP -MF .deps/candidate.Tpo -c -o candidate.lo candidate.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT candidate.lo -MD -MP -MF .deps/candidate.Tpo -c candidate.c  -fPIC -DPIC -o .libs/candidate.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT candidate.lo -MD -MP -MF .deps/candidate.Tpo -c candidate.c -o candidate.o >/dev/null 2>&1
mv -f .deps/candidate.Tpo .deps/candidate.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT component.lo -MD -MP -MF .deps/component.Tpo -c -o component.lo component.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT component.lo -MD -MP -MF .deps/component.Tpo -c component.c  -fPIC -DPIC -o .libs/component.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT component.lo -MD -MP -MF .deps/component.Tpo -c component.c -o component.o >/dev/null 2>&1
mv -f .deps/component.Tpo .deps/component.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT agent.lo -MD -MP -MF .deps/agent.Tpo -c -o agent.lo agent.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT agent.lo -MD -MP -MF .deps/agent.Tpo -c agent.c  -fPIC -DPIC -o .libs/agent.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT agent.lo -MD -MP -MF .deps/agent.Tpo -c agent.c -o agent.o >/dev/null 2>&1
mv -f .deps/agent.Tpo .deps/agent.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT stream.lo -MD -MP -MF .deps/stream.Tpo -c -o stream.lo stream.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT stream.lo -MD -MP -MF .deps/stream.Tpo -c stream.c  -fPIC -DPIC -o .libs/stream.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT stream.lo -MD -MP -MF .deps/stream.Tpo -c stream.c -o stream.o >/dev/null 2>&1
mv -f .deps/stream.Tpo .deps/stream.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT conncheck.lo -MD -MP -MF .deps/conncheck.Tpo -c -o conncheck.lo conncheck.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT conncheck.lo -MD -MP -MF .deps/conncheck.Tpo -c conncheck.c  -fPIC -DPIC -o .libs/conncheck.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT conncheck.lo -MD -MP -MF .deps/conncheck.Tpo -c conncheck.c -o conncheck.o >/dev/null 2>&1
mv -f .deps/conncheck.Tpo .deps/conncheck.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT discovery.lo -MD -MP -MF .deps/discovery.Tpo -c -o discovery.lo discovery.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT discovery.lo -MD -MP -MF .deps/discovery.Tpo -c discovery.c  -fPIC -DPIC -o .libs/discovery.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT discovery.lo -MD -MP -MF .deps/discovery.Tpo -c discovery.c -o discovery.o >/dev/null 2>&1
mv -f .deps/discovery.Tpo .deps/discovery.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT interfaces.lo -MD -MP -MF .deps/interfaces.Tpo -c -o interfaces.lo interfaces.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT interfaces.lo -MD -MP -MF .deps/interfaces.Tpo -c interfaces.c  -fPIC -DPIC -o .libs/interfaces.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT interfaces.lo -MD -MP -MF .deps/interfaces.Tpo -c interfaces.c -o interfaces.o >/dev/null 2>&1
mv -f .deps/interfaces.Tpo .deps/interfaces.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT pseudotcp.lo -MD -MP -MF .deps/pseudotcp.Tpo -c -o pseudotcp.lo pseudotcp.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT pseudotcp.lo -MD -MP -MF .deps/pseudotcp.Tpo -c pseudotcp.c  -fPIC -DPIC -o .libs/pseudotcp.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT pseudotcp.lo -MD -MP -MF .deps/pseudotcp.Tpo -c pseudotcp.c -o pseudotcp.o >/dev/null 2>&1
mv -f .deps/pseudotcp.Tpo .deps/pseudotcp.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT agent-signals-marshal.lo -MD -MP -MF .deps/agent-signals-marshal.Tpo -c -o agent-signals-marshal.lo agent-signals-marshal.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT agent-signals-marshal.lo -MD -MP -MF .deps/agent-signals-marshal.Tpo -c agent-signals-marshal.c  -fPIC -DPIC -o .libs/agent-signals-marshal.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT agent-signals-marshal.lo -MD -MP -MF .deps/agent-signals-marshal.Tpo -c agent-signals-marshal.c -o agent-signals-marshal.o >/dev/null 2>&1
mv -f .deps/agent-signals-marshal.Tpo .deps/agent-signals-marshal.Plo
/bin/sh ../libtool --tag=CC   --mode=link cc -DG_LOG_DOMAIN=\"libnice\" -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I .. -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing  -L/usr/local/lib -o libagent.la  address.lo debug.lo candidate.lo component.lo agent.lo stream.lo conncheck.lo discovery.lo interfaces.lo pseudotcp.lo agent-signals-marshal.lo ../random/librandom.la ../socket/libsocket.la ../stun/libstun.la 
libtool: link: (cd .libs/libagent.lax/librandom.a && ar x "/usr/ports/net-im/libnice/work/libnice-0.0.13/agent/../random/.libs/librandom.a")
libtool: link: (cd .libs/libagent.lax/libsocket.a && ar x "/usr/ports/net-im/libnice/work/libnice-0.0.13/agent/../socket/.libs/libsocket.a")
libtool: link: (cd .libs/libagent.lax/libstun.a && ar x "/usr/ports/net-im/libnice/work/libnice-0.0.13/agent/../stun/.libs/libstun.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libagent.lax/libstun.a/debug.o .libs/libagent.lax/lt1-debug.o || cp .libs/libagent.lax/libstun.a/debug.o .libs/libagent.lax/lt1-debug.o
libtool: link: ln .libs/libagent.lax/libstun.a/turn.o .libs/libagent.lax/lt2-turn.o || cp .libs/libagent.lax/libstun.a/turn.o .libs/libagent.lax/lt2-turn.o
libtool: link: ar cru .libs/libagent.a .libs/address.o .libs/debug.o .libs/candidate.o .libs/component.o .libs/agent.o .libs/stream.o .libs/conncheck.o .libs/discovery.o .libs/interfaces.o .libs/pseudotcp.o .libs/agent-signals-marshal.o .libs/libagent.lax/librandom.a/random.o .libs/libagent.lax/librandom.a/random-glib.o .libs/libagent.lax/libsocket.a/socket.o .libs/libagent.lax/libsocket.a/udp-bsd.o .libs/libagent.lax/libsocket.a/tcp-bsd.o .libs/libagent.lax/libsocket.a/pseudossl.o .libs/libagent.lax/libsocket.a/socks5.o .libs/libagent.lax/libsocket.a/http.o .libs/libagent.lax/libsocket.a/turn.o .libs/libagent.lax/libsocket.a/tcp-turn.o .libs/libagent.lax/libstun.a/stunagent.o .libs/libagent.lax/libstun.a/stunmessage.o .libs/libagent.lax/libstun.a/stun5389.o .libs/libagent.lax/libstun.a/stuncrc32.o .libs/libagent.lax/libstun.a/sha1.o .libs/libagent.lax/libstun.a/md5.o .libs/libagent.lax/libstun.a/rand.o .libs/libagent.lax/libstun.a/stunhmac.o .libs/libagent.lax/libstun.a/utils.o .libs/libagent.lax/lt1-debug.o .libs/libagent.lax/libstun.a/ice.o .libs/libagent.lax/libstun.a/bind.o .libs/libagent.lax/lt2-turn.o .libs/libagent.lax/libstun.a/timer.o
libtool: link: ranlib .libs/libagent.a
libtool: link: rm -fr .libs/libagent.lax .libs/libagent.lax
libtool: link: ( cd ".libs" && rm -f "libagent.la" && ln -s "../libagent.la" "libagent.la" )
gmake[3]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/agent'
gmake[2]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/agent'
Making all in nice
gmake[2]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/nice'
/bin/sh ../libtool --tag=CC   --mode=link cc -Wall -fno-strict-aliasing -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -I .. -I ../agent -I ../random -I ../socket -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -export-symbols ./libnice.sym -version-info 9:0:9 -L/usr/local/lib -o libnice.la -rpath /usr/local/lib  -pthread -L/usr/local/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0    ../agent/libagent.la 
libtool: link: cc -shared  -Wl,--whole-archive ../agent/.libs/libagent.a -Wl,--no-whole-archive  -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so -lrt  -march=native -pthread   -pthread -Wl,-soname -Wl,libnice.so.9 -Wl,-retain-symbols-file -Wl,./libnice.sym -o .libs/libnice.so.9
libtool: link: (cd ".libs" && rm -f "libnice.so" && ln -s "libnice.so.9" "libnice.so")
libtool: link: (cd ".libs" && rm -f "libnice.so" && ln -s "libnice.so.9" "libnice.so")
libtool: link: (cd .libs/libnice.lax/libagent.a && ar x "/usr/ports/net-im/libnice/work/libnice-0.0.13/nice/../agent/.libs/libagent.a")
libtool: link: ar cru .libs/libnice.a   .libs/libnice.lax/libagent.a/address.o .libs/libnice.lax/libagent.a/debug.o .libs/libnice.lax/libagent.a/candidate.o .libs/libnice.lax/libagent.a/component.o .libs/libnice.lax/libagent.a/agent.o .libs/libnice.lax/libagent.a/stream.o .libs/libnice.lax/libagent.a/conncheck.o .libs/libnice.lax/libagent.a/discovery.o .libs/libnice.lax/libagent.a/interfaces.o .libs/libnice.lax/libagent.a/pseudotcp.o .libs/libnice.lax/libagent.a/agent-signals-marshal.o .libs/libnice.lax/libagent.a/random.o .libs/libnice.lax/libagent.a/random-glib.o .libs/libnice.lax/libagent.a/socket.o .libs/libnice.lax/libagent.a/udp-bsd.o .libs/libnice.lax/libagent.a/tcp-bsd.o .libs/libnice.lax/libagent.a/pseudossl.o .libs/libnice.lax/libagent.a/socks5.o .libs/libnice.lax/libagent.a/http.o .libs/libnice.lax/libagent.a/turn.o .libs/libnice.lax/libagent.a/tcp-turn.o .libs/libnice.lax/libagent.a/stunagent.o .libs/libnice.lax/libagent.a/stunmessage.o .libs/libnice.lax/libagent.a/stun5389.o .libs/libnice.lax/libagent.a/stuncrc32.o .libs/libnice.lax/libagent.a/sha1.o .libs/libnice.lax/libagent.a/md5.o .libs/libnice.lax/libagent.a/rand.o .libs/libnice.lax/libagent.a/stunhmac.o .libs/libnice.lax/libagent.a/utils.o .libs/libnice.lax/libagent.a/lt1-debug.o .libs/libnice.lax/libagent.a/ice.o .libs/libnice.lax/libagent.a/bind.o .libs/libnice.lax/libagent.a/lt2-turn.o .libs/libnice.lax/libagent.a/timer.o 
libtool: link: ranlib .libs/libnice.a
libtool: link: rm -fr .libs/libnice.lax
libtool: link: ( cd ".libs" && rm -f "libnice.la" && ln -s "../libnice.la" "libnice.la" )
gmake[2]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/nice'
Making all in docs
gmake[2]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs'
Making all in reference
gmake[3]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs/reference'
Making all in libnice
gmake[4]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs/reference/libnice'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs/reference/libnice'
gmake[4]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs/reference'
gmake[4]: Nothing to be done for `all-am'.
gmake[4]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs/reference'
gmake[3]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs/reference'
gmake[3]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs'
gmake[2]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs'
Making all in tests
gmake[2]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/tests'
chmod a+x ./check-test-fullmode-with-stun.sh
chmod a+x ./test-pseudotcp-random.sh
gmake[2]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/tests'
Making all in gst
gmake[2]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/gst'
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -Wall -D_REENTRANT -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include   -I .. -I ../socket -I ../agent -I ../random -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT gstnicesrc.lo -MD -MP -MF .deps/gstnicesrc.Tpo -c -o gstnicesrc.lo gstnicesrc.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -Wall -D_REENTRANT -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I .. -I ../socket -I ../agent -I ../random -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT gstnicesrc.lo -MD -MP -MF .deps/gstnicesrc.Tpo -c gstnicesrc.c  -fPIC -DPIC -o .libs/gstnicesrc.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -Wall -D_REENTRANT -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I .. -I ../socket -I ../agent -I ../random -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT gstnicesrc.lo -MD -MP -MF .deps/gstnicesrc.Tpo -c gstnicesrc.c -o gstnicesrc.o >/dev/null 2>&1
mv -f .deps/gstnicesrc.Tpo .deps/gstnicesrc.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -Wall -D_REENTRANT -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include   -I .. -I ../socket -I ../agent -I ../random -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT gstnicesink.lo -MD -MP -MF .deps/gstnicesink.Tpo -c -o gstnicesink.lo gstnicesink.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -Wall -D_REENTRANT -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I .. -I ../socket -I ../agent -I ../random -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT gstnicesink.lo -MD -MP -MF .deps/gstnicesink.Tpo -c gstnicesink.c  -fPIC -DPIC -o .libs/gstnicesink.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -Wall -D_REENTRANT -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I .. -I ../socket -I ../agent -I ../random -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT gstnicesink.lo -MD -MP -MF .deps/gstnicesink.Tpo -c gstnicesink.c -o gstnicesink.o >/dev/null 2>&1
mv -f .deps/gstnicesink.Tpo .deps/gstnicesink.Plo
/bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -DHAVE_GETIFADDRS -Wall -D_REENTRANT -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include   -I .. -I ../socket -I ../agent -I ../random -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT gstnice.lo -MD -MP -MF .deps/gstnice.Tpo -c -o gstnice.lo gstnice.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -Wall -D_REENTRANT -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I .. -I ../socket -I ../agent -I ../random -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT gstnice.lo -MD -MP -MF .deps/gstnice.Tpo -c gstnice.c  -fPIC -DPIC -o .libs/gstnice.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DHAVE_GETIFADDRS -Wall -D_REENTRANT -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I .. -I ../socket -I ../agent -I ../random -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -MT gstnice.lo -MD -MP -MF .deps/gstnice.Tpo -c gstnice.c -o gstnice.o >/dev/null 2>&1
mv -f .deps/gstnice.Tpo .deps/gstnice.Plo
/bin/sh ../libtool --tag=CC   --mode=link cc -Wall -D_REENTRANT -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include   -I .. -I ../socket -I ../agent -I ../random -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -module -avoid-version -L/usr/local/lib -o libgstnice.la -rpath /usr/local/lib/gstreamer-0.10 gstnicesrc.lo gstnicesink.lo gstnice.lo -pthread -L/usr/local/lib -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lglib-2.0   ../nice/libnice.la 
libtool: link: cc -shared  .libs/gstnicesrc.o .libs/gstnicesink.o .libs/gstnice.o   -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/ports/net-im/libnice/work/libnice-0.0.13/nice/.libs -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgstbase-0.10.so /usr/local/lib/libgstreamer-0.10.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libxml2.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so ../nice/.libs/libnice.so  -march=native -pthread   -pthread -Wl,-soname -Wl,libgstnice.so -o .libs/libgstnice.so
libtool: link: ar cru .libs/libgstnice.a  gstnicesrc.o gstnicesink.o gstnice.o
libtool: link: ranlib .libs/libgstnice.a
libtool: link: ( cd ".libs" && rm -f "libgstnice.la" && ln -s "../libgstnice.la" "libgstnice.la" )
gmake[2]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/gst'
gmake[2]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13'
gmake[2]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13'
gmake[1]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13'
===>  Installing for libnice-0.0.13_2
===>   libnice-0.0.13_2 depends on package: gstreamer-plugins>=0.10.0 - found
===>   libnice-0.0.13_2 depends on executable: pkg-config - found
===>   libnice-0.0.13_2 depends on file: /usr/local/lib/gio/modules/libgiofam.so - found
===>   Generating temporary packing list
Making install in stun
gmake[1]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun'
Making install in .
gmake[2]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun'
gmake[3]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun'
gmake[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/include/stun" || /usr/local/bin/gmkdir -p "/usr/local/include/stun"
 /usr/local/bin/ginstall -c -m 644 stunagent.h stunmessage.h win32_common.h debug.h constants.h '/usr/local/include/stun'
test -z "/usr/local/include/stun/usages" || /usr/local/bin/gmkdir -p "/usr/local/include/stun/usages"
 /usr/local/bin/ginstall -c -m 644 usages/bind.h usages/ice.h usages/turn.h usages/timer.h '/usr/local/include/stun/usages'
gmake[3]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun'
gmake[2]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun'
Making install in tools
gmake[2]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun/tools'
gmake[3]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun/tools'
test -z "/usr/local/bin" || /usr/local/bin/gmkdir -p "/usr/local/bin"
  /bin/sh ../../libtool   --mode=install /usr/local/bin/ginstall -c stunbdc stund '/usr/local/bin'
libtool: install: /usr/local/bin/ginstall -c stunbdc /usr/local/bin/stunbdc
libtool: install: /usr/local/bin/ginstall -c stund /usr/local/bin/stund
gmake[3]: Nothing to be done for `install-data-am'.
gmake[3]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun/tools'
gmake[2]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun/tools'
Making install in tests
gmake[2]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun/tests'
gmake[3]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun/tests'
gmake[3]: Nothing to be done for `install-exec-am'.
gmake[3]: Nothing to be done for `install-data-am'.
gmake[3]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun/tests'
gmake[2]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun/tests'
gmake[1]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/stun'
Making install in socket
gmake[1]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/socket'
gmake[2]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/socket'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/socket'
gmake[1]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/socket'
Making install in random
gmake[1]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/random'
gmake[2]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/random'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/random'
gmake[1]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/random'
Making install in agent
gmake[1]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/agent'
gmake  install-am
gmake[2]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/agent'
gmake[3]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/agent'
gmake[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/include/nice" || /usr/local/bin/gmkdir -p "/usr/local/include/nice"
 /usr/local/bin/ginstall -c -m 644 agent.h candidate.h debug.h address.h interfaces.h pseudotcp.h '/usr/local/include/nice'
gmake[3]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/agent'
gmake[2]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/agent'
gmake[1]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/agent'
Making install in nice
gmake[1]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/nice'
gmake[2]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/nice'
test -z "/usr/local/lib" || /usr/local/bin/gmkdir -p "/usr/local/lib"
 /bin/sh ../libtool   --mode=install /usr/local/bin/ginstall -c   libnice.la '/usr/local/lib'
libtool: install: /usr/local/bin/ginstall -c .libs/libnice.so.9 /usr/local/lib/libnice.so.9
libtool: install: (cd /usr/local/lib && { ln -s -f libnice.so.9 libnice.so || { rm -f libnice.so && ln -s libnice.so.9 libnice.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libnice.so.9 libnice.so || { rm -f libnice.so && ln -s libnice.so.9 libnice.so; }; })
libtool: install: /usr/local/bin/ginstall -c .libs/libnice.lai /usr/local/lib/libnice.la
libtool: install: /usr/local/bin/ginstall -c .libs/libnice.a /usr/local/lib/libnice.a
libtool: install: chmod 644 /usr/local/lib/libnice.a
libtool: install: ranlib /usr/local/lib/libnice.a
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/libdata/pkgconfig" || /usr/local/bin/gmkdir -p "/usr/local/libdata/pkgconfig"
 /usr/local/bin/ginstall -c -m 644 nice.pc '/usr/local/libdata/pkgconfig'
test -z "/usr/local/include/nice" || /usr/local/bin/gmkdir -p "/usr/local/include/nice"
 /usr/local/bin/ginstall -c -m 644 nice.h '/usr/local/include/nice'
gmake[2]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/nice'
gmake[1]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/nice'
Making install in docs
gmake[1]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs'
Making install in reference
gmake[2]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs/reference'
Making install in libnice
gmake[3]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs/reference/libnice'
gmake[4]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs/reference/libnice'
gmake[4]: Nothing to be done for `install-exec-am'.
-- Installing ./html/NiceAgent.html
-- Installing ./html/ch01.html
-- Installing ./html/ch02.html
-- Installing ./html/ch03.html
-- Installing ./html/ch04.html
-- Installing ./html/ch05.html
-- Installing ./html/home.png
-- Installing ./html/index.html
-- Installing ./html/index.sgml
-- Installing ./html/left.png
-- Installing ./html/libnice-Bind.html
-- Installing ./html/libnice-Debug-messages.html
-- Installing ./html/libnice-ICE.html
-- Installing ./html/libnice-Network-interfaces-discovery.html
-- Installing ./html/libnice-NiceAddress.html
-- Installing ./html/libnice-NiceCandidate.html
-- Installing ./html/libnice-Pseudo-TCP-Socket.html
-- Installing ./html/libnice-StunAgent.html
-- Installing ./html/libnice-StunMessage.html
-- Installing ./html/libnice-TURN.html
-- Installing ./html/libnice-Timer.html
-- Installing ./html/libnice.devhelp
-- Installing ./html/libnice.devhelp2
-- Installing ./html/pt01.html
-- Installing ./html/pt02.html
-- Installing ./html/pt03.html
-- Installing ./html/right.png
-- Installing ./html/style.css
-- Installing ./html/up.png
gmake[4]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs/reference/libnice'
gmake[3]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs/reference/libnice'
gmake[3]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs/reference'
gmake[4]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs/reference'
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
gmake[4]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs/reference'
gmake[3]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs/reference'
gmake[2]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs/reference'
gmake[2]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs'
gmake[3]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs'
gmake[3]: Nothing to be done for `install-exec-am'.
gmake[3]: Nothing to be done for `install-data-am'.
gmake[3]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs'
gmake[2]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs'
gmake[1]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/docs'
Making install in tests
gmake[1]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/tests'
chmod a+x ./check-test-fullmode-with-stun.sh
chmod a+x ./test-pseudotcp-random.sh
gmake[2]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/tests'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/tests'
gmake[1]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/tests'
Making install in gst
gmake[1]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/gst'
gmake[2]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/gst'
gmake[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/gstreamer-0.10" || /usr/local/bin/gmkdir -p "/usr/local/lib/gstreamer-0.10"
 /bin/sh ../libtool   --mode=install /usr/local/bin/ginstall -c   libgstnice.la '/usr/local/lib/gstreamer-0.10'
libtool: install: (cd /usr/ports/net-im/libnice/work/libnice-0.0.13/gst; /bin/sh /usr/ports/net-im/libnice/work/libnice-0.0.13/libtool  --tag CC --mode=relink cc -Wall -D_REENTRANT -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I .. -I ../socket -I ../agent -I ../random -I ../stun -O2 -pipe -march=native -fno-strict-aliasing -module -avoid-version -L/usr/local/lib -o libgstnice.la -rpath /usr/local/lib/gstreamer-0.10 gstnicesrc.lo gstnicesink.lo gstnice.lo -pthread -L/usr/local/lib -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lglib-2.0 ../nice/libnice.la )
libtool: relink: cc -shared  .libs/gstnicesrc.o .libs/gstnicesink.o .libs/gstnice.o   -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lglib-2.0 -lnice  -march=native -pthread   -pthread -Wl,-soname -Wl,libgstnice.so -o .libs/libgstnice.so
libtool: install: /usr/local/bin/ginstall -c .libs/libgstnice.soT /usr/local/lib/gstreamer-0.10/libgstnice.so
libtool: install: /usr/local/bin/ginstall -c .libs/libgstnice.lai /usr/local/lib/gstreamer-0.10/libgstnice.la
libtool: install: /usr/local/bin/ginstall -c .libs/libgstnice.a /usr/local/lib/gstreamer-0.10/libgstnice.a
libtool: install: chmod 644 /usr/local/lib/gstreamer-0.10/libgstnice.a
libtool: install: ranlib /usr/local/lib/gstreamer-0.10/libgstnice.a
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/gstreamer-0.10

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
gmake[2]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/gst'
gmake[1]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13/gst'
gmake[1]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13'
gmake[2]: Entering directory `/usr/ports/net-im/libnice/work/libnice-0.0.13'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13'
gmake[1]: Leaving directory `/usr/ports/net-im/libnice/work/libnice-0.0.13'
===>   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===>   Registering installation for libnice-0.0.13_2
===>   Returning to build of farsight2-0.0.22
Error: shared library "nice.0" does not exist
*** Error code 1

Stop in /usr/ports/net-im/farsight2.
-------------- next part --------------
# $FreeBSD: src/share/examples/etc/make.conf,v 1.279 2007/01/17 12:43:06 des Exp $
#
# NOTE:  Please would any committer updating this file also update the
# make.conf(5) manual page, if necessary, which is located in
# src/share/man/man5/make.conf.5.
#
# /etc/make.conf, if present, will be read by make (see
# /usr/share/mk/sys.mk).  It allows you to override macro definitions
# to make without changing your source tree, or anything the source
# tree installs.
#
# This file must be in valid Makefile syntax.
#
# There are additional things you can put into /etc/make.conf.
# You have to find those in the Makefiles and documentation of
# the source tree.
#
# Note, that you should not set MAKEOBJDIRPREFIX or MAKEOBJDIR
# from make.conf (or as command line variables to make).
# Both variables are environment variables for make and must be used as:
#
# env MAKEOBJDIRPREFIX=/big/directory make
#
#
# The CPUTYPE variable controls which processor should be targeted for
# generated code.  This controls processor-specific optimizations in
# certain code (currently only OpenSSL) as well as modifying the value
# of CFLAGS to contain the appropriate optimization directive to gcc.
# The automatic setting of CFLAGS may be overridden using the
# NO_CPU_CFLAGS variable below.
# Currently the following CPU types are recognized:
#   Intel x86 architecture:
#       (AMD CPUs)	opteron athlon64 athlon-mp athlon-xp athlon-4
#			athlon-tbird athlon k8 k6-3 k6-2 k6 k5
#       (Intel CPUs)	core2 core nocona pentium4m pentium4 prescott
#			pentium3m pentium3 pentium-m pentium2
#			pentiumpro pentium-mmx pentium i486 i386
#       (Via CPUs)	c3 c3-2
#   Alpha/AXP architecture: ev67 ev6 pca56 ev56 ev5 ev45 ev4
#   AMD64 architecture: opteron, athlon64, nocona, prescott, core2
#   Intel ia64 architecture: itanium2, itanium
#
# (?= allows to buildworld for a different CPUTYPE.)
#
CPUTYPE?=native
#NO_CPU_CFLAGS=		# Don't add -march=<cpu> to CFLAGS automatically
#NO_CPU_COPTFLAGS=	# Don't add -march=<cpu> to COPTFLAGS automatically
#
# CFLAGS controls the compiler settings used when compiling C code.
# Note that optimization settings other than -O and -O2 are not recommended
# or supported for compiling the world or the kernel - please revert any
# nonstandard optimization settings to "-O" or "-O2 -fno-strict-aliasing"
# before submitting bug reports without patches to the developers.
#
# Compiling with -fstrict-aliasing optimization breaks some [notable] ports.
# GCC turns on -fstrict-aliasing optimization at all levels above -O[1], so
# explicitly turn it off when using compiling with the -O2 optimization level.
#
CFLAGS?= -O2 -fno-strict-aliasing -pipe
#
# CXXFLAGS controls the compiler settings used when compiling C++ code.
# Note that CXXFLAGS is initially set to the value of CFLAGS.  If you wish
# to add to CXXFLAGS value, "+=" must be used rather than "=".  Using "="
# alone will remove the often needed contents of CFLAGS from CXXFLAGS.
#
#CXXFLAGS+= -fconserve-space
#
# MAKE_SHELL controls the shell used internally by make(1) to process the
# command scripts in makefiles.  Three shells are supported, sh, ksh, and
# csh.  Using sh is most common, and advised.  Using ksh *may* work, but is
# not guaranteed to.  Using csh is absurd.  The default is to use sh.
#
#MAKE_SHELL?=sh
#
# BDECFLAGS are a set of gcc warning settings that Bruce Evans has suggested
# for use in developing FreeBSD and testing changes.  They can be used by
# putting "CFLAGS+=${BDECFLAGS}" in /etc/make.conf.  -Wconversion is not
# included here due to compiler bugs, e.g., mkdir()'s mode_t argument.
#
#BDECFLAGS=	-W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
#		-Wcast-qual -Wchar-subscripts -Winline \
#		-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
#		-Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings
#
# To compile just the kernel with special optimizations, you should use
# this instead of CFLAGS (which is not applicable to kernel builds anyway).
# There is very little to gain by using higher optimization levels, and doing
# so can cause problems.
#
#COPTFLAGS= -O -pipe
#
# Compare before install
#INSTALL=install -C
#
# Mtree will follow symlinks
#MTREE_FOLLOWS_SYMLINKS= -L
#
# To enable installing ssh(1) with the setuid bit turned on
#ENABLE_SUID_SSH=
#
# To enable installing newgrp(1) with the setuid bit turned on.
# Without the setuid bit, newgrp cannot change users' groups.
#ENABLE_SUID_NEWGRP=
#
# To avoid building various parts of the base system:
#NO_MODULES=		# do not build modules with the kernel
#NO_SHARE=		# do not go into the share subdir
#NO_SHARED= 		# build /bin and /sbin statically linked (bad idea)
#
# Variables that control how ppp(8) is built.
#PPP_NO_NAT= 		# do not build with NAT support (see make.conf(5))
#PPP_NO_NETGRAPH= 	# do not build with Netgraph support
#PPP_NO_RADIUS= 	# do not build with RADIUS support
#PPP_NO_SUID=		# build with normal permissions
#
#TRACEROUTE_NO_IPSEC= 	# do not build traceroute(8) with IPSEC support
#
# To build sys/modules when building the world (our old way of doing things)
#MODULES_WITH_WORLD=	# do not build modules when building kernel
#
# The list of modules to build instead of all of them.
#MODULES_OVERRIDE=	linux ipfw
#
# The list of modules to never build, applied *after* MODULES_OVERRIDE.
#WITHOUT_MODULES=	bktr plip
#
# If you do not want unformatted manual pages to be compressed
# when they are installed:
#
#NO_MANCOMPRESS=
#
#
# Default format for system documentation, depends on your printer.
# Set this to "ascii" for simple printers or screen
#
#PRINTERDEVICE=	ps
#
#
# How long to wait for a console keypress before booting the default kernel.
# This value is approximately in milliseconds. Keypresses are accepted by the
# BIOS before booting from disk, making it possible to give custom boot
# parameters even when this is set to 0.
#
#BOOTWAIT=0
#BOOTWAIT=30000
#
# By default, the system will always use the keyboard/video card as system
# console.  However, the boot blocks may be dynamically configured to use a
# serial port in addition to or instead of the keyboard/video console.
#
# By default we use COM1 as our serial console port *if* we're going to use
# a serial port as our console at all.  Alter as necessary.
#
#   COM1: = 0x3F8, COM2: = 0x2F8, COM3: = 0x3E8, COM4: = 0x2E8
#
#BOOT_COMCONSOLE_PORT=	0x3F8
#
# The default serial console speed is 9600.  Set the speed to a larger value
# for better interactive response.
#
#BOOT_COMCONSOLE_SPEED=	115200
#
# By default the 'pxeboot' loader retrieves the kernel via NFS.  Defining
# this and recompiling /usr/src/sys/boot will cause it to retrieve the kernel
# via TFTP.  This allows pxeboot to load a custom BOOTP diskless kernel yet
# still mount the server's '/' (i.e. rather than load the server's kernel).
#
#LOADER_TFTP_SUPPORT= YES
#
#
# Kerberos 5 su (k5su)
# If you want to use the k5su utility, define this to have it installed
# set-user-ID.
#ENABLE_SUID_K5SU=
#
#
# CVSup update flags.  Edit SUPFILE settings to reflect whichever distribution
# file(s) you use on your site (see /usr/share/examples/cvsup/README for more
# information on CVSup and these files).  To use, do "make update" in /usr/src.
#
SUP_UPDATE=YES
#
SUP=            /usr/bin/csup
SUPFLAGS=       -g -L 2
#SUPHOST=        cvsup.uk.FreeBSD.org
SUPHOST=	cvsup.FreeBSD.org
#SUPFILE=        /usr/share/examples/cvsup/standard-supfile
#SUPFILE=	/usr/local/etc/system.cvs
#PORTSSUPFILE=   /usr/share/examples/cvsup/ports-supfile
#PORTSSUPFILE=	/usr/local/etc/ports.cvs
DOCSUPFILE=     /usr/share/examples/cvsup/doc-supfile
#DOCSUPFILE=	/usr/local/etc/doc.cvs
#
# top(1) uses a hash table for the user names.  The size of this hash
# can be tuned to match the number of local users.  The table size should
# be a prime number approximately twice as large as the number of lines in
# /etc/passwd.  The default number is 20011.
#
#TOP_TABLE_SIZE= 101
#
# Documentation
#
# The list of languages and encodings to build and install
#
DOC_LANG=	en_US.ISO8859-1 de_DE.ISO8859-1 
#
#
# sendmail
#
# The following sets the default m4 configuration file to use at
# install time.  Use with caution as a make install will overwrite
# any existing /etc/mail/sendmail.cf.  Note that SENDMAIL_CF is now
# deprecated.  The value should be a fully qualified path name.
#
#SENDMAIL_MC=/etc/mail/myconfig.mc
#
# The following sets the default m4 configuration file for mail
# submission to use at install time.  Use with caution as a make
# install will overwrite any existing /etc/mail/submit.cf.  The
# value should be a fully qualified path name.
#
#SENDMAIL_SUBMIT_MC=/etc/mail/mysubmit.mc
#
# If you need to build additional .cf files during a make buildworld,
# include the full paths to the .mc files in SENDMAIL_ADDITIONAL_MC.
#
#SENDMAIL_ADDITIONAL_MC=/etc/mail/foo.mc /etc/mail/bar.mc
#
# The following overrides the default location for the m4 configuration
# files used to build a .cf file from a .mc file.
#
#SENDMAIL_CF_DIR=/usr/local/share/sendmail/cf
#
# Setting the following variable modifies the flags passed to m4 when
# building a .cf file from a .mc file.  It can be used to enable
# features disabled by default.
#
#SENDMAIL_M4_FLAGS=
#
# Setting the following variables modifies the build environment for
# sendmail and its related utilities. For example, SASL support can be
# added with settings such as:
#
#    with SASLv1:
#	SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL
#	SENDMAIL_LDFLAGS=-L/usr/local/lib
#	SENDMAIL_LDADD=-lsasl
#
#    with SASLv2:
#	SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2
#	SENDMAIL_LDFLAGS=-L/usr/local/lib
#	SENDMAIL_LDADD=-lsasl2
#
# Note: If you are using Cyrus SASL with other applications which require
#	access to the sasldb file, you should add the following to your
#	sendmail.mc file:
#
#	define(`confDONT_BLAME_SENDMAIL',`GroupReadableSASLDBFile')
#
#SENDMAIL_CFLAGS=
#SENDMAIL_LDFLAGS=
#SENDMAIL_LDADD=
#SENDMAIL_DPADD=
#
# Setting SENDMAIL_SET_USER_ID will install the sendmail binary as a
# set-user-ID root binary instead of a set-group-ID smmsp binary and will
# prevent the installation of /etc/mail/submit.cf.
# This is a deprecated mode of operation.  See etc/mail/README for more
# information.
#
#SENDMAIL_SET_USER_ID=
#
# The permissions to use on alias and map databases generated using
# /etc/mail/Makefile.  Defaults to 0640.
#
#SENDMAIL_MAP_PERMS=


# Compileroptionen fuer Kernel-/World-Quellen und Ports trennen

# Wichtige sendmail-Erweiterungen fuer die Verwendung von smarthost
SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2
SENDMAIL_LDFLAGS=-L/usr/local/lib
SENDMAIL_LDADD=-lsasl2
#SENDMAIL_DPADD=

# Local add ons

FORCE_PKG_REGISTER=YES

KERNCONF=THOR

# OpenLDAP
#WANT_OPENLDAP_VER= 	24
WANT_OPENLDAP_SASL= 	YES

# BDB Version
WITH_BDB_VER= 		48

# Build ZFS support into loader
#LOADER_ZFS_SUPPORT="yes"

#
#FORCE_MAKE_JOBS=	YES

# Fixate SAMBA Version
SAMBA_PORT=		samba35

# Try building everything with optimized compiler flags options! Dangerous in some cases
WITH_OPTIMIZED_FLAGS=YES

# Set to enable 64-bit file support.
WITH_BIND_LARGE_FILE=YES

# Set to build the IDEA encryption code.
WITH_IDEA=YES

# Set to build with HESIOD support
WITH_HESIOD=YES

# Disables xf86-video-noveau driver and makes use of newer libdrm/libGLUT possible
WITHOUT_NOUVEAU=	YES

# Use the LLVM/CLANG compiler (experimental)
#USE_CLANG=		YES


# PostgreSQL Server
.if ${.CURDIR:M/usr/ports/databases/postgresql[89]*}
BUILD_OPTIMIZED=yes
WITH_OPENSSL=yes
WITH_PAM=yes
.endif


# PostgreSQL ODBC
.if ${.CURDIR:M/usr/ports/databases/postgresql-odbc*}
WITH_SSL=yes
.endif

# unixODBC
.if ${.CURDIR:M/usr/ports/databases/unixODBC*}
WITH_SSL=yes
#WITH_GUI=YES
.endif

# libiodbc
.if ${.CURDIR:M/usr/ports/databases/libiodbc*}
WITH_SSL=yes
#WITH_GUI=YES
.endif


# PERL
.if ${.CURDIR:M/usr/ports/lang/perl5*}
#WITH_THREADS=yes
.endif

# OpenOffice
.if ${.CURDIR:M/usr/ports/editors/openoffice*}
WITH_CUPS=		YES
LOCALIZED_LANG=         de
WITHOUT_MOZILLA=	YES
.endif

# docproj
.if ${.CURDIR:M/usr/ports/textproc/docproj*}
WITH_JADETEX=YES
.endif

# tk8[4|5]/tcl8[4|5]
.if ${.CURDIR:M/usr/ports/x11-toolkits/tk8*}
WITH_THREADS=YES
.endif

# libiconv
.if ${.CURDIR:M/usr/ports/converters/libiconv*}
WITH_EXTRA_PATCHES=YES
.endif

# cdrtools
.if ${.CURDIR:M/usr/ports/sysutils/cdrtools*}
WITH_CDDB=YES
.endif

# gd
.if ${.CURDIR:M/usr/ports/graphics/gd*}
WITH_XPM=YES
.endif

# povray
.if ${.CURDIR:M/usr/ports/graphics/povray*}
WITH_OPTIMIZED_FLAGS=YES
.endif

# Boost
.if ${.CURDIR:M/usr/ports/devel/boost*}
WITH_PYTHON=YES
.endif

.if ${.CURDIR:M*/ports/x11/xterm}
WITH_WIDE_CHARS= yes
.endif

# Begin portconf settings
# Do not touch these lines
.if !empty(.CURDIR:M/usr/ports*) && exists(/usr/local/libexec/portconf)
_PORTCONF!=/usr/local/libexec/portconf
.for i in ${_PORTCONF:S/|/ /g}
${i:S/%/ /g}
.endfor
.endif

# End portconf settings
# added by use.perl 2010-12-10 23:12:49
PERL_VERSION=5.12.2


More information about the freebsd-gnome mailing list