Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Nov 2015 21:36:06 +0900
From:      Takeshi Hashimoto <hasimoto@liszt.ee.uec.ac.jp>
To:        gecko@FreeBSD.org
Subject:   On the error in makeing firefox-42.0
Message-ID:  <20151128213606.A17506@liszt.ee.uec.ac.jp>

next in thread | raw e-mail | index | archive | help

--82I3+IH0IqGh5yIs
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Dear the maintainer,

I am T. Hashimoto with the University of Electro-Communication, Japan.
While making "firefox-42.0" in a machine with FreeBSD 10.1-RELEASE 
(GENERIC) #0 r27440, I encountered an error and, according to
the recommendation given by the make system to report the problem,
send you the "config.log" and "pkg-static" output in attached files.

We first tried the generic "ports" and had a mal-functioning "firefox."
The above is the result found in the "ports" upgraded by
"portsnap fetch extract" command.

We are glad if we have some suggestions.

			Sincerely yours,
			Takeshi Hashimoto
			UEC


--82I3+IH0IqGh5yIs
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="config.log"
Content-Transfer-Encoding: 7bit

#The sender remark:
#The following is
#/usr/ports/www/firefox/work/firefox-42.0/obj-x86_64-portbld-freebsd10.1/config.log
#

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:1220: checking host system type
configure:1241: checking target system type
configure:1259: checking build system type
configure:1338: checking for mawk
configure:1338: checking for gawk
configure:1338: checking for nawk
configure:1533: checking Python environment is Mozilla virtualenv
configure:1754: checking for /usr/local/bin/perl
configure:3434: checking for gcc
configure:3547: checking whether the C compiler (cc -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector) works
configure:3563: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -isystem/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector conftest.c  1>&5
configure:3560:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main(){return(0);}
^~~~
1 warning generated.
configure:3589: checking whether the C compiler (cc -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector) is a cross-compiler
configure:3594: checking whether we are using GNU C
configure:3603: cc -E conftest.c
configure:3622: checking whether cc accepts -g
configure:3663: checking for c++
configure:3695: checking whether the C++ compiler (c++ -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -DLIBICONV_PLUG  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector) works
configure:3711: c++ -o conftest -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -DLIBICONV_PLUG -isystem/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector conftest.C  1>&5
configure:3737: checking whether the C++ compiler (c++ -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -DLIBICONV_PLUG  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector) is a cross-compiler
configure:3742: checking whether we are using GNU C++
configure:3751: c++ -E conftest.C
configure:3770: checking whether c++ accepts -g
configure:3804: checking for ranlib
configure:3836: checking for as
configure:3890: checking for ar
configure:3925: checking for ld
configure:3960: checking for strip
configure:3995: checking for windres
configure:4030: checking for otool
configure:4332: checking for rustc
configure:5124: checking how to run the C preprocessor
configure:5204: checking how to run the C++ preprocessor
configure:5222: c++ -E -isystem/usr/local/include -DLIBICONV_PLUG conftest.C >/dev/null 2>conftest.out
configure:5306: checking for a BSD compatible install
configure:5359: checking whether ln -s works
configure:5381: checking for minimum required perl version >= 5.006
configure:5391: checking for full perl installation
configure:5409: checking for doxygen
configure:5458: checking for autoconf
configure:5509: checking for unzip
configure:5565: checking for zip
configure:5619: checking for xargs
configure:5671: checking for rpmbuild
configure:5905: checking for gmake
configure:5972: checking for X
configure:6039: cpp -isystem/usr/local/include -DLIBICONV_PLUG conftest.c >/dev/null 2>conftest.out
configure:6115: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -isystem/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector conftest.c -lXt  1>&5
configure:6111:1: warning: implicit declaration of function 'XtMalloc' is invalid in C99 [-Wimplicit-function-declaration]
XtMalloc()
^
1 warning generated.
configure:6289: checking for dnet_ntoa in -ldnet
configure:6308: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -isystem/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector conftest.c -ldnet   1>&5
/usr/bin/ld: cannot find -ldnet
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure: failed program was:
#line 6297 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:6330: checking for dnet_ntoa in -ldnet_stub
configure:6349: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -isystem/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector conftest.c -ldnet_stub   1>&5
/usr/bin/ld: cannot find -ldnet_stub
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure: failed program was:
#line 6338 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:6378: checking for gethostbyname
configure:6410: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -isystem/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector conftest.c  1>&5
configure:6480: checking for connect
configure:6512: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -isystem/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector conftest.c  1>&5
configure:6576: checking for remove
configure:6608: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -isystem/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector conftest.c  1>&5
configure:6672: checking for shmat
configure:6704: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -isystem/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector conftest.c  1>&5
configure:6777: checking for IceConnectionNumber in -lICE
configure:6796: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -isystem/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector conftest.c -lICE   1>&5
configure:7185: cc -c  -isystem/usr/local/include -DLIBICONV_PLUG conftest.c 1>&5
configure:7181:15: error: use of undeclared identifier '__thumb2__'
return sizeof(__thumb2__);
              ^
1 error generated.
configure: failed program was:
#line 7178 "configure"
#include "confdefs.h"

int main() {
return sizeof(__thumb2__);
; return 0; }
configure:7439: checking that static assertion macros used in autoconf tests work
configure:7460: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -isystem/usr/local/include -DLIBICONV_PLUG conftest.c 1>&5
configure:7477: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -isystem/usr/local/include -DLIBICONV_PLUG conftest.c 1>&5
configure:7477:1: error: 'static_assert_line_7477' declared as an array with a negative size
CONFIGURE_STATIC_ASSERT(0)
^~~~~~~~~~~~~~~~~~~~~~~~~~
configure:7472:44: note: expanded from macro 'CONFIGURE_STATIC_ASSERT'
#define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__)
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
configure:7473:55: note: expanded from macro 'CONFIGURE_STATIC_ASSERT_IMPL'
#define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
configure:7474:94: note: expanded from macro 'CONFIGURE_STATIC_ASSERT_IMPL2'
#define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1]
                                                                                             ^~~~~~~~~~~~~~~~~~~~
1 error generated.
configure: failed program was:
#line 7470 "configure"
#include "confdefs.h"

#define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__)
#define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line)
#define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1]

int main() {
CONFIGURE_STATIC_ASSERT(0)
; return 0; }
configure:7500: c++ -c -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -DLIBICONV_PLUG -isystem/usr/local/include -DLIBICONV_PLUG conftest.C 1>&5
configure:7517: c++ -c -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -DLIBICONV_PLUG -isystem/usr/local/include -DLIBICONV_PLUG conftest.C 1>&5
configure:7517:1: error: 'static_assert_line_7517' declared as an array with a negative size
CONFIGURE_STATIC_ASSERT(0)
^~~~~~~~~~~~~~~~~~~~~~~~~~
configure:7512:44: note: expanded from macro 'CONFIGURE_STATIC_ASSERT'
#define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__)
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
configure:7513:55: note: expanded from macro 'CONFIGURE_STATIC_ASSERT_IMPL'
#define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
configure:7514:94: note: expanded from macro 'CONFIGURE_STATIC_ASSERT_IMPL2'
#define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1]
                                                                                             ^~~~~~~~~~~~~~~~~~~~
