
Applying ./patches/001-configure_fixes.patch using plaintext: 
patching file configure.in

Applying ./patches/200-ranlib.patch using plaintext: 
patching file src/port/Makefile

Applying ./patches/800-busybox-default-pager.patch using plaintext: 
patching file src/bin/psql/print.h

Applying ./patches/900-pg_ctl-setuid.patch using plaintext: 
patching file src/bin/pg_ctl/pg_ctl.c
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: /home/bastian/ledebot/openwrt/staging_dir/host/bin/aclocal -I config -I . --force 
aclocal.real: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: configure.in: tracing
autoreconf: configure.in: not using Libtool
autoreconf: running: /home/bastian/ledebot/openwrt/staging_dir/host/bin/autoconf --include=config --include=. --prepend-include=/home/bastian/ledebot/openwrt/staging_dir/host/share/aclocal --force
autoreconf: running: /home/bastian/ledebot/openwrt/staging_dir/host/bin/autoheader --include=config --include=. --prepend-include=/home/bastian/ledebot/openwrt/staging_dir/host/share/aclocal --force
autoreconf: configure.in: not using Automake
autoreconf: Leaving directory `.'
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: /home/bastian/ledebot/openwrt/staging_dir/host/bin/aclocal -I config -I . --force 
aclocal.real: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: configure.in: tracing
autoreconf: configure.in: not using Libtool
autoreconf: running: /home/bastian/ledebot/openwrt/staging_dir/host/bin/autoconf --include=config --include=. --prepend-include=/home/bastian/ledebot/openwrt/staging_dir/host/share/aclocal --force
autoreconf: running: /home/bastian/ledebot/openwrt/staging_dir/host/bin/autoheader --include=config --include=. --prepend-include=/home/bastian/ledebot/openwrt/staging_dir/host/share/aclocal --force
autoreconf: configure.in: not using Automake
autoreconf: Leaving directory `.'
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking which template to use... linux
checking whether to build with 64-bit integer date/time support... yes
checking whether NLS is wanted... no
checking for default port number... 5432
checking for block size... 8kB
checking for segment size... 1GB
checking for WAL block size... 8kB
checking for WAL segment size... 16MB
checking for x86_64-linux-gnu-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc supports -Wdeclaration-after-statement... yes
checking whether gcc supports -Wendif-labels... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wformat-security... yes
checking whether gcc supports -fno-strict-aliasing... yes
checking whether gcc supports -fwrapv... yes
checking whether gcc supports -fexcess-precision=standard... yes
checking whether gcc supports -funroll-loops... yes
checking whether gcc supports -ftree-vectorize... yes
checking whether gcc supports -Wunused-command-line-argument... no
checking whether the C compiler still works... yes
checking how to run the C preprocessor... gcc -E
checking allow thread-safe client libraries... yes
checking whether to build with Tcl... no
checking whether to build Perl modules... no
checking whether to build Python modules... no
checking whether to build with GSSAPI support... no
checking whether to build with PAM support... no
checking whether to build with LDAP support... no
checking whether to build with Bonjour support... no
checking whether to build with OpenSSL support... no
checking whether to build with SELinux support... no
checking for grep that handles long lines and -e... /home/bastian/ledebot/openwrt/staging_dir/host/bin/grep
checking for egrep... /home/bastian/ledebot/openwrt/staging_dir/host/bin/grep -E
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
checking whether it is possible to strip libraries... yes
checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for tar... /home/bastian/ledebot/openwrt/staging_dir/host/bin/tar
checking whether ln -s works... yes
checking for gawk... gawk
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for bison... /home/bastian/ledebot/openwrt/staging_dir/host/bin/bison
configure: using bison (GNU Bison) 3.0.4
checking for flex... /home/bastian/ledebot/openwrt/staging_dir/host/bin/flex
configure: using flex 2.6.1
checking for perl... /home/bastian/ledebot/openwrt/staging_dir/host/bin/perl
configure: using perl 5.22.1
checking for main in -lm... yes
checking for library containing setproctitle... no
checking for library containing dlopen... -ldl
checking for library containing socket... none required
checking for library containing shl_load... no
checking for library containing getopt_long... none required
checking for library containing crypt... -lcrypt
checking for library containing shm_open... -lrt
checking for library containing shm_unlink... none required
checking for library containing fdatasync... none required
checking for library containing sched_yield... none required
checking for library containing gethostbyname_r... none required
checking for library containing shmget... none required
checking for inflate in -lz... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.h... no
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking fp_class.h usability... no
checking fp_class.h presence... no
checking for fp_class.h... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking mbarrier.h usability... no
checking mbarrier.h presence... no
checking for mbarrier.h... no
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/tas.h usability... no
checking sys/tas.h presence... no
checking for sys/tas.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking ucred.h usability... no
checking ucred.h presence... no
checking for ucred.h... no
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for net/if.h... yes
checking for sys/ucred.h... no
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for netinet/tcp.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for quiet inline (no complaint if unreferenced)... yes
checking for printf format archetype... gnu_printf
checking for flexible array members... yes
checking for signed types... yes
checking for __func__... yes
checking for _Static_assert... yes
checking for __builtin_types_compatible_p... yes
checking for __builtin_bswap32... yes
checking for __builtin_constant_p... yes
checking for __builtin_unreachable... yes
checking for __VA_ARGS__... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for tzname... yes
checking for union semun... no
checking for struct sockaddr_un... yes
checking for struct sockaddr_storage... yes
checking for struct sockaddr_storage.ss_family... yes
checking for struct sockaddr_storage.__ss_family... no
checking for struct sockaddr_storage.ss_len... no
checking for struct sockaddr_storage.__ss_len... no
checking for struct sockaddr.sa_len... no
checking for struct addrinfo... yes
checking for intptr_t... yes
checking for uintptr_t... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for locale_t... yes
checking for struct cmsgcred... no
checking for struct option... yes
checking for z_streamp... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking size of off_t... 8
checking for int timezone... yes
checking types of arguments for accept()... int, int, struct sockaddr *, socklen_t *
checking whether gettimeofday takes only one argument... no
checking for wcstombs_l declaration... no
checking for cbrt... yes
checking for dlopen... yes
checking for fdatasync... yes
checking for getifaddrs... yes
checking for getpeerucred... no
checking for getrlimit... yes
checking for mbstowcs_l... no
checking for memmove... yes
checking for poll... yes
checking for pstat... no
checking for pthread_is_threaded_np... no
checking for readlink... yes
checking for setproctitle... no
checking for setsid... yes
checking for shm_open... yes
checking for sigprocmask... yes
checking for symlink... yes
checking for sync_file_range... yes
checking for towlower... yes
checking for utime... yes
checking for utimes... yes
checking for wcstombs... yes
checking for wcstombs_l... no
checking for fseeko... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for posix_fadvise... yes
checking whether posix_fadvise is declared... yes
checking whether fdatasync is declared... yes
checking whether strlcat is declared... no
checking whether strlcpy is declared... no
checking whether F_FULLFSYNC is declared... no
checking for struct sockaddr_in6... yes
checking for PS_STRINGS... no
checking for snprintf... yes
checking for vsnprintf... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking for isinf... yes
checking for crypt... yes
checking for fls... no
checking for getopt... yes
checking for getrusage... yes
checking for inet_aton... yes
checking for mkdtemp... yes
checking for random... yes
checking for rint... yes
checking for srandom... yes
checking for strerror... yes
checking for strlcat... no
checking for strlcpy... no
checking for unsetenv... yes
checking for getpeereid... no
checking for getaddrinfo... yes
checking for getopt_long... yes
checking for sigsetjmp... yes
checking whether sys_siglist is declared... yes
checking for syslog... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for opterr... yes
checking for optreset... no
checking for strtoll... yes
checking for strtoull... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking whether pthreads work with -pthreads... no
checking whether pthreads work with -mthreads... no
checking for the pthreads library -lpthread... yes
checking whether pthreads work with --thread-safe... no
checking whether pthreads work with -mt... no
checking for the pthreads library -lpthreadGC2... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for strerror_r... yes
checking for getpwuid_r... yes
checking for gethostbyname_r... yes
checking whether strerror_r returns int... no
checking test program... ok
checking whether long int is 64 bits... yes
checking whether snprintf supports the %z modifier... yes
checking size of void *... 8
checking size of size_t... 8
checking size of long... 8
checking whether to build with float4 passed by value... yes
checking whether to build with float8 passed by value... yes
checking alignment of short... 2
checking alignment of int... 4
checking alignment of long... 8
checking alignment of double... 8
checking for int8... no
checking for uint8... no
checking for int64... no
checking for uint64... no
checking for sig_atomic_t... yes
checking for __int128... yes
checking for builtin __sync char locking functions... yes
checking for builtin __sync int32 locking functions... yes
checking for builtin __sync int32 atomic operations... yes
checking for builtin __sync int64 atomic operations... yes
checking for builtin __atomic int32 atomic operations... yes
checking for builtin __atomic int64 atomic operations... yes
checking for __get_cpuid... yes
checking for __cpuid... no
checking for _mm_crc32_u8 and _mm_crc32_u32 with CFLAGS=... no
checking for _mm_crc32_u8 and _mm_crc32_u32 with CFLAGS=-msse4.2... yes
checking which CRC-32C implementation to use... SSE 4.2 with runtime check
checking for POSIX signal interface... yes
checking for onsgmls... no
checking for nsgmls... no
checking for openjade... no
checking for jade... no
checking for DocBook V4.2... no
checking for DocBook stylesheets... no
checking for collateindex.pl... no
checking for dbtoepub... no
checking for xmllint... no
checking for xsltproc... no
checking for osx... no
checking for sgml2xml... no
checking for sx... no
checking thread safety of required library functions... yes
checking whether gcc supports -Wl,--as-needed... yes
configure: using compiler=gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
configure: using CFLAGS=-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include
configure: using CPPFLAGS=-I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE 
configure: using LDFLAGS=-L/home/bastian/ledebot/openwrt/staging_dir/host/lib -L/home/bastian/ledebot/openwrt/staging_dir/host/usr/lib -L/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/lib  -Wl,--as-needed
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating src/Makefile.global
config.status: creating src/include/pg_config.h
config.status: creating src/include/pg_config_ext.h
config.status: creating src/interfaces/ecpg/include/ecpg_config.h
config.status: linking src/backend/port/tas/dummy.s to src/backend/port/tas.s
config.status: linking src/backend/port/dynloader/linux.c to src/backend/port/dynloader.c
config.status: linking src/backend/port/sysv_sema.c to src/backend/port/pg_sema.c
config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c
config.status: linking src/backend/port/unix_latch.c to src/backend/port/pg_latch.c
config.status: linking src/backend/port/dynloader/linux.h to src/include/dynloader.h
config.status: linking src/include/port/linux.h to src/include/pg_config_os.h
config.status: linking src/makefiles/Makefile.linux to src/Makefile.port
make[4]: Entering directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/interfaces/ecpg/preproc'
make -C ../../../../src/port all
make[5]: Entering directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/port'
make -C ../backend submake-errcodes
make[6]: Entering directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/backend'
prereqdir=`cd 'utils/' >/dev/null && pwd` && \
  cd '../../src/include/utils/' && rm -f errcodes.h && \
  ln -s "$prereqdir/errcodes.h" .
