shadowsocks / shadowsocks-libev

Bug-fix-only libev port of shadowsocks. Future development moved to shadowsocks-rust
https://github.com/shadowsocks/shadowsocks-rust
GNU General Public License v3.0
15.79k stars 5.7k forks source link

最新openwrt下编译错误 #330

Closed qiuzi closed 9 years ago

qiuzi commented 9 years ago

/home/openwrt/trunk/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/usr/lib/libcrypto.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. ../libsodium/src/libsodium/.libs/libsodium.a(libsodium_la-stream_chacha20_ref.o): In function chacha_encrypt_bytes.part.0': stream_chacha20_ref.c:(.text+0x1a0): undefined reference tostack_chk_guard' stream_chacha20_ref.c:(.text+0x9b8): undefined reference to `stack_chk_guard' stream_chacha20_ref.c:(.text+0x9d0): undefined reference to__stack_chk_fail' stream_chacha20_ref.c:(.text+0xa18): undefined reference tostack_chk_guard' ../libsodium/src/libsodium/.libs/libsodium.a(libsodium_la-stream_chacha20_ref.o): In functioncrypto_stream_chacha20_ref_xor_ic': stream_chacha20_ref.c:(.text+0xbb4): undefined reference tostack_chk_guard' stream_chacha20_ref.c:(.text+0xd64): undefined reference to__stack_chk_fail' ../libsodium/src/libsodium/.libs/libsodium.a(libsodium_la-xor_salsa20_ref.o): In functioncrypto_stream_salsa20_xor_ic': xor_salsa20_ref.c:(.text+0xc): undefined reference to__stack_chk_guard' xor_salsa20_ref.c:(.text+0x24c): undefined reference tostack_chk_guard' xor_salsa20_ref.c:(.text+0x264): undefined reference to`stack_chk_fail' ../libsodium/src/libsodium/.libs/libsodium.a(libsodium_la-auth_poly1305_donna.o): In function crypto_onetimeauth_poly1305_donna': auth_poly1305_donna.c:(.text+0x9c0): undefined reference tostack_chk_guard' auth_poly1305_donna.c:(.text+0xa5c): undefined reference to `stack_chk_fail' ../libsodium/src/libsodium/.libs/libsodium.a(libsodium_la-verify_poly1305_donna.o): In functioncrypto_onetimeauth_poly1305_donna_verify': verify_poly1305_donna.c:(.text+0x14): undefined reference tostack_chk_guard' verify_poly1305_donna.c:(.text+0x70): undefined reference to`stack_chk_fail' collect2: error: ld returned 1 exit status make[5]: *\ [ss-local] Error 1

wongsyrone commented 9 years ago

make dirclean之后重新编译,这个是新加的SSP的问题,.config文件最好重新配置

wongsyrone commented 9 years ago

@madeye 这个应该由openwrt 的buildroot来添加,对于现在trunk默认的编译配置(gcc 4.8 + musl-libc)来说,默认启用如下config

CONFIG_PKG_CHECK_FORMAT_SECURITY=y
CONFIG_PKG_CC_STACKPROTECTOR_REGULAR=y
CONFIG_KERNEL_CC_STACKPROTECTOR_REGULAR=y
CONFIG_PKG_FORTIFY_SOURCE_1=y
CONFIG_PKG_RELRO_FULL=y

根据 https://github.com/openwrt-mirror/openwrt/blob/master/include/hardening.mk#L18 和默认config设置 https://github.com/openwrt-mirror/openwrt/blob/master/config/Config-build.in#L209 会自动添加相应的CFLAGS的,用户只需要重新编译工具链以及调整.config文件中的对应项即可,没必要手动指定

qiuzi commented 9 years ago

@wongsyrone 对于 uclibc 然并卵

wongsyrone commented 9 years ago

@qiuzi 抛弃uclibc吧,musl是大势所趋

qiuzi commented 9 years ago

@wongsyrone Musl还有很多不兼容因素,想放弃还需要时间

wongsyrone commented 9 years ago

@qiuzi 官方的包大部分都支持了,剩下的是自己做的包,那个要么自己改,要么找人帮着改

qiuzi commented 9 years ago

@wongsyrone 求帮看看privoxy 问题

wongsyrone commented 9 years ago

@qiuzi 你可以发一个邮件看看 PKG_MAINTAINER:=christian.schoenebeck@gmail.com

qiuzi commented 9 years ago

@wongsyrone https://github.com/openwrt/packages/commit/87b9255c03f29f02ceaec80cdacd033e1c6b39c1 @chris5560

wongsyrone commented 9 years ago

@qiuzi 这周末我试试编译一下

chris5560 commented 9 years ago

Hi, how can I help ? I mostly see unreadable chars :-(

qiuzi commented 9 years ago

@chris5560 Because it is Chinese Roughly meaning privoxy can not be used after compiling musl

qiuzi commented 9 years ago

@wongsyrone 有试过编译了吗?

wongsyrone commented 9 years ago

@qiuzi 我的平台下并没有什么问题啊,编译日志

make[3]: Entering directory '/home/wong/github/openwrt-1/feeds/packages/net/privoxy'
mkdir -p /home/wong/github/openwrt-1/dl
/home/wong/github/openwrt-1/scripts/download.pl "/home/wong/github/openwrt-1/dl" "privoxy-3.0.23-stable-src.tar.gz" "bbe47d5ff1a54d9f9fc93a160532697f" "@SF/ijbswa"
--2015-07-04 18:54:14--  http://downloads.sourceforge.net/ijbswa/privoxy-3.0.23-stable-src.tar.gz
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://downloads.sourceforge.net/project/ijbswa/Sources/3.0.23%20%28stable%29/privoxy-3.0.23-stable-src.tar.gz [following]
--2015-07-04 18:54:15--  http://downloads.sourceforge.net/project/ijbswa/Sources/3.0.23%20(stable)/privoxy-3.0.23-stable-src.tar.gz
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://jaist.dl.sourceforge.net/project/ijbswa/Sources/3.0.23%20%28stable%29/privoxy-3.0.23-stable-src.tar.gz [following]
--2015-07-04 18:54:15--  http://jaist.dl.sourceforge.net/project/ijbswa/Sources/3.0.23%20(stable)/privoxy-3.0.23-stable-src.tar.gz
Resolving jaist.dl.sourceforge.net (jaist.dl.sourceforge.net)... 150.65.7.130, 2001:df0:2ed:feed::feed
Connecting to jaist.dl.sourceforge.net (jaist.dl.sourceforge.net)|150.65.7.130|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1715099 (1.6M) [application/x-gzip]
Saving to: 'STDOUT'

     0K .......... .......... .......... .......... ..........  2%  152K 11s
    50K .......... .......... .......... .......... ..........  5%  191K 9s
   100K .......... .......... .......... .......... ..........  8%  210K 8s
   150K .......... .......... .......... .......... .......... 11%  259K 8s
   200K .......... .......... .......... .......... .......... 14%  283K 7s
   250K .......... .......... .......... .......... .......... 17%  293K 6s
   300K .......... .......... .......... .......... .......... 20%  301K 6s
   350K .......... .......... .......... .......... .......... 23%  325K 5s
   400K .......... .......... .......... .......... .......... 26%  329K 5s
   450K .......... .......... .......... .......... .......... 29%  476K 5s
   500K .......... .......... .......... .......... .......... 32%  463K 4s
   550K .......... .......... .......... .......... .......... 35%  544K 4s
   600K .......... .......... .......... .......... .......... 38%  397K 4s
   650K .......... .......... .......... .......... .......... 41%  547K 3s
   700K .......... .......... .......... .......... .......... 44%  572K 3s
   750K .......... .......... .......... .......... .......... 47%  569K 3s
   800K .......... .......... .......... .......... .......... 50%  570K 3s
   850K .......... .......... .......... .......... .......... 53%  622K 2s
   900K .......... .......... .......... .......... .......... 56%  970K 2s
   950K .......... .......... .......... .......... .......... 59%  631K 2s
  1000K .......... .......... .......... .......... .......... 62%  727K 2s
  1050K .......... .......... .......... .......... .......... 65%  605K 2s
  1100K .......... .......... .......... .......... .......... 68%  714K 1s
  1150K .......... .......... .......... .......... .......... 71% 1.07M 1s
  1200K .......... .......... .......... .......... .......... 74%  794K 1s
  1250K .......... .......... .......... .......... .......... 77%  738K 1s
  1300K .......... .......... .......... .......... .......... 80% 1.14M 1s
  1350K .......... .......... .......... .......... .......... 83%  868K 1s
  1400K .......... .......... .......... .......... .......... 86%  715K 1s
  1450K .......... .......... .......... .......... .......... 89% 2.04M 0s
  1500K .......... .......... .......... .......... .......... 92%  719K 0s
  1550K .......... .......... .......... .......... .......... 95% 1.26M 0s
  1600K .......... .......... .......... .......... .......... 98%  951K 0s
  1650K .......... .......... ....                            100% 2.18M=3.6s

2015-07-04 18:54:20 (465 KB/s) - written to stdout [1715099/1715099]

. /home/wong/github/openwrt-1/include/shell.sh; gzip -dc /home/wong/github/openwrt-1/dl/privoxy-3.0.23-stable-src.tar.gz | tar -C /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/.. -xf - 
touch /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/.prepared_620ece72a2d2aba0e432363948aa6f74
rm -f /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/stamp/.privoxy_installed
(cd /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable; rm -f aclocal.m4; if [ -f ./configure.ac ] || [ -f ./configure.in ]; then [ -d ./autom4te.cache ] && rm -rf autom4te.cache; [ -e ./config.rpath ] || ln -s /home/wong/github/openwrt-1/scripts/config.rpath ./config.rpath; touch NEWS AUTHORS COPYING ABOUT-NLS ChangeLog; AUTOM4TE=/home/wong/github/openwrt-1/staging_dir/host/bin/autom4te AUTOCONF=/home/wong/github/openwrt-1/staging_dir/host/bin/autoconf AUTOMAKE=/home/wong/github/openwrt-1/staging_dir/host/bin/automake ACLOCAL=/home/wong/github/openwrt-1/staging_dir/host/bin/aclocal AUTOHEADER=/home/wong/github/openwrt-1/staging_dir/host/bin/autoheader LIBTOOLIZE=/home/wong/github/openwrt-1/staging_dir/host/bin/libtoolize LIBTOOL=/home/wong/github/openwrt-1/staging_dir/host/bin/libtool M4=/home/wong/github/openwrt-1/staging_dir/host/bin/m4 AUTOPOINT=true /home/wong/github/openwrt-1/staging_dir/host/bin/autoreconf -v -f -i -s -B /home/wong/github/openwrt-1/staging_dir/host/share/aclocal -I /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/host/share/aclocal -I /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/share/aclocal -I m4 -I . . || true; fi; );
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: /home/wong/github/openwrt-1/staging_dir/host/bin/aclocal -I /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/host/share/aclocal -I /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/share/aclocal -I m4 -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/wong/github/openwrt-1/staging_dir/host/bin/autoconf --include=/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/host/share/aclocal --include=/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/share/aclocal --include=m4 --include=. --prepend-include=/home/wong/github/openwrt-1/staging_dir/host/share/aclocal --force
autoreconf: running: /home/wong/github/openwrt-1/staging_dir/host/bin/autoheader --include=/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/host/share/aclocal --include=/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/share/aclocal --include=m4 --include=. --prepend-include=/home/wong/github/openwrt-1/staging_dir/host/share/aclocal --force
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader: 
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader: 
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader:         [Define if a function `main' is needed.])
autoheader: 
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
autoreconf: configure.in: not using Automake
autoreconf: Leaving directory `.'
(cd /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/./; if [ -x ./configure ]; then find /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ -name config.guess | xargs -r chmod u+w; find /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ -name config.guess | xargs -r -n1 cp --remove-destination /home/wong/github/openwrt-1/scripts/config.guess; find /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ -name config.sub | xargs -r chmod u+w; find /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ -name config.sub | xargs -r -n1 cp --remove-destination /home/wong/github/openwrt-1/scripts/config.sub; AR="arm-openwrt-linux-muslgnueabi-gcc-ar" AS="arm-openwrt-linux-muslgnueabi-gcc -c -Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=arm-openwrt-linux-muslgnueabi-ld NM="arm-openwrt-linux-muslgnueabi-gcc-nm" CC="arm-openwrt-linux-muslgnueabi-gcc" GCC="arm-openwrt-linux-muslgnueabi-gcc" CXX="arm-openwrt-linux-muslgnueabi-g++" RANLIB="arm-openwrt-linux-muslgnueabi-gcc-ranlib" STRIP=arm-openwrt-linux-muslgnueabi-strip OBJCOPY=arm-openwrt-linux-muslgnueabi-objcopy OBJDUMP=arm-openwrt-linux-muslgnueabi-objdump SIZE=arm-openwrt-linux-muslgnueabi-size CFLAGS="-Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro " CXXFLAGS="-Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro " CPPFLAGS="-I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include " LDFLAGS="-L/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/lib -L/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/lib -L/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/lib -L/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/lib -znow -zrelro "   ./configure --target=arm-openwrt-linux --host=arm-openwrt-linux --build=x86_64-unknown-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls   --sysconfdir=/etc/privoxy ; fi; )
configure: WARNING: unrecognized options: --disable-nls
configure: loading site script /home/wong/github/openwrt-1/include/site/arm
checking build system type... x86_64-unknown-linux-gnu
checking host system type... arm-openwrt-linux-gnu
checking for arm-openwrt-linux-gcc... arm-openwrt-linux-muslgnueabi-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... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-openwrt-linux-muslgnueabi-gcc accepts -g... yes
checking for arm-openwrt-linux-muslgnueabi-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... arm-openwrt-linux-muslgnueabi-gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for gawk... gawk
checking for gdb... yes
checking for groups... /usr/bin/groups
checking for id... /usr/bin/id
configure: WARNING: There is no user 'privoxy' on this system
checking for user... none specified
checking for group... none specified
checking for w3m... no
configure: WARNING: You need w3m to build text documentation.
checking for db2html... no
checking for docbook2html... no
checking for rpm... no
checking for jade... no
checking for openjade... no
checking for man2html... no
checking for /usr/share/sgml/docbook/dsssl-stylesheets... no
checking for /usr/share/sgml/docbkdsl... no
checking for /usr/share/sgml/docbook-dsssl... no
checking for /usr/local/share/sgml/docbook/dsssl/modular... no
checking for /usr/share/sgml/docbook/stylesheet/dsssl/modular/... no
checking for /usr/share/sgml/CATALOG.docbk30... no
checking for /usr/share/sgml/CATALOG.docbk31... no
checking for /usr/share/sgml/CATALOG.docbk31... no
checking for /usr/local/share/sgml/docbook/3.0/docbook.cat... no
checking for /usr/local/share/sgml/docbook/3.1/docbook.cat... no
checking for /usr/share/sgml/docbook/dtd/3.1/docbook.cat... no
checking for grep that handles long lines and -e... /home/wong/github/openwrt-1/staging_dir/host/bin/grep
checking for egrep... /home/wong/github/openwrt-1/staging_dir/host/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
Using POSIX threads
checking for gethostbyname in -lnsl... no
checking for gethostbyaddr_r... yes
checking signature of gethostbyaddr_r... 8 args
checking for gethostbyname_r... yes
checking signature of gethostbyname_r... 6 args
checking for gmtime_r... yes
checking signature of gmtime_r... ok
checking for localtime_r... yes
checking signature of localtime_r... ok
checking for socklen_t... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for pid_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking size of int... (cached) 4
checking size of char *... 4
checking size of long... (cached) 4
checking size of long long... (cached) 8
checking size of size_t... (cached) 4
checking OS.h usability... no
checking OS.h presence... no
checking for OS.h... no
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for unistd.h... (cached) yes
checking for bcopy... (cached) yes
checking whether arm-openwrt-linux-muslgnueabi-gcc needs -traditional... no
checking return type of signal handlers... void
checking for access... yes
checking for atexit... yes
checking for getcwd... (cached) yes
checking for gethostbyaddr... yes
checking for gethostbyaddr_r... (cached) yes
checking for gethostbyname... yes
checking for gethostbyname_r... (cached) yes
checking for gettimeofday... (cached) yes
checking for inet_ntoa... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for poll... yes
checking for putenv... yes
checking for random... yes
checking for regcomp... yes
checking for select... yes
checking for setlocale... (cached) yes
checking for shutdown... yes
checking for snprintf... yes
checking for socket... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... (cached) yes
checking for strftime... (cached) yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strptime... yes
checking for strtoul... yes
checking for timegm... yes
checking for tzset... yes
checking for getaddrinfo... (cached) yes
checking for getnameinfo... yes
checking for pcre_compile in -lpcre... yes
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking for regcomp in -lpcreposix... yes
checking pcreposix.h usability... yes
checking pcreposix.h presence... yes
checking for pcreposix.h... yes
checking for zlibVersion in -lz... yes
using libpcre
Enabling connection-sharing support.
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating doc/source/ldp.dsl
config.status: creating config.h
configure: WARNING: unrecognized options: --disable-nls
rm -f /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/.configured_*
touch /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/.configured_yyyyyyyy
CFLAGS="-Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include " CXXFLAGS="-Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include " LDFLAGS="-L/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/lib -L/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/lib -L/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/lib -L/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/lib -znow -zrelro " make -j1 -C /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/.  ;
make[4]: Entering directory '/home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable'
arm-openwrt-linux-muslgnueabi-gcc -c -pipe -Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include   -pthread -Wall   actions.c -o actions.o
arm-openwrt-linux-muslgnueabi-gcc -c -pipe -Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include   -pthread -Wall   cgi.c -o cgi.o
arm-openwrt-linux-muslgnueabi-gcc -c -pipe -Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include   -pthread -Wall   cgiedit.c -o cgiedit.o
arm-openwrt-linux-muslgnueabi-gcc -c -pipe -Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include   -pthread -Wall   cgisimple.c -o cgisimple.o
arm-openwrt-linux-muslgnueabi-gcc -c -pipe -Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include   -pthread -Wall   deanimate.c -o deanimate.o
arm-openwrt-linux-muslgnueabi-gcc -c -pipe -Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include   -pthread -Wall   encode.c -o encode.o
arm-openwrt-linux-muslgnueabi-gcc -c -pipe -Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include   -pthread -Wall   errlog.c -o errlog.o
arm-openwrt-linux-muslgnueabi-gcc -c -pipe -Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include   -pthread -Wall   filters.c -o filters.o
filters.c: In function 'match_sockaddr':
filters.c:206:42: warning: 'address_port' may be used uninitialized in this function [-Wmaybe-uninitialized]
    if (*netmask_port && *network_port != *address_port)
                                          ^
filters.c:206:8: warning: 'netmask_port' may be used uninitialized in this function [-Wmaybe-uninitialized]
    if (*netmask_port && *network_port != *address_port)
        ^
filters.c:201:20: warning: 'netmask_addr' may be used uninitialized in this function [-Wmaybe-uninitialized]
       netmask_addr += 12;
                    ^
filters.c:206:25: warning: 'network_port' may be used uninitialized in this function [-Wmaybe-uninitialized]
    if (*netmask_port && *network_port != *address_port)
                         ^
filters.c:173:17: warning: 'addr_len' may be used uninitialized in this function [-Wmaybe-uninitialized]
    unsigned int addr_len;
                 ^
arm-openwrt-linux-muslgnueabi-gcc -c -pipe -Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include   -pthread -Wall   gateway.c -o gateway.o
arm-openwrt-linux-muslgnueabi-gcc -c -pipe -Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include   -pthread -Wall   jbsockets.c -o jbsockets.o
arm-openwrt-linux-muslgnueabi-gcc -c -pipe -Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include   -pthread -Wall   jcc.c -o jcc.o
arm-openwrt-linux-muslgnueabi-gcc -c -pipe -Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include   -pthread -Wall   list.c -o list.o
arm-openwrt-linux-muslgnueabi-gcc -c -pipe -Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include   -pthread -Wall   loadcfg.c -o loadcfg.o
arm-openwrt-linux-muslgnueabi-gcc -c -pipe -Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include   -pthread -Wall   loaders.c -o loaders.o
arm-openwrt-linux-muslgnueabi-gcc -c -pipe -Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include   -pthread -Wall   miscutil.c -o miscutil.o
arm-openwrt-linux-muslgnueabi-gcc -c -pipe -Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include   -pthread -Wall   parsers.c -o parsers.o
arm-openwrt-linux-muslgnueabi-gcc -c -pipe -Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include   -pthread -Wall   ssplit.c -o ssplit.o
arm-openwrt-linux-muslgnueabi-gcc -c -pipe -Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include   -pthread -Wall   urlmatch.c -o urlmatch.o
arm-openwrt-linux-muslgnueabi-gcc -c -pipe -Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include   -pthread -Wall   pcrs.c -o pcrs.o
arm-openwrt-linux-muslgnueabi-gcc -L/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/lib -L/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/lib -L/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/lib -L/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/lib -znow -zrelro   -pthread -o privoxy actions.o cgi.o cgiedit.o cgisimple.o deanimate.o encode.o errlog.o filters.o gateway.o jbsockets.o jcc.o list.o loadcfg.o loaders.o miscutil.o parsers.o ssplit.o urlmatch.o  pcrs.o   -lz -lpcre -lpcreposix   
grep -v '^#MASTER#' default.action.master > default.action
make[4]: Leaving directory '/home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable'
CFLAGS="-Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include " CXXFLAGS="-Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/include -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify -I/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include " LDFLAGS="-L/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/usr/lib -L/home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/lib -L/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/usr/lib -L/home/wong/github/openwrt-1/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/lib -znow -zrelro " make -C /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/.  DESTDIR="/home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install"  install;
make[4]: Entering directory '/home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable'
Creating directories, and preparing Privoxy 3.0.23 stable installation
chmod 0755 ./mkinstalldirs
mkdir /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install
mkdir /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/usr
mkdir /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/usr/sbin
mkdir /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/etc
mkdir /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/etc/privoxy
mkdir /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/etc/privoxy/templates
mkdir /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/usr/share
mkdir /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/var
mkdir /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/var/log
mkdir /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/var/log/privoxy
mkdir /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/var/run
Installing privoxy executable to /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/usr/sbin
/usr/bin/install -c -m 0755  privoxy /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/usr/sbin
mkdir /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/usr/share/doc
mkdir /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/usr/share/doc/privoxy
mkdir /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/usr/share/doc/privoxy/user-manual
mkdir /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/usr/share/doc/privoxy/faq
mkdir /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/usr/share/doc/privoxy/developer-manual
mkdir /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/usr/share/doc/privoxy/man-page
mkdir /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/usr/share/doc/privoxy/images
mkdir /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/usr/man
mkdir /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/usr/man/man1
Installing FAQ, Manual, and other docs to /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/usr/share/doc/privoxy
Installing man page to /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/usr/man/man1/privoxy.1
/usr/bin/install -c -m 0644 privoxy.1  /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/usr/man/man1/privoxy.1
Rewriting config for this installation
sed 's+^confdir \.+confdir /etc/privoxy+' config | \
sed 's+^logdir \.+logdir /var/log/privoxy+' >config.tmp
mv config.updated config
Installing templates to /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/etc/privoxy/templates
Installing configuration files to /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/etc/privoxy
Installing fresh default.action
Installing fresh default.filter
Creating logfiles in /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/var/log/privoxy
rm -f config.base config.tmp
Privoxy 3.0.23 stable installation succeeded!
The Privoxy configuration files have been installed in /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/etc/privoxy
make[4]: Leaving directory '/home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable'
touch /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/.built
mkdir -p /home/wong/github/openwrt-1/bin/mvebu/packages /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-mvebu/privoxy/CONTROL /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/pkginfo
if [ -f /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/etc/privoxy/trust ]; then mv -f /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/etc/privoxy/trust /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/etc/privoxy/user.trust; fi
if [ -f /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/etc/privoxy/config ]; then rm -f /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/etc/privoxy/config; fi
install -d -m0755 /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-mvebu/privoxy/usr/sbin /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-mvebu/privoxy/etc/privoxy/templates
install -m0755 /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/usr/sbin/privoxy /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-mvebu/privoxy/usr/sbin/
find /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/etc/privoxy/templates -maxdepth 1 -type f -exec install -m0644 -t /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-mvebu/privoxy/etc/privoxy/templates {} \;
find /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/etc/privoxy -maxdepth 1 -type f -exec install -m0664 -t /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-mvebu/privoxy/etc/privoxy {} \;
install -d -m0755 /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-mvebu/privoxy/etc/init.d /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-mvebu/privoxy/etc/hotplug.d/iface /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-mvebu/privoxy/etc/config
install -m0755  ./files/privoxy.init /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-mvebu/privoxy/etc/init.d/privoxy
install -m0755  ./files/privoxy.hotplug /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-mvebu/privoxy/etc/hotplug.d/iface/80-privoxy
install -m0600 ./files/privoxy.config /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-mvebu/privoxy/etc/config/privoxy
find /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-mvebu/privoxy -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
export CROSS="arm-openwrt-linux-muslgnueabi-" NO_RENAME=1 ; NM="arm-openwrt-linux-muslgnueabi-nm" STRIP="arm-openwrt-linux-muslgnueabi-strip --strip-all" STRIP_KMOD="/home/wong/github/openwrt-1/scripts/strip-kmod.sh" PATCHELF="/home/wong/github/openwrt-1/staging_dir/host/bin/patchelf" /home/wong/github/openwrt-1/scripts/rstrip.sh /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-mvebu/privoxy
rstrip.sh: /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-mvebu/privoxy/usr/sbin/privoxy: executable
(cd /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-mvebu/privoxy/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; echo "$V_Package_privoxy_conffiles" > conffiles;  echo "$V_Package_privoxy_preinst" > preinst; chmod 0755 preinst; )
install -d -m0755 /home/wong/github/openwrt-1/bin/mvebu/packages/packages
/home/wong/github/openwrt-1/scripts/ipkg-build -c -o 0 -g 0 /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-mvebu/privoxy /home/wong/github/openwrt-1/bin/mvebu/packages/packages
Packaged contents of /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-mvebu/privoxy into /home/wong/github/openwrt-1/bin/mvebu/packages/packages/privoxy_3.0.23-3_mvebu.ipk
rm -rf /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/root-mvebu/tmp-privoxy
mkdir -p /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/root-mvebu/stamp /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/root-mvebu/tmp-privoxy
if [ -f /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/etc/privoxy/trust ]; then mv -f /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/etc/privoxy/trust /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/etc/privoxy/user.trust; fi
if [ -f /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/etc/privoxy/config ]; then rm -f /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/etc/privoxy/config; fi
install -d -m0755 /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/root-mvebu/tmp-privoxy/usr/sbin /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/root-mvebu/tmp-privoxy/etc/privoxy/templates
install -m0755 /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/usr/sbin/privoxy /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/root-mvebu/tmp-privoxy/usr/sbin/
find /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/etc/privoxy/templates -maxdepth 1 -type f -exec install -m0644 -t /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/root-mvebu/tmp-privoxy/etc/privoxy/templates {} \;
find /home/wong/github/openwrt-1/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/privoxy-3.0.23-stable/ipkg-install/etc/privoxy -maxdepth 1 -type f -exec install -m0664 -t /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/root-mvebu/tmp-privoxy/etc/privoxy {} \;
install -d -m0755 /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/root-mvebu/tmp-privoxy/etc/init.d /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/root-mvebu/tmp-privoxy/etc/hotplug.d/iface /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/root-mvebu/tmp-privoxy/etc/config
install -m0755  ./files/privoxy.init /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/root-mvebu/tmp-privoxy/etc/init.d/privoxy
install -m0755  ./files/privoxy.hotplug /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/root-mvebu/tmp-privoxy/etc/hotplug.d/iface/80-privoxy
install -m0600 ./files/privoxy.config /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/root-mvebu/tmp-privoxy/etc/config/privoxy
SHELL= /home/wong/github/openwrt-1/staging_dir/host/bin/flock /home/wong/github/openwrt-1/tmp/.root-copy.flock -c 'cp -fpR /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/root-mvebu/tmp-privoxy/. /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/root-mvebu/'
rm -rf /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/root-mvebu/tmp-privoxy
touch /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/root-mvebu/stamp/.privoxy_installed
if [ -f /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/pkginfo/privoxy.default.install.clean ]; then rm -f /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/pkginfo/privoxy.default.install /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/pkginfo/privoxy.default.install.clean; fi; echo "privoxy" >> /home/wong/github/openwrt-1/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.10_eabi/pkginfo/privoxy.default.install
make[3]: Leaving directory '/home/wong/github/openwrt-1/feeds/packages/net/privoxy'
qiuzi commented 9 years ago

@wongsyrone 能使用吗/?

wongsyrone commented 9 years ago

@qiuzi 因为这个路由是主力,所以没实际测试,只是编译过了

qiuzi commented 9 years ago

@wongsyrone 问题就出在运行上 你的主路由是arm的吗? 可以试试

wongsyrone commented 9 years ago

@qiuzi 有配置文件和应用场景吗,实在不想研究各种配置了

qiuzi commented 9 years ago

@wongsyrone 默认配置 ie配置http 8118 代理 如果程序退出就算失败

wongsyrone commented 9 years ago

@qiuzi 你看看/etc/passwd和/etc/shadow吧,我这按照你说的默认配置 ie代理,可以正常访问网页啊

qiuzi commented 9 years ago

@wongsyrone 这还会与用户权限有关系吗? root还不允许?

wongsyrone commented 9 years ago

@qiuzi 他是要求 privoxy:privoxy的 privoxy:x:8118:8118:privoxy:/var/run/privoxy:/bin/falseprivoxy:x:0:0:99999:7:::

madeye commented 9 years ago

Locked as off topic.