1 error generated.
configure: failed program was:
#line 7510 "configure"
#include "confdefs.h"

#define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__)
#define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line)
#define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1]

int main() {
CONFIGURE_STATIC_ASSERT(0)
; return 0; }
configure:7923: checking for --noexecstack option to as
configure:7934: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Wa,--noexecstack -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG conftest.c 1>&5
configure:7947: checking for -z noexecstack option to ld
configure:7958: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack conftest.c  1>&5
configure:7971: checking for -z text option to ld
configure:7982: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
configure:7996: checking for --build-id option to ld
configure:8007: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c  1>&5
/usr/bin/ld: unrecognized option '--build-id'
/usr/bin/ld: use the --help option for usage information
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure: failed program was:
#line 8000 "configure"
#include "confdefs.h"

int main() {

; return 0; }
configure:8021: checking for --ignore-unresolved-symbol option to ld
configure:8033: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text -Wl,--ignore-unresolved-symbol,environ conftest.c  1>&5
/usr/bin/ld: unrecognized option '--ignore-unresolved-symbol'
/usr/bin/ld: use the --help option for usage information
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure: failed program was:
#line 8026 "configure"
#include "confdefs.h"

int main() {

; return 0; }
configure:8048: checking if toolchain supports -mssse3 option
configure:8060: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -mssse3 -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG conftest.c 1>&5
configure:8075: checking if toolchain supports -msse4.1 option
configure:8087: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -msse4.1 -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG conftest.c 1>&5
configure:8103: checking for x86 AVX2 asm support in compiler
configure:8112: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG conftest.c 1>&5
configure:8509: checking whether the C++ compiler supports -Wno-inline-new-delete
configure:8532: c++ -c -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -DLIBICONV_PLUG -fno-exceptions -fno-strict-aliasing -Werror -Winline-new-delete -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG conftest.C 1>&5
configure:8584: checking whether the C++ compiler supports -Wno-extended-offsetof
configure:8607: c++ -c -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -DLIBICONV_PLUG -fno-exceptions -fno-strict-aliasing -Werror -Wextended-offsetof -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG conftest.C 1>&5
configure:8649: checking for 64-bit OS
configure:8658: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG conftest.c 1>&5
configure:10266: checking whether the C++ compiler (c++ -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -DLIBICONV_PLUG -fno-exceptions -fno-strict-aliasing -fno-rtti  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text) actually is a C++ compiler
configure:10285: c++ -o conftest -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -DLIBICONV_PLUG -fno-exceptions -fno-strict-aliasing -fno-rtti -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.C  1>&5
configure:10378: checking whether the linker supports Identical Code Folding
configure:10387: cc -o conftest  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text -Wl,--icf=safe -ffunction-sections conftest.c  1>&2
/usr/bin/ld: unrecognized option '--icf=safe'
/usr/bin/ld: use the --help option for usage information
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10428: checking whether removing dead symbols breaks debugging
configure:10435: cc -o conftest.o -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -g -c conftest.c 1>&2
configure:10436: cc -o conftest  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text -g -Wl,--gc-sections conftest.o  1>&2
configure:10528: checking for ANSI C header files
configure:10541: cpp -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG conftest.c >/dev/null 2>conftest.out
configure:10608: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
configure:10603:67: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
                                                                  ^
configure:10603:67: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 warning generated.
configure:10635: checking for working const
configure:10689: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG conftest.c 1>&5
configure:10713: checking for mode_t
configure:10749: checking for off_t
configure:10785: checking for pid_t
configure:10821: checking for size_t
configure:10892: checking for gcc c++0x headers bug without rtti
configure:10904: c++ -c -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -DLIBICONV_PLUG -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG conftest.C 1>&5
configure:11135: checking for llvm pr8927
configure:11175: cc -o conftest -O2 -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
configure:11213: checking for dirent.h that defines DIR
configure:11226: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG conftest.c 1>&5
configure:11254: checking for opendir in -ldir
configure:11273: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c -ldir   1>&5
/usr/bin/ld: cannot find -ldir
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure: failed program was:
#line 11262 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char opendir();

int main() {
opendir()
; return 0; }
configure:11348: checking for sys/byteorder.h
configure:11361: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11355:10: fatal error: 'sys/byteorder.h' file not found
#include <sys/byteorder.h>
         ^
1 error generated.
configure: failed program was:
#line 11353 "configure"
#include "confdefs.h"

#include <sys/byteorder.h>
int main() {

; return 0; }
configure:11348: checking for compat.h
configure:11361: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11355:10: fatal error: 'compat.h' file not found
#include <compat.h>
         ^
1 error generated.
configure: failed program was:
#line 11353 "configure"
#include "confdefs.h"

#include <compat.h>
int main() {

; return 0; }
configure:11348: checking for getopt.h
configure:11361: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11348: checking for sys/bitypes.h
configure:11361: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11355:10: fatal error: 'sys/bitypes.h' file not found
#include <sys/bitypes.h>
         ^
1 error generated.
configure: failed program was:
#line 11353 "configure"
#include "confdefs.h"

#include <sys/bitypes.h>
int main() {

; return 0; }
configure:11348: checking for memory.h
configure:11361: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11348: checking for unistd.h
configure:11361: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11348: checking for gnu/libc-version.h
configure:11361: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11355:10: fatal error: 'gnu/libc-version.h' file not found
#include <gnu/libc-version.h>
         ^
1 error generated.
configure: failed program was:
#line 11353 "configure"
#include "confdefs.h"

#include <gnu/libc-version.h>
int main() {

; return 0; }
configure:11348: checking for nl_types.h
configure:11361: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11348: checking for malloc.h
configure:11361: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
In file included from configure:11355:
/usr/include/malloc.h:3:2: error: "<malloc.h> has been replaced by <stdlib.h>"
#error "<malloc.h> has been replaced by <stdlib.h>"
 ^
1 error generated.
configure: failed program was:
#line 11353 "configure"
#include "confdefs.h"

#include <malloc.h>
int main() {

; return 0; }
configure:11348: checking for X11/XKBlib.h
configure:11361: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11348: checking for io.h
configure:11361: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11355:10: fatal error: 'io.h' file not found
#include <io.h>
         ^
1 error generated.
configure: failed program was:
#line 11353 "configure"
#include "confdefs.h"

#include <io.h>
int main() {

; return 0; }
configure:11348: checking for cpuid.h
configure:11361: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11396: checking for sys/statvfs.h
configure:11409: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11396: checking for sys/statfs.h
configure:11409: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11403:10: fatal error: 'sys/statfs.h' file not found
#include <sys/statfs.h>
         ^
1 error generated.
configure: failed program was:
#line 11401 "configure"
#include "confdefs.h"

#include <sys/statfs.h>
int main() {

; return 0; }
configure:11396: checking for sys/vfs.h
configure:11409: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11403:10: fatal error: 'sys/vfs.h' file not found
#include <sys/vfs.h>
         ^
1 error generated.
configure: failed program was:
#line 11401 "configure"
#include "confdefs.h"