make[6]: Leaving directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/backend'
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o fls.o fls.c -MMD -MP -MF .deps/fls.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o strlcat.o strlcat.c -MMD -MP -MF .deps/strlcat.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o strlcpy.o strlcpy.c -MMD -MP -MF .deps/strlcpy.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o getpeereid.o getpeereid.c -MMD -MP -MF .deps/getpeereid.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -msse4.2 -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o pg_crc32c_sse42.o pg_crc32c_sse42.c -MMD -MP -MF .deps/pg_crc32c_sse42.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o pg_crc32c_sb8.o pg_crc32c_sb8.c -MMD -MP -MF .deps/pg_crc32c_sb8.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o pg_crc32c_choose.o pg_crc32c_choose.c -MMD -MP -MF .deps/pg_crc32c_choose.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o chklocale.o chklocale.c -MMD -MP -MF .deps/chklocale.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o erand48.o erand48.c -MMD -MP -MF .deps/erand48.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o inet_net_ntop.o inet_net_ntop.c -MMD -MP -MF .deps/inet_net_ntop.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o noblock.o noblock.c -MMD -MP -MF .deps/noblock.Po
echo "#define PGBINDIR \"/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/bin\"" >pg_config_paths.h
echo "#define PGSHAREDIR \"/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/share/postgresql\"" >>pg_config_paths.h
echo "#define SYSCONFDIR \"/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/etc/postgresql\"" >>pg_config_paths.h
echo "#define INCLUDEDIR \"/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include\"" >>pg_config_paths.h
echo "#define PKGINCLUDEDIR \"/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include/postgresql\"" >>pg_config_paths.h
echo "#define INCLUDEDIRSERVER \"/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include/postgresql/server\"" >>pg_config_paths.h
echo "#define LIBDIR \"/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/lib\"" >>pg_config_paths.h
echo "#define PKGLIBDIR \"/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/lib/postgresql\"" >>pg_config_paths.h
echo "#define LOCALEDIR \"/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/share/locale\"" >>pg_config_paths.h
echo "#define DOCDIR \"/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/share/doc//postgresql\"" >>pg_config_paths.h
echo "#define HTMLDIR \"/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/share/doc//postgresql\"" >>pg_config_paths.h
echo "#define MANDIR \"/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/share/man\"" >>pg_config_paths.h
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o path.o path.c -MMD -MP -MF .deps/path.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o pgcheckdir.o pgcheckdir.c -MMD -MP -MF .deps/pgcheckdir.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o pgmkdirp.o pgmkdirp.c -MMD -MP -MF .deps/pgmkdirp.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o pgsleep.o pgsleep.c -MMD -MP -MF .deps/pgsleep.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o pgstrcasecmp.o pgstrcasecmp.c -MMD -MP -MF .deps/pgstrcasecmp.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o pqsignal.o pqsignal.c -MMD -MP -MF .deps/pqsignal.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o qsort.o qsort.c -MMD -MP -MF .deps/qsort.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o qsort_arg.o qsort_arg.c -MMD -MP -MF .deps/qsort_arg.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o quotes.o quotes.c -MMD -MP -MF .deps/quotes.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o sprompt.o sprompt.c -MMD -MP -MF .deps/sprompt.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o tar.o tar.c -MMD -MP -MF .deps/tar.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../../src/port -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o thread.o thread.c -MMD -MP -MF .deps/thread.Po
rm -f libpgport.a
x86_64-linux-gnu-ar crs libpgport.a fls.o strlcat.o strlcpy.o getpeereid.o pg_crc32c_sse42.o pg_crc32c_sb8.o pg_crc32c_choose.o chklocale.o erand48.o inet_net_ntop.o noblock.o path.o pgcheckdir.o pgmkdirp.o pgsleep.o pgstrcasecmp.o pqsignal.o qsort.o qsort_arg.o quotes.o sprompt.o tar.o thread.o
x86_64-linux-gnu-ranlib libpgport.a
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c fls.c -o fls_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c strlcat.c -o strlcat_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c strlcpy.c -o strlcpy_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c getpeereid.c -o getpeereid_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -msse4.2  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c pg_crc32c_sse42.c -o pg_crc32c_sse42_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c pg_crc32c_sb8.c -o pg_crc32c_sb8_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c pg_crc32c_choose.c -o pg_crc32c_choose_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c chklocale.c -o chklocale_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c erand48.c -o erand48_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c inet_net_ntop.c -o inet_net_ntop_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c noblock.c -o noblock_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c path.c -o path_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c pgcheckdir.c -o pgcheckdir_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c pgmkdirp.c -o pgmkdirp_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c pgsleep.c -o pgsleep_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c pgstrcasecmp.c -o pgstrcasecmp_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c pqsignal.c -o pqsignal_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c qsort.c -o qsort_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c qsort_arg.c -o qsort_arg_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c quotes.c -o quotes_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c sprompt.c -o sprompt_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c tar.c -o tar_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include  -I../../src/port  -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c thread.c -o thread_srv.o
rm -f libpgport_srv.a
x86_64-linux-gnu-ar crs libpgport_srv.a fls_srv.o strlcat_srv.o strlcpy_srv.o getpeereid_srv.o pg_crc32c_sse42_srv.o pg_crc32c_sb8_srv.o pg_crc32c_choose_srv.o chklocale_srv.o erand48_srv.o inet_net_ntop_srv.o noblock_srv.o path_srv.o pgcheckdir_srv.o pgmkdirp_srv.o pgsleep_srv.o pgstrcasecmp_srv.o pqsignal_srv.o qsort_srv.o qsort_arg_srv.o quotes_srv.o sprompt_srv.o tar_srv.o thread_srv.o
make[5]: Leaving directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/port'
make -C ../../../../src/common all
make[5]: Entering directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/common'
make -C ../backend submake-errcodes
make[6]: Entering directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/backend'
make[6]: Nothing to be done for 'submake-errcodes'.
make[6]: Leaving directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/backend'
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o exec.o exec.c -MMD -MP -MF .deps/exec.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o pg_lzcompress.o pg_lzcompress.c -MMD -MP -MF .deps/pg_lzcompress.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o pgfnames.o pgfnames.c -MMD -MP -MF .deps/pgfnames.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o psprintf.o psprintf.c -MMD -MP -MF .deps/psprintf.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o relpath.o relpath.c -MMD -MP -MF .deps/relpath.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o rmtree.o rmtree.c -MMD -MP -MF .deps/rmtree.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o string.o string.c -MMD -MP -MF .deps/string.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o username.o username.c -MMD -MP -MF .deps/username.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o wait_error.o wait_error.c -MMD -MP -MF .deps/wait_error.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o fe_memutils.o fe_memutils.c -MMD -MP -MF .deps/fe_memutils.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -DFRONTEND -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o restricted_token.o restricted_token.c -MMD -MP -MF .deps/restricted_token.Po
rm -f libpgcommon.a
x86_64-linux-gnu-ar crs libpgcommon.a exec.o pg_lzcompress.o pgfnames.o psprintf.o relpath.o rmtree.o string.o username.o wait_error.o fe_memutils.o restricted_token.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include   -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c exec.c -o exec_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include   -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c pg_lzcompress.c -o pg_lzcompress_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include   -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c pgfnames.c -o pgfnames_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include   -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c psprintf.c -o psprintf_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include   -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c relpath.c -o relpath_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include   -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c rmtree.c -o rmtree_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include   -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c string.c -o string_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include   -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c username.c -o username_srv.o
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include   -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -c wait_error.c -o wait_error_srv.o
rm -f libpgcommon_srv.a
x86_64-linux-gnu-ar crs libpgcommon_srv.a exec_srv.o pg_lzcompress_srv.o pgfnames_srv.o psprintf_srv.o relpath_srv.o rmtree_srv.o string_srv.o username_srv.o wait_error_srv.o
make[5]: Leaving directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/common'
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=11 -DPATCHLEVEL=0 -I../../../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o preproc.o preproc.c -MMD -MP -MF .deps/preproc.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=11 -DPATCHLEVEL=0 -I../../../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o type.o type.c -MMD -MP -MF .deps/type.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=11 -DPATCHLEVEL=0 -I../../../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o ecpg.o ecpg.c -MMD -MP -MF .deps/ecpg.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=11 -DPATCHLEVEL=0 -I../../../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o output.o output.c -MMD -MP -MF .deps/output.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=11 -DPATCHLEVEL=0 -I../../../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o parser.o parser.c -MMD -MP -MF .deps/parser.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=11 -DPATCHLEVEL=0 -I../../../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o keywords.o keywords.c -MMD -MP -MF .deps/keywords.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=11 -DPATCHLEVEL=0 -I../../../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o c_keywords.o c_keywords.c -MMD -MP -MF .deps/c_keywords.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=11 -DPATCHLEVEL=0 -I../../../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o ecpg_keywords.o ecpg_keywords.c -MMD -MP -MF .deps/ecpg_keywords.Po
rm -f kwlookup.c && ln -s ../../../../src/backend/parser/kwlookup.c .
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=11 -DPATCHLEVEL=0 -I../../../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o kwlookup.o kwlookup.c -MMD -MP -MF .deps/kwlookup.Po
make -C ../ecpglib/ typename.o
make[5]: Entering directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/interfaces/ecpg/ecpglib'
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -DSO_MAJOR_VERSION=6  -c -o typename.o typename.c -MMD -MP -MF .deps/typename.Po
make[5]: Leaving directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/interfaces/ecpg/ecpglib'
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=11 -DPATCHLEVEL=0 -I../../../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o descriptor.o descriptor.c -MMD -MP -MF .deps/descriptor.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=11 -DPATCHLEVEL=0 -I../../../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o variable.o variable.c -MMD -MP -MF .deps/variable.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -L../../../../src/port -L../../../../src/common -L/home/bastian/ledebot/openwrt/staging_dir/host/lib -L/home/bastian/ledebot/openwrt/staging_dir/host/usr/lib -L/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/lib  -Wl,--as-needed  preproc.o type.o ecpg.o output.o parser.o keywords.o c_keywords.o ecpg_keywords.o kwlookup.o ../ecpglib/typename.o descriptor.o variable.o -lpgcommon -lpgport -lz -lrt -lcrypt -ldl -lm  -lpthread    -o ecpg
make[4]: Leaving directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/interfaces/ecpg/preproc'
make[4]: Entering directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/timezone'
make -C ../../src/port all
make[5]: Entering directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/port'
make -C ../backend submake-errcodes
make[6]: Entering directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/backend'
make[6]: Nothing to be done for 'submake-errcodes'.
make[6]: Leaving directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/backend'
make[5]: Leaving directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/port'
make -C ../../src/common all
make[5]: Entering directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/common'
make -C ../backend submake-errcodes
make[6]: Entering directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/backend'
make[6]: Nothing to be done for 'submake-errcodes'.
make[6]: Leaving directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/backend'
make[5]: Leaving directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/common'
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o localtime.o localtime.c -MMD -MP -MF .deps/localtime.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o strftime.o strftime.c -MMD -MP -MF .deps/strftime.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o pgtz.o pgtz.c -MMD -MP -MF .deps/pgtz.Po
( echo src/timezone/localtime.o src/timezone/strftime.o src/timezone/pgtz.o ) >objfiles.txt
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE   -c -o zic.o zic.c -MMD -MP -MF .deps/zic.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include zic.o  -L../../src/port -L../../src/common -L/home/bastian/ledebot/openwrt/staging_dir/host/lib -L/home/bastian/ledebot/openwrt/staging_dir/host/usr/lib -L/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/lib  -Wl,--as-needed  -lpgcommon -lpgport -lz -lrt -lcrypt -ldl -lm  -o zic
make[4]: Leaving directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/timezone'
make[4]: Entering directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/bin/pg_config'
make -C ../../../src/port all
make[5]: Entering directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/port'
make -C ../backend submake-errcodes
make[6]: Entering directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/backend'
make[6]: Nothing to be done for 'submake-errcodes'.
make[6]: Leaving directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/backend'
make[5]: Leaving directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/port'
make -C ../../../src/common all
make[5]: Entering directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/common'
make -C ../backend submake-errcodes
make[6]: Entering directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/backend'
make[6]: Nothing to be done for 'submake-errcodes'.
make[6]: Leaving directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/backend'
make[5]: Leaving directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/common'
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -I../../../src/include -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE  -DVAL_CONFIGURE="\"'CC=gcc' 'CFLAGS=-O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include' 'CPPFLAGS=-I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include' 'LDFLAGS=-L/home/bastian/ledebot/openwrt/staging_dir/host/lib -L/home/bastian/ledebot/openwrt/staging_dir/host/usr/lib -L/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/lib' 'SHELL=/usr/bin/env bash' '--target=x86_64-linux-gnu' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host' '--exec-prefix=/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host' '--sysconfdir=/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/etc' '--localstatedir=/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/var' '--sbindir=/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/bin' '--disable-nls' '--disable-rpath' '--without-bonjour' '--without-gssapi' '--without-ldap' '--without-openssl' '--without-pam' '--without-perl' '--without-python' '--without-readline' '--without-tcl' '--with-zlib=yes' '--enable-depend' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'target_alias=x86_64-linux-gnu'\"" -DVAL_CC="\"gcc\"" -DVAL_CPPFLAGS="\"-I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include -D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include\"" -DVAL_CFLAGS_SL="\"-fpic\"" -DVAL_LDFLAGS="\"-L../../../src/common -L/home/bastian/ledebot/openwrt/staging_dir/host/lib -L/home/bastian/ledebot/openwrt/staging_dir/host/usr/lib -L/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/lib -Wl,--as-needed\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lz -lrt -lcrypt -ldl -lm \""  -c -o pg_config.o pg_config.c -MMD -MP -MF .deps/pg_config.Po
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I/home/bastian/ledebot/openwrt/staging_dir/host/include -I/home/bastian/ledebot/openwrt/staging_dir/host/usr/include -I/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/include pg_config.o  -L../../../src/port -L../../../src/common -L/home/bastian/ledebot/openwrt/staging_dir/host/lib -L/home/bastian/ledebot/openwrt/staging_dir/host/usr/lib -L/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/lib  -Wl,--as-needed  -lpgcommon -lpgport -lz -lrt -lcrypt -ldl -lm  -o pg_config
make[4]: Leaving directory '/home/bastian/ledebot/openwrt/build_dir/target-mips_34kc_musl-1.1.14/host/postgresql-9.5.4/src/bin/pg_config'
install: cannot create regular file '/bin/ecpg': Permission denied
Makefile:227: recipe for target '/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/stamp/.postgresql_installed' failed
make[3]: *** [/home/bastian/ledebot/openwrt/staging_dir/target-mips_34kc_musl-1.1.14/host/stamp/.postgresql_installed] Error 1