#include <sys/vfs.h>
int main() {

; return 0; }
configure:11396: checking for sys/mount.h
configure:11409: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11443: checking for sys/quota.h
configure:11456: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11450:10: fatal error: 'sys/quota.h' file not found
#include <sys/quota.h>
         ^
1 error generated.
configure: failed program was:
#line 11448 "configure"
#include "confdefs.h"

#include <sys/quota.h>
int main() {

; return 0; }
configure:11443: checking for sys/sysmacros.h
configure:11456: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11450:10: fatal error: 'sys/sysmacros.h' file not found
#include <sys/sysmacros.h>
         ^
1 error generated.
configure: failed program was:
#line 11448 "configure"
#include "confdefs.h"

#include <sys/sysmacros.h>
int main() {

; return 0; }
configure:11489: checking for linux/quota.h
configure:11502: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11496:10: fatal error: 'linux/quota.h' file not found
#include <linux/quota.h>
         ^
1 error generated.
configure: failed program was:
#line 11494 "configure"
#include "confdefs.h"
#include <sys/socket.h>
#include <linux/quota.h>
int main() {

; return 0; }
configure:11536: checking for linux/if_addr.h
configure:11549: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11543:10: fatal error: 'linux/if_addr.h' file not found
#include <linux/if_addr.h>
         ^
1 error generated.
configure: failed program was:
#line 11541 "configure"
#include "confdefs.h"
#include <sys/socket.h>
#include <linux/if_addr.h>
int main() {

; return 0; }
configure:11536: checking for linux/rtnetlink.h
configure:11549: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11543:10: fatal error: 'linux/rtnetlink.h' file not found
#include <linux/rtnetlink.h>
         ^
1 error generated.
configure: failed program was:
#line 11541 "configure"
#include "confdefs.h"
#include <sys/socket.h>
#include <linux/rtnetlink.h>
int main() {

; return 0; }
configure:11582: checking for sys/queue.h
configure:11595: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11629: checking for sys/types.h
configure:11642: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11629: checking for netinet/in.h
configure:11642: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11629: checking for byteswap.h
configure:11642: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11636:10: fatal error: 'byteswap.h' file not found
#include <byteswap.h>
         ^
1 error generated.
configure: failed program was:
#line 11634 "configure"
#include "confdefs.h"

#include <byteswap.h>
int main() {

; return 0; }
configure:11673: checking for sockaddr_in.sin_len
configure:11690: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11721: checking for sockaddr_in6.sin6_len
configure:11738: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11762: checking for sockaddr.sa_len
configure:11779: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11872: checking for sys/cdefs.h
configure:11885: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11937: checking for linux/perf_event.h
configure:11950: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno  -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:11944:10: fatal error: 'linux/perf_event.h' file not found
#include <linux/perf_event.h>
         ^
1 error generated.
configure: failed program was:
#line 11942 "configure"
#include "confdefs.h"

#include <linux/perf_event.h>
int main() {

; return 0; }
configure:12013: checking for gethostbyname_r in -lc_r
configure:12032: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG   -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c -lc_r   1>&5
/usr/bin/ld: cannot find -lc_r
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure: failed program was:
#line 12021 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char gethostbyname_r();

int main() {
gethostbyname_r()
; return 0; }
configure:12071: checking for library containing dlopen
configure:12089: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG   -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
configure:12129: checking for dlfcn.h
configure:12142: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:12179: checking for dladdr
configure:12211: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -D_GNU_SOURCE -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG   -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
configure:12179: checking for memmem
configure:12211: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -D_GNU_SOURCE -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG   -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
configure:12351: checking for socket in -lsocket
configure:12370: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG   -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c -lsocket   1>&5
/usr/bin/ld: cannot find -lsocket
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure: failed program was:
#line 12359 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char socket();

int main() {
socket()
; return 0; }
configure:12424: checking for XDrawLines in -lX11
configure:12443: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG    -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c -lX11 -lX11   1>&5
configure:12465: checking for XextAddDisplay in -lXext
configure:12484: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG    -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c -lXext -lX11   1>&5
configure:12507: checking for XtFree in -lXt
configure:12526: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG    -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c -lXt   1>&5
configure:12680: checking for XShmCreateImage in -lXext
configure:12699: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG    -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c -lXext -lX11  -lXext  1>&5
configure:12722: checking for X11/extensions/scrnsaver.h
configure:12735: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:12729:10: fatal error: 'X11/extensions/scrnsaver.h' file not found
#include <X11/extensions/scrnsaver.h>
         ^
1 error generated.
configure: failed program was:
#line 12727 "configure"
#include "confdefs.h"

#include <X11/extensions/scrnsaver.h>
int main() {

; return 0; }
configure:12818: checking for pthread_create in -lpthreads
configure:12837: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG   -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c -lpthreads   1>&5
/usr/bin/ld: cannot find -lpthreads
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure: failed program was:
#line 12826 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char pthread_create();

int main() {
pthread_create()
; return 0; }
configure:12856: checking for pthread_create in -lpthread
configure:12875: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG   -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c -lpthread   1>&5
configure:13006: checking whether cc accepts -pthread
configure:13134: checking for pthread.h
configure:13147: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:13181: checking whether cc needs -traditional
configure:13188:10: fatal error: 'sgtty.h' file not found
#include <sgtty.h>
         ^
1 error generated.
configure:13206:10: fatal error: 'termio.h' file not found
#include <termio.h>
         ^
1 error generated.
configure:13227: checking for 8-bit clean memcmp
configure:13245: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
configure:13237:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main()
^~~~
configure:13240:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
  exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);
  ^
configure:13240:3: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
configure:13240:8: warning: implicitly declaring library function 'memcmp' with type 'int (const void *, const void *, unsigned long)'
  exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);
       ^
configure:13240:8: note: please include the header <string.h> or explicitly provide a declaration for 'memcmp'
3 warnings generated.
configure:13265: checking for stat64
configure:13297: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
/tmp/conftest-582c2f.o: In function `main':
conftest.c:(.text.main+0x7): undefined reference to `stat64'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure: failed program was:
#line 13270 "configure"
#define stat64 innocuous_stat64
#include "confdefs.h"
#undef stat64
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char stat64(); below.  */
#define stat64 innocuous_stat64
#include <assert.h>
#undef stat64
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char stat64();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_stat64) || defined (__stub___stat64)
choke me
#else
stat64();
#endif

; return 0; }
configure:13265: checking for lstat64
configure:13297: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
/tmp/conftest-39959f.o: In function `main':
conftest.c:(.text.main+0x7): undefined reference to `lstat64'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure: failed program was:
#line 13270 "configure"
#define lstat64 innocuous_lstat64
#include "confdefs.h"
#undef lstat64
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char lstat64(); below.  */
#define lstat64 innocuous_lstat64
#include <assert.h>
#undef lstat64
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char lstat64();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_lstat64) || defined (__stub___lstat64)
choke me
#else
lstat64();
#endif

; return 0; }
configure:13265: checking for truncate64
configure:13297: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
/tmp/conftest-cee9aa.o: In function `main':
conftest.c:(.text.main+0x7): undefined reference to `truncate64'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure: failed program was:
#line 13270 "configure"
#define truncate64 innocuous_truncate64
#include "confdefs.h"
#undef truncate64
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char truncate64(); below.  */
#define truncate64 innocuous_truncate64
#include <assert.h>
#undef truncate64
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char truncate64();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_truncate64) || defined (__stub___truncate64)
choke me
#else
truncate64();
#endif

; return 0; }
configure:13265: checking for statvfs64
configure:13297: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
/tmp/conftest-6fd399.o: In function `main':
conftest.c:(.text.main+0x7): undefined reference to `statvfs64'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure: failed program was:
#line 13270 "configure"
#define statvfs64 innocuous_statvfs64
#include "confdefs.h"
#undef statvfs64
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char statvfs64(); below.  */
#define statvfs64 innocuous_statvfs64
#include <assert.h>
#undef statvfs64
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char statvfs64();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_statvfs64) || defined (__stub___statvfs64)
choke me
#else
statvfs64();
#endif

; return 0; }
configure:13265: checking for statvfs
configure:13297: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
configure:13265: checking for statfs64
configure:13297: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
/tmp/conftest-3ce95d.o: In function `main':
conftest.c:(.text.main+0x7): undefined reference to `statfs64'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure: failed program was:
#line 13270 "configure"
#define statfs64 innocuous_statfs64
#include "confdefs.h"
#undef statfs64
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char statfs64(); below.  */
#define statfs64 innocuous_statfs64
#include <assert.h>
#undef statfs64
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char statfs64();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_statfs64) || defined (__stub___statfs64)
choke me
#else
statfs64();
#endif

; return 0; }
configure:13265: checking for statfs
configure:13297: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
configure:13265: checking for getpagesize
configure:13297: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
configure:13265: checking for gmtime_r
configure:13297: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
configure:13265: checking for localtime_r
configure:13297: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
configure:13265: checking for arc4random
configure:13297: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
configure:13265: checking for arc4random_buf
configure:13297: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
configure:13326: checking for clock_gettime(CLOCK_MONOTONIC)
configure:13342: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c   1>&5
configure:13383: checking for wcrtomb
configure:13395: c++ -o conftest -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -DLIBICONV_PLUG -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.C  1>&5
configure:13418: checking for mbrtowc
configure:13430: c++ -o conftest -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -DLIBICONV_PLUG -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.C  1>&5
configure:13462: checking for res_ninit()
configure:13485: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
configure:13527: checking for iconv in -lc
configure:13549: c++ -o conftest -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -DLIBICONV_PLUG -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.C -lc   1>&5
configure:13658: checking for iconv()
configure:13677: c++ -o conftest -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -DLIBICONV_PLUG -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.C   1>&5
configure:13702: checking for iconv() with const input
configure:13722: c++ -c -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -DLIBICONV_PLUG -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.C 1>&5
configure:13716:17: error: no matching function for call to 'iconv'
                iconv(h, &input, NULL, NULL, NULL);
                ^~~~~
/usr/local/include/iconv.h:85:15: note: candidate function not viable: no known conversion from 'const char **' to 'char **' for 2nd argument
extern size_t iconv (iconv_t cd,  char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft);
              ^
1 error generated.
configure: failed program was:
#line 13707 "configure"
#include "confdefs.h"

            #include <stdlib.h>
            #include <iconv.h>
            
int main() {

                const char *input = "testing";
                iconv_t h = iconv_open("", "");
                iconv(h, &input, NULL, NULL, NULL);
                iconv_close(h);
            
; return 0; }
configure:13756: checking for nl_langinfo and CODESET
configure:13768: c++ -o conftest -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -DLIBICONV_PLUG -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.C  1>&5
configure:13803: checking for an implementation of va_copy()
configure:13824: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:13840: checking whether va_list can be copied by value
configure:13861: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:13851:19: error: array type 'va_list' (aka '__builtin_va_list') is not assignable
            args2 = args1;
            ~~~~~ ^
1 error generated.
configure: failed program was:
#line 13845 "configure"
#include "confdefs.h"
#include <stdarg.h>
                     #include <stdlib.h>
        void f (int i, ...) {
            va_list args1, args2;
            va_start (args1, i);
            args2 = args1;
            if (va_arg (args2, int) != 42 || va_arg (args1, int) != 42)
                exit (1);
            va_end (args1); va_end (args2);
        }
int main() {
f(0, 42); return 0
; return 0; }
configure:13957: checking whether the C++ "using" keyword resolves ambiguity
configure:13978: c++ -c -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -DLIBICONV_PLUG -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.C 1>&5
configure:14002: checking for C++ dynamic_cast to void*
configure:14029: c++ -o conftest -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -DLIBICONV_PLUG -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.C  1>&5
configure:14062: checking for __thread keyword for TLS variables
configure:14074: c++ -o conftest -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -DLIBICONV_PLUG -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text -fPIC -shared -Wl,-z,defs -Wl,--warn-unresolved-symbols -Wl,--gc-sections  conftest.C  1>&5
configure:14157: checking for __attribute__((always_inline))
configure:14169: c++ -c -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -DLIBICONV_PLUG -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.C 1>&5
configure:14193: checking for LC_MESSAGES
configure:14205: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:14231: checking for localeconv
configure:14263: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
configure:14300: checking for malloc.h
configure:14300: checking for malloc_np.h
configure:14313: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:14349: checking for alloca.h
configure:14362: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:14356:10: fatal error: 'alloca.h' file not found
#include <alloca.h>
         ^
1 error generated.
configure: failed program was:
#line 14354 "configure"
#include "confdefs.h"

#include <alloca.h>
int main() {

; return 0; }
configure:14395: checking for strndup
configure:14427: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
configure:14411:6: warning: incompatible redeclaration of library function 'strndup' [-Wincompatible-library-redeclaration]
char strndup();
     ^
configure:14411:6: note: 'strndup' is a builtin with type 'char *(const char *, unsigned long)'
1 warning generated.
configure:14395: checking for posix_memalign
configure:14427: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
configure:14395: checking for memalign
configure:14427: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
/tmp/conftest-7bd3ff.o: In function `main':
conftest.c:(.text.main+0x7): undefined reference to `memalign'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure: failed program was:
#line 14400 "configure"
#define memalign innocuous_memalign
#include "confdefs.h"
#undef memalign
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char memalign(); below.  */
#define memalign innocuous_memalign
#include <assert.h>
#undef memalign
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char memalign();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_memalign) || defined (__stub___memalign)
choke me
#else
memalign();
#endif

; return 0; }
configure:14458: checking for malloc_usable_size
configure:14490: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  1>&5
configure:14522: checking for malloc.h
configure:14598: checking for valloc in malloc.h
In file included from configure:14601:
/usr/include/malloc.h:3:2: error: "<malloc.h> has been replaced by <stdlib.h>"
#error "<malloc.h> has been replaced by <stdlib.h>"
 ^
1 error generated.
configure:14623: checking for valloc in unistd.h
configure:14778: checking NSPR selection
configure:14878: checking for nspr-config
configure:14913: checking for NSPR - version >= 4.10.10
configure:14989: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -I/usr/local/include/nspr -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:15008: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -I/usr/local/include/nspr -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:15051: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -I/usr/local/include/nspr -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:15181: checking for libevent
configure:15188: checking MOZ_LIBEVENT_CFLAGS
configure:15193: checking MOZ_LIBEVENT_LIBS
configure:15366: checking for nss-config
configure:15401: checking for NSS - version >= 3.19.4
configure:15476: checking for YASM assembler
configure:15482: checking for yasm
configure:15540: checking for jpeg_destroy_compress in -ljpeg
configure:15559: cc -o conftest -I/usr/local/include -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c -ljpeg   1>&5
configure:15595: cc -c -I/usr/local/include -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:15642: checking for gzread in -lz
configure:15661: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c -lz   1>&5
configure:15696: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:15744: checking for BZ2_bzread in -lbz2
configure:15763: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c -lbz2   1>&5
configure:15812: checking for png_get_valid in -lpng
configure:15831: cc -o conftest -I/usr/local/include -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c -lpng   1>&5
configure:15853: checking for png_get_acTL in -lpng
configure:15872: cc -o conftest -I/usr/local/include -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c -lpng   1>&5
configure:15920: cc -c -I/usr/local/include -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:16033: checking for hunspell
configure:16040: checking MOZ_HUNSPELL_CFLAGS
configure:16045: checking MOZ_HUNSPELL_LIBS
configure:16239: checking for libffi >= 3.0.9
configure:16246: checking MOZ_FFI_CFLAGS
configure:16251: checking MOZ_FFI_LIBS
configure:16473: checking for application to build
configure:16654: checking if app-specific confvars.sh exists
configure:17672: checking for gtk+-2.0 >= 2.18.0 gtk+-unix-print-2.0 glib-2.0 >= 2.22 gobject-2.0 gdk-x11-2.0
configure:17679: checking MOZ_GTK2_CFLAGS
configure:17684: checking MOZ_GTK2_LIBS
configure:17811: checking for libstartup-notification-1.0 >= 0.8
configure:17818: checking MOZ_STARTUP_NOTIFICATION_CFLAGS
configure:17823: checking MOZ_STARTUP_NOTIFICATION_LIBS
configure:19140: checking for pango >= 1.22.0
configure:19147: checking _PANGOCHK_CFLAGS
configure:19152: checking _PANGOCHK_LIBS
configure:19232: checking for pango >= 1.22.0 pangoft2 >= 1.22.0 pangocairo >= 1.22.0
configure:19239: checking MOZ_PANGO_CFLAGS
configure:19244: checking MOZ_PANGO_LIBS
configure:19351: checking for gtk+-2.0 >= 2.14
configure:19358: checking _GTKCHECK_CFLAGS
configure:19363: checking _GTKCHECK_LIBS
configure:19443: checking for gio-2.0 >= 2.22
configure:19450: checking MOZ_GIO_CFLAGS
configure:19455: checking MOZ_GIO_LIBS
configure:19966: checking for dbus-1 >= 0.60
configure:19973: checking MOZ_DBUS_CFLAGS
configure:19978: checking MOZ_DBUS_LIBS
configure:20057: checking for dbus-glib-1 >= 0.60
configure:20064: checking MOZ_DBUS_GLIB_CFLAGS
configure:20069: checking MOZ_DBUS_GLIB_LIBS
configure:20362: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:20356:10: fatal error: 'linux/ethtool.h' file not found
#include <linux/ethtool.h>
         ^
1 error generated.
configure: failed program was:
#line 20355 "configure"
#include "confdefs.h"
#include <linux/ethtool.h>
int main() {
 struct ethtool_cmd cmd; cmd.speed_hi = 0; 
; return 0; }
configure:20467: checking for libv4l2
configure:20474: checking MOZ_LIBV4L2_CFLAGS
configure:20479: checking MOZ_LIBV4L2_LIBS
configure:20711: checking __attribute__ ((aligned ())) support
configure:20728: cc -c -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Werror -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  conftest.c 1>&5
configure:20819: checking for ogg >= 1.2.1
configure:20826: checking MOZ_OGG_CFLAGS
configure:20831: checking MOZ_OGG_LIBS
configure:20864: checking for ogg_set_mem_functions
configure:20896: cc -o conftest -O2 -pipe  -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c  -L/usr/local/lib -logg   1>&5
/tmp/conftest-f1f67f.o: In function `main':
conftest.c:(.text.main+0x7): undefined reference to `ogg_set_mem_functions'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure: failed program was:
#line 20869 "configure"
#define ogg_set_mem_functions innocuous_ogg_set_mem_functions
#include "confdefs.h"
#undef ogg_set_mem_functions
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char ogg_set_mem_functions(); below.  */
#define ogg_set_mem_functions innocuous_ogg_set_mem_functions
#include <assert.h>
#undef ogg_set_mem_functions
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char ogg_set_mem_functions();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_ogg_set_mem_functions) || defined (__stub___ogg_set_mem_functions)
choke me
#else
ogg_set_mem_functions();
#endif

; return 0; }
configure:20992: checking for vorbis vorbisenc >= 1.3.5
configure: error: Library requirements (vorbis vorbisenc >= 1.3.5) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

--82I3+IH0IqGh5yIs
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=pkg-static_out
Content-Transfer-Encoding: 7bit

#The sender remark:
#The following is the output of "/usr/local/sbin/pkg-static info -g -E"


ORBit2-2.14.19_1               High-performance CORBA ORB with support for the C language
adobe-cmaps-20051217_2         Adobe CMap collection
alsa-lib-1.0.28                ALSA compatibility library
alsa-plugins-1.0.28            ALSA compatibility library plugins
atk-2.8.0_1                    GNOME accessibility toolkit (ATK)
autoconf-2.69                  Automatically configure source code on many Un*x platforms
autoconf-wrapper-20131203      Wrapper script for GNU autoconf
autoconf213-2.13.000227_6      Automatically configure source code on many Un*x platforms (legacy 2.13)
automake-1.14_1                GNU Standards-compliant Makefile generator
automake-wrapper-20131203      Wrapper script for GNU automake
avahi-app-0.6.31_3             Service discovery on a local network
bash-4.3.30                    The GNU Project's Bourne Again SHell
bdftopcf-1.0.4                 Convert X font from BDF to PCF
bigreqsproto-1.1.2             BigReqs extension headers
binutils-2.24_1                GNU binary tools
bison-2.7.1,1                  Parser generator from FSF, (mostly) compatible with Yacc
boehm-gc-7.4.2_1               Garbage collection and memory leak detection for C and C++
ca_root_nss-3.17.2             The root certificate bundle from the Mozilla Project
cairo-1.12.16_1,2              Vector graphics library with cross-device output support
cantarell-fonts-0.0.15         Cantarell, a Humanist sans-serif font family
cmake-3.0.2                    Cross-platform Makefile generator
cmake-modules-3.0.2            Modules and Templates for CMake
compositeproto-0.4.2           Composite extension headers
consolekit-0.4.3_1             Framework for defining and tracking users
cups-client-1.7.3_2            Common UNIX Printing System: Library cups
cups-image-1.7.3_1             Common UNIX Printing System: Library cupsimage
curl-7.38.0_1                  Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers
damageproto-1.2.1              Damage extension headers
dbus-1.8.8                     Message bus system for inter-application communication
dbus-glib-0.100.2_1            GLib bindings for the D-BUS messaging system
dconf-0.14.1_1                 Configuration database system for GNOME
dejavu-2.34_4                  Bitstream Vera Fonts clone with a wider range of characters
desktop-file-utils-0.22_2      Couple of command line utilities for working with desktop entries
dialog4ports-0.1.5_2           Console Interface to configure ports
dmidecode-2.12                 Tool for dumping DMI (SMBIOS) contents in human-readable format
docbook-1.5                    Meta-port for the different versions of the DocBook DTD
docbook-sgml-4.5_1             DocBook SGML DTD
docbook-xml-5.0_2              DocBook XML DTD
docbook-xsl-1.76.1_2           XSL DocBook stylesheets
doxygen-1.8.7_1,1              Documentation system for C, C++, and other languages
dri2proto-2.8                  DRI2 prototype headers
dri3proto-1.0                  DRI3 prototype headers
encodings-1.0.4_1,1            X.Org Encoding fonts
esound-0.2.41_3                Sound library for enlightenment package
expat-2.1.0_1                  XML 1.0 parser written in C
firefox-i18n-33.0              Localized interface for Firefox
fixesproto-5.0                 Fixes extension headers
flex-2.5.39_2                  Fast lexical analyzer generator
font-bh-ttf-1.0.3_1            X.Org Bigelow & Holmes TTF font
font-misc-ethiopic-1.0.3_1     X.Org miscellaneous Ethiopic font
font-misc-meltho-1.0.3_1       X.Org miscellaneous Meltho font
font-util-1.3.0_1              Create an index of X font files in a directory
fontcacheproto-0.1.3           Fontcache extension headers
fontconfig-2.11.0_3,1          XML-based font configuration API for X Windows
fontsproto-2.1.2,1             Fonts extension headers
freeglut-2.8.1_3               Alternative to the OpenGL Utility Toolkit (GLUT) library
freetype-1.3.1_5               Free and portable TrueType font rendering engine
freetype2-2.5.3_2              Free and portable TrueType font rendering engine
gamin-0.1.10_8                 File and directory monitoring system
gccmakedep-1.0.2_1             Create dependencies in makefiles using 'gcc -M'
gconf2-2.32.0_6                Configuration database system for GNOME
gdbm-1.11_2                    GNU database manager
gdk-pixbuf2-2.28.2_1           Graphic library for GTK+
getopt-1.1.5                   Replacement for getopt(1) that supports GNU-style long options
gettext-0.18.3.1_1             GNU gettext package
ghostscript9-9.06_8            Ghostscript 9.x PostScript interpreter
glib-2.36.3_4                  Some useful routines of C programming (current stable version)
glib-networking-2.36.2_4       Network-related giomodules for glib
glproto-1.4.17                 GLX extension headers
gmake-3.82_2                   GNU version of 'make' utility
gmake-lite-3.82                Minimalist version of gnu make
gmp-5.1.3_2                    Free library for arbitrary precision arithmetic
gnome-doc-utils-0.20.10_2      GNOME doc utils
gnome-icon-theme-3.6.2         Collection of icons for the GNOME desktop
gnome-mime-data-2.18.0_4       MIME and Application database for GNOME
gnome-mount-0.8_12             Front-end to mount, umount, and eject using HAL
gnome-vfs-2.24.4_3             GNOME Virtual File System
gnome_subr-1.0                 Common startup and shutdown subroutines used by GNOME scripts
gnomehier-3.0                  Utility port that creates the GNOME directory tree
gnupg-2.0.26_1                 The GNU Privacy Guard
gnutls-3.2.16_5                GNU Transport Layer Security library
gobject-introspection-1.36.0_3 Generate interface introspection data for GObject libraries
graphite2-1.2.4                Rendering capabilities for complex non-Roman writing systems
graphviz-2.38.0_1              Graph Visualization Software from AT&T and Bell Labs
gsettings-desktop-schemas-3.6.1_1 Collection of globally shared GSetting schemas
gsfonts-8.11_6                 Standard Fonts for Ghostscript
gstreamer1-1.6.1               Media applications framework
gstreamer1-libav-1.2.4_1       GStreamer plug-in with many audio/video decoders/encoders
gstreamer1-plugins-1.6.1       GStreamer written collection of plugins handling several media types
gstreamer1-plugins-good-1.6.1  Good gstreamer-plugins
gtk-engines2-2.20.2_2          Theme engine for the GTK+-2.0 toolkit
gtk-update-icon-cache-2.24.22  Gtk-update-icon-cache utility from the Gtk+ toolkit
gtk2-2.24.22_4                 Gimp Toolkit for X11 GUI (previous stable version)
gts-0.7.6_2                    GNU Triangulated Surface Library
gvfs-1.12.3_5                  GNOME virtual file system
hal-0.5.14_27                  Hardware Abstraction Layer for simplifying device access
harfbuzz-1.0.6                 OpenType text shaping engine
help2man-1.43.3_1              Automatically generating simple manual pages from program output
hicolor-icon-theme-0.12        High-color icon theme shell from the FreeDesktop project
hunspell-1.3.3                 Improved spell-checker for Hungarian and other languages
icon-naming-utils-0.8.90_1     Utilities of the Tango project
icu-53.1                       International Components for Unicode (from IBM)
imake-1.0.6_1,1                Imake and other utilities from X.Org
indexinfo-0.2                  Utility to regenerate the GNU info page index
inputproto-2.3.1               Input extension headers
intltool-0.50.2                Tools to internationalize various kinds of data files
iso-codes-3.56                 Lists of the country, language, and currency iso names
iso8879-1986_3                 Character entity sets from ISO 8879:1986 (SGML)
ja-FreeWnn-lib-1.1.1.a021_12   Japanese/Chinese/Korean input method (Japanese client libraries)
ja-canna-lib-3.7p3_9           Kana-to-Kanji conversion system, library part
ja-jvim-3.0.j2.1b_1            Japanized Vim-3.0
ja-kterm-6.2.0_13              Xterm variant with Japanese support
ja-nkf-2.1.3,1                 Network Kanji code conversion Filter
ja-onew-2.2.10_2               Library for Japanese Input Methods
ja-tex-ptex-3.5                ASCII Japanese pTeX
jasper-1.900.1_14              Implementation of the codec specified in the JPEG-2000 standard
jbig2dec-0.11_2                Decoder implementation of the JBIG2 image compression format
jbigkit-2.1_1                  Lossless compression for bi-level images such as scanned pages, faxes
jpeg-8_5                       IJG's jpeg compression utilities
kbproto-1.0.6                  KB extension headers
lcms2-2.6_3                    Accurate, fast, and small-footprint color management engine
ldns-1.6.17_2                  Library for programs conforming to DNS RFCs and drafts
libGL-9.1.7_2                  OpenGL library that renders using GLX or DRI
libGLU-9.0.0_2                 OpenGL utility library
libICE-1.0.9,1                 Inter Client Exchange library for X11
libIDL-0.8.14_2                Library for creating trees of CORBA IDL files
libSM-1.2.2_2,1                Session Management library for X11
libX11-1.6.2_2,1               X11 library
libXau-1.0.8_2                 Authentication Protocol library for X11
libXaw-1.0.12_2,2              X Athena Widgets library
libXcomposite-0.4.4_2,1        X Composite extension library
libXcursor-1.1.14_2            X client-side cursor loading library
libXdamage-1.1.4_2             X Damage extension library
libXdmcp-1.1.1_2               X Display Manager Control Protocol library
libXext-1.3.2_2,1              X11 Extension library
libXfixes-5.0.1_2              X Fixes extension library
libXfont-1.4.8,2               X font library
libXfontcache-1.0.5_2          The Xfontcache library
libXft-2.3.1_2                 Client-sided font API for X applications
libXi-1.7.4,1                  X Input extension library
libXinerama-1.1.3_2,1          X11 Xinerama library
libXmu-1.1.2_2,1               X Miscellaneous Utilities libraries
libXp-1.0.2_2,1                X print library
libXpm-3.5.11_2                X Pixmap library
libXrandr-1.4.2_2              X Resize and Rotate extension library
libXrender-0.9.8_2             X Render extension library
libXt-1.1.4_2,1                X Toolkit library
libXxf86vm-1.1.3_2             X Vidmode Extension
libart_lgpl-2.3.21_1,1         Library for high-performance 2D graphics
libassuan-2.1.2_1              IPC library used by GnuPG and gpgme
libatomic_ops-7.4.0_1          Atomic operations access library
libaudiofile-0.3.6_1           Sound library for SGI audio file
libbonobo-2.32.0_2             Component and compound document system for GNOME2
libbonoboui-2.24.4_2           GUI frontend to the libbonobo component of GNOME 2
libcanberra-0.28_4             Implementation of the Freedesktop sound theme spec
libcddb-1.3.2_3                Library to access data on a CDDB server
libcdio-0.92                   Compact Disc Input and Control Library
libcdio-paranoia-10.2+0.90+1_1 Read audio from the CDROM directly as data
libcheck-0.9.14                Unit test framework for C
libcroco-0.6.8_2               CSS2 parsing library
libdaemon-0.14_1               Lightweight C library that eases the writing of UNIX daemons
libdrm-2.4.52_1,1              Userspace interface to kernel Direct Rendering Module services
libevent2-2.0.21_2             API for executing callback functions on events or timeouts
libexif-0.6.21_2               Library to read digital camera file meta-data
libffi-3.0.13_2                Foreign Function Interface
libfontenc-1.1.2_2             The fontenc Library
libgcrypt-1.6.1_5              General purpose crypto library based on code used in GnuPG
libgd-2.1.0_4,1                Graphics library for fast creation of images
libglade2-2.6.4_7              GNOME glade library
libglapi-9.1.7_1               Common GL api library used by Mesa based ports
libgnome-2.32.0_3              Libraries for GNOME, a GNU desktop environment
libgnome-keyring-2.32.0_9      Program that keeps passwords and other secrets
libgnomecanvas-2.30.3_3        Graphics library for GNOME
libgnomeui-2.24.4_4            Libraries for the GNOME GUI, a GNU desktop environment
libgpg-error-1.15              Common error values for all GnuPG components
libgphoto2-2.5.5.1             Universal digital camera control library
libgsf-1.14.30                 Extensible I/O abstraction for dealing with structured file formats
libiconv-1.14_9                Character set conversion library
libidn-1.29                    Internationalized Domain Names command line tool
libinotify-20140622            Kevent based inotify compatible library
libksba-1.3.1                  KSBA is an X.509 Library
libltdl-2.4.2_3                System independent dlopen wrapper
libnotify-0.7.5_1              Library for desktop notifications
libogg-1.3.2,4                 Ogg bitstream library
libpaper-1.1.24.3              Library providing routines for paper size management
libpciaccess-0.13.2_2          Generic PCI access library
libproxy-0.4.6                 Library that provides automatic proxy configuration management
libpthread-stubs-0.3_6         This library provides weak aliases for pthread functions
librsvg2-2.36.4_2              Library for parsing and rendering SVG vector-graphic files
libsoup-2.40.3_6               SOAP (Simple Object Access Protocol) implementation in C
libsoup-gnome-2.40.3_4         SOAP (Simple Object Access Protocol) implementation in C
libtasn1-4.2                   ASN.1 structure parser library
libtool-2.4.2_3                Generic shared library support script
libv4l-0.8.8_2                 Video4Linux library
libvolume_id-0.81.1            Library to provide file system type information
libvorbis-1.3.4_1,3            Audio compression codec library
libvpx-1.3.0                   VP8/VP9 Codec SDK
libxcb-1.10_2                  The X protocol C-language Binding (XCB) library
libxml2-2.9.2_1                XML parser library for GNOME
libxshmfence-1.1_3             Shared memory 'SyncFence' synchronization primitive
libxslt-1.1.28_4               The XSLT C library for GNOME
m4-1.4.17_1,1                  GNU m4
makedepend-1.0.5,1             Dependency generator for makefiles
mkfontdir-1.0.7                Create an index of X font files in a directory
mkfontscale-1.1.1_1            Creates an index of scalable font files for X
mpfr-3.1.2_2                   Library for multiple-precision floating-point computations
netpbm-10.35.92_1              Toolkit for conversion of images between different formats
nettle-2.7.1                   Low-level cryptographic library
nspr-4.10.10_1                 Platform-neutral API for system level and libc like functions
nss-3.20.1                     Libraries to support development of security-enabled applications
open-motif-2.3.4_1             Motif X11 Toolkit (industry standard GUI (IEEE 1295))
openjpeg15-1.5.2               Open-source JPEG 2000 codec
openldap-client-2.4.40         Open source LDAP client implementation
opus-1.1_1                     IETF audio codec
orc-0.4.21                     Library and toolset to operate arrays of data
p11-kit-0.20.3_1               Library for loading and enumerating of PKCS#11 modules
p5-File-Type-0.22              Determine file type using magic
p5-Font-TTF-1.04               Perl module for TrueType font hacking
p5-IO-String-1.08              Simplified Perl5 module to handle I/O on in-core strings
p5-Image-Size-3.232            Perl5 module to determine the size of images in several common formats
p5-Locale-gettext-1.05_3       Message handling functions
p5-PDF-API2-2.022              Facilitates the creation and modification of PDF files
p5-Perl-Tidy-20140711          Indents and reformats Perl scripts to make them easier to read
p5-XML-NamespaceSupport-1.11   Simple generic namespace support class
p5-XML-Parser-2.41_1           Perl extension interface to James Clark's XML parser, expat
p5-XML-SAX-0.99_1              Simple API for XML
p5-XML-SAX-Base-1.08           Base class SAX Drivers and Filters
p5-XML-SAX-Expat-0.51          Simple API for XML
p5-XML-Simple-2.20             Trivial API for reading and writing XML (esp config files)
pango-1.34.1_7                 Open-source framework for the layout and rendering of i18n text
pciids-20140922                Database of all known IDs used in PCI devices
pcre-8.35                      Perl Compatible Regular Expressions library
perl5-5.16.3_11                Practical Extraction and Report Language
pixman-0.32.4_3                Low-level pixel manipulation library
pkg-1.6.2                      Package manager
pkgconf-0.9.7                  Utility to help to configure compiler and linker flags
png-1.5.18                     Library for manipulating PNG images
policykit-0.9_8                Framework for controlling access to system-wide components
policykit-gnome-0.9.2_7        GNOME frontend to the PolicyKit framework
polkit-0.105_3                 Framework for controlling access to system-wide components
poppler-0.24.5_4               PDF rendering library
poppler-data-0.4.7             Poppler encoding data
poppler-glib-0.24.5_1          Glib bindings to poppler
popt-1.16_1                    Getopt(3) like library with a number of enhancements, from Redhat
presentproto-1.0               Present protocol specification
printproto-1.0.5               Print extension headers
psutils-1.17_4                 Utilities for manipulating PostScript documents
pth-2.0.7                      GNU Portable Threads
py27-Babel-1.3_2               Collection of tools for internationalizing Python applications
py27-Jinja2-2.7.3              Fast and easy to use stand-alone template engine
py27-MarkupSafe-0.23           Implements a XML/HTML/XHTML Markup safe string for Python
py27-docutils-0.12             Python Documentation Utilities
py27-libxml2-2.9.2             Python interface for XML parser library for GNOME
py27-pygments-1.6_2            Syntax highlighter written in Python
py27-pytz-2014.4,1             World Timezone Definitions for Python
py27-setuptools27-5.5.1        Python packages installer
py27-sphinx-1.2.3              Python documentation generator
py27-sqlite3-2.7.8_5           Standard Python binding to the SQLite3 library
python-2.7_2,2                 The "meta-port" for the default version of Python interpreter
python2-2_3                    The "meta-port" for version 2 of the Python interpreter
python27-2.7.8_5               Interpreted object-oriented programming language
qt4-corelib-4.8.6_3            Qt core non-graphical module
qt4-gui-4.8.6_2                Qt graphical user interface module
qt4-moc-4.8.6                  Qt Meta-Object Compiler
qt4-qmake-4.8.6                Qt Makefile generator
qt4-rcc-4.8.6                  Qt Resource Compiler
qt4-uic-4.8.6                  Qt User Interface Compiler
qt4-xml-4.8.6_1                Qt SAX and DOM implementations
randrproto-1.4.0               Randr extension headers
rarian-0.8.1_2                 OMF help system based on the Freedesktop specification
renderproto-0.11.1             RenderProto protocol headers
samba36-libsmbclient-3.6.24_2  Shared lib from the samba package
sdocbook-xml-1.1_1,2           "Simplified" DocBook XML DTD
seamonkey-2.30                 The open source, standards compliant web browser
seamonkey-i18n-2.30            Localized interface for SeaMonkey
shared-mime-info-1.1_1         MIME types database from the freedesktop.org project
silgraphite-2.3.1_2            Font engine for complex non-Roman writing systems
soundtouch-1.8.0_1             Open-source audio processing library
sqlite3-3.9.2                  SQL database engine in a C library
startup-notification-0.12_3    Library that supports startup notification spec from freedesktop.org
svgalib-1.4.3_7                Low level console graphics library
t1lib-5.1.2_4,1                Type 1 font rasterization library for Unix/X11
talloc-2.1.0                   Hierarchical pool based memory allocator
tdb-1.2.13,1                   Trivial Database
teckit-2.5.1_1                 Toolkit for converting data between 8-bit legacy encodings and Unicode
tevent-0.9.21                  Talloc based event loop library
tex-aleph-1.15.2.1.r.4         TeX Engine including Omega and e-TeX features
tex-dvipdfmx-20140317_1        DVI Previewer(kpathsearch) for X
tex-dvipsk-5.994               Convert a TeX DVI file to PostScript
tex-formats-20140525           Formats for Basic TeX Engines
tex-jadetex-3.13_2             TeX backend for Jade, DSSSL processor for SGML/XML documents
tex-kpathsea-6.2.0             Path searching library for TeX
tex-luatex-0.79.1_1            Extended version of pdfTeX using Lua
tex-ptexenc-1.3.2              Library for Japanese pTeX and its tools
tex-web2c-20140525             TeX implementation translating WEB to C
tex-xdvik-22.87_2              DVI Previewer(kpathsearch) for X
tex-xetex-0.99991              TeX System with Unicode and Modern Font Technologies
tex-xmltex-1.9_1               Non-validating XML parser, written in TeX
texlive-base-20140525_2        TeX Live Typesetting System, base binaries
texlive-infra-34227            Basic TeXLive infrastructure
texlive-texmf-20140525_3       TeX Live Typesetting System, texmf Tree
tiff-4.0.3_4                   Tools and library routines for working with TIFF images
tmake-1.13                     Extremely portable perl-based make utility
tradcpp-0.4                    Traditional (K&R-style) C preprocessor
trousers-tddl-0.3.10_7         The open-source TCG Software Stack
unbound-1.4.22_4               Validating, recursive, and caching DNS resolver
unzip-6.0_2                    List, test, and extract compressed files from a ZIP archive
v4l_compat-1.0.20120501_1      Video4Linux IOCTL header files
vala-0.20.1_1                  Programming language and compiler that converts Vala code into C code
w3m-0.5.3_4                    Pager/text-based WWW browser
xbitmaps-1.1.1                 X.Org bitmaps data
xcb-proto-1.10_1               The X protocol C-language Binding (XCB) protocol
xcb-util-0.3.9_3,1             Module with libxcb/libX11 extension/replacement libraries
xcb-util-renderutil-0.3.9      Convenience functions for the Render extension
xcmiscproto-1.2.2              XCMisc extension headers
xdg-utils-1.0.2.20130919_1     Tools to allow all applications to integrate with the free desktop
xextproto-7.3.0                XExt extension headers
xf86bigfontproto-1.2.0         XFree86-Bigfont extension headers
xf86vidmodeproto-2.3.1         XFree86-VidModeExtension extension headers
xineramaproto-1.2.1            Xinerama extension headers
xmlcatmgr-2.2_1                SGML and XML catalog manager
xmlcharent-0.3_2               XML character entities
xmlto-0.0.26_2                 Front-end to an XSL toolchain
xorg-cf-files-1.0.5_1          X.org cf files for use with imake builds
xorg-fonts-truetype-7.7_1      X.Org TrueType fonts
xorg-macros-1.19.0             X.Org development aclocal macros
xpi-quick-locale-switcher-1.7.8.5 Quickly change and apply a different locale from the tools menu
xprop-1.2.2                    Property displayer for X
xproto-7.0.26                  X11 protocol headers
xset-1.2.3_1                   User preference utility for X
xtrans-1.3.4_1                 Abstract network code for X
yasm-1.2.0                     Complete rewrite of the NASM assembler
zip-3.0                        Create/update ZIP files compatible with PKZIP
zziplib-0.13.62_1              Library to provide transparent read access to zipped files

--82I3+IH0IqGh5yIs--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151128213606.A17506>