[SOLVED] Can't build Firefox anymore, wants old libjpeg?

I first noticed this problem with my firefox-pgo package, but it appears the problem is specific to my system, and occurs even when I build [extra] firefox.
My builds, even though I have libjpeg 8 and don't have the 'libjpeg7' package, always result in a Firefox that wants version 7 of libjpeg, and fails because it can't find it (ldd confirms).
The interesting part is that any other package I build is fine with libjpeg 8 (ldd confirms with a built imlib2).
Any help would, obviously, be much appreciated.
EDIT: Got it fixed, somehow... not sure how.
Uninstalled old Firefox first, re-installed a lot of packages, rebuilt a lot of packages, and scoured my drive of unpackaged files.
Last edited by Ranguvar (2010-02-07 19:16:23)

Thanks for your reply. Well you're right, few more infos won't hurt...
I'm indeed using PKGBUILD from ABS. (no custom build)
Arch : i686
Dist : Testing (up2date)
[eb@blackout ~]$ pacman -Qi perl
Name : perl
Version : 5.8.8-5
URL : http://www.perl.org
License : None
Groups : None
Provides : None
Depends On : glibc coreutils gdbm db>=4.5
Removes : None
Required By : automake bogofilter groff inkscape lm_sensors perl-date-manip perl-error
perl-extutils-depends perl-extutils-pkgconfig perl-gnome2-wnck perl-libintl-perl
perl-locale-gettext perl-uri perl-xmms perlpanel perlxml procinfo vim
Conflicts With : None
Installed Size : 30503.13 K
Packager : Tobias Powalowski <[email protected]>
Architecture : i686
Build Date : Mon Mar 12 18:29:03 2007 UTC
Build Type : Unknown
Install Date : Sat Aug 4 17:51:35 2007 UTC
Install Reason : Installed as a dependency for another package
Install Script : Yes
Description : Practical Extraction and Report Language

Similar Messages

  • [SOLVED] can't build firefox - full perl install required

    Hi Archers,
    Here's the error message i get when i try to build Firefox :
    checking for perl... /usr/bin/perl
    checking for minimum required perl version >= 5.004... 5.008008
    checking for full perl installation... no
    configure: error: Cannot find Config.pm or $Config{archlib}. A full perl installation is required.
    *** Fix above errors and then restart with "make -f client.mk build"
    make[1]: *** [configure] Error 1
    make[1]: Leaving directory `/home/eb/pkg/firefox/src/mozilla'
    make: *** [/home/eb/pkg/firefox/src/mozilla/config.status] Error 2
    ==> ERROR: Build Failed. Aborting...
    Any ideas about what a full perl install should be ?
    Thanks in advance.
    Last edited by bangkok_manouel (2007-08-05 07:54:54)

    Thanks for your reply. Well you're right, few more infos won't hurt...
    I'm indeed using PKGBUILD from ABS. (no custom build)
    Arch : i686
    Dist : Testing (up2date)
    [eb@blackout ~]$ pacman -Qi perl
    Name : perl
    Version : 5.8.8-5
    URL : http://www.perl.org
    License : None
    Groups : None
    Provides : None
    Depends On : glibc coreutils gdbm db>=4.5
    Removes : None
    Required By : automake bogofilter groff inkscape lm_sensors perl-date-manip perl-error
    perl-extutils-depends perl-extutils-pkgconfig perl-gnome2-wnck perl-libintl-perl
    perl-locale-gettext perl-uri perl-xmms perlpanel perlxml procinfo vim
    Conflicts With : None
    Installed Size : 30503.13 K
    Packager : Tobias Powalowski <[email protected]>
    Architecture : i686
    Build Date : Mon Mar 12 18:29:03 2007 UTC
    Build Type : Unknown
    Install Date : Sat Aug 4 17:51:35 2007 UTC
    Install Reason : Installed as a dependency for another package
    Install Script : Yes
    Description : Practical Extraction and Report Language

  • [SOLVED] Can't build 'crystalhd-git' package

    Hi
    I've bought  Broadcom  BCM70012 Video Decoder [Crystal HD] today. I'm trying to compile driver for this device. I need to compile two packages.
    1. libcrystalhd-git
    2. crystalhd-git
    Libcrytstalhd-git compiles just fine, no errors. But I can't build the driver crystalhd-git . Here is the output :
    make -C /lib/modules/2.6.39-ARCH/build SUBDIRS=/tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux modules
    make[1]: Wejście do katalogu `/usr/src/linux-2.6.39-ARCH'
    CC [M] /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_lnx.o
    CC [M] /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_misc.o
    CC [M] /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_cmds.o
    CC [M] /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_hw.o
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_hw.c: In function ‘crystalhd_hw_post_tx’:
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_hw.c:719:21: warning: variable ‘high_addr’ set but not used [-Wunused-but-set-variable]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_hw.c:719:11: warning: variable ‘low_addr’ set but not used [-Wunused-but-set-variable]
    CC [M] /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_linkfuncs.o
    CC [M] /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_fleafuncs.o
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_fleafuncs.c: In function ‘crystalhd_flea_init_dram’:
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_fleafuncs.c:171:42: warning: variable ‘sd_1_row_size’ set but not used [-Wunused-but-set-variable]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_fleafuncs.c:171:26: warning: variable ‘sd_1_bank_size’ set but not used [-Wunused-but-set-variable]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_fleafuncs.c:171:11: warning: variable ‘sd_1_col_size’ set but not used [-Wunused-but-set-variable]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_fleafuncs.c: In function ‘crystalhd_flea_set_power_state’:
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_fleafuncs.c:847:12: warning: variable ‘sts’ set but not used [-Wunused-but-set-variable]
    CC [M] /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.o
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.c: In function ‘crystalhd_flea_ddr_pll_config’:
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.c:152:5: error: implicit declaration of function ‘msleep_interruptible’ [-Werror=implicit-function-declaration]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.c: In function ‘crystalhd_flea_ddr_ctrl_init’:
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.c:324:10: warning: variable ‘DQ_IDLE_MODE’ set but not used [-Wunused-but-set-variable]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.c:323:10: warning: variable ‘CTL_IDLE_MODE’ set but not used [-Wunused-but-set-variable]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.c:322:10: warning: variable ‘DM_IDLE_MODE’ set but not used [-Wunused-but-set-variable]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.c:320:10: warning: variable ‘DQ_WIDTH’ set but not used [-Wunused-but-set-variable]
    cc1: some warnings being treated as errors
    make[2]: *** [/tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.o] Błąd 1
    make[1]: *** [_module_/tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux] Błąd 2
    make[1]: Opuszczenie katalogu `/usr/src/linux-2.6.39-ARCH'
    make: *** [all] Błąd 2
    ==> BŁĄD: Wystąpił błąd w build().
    Przerywam...
    ==> ERROR: Makepkg was unable to build .
    ==> Restart building crystalhd-git ? [y/N]
    ==> --------------------------------------
    ==>
    Last edited by lgolebio (2011-06-29 06:01:46)

    Try replacing `sed -i 's/'-Werror'/''/g' Makefile` with `sed -i 's/-Werror/-Wno-error=implicit-function-declaration/g' Makefile` in the PKGBUILD. This won't fix the warning but the package should build.

  • [SOLVED]Can't build dansguardian. Any alternative content filter?

    I can't build dansguardian in yaourt. Not sure what the problem is but here is the whole output of the build:
    ==> Starting build()...
    patching file src/downloadmanagers/fancy.cpp
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for g++... g++
    checking for C++ compiler default output file name... a.out
    checking whether the C++ compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking for style of include used by make... GNU
    checking dependency style of g++... gcc3
    checking for gcc... gcc
    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 dependency style of gcc... gcc3
    checking how to run the C preprocessor... gcc -E
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether ln -s works... yes
    checking whether make sets $(MAKE)... (cached) yes
    checking how to run the C++ preprocessor... g++ -E
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking arpa/inet.h usability... yes
    checking arpa/inet.h presence... yes
    checking for arpa/inet.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 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 for stdlib.h... (cached) yes
    checking for string.h... (cached) 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 syslog.h usability... yes
    checking syslog.h presence... yes
    checking for syslog.h... yes
    checking for unistd.h... (cached) yes
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking for sys/types.h... (cached) yes
    checking sys/un.h usability... yes
    checking sys/un.h presence... yes
    checking for sys/un.h... yes
    checking sys/poll.h usability... yes
    checking sys/poll.h presence... yes
    checking for sys/poll.h... yes
    checking sys/resource.h usability... yes
    checking sys/resource.h presence... yes
    checking for sys/resource.h... yes
    checking pwd.h usability... yes
    checking pwd.h presence... yes
    checking for pwd.h... yes
    checking grp.h usability... yes
    checking grp.h presence... yes
    checking for grp.h... yes
    checking byteswap.h usability... yes
    checking byteswap.h presence... yes
    checking for byteswap.h... yes
    checking whether byte ordering is bigendian... no
    checking if zlib should be statically linked... no
    checking for zlib... checking zlib.h usability... yes
    checking zlib.h presence... yes
    checking for zlib.h... yes
    checking for gzdopen in -lz... yes
    yes
    checking for pid_t... yes
    checking for size_t... yes
    checking for off_t... yes
    checking for uid_t in sys/types.h... yes
    checking vfork.h usability... no
    checking vfork.h presence... no
    checking for vfork.h... no
    checking for fork... yes
    checking for vfork... yes
    checking for working fork... yes
    checking for working vfork... (cached) yes
    checking for dup2... yes
    checking for gettimeofday... yes
    checking for memset... yes
    checking for select... yes
    checking for strerror... yes
    checking for strstr... yes
    checking for strtol... yes
    checking for setuid... yes
    checking for setgid... yes
    checking for umask... yes
    checking for seteuid... yes
    checking for setreuid... yes
    checking for setlocale... yes
    checking for library containing floor... none required
    checking for library containing gethostbyname... none required
    checking for library containing socket... none required
    checking for library containing inet_aton... none required
    checking for backside with both hands... no
    checking build os... checking build system type... x86_64-unknown-linux-gnu
    linux-gnu
    checking for debug option... no
    checking for proxy user... yes
    checking for proxy group... yes
    checking for piddir... no
    checking for logdir... no
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for PCRE support... yes
    checking for PCRE... yes
    checking for backtrace on segfault support... no
    checking for large file support... yes
    checking for original destination IP checking support... no
    checking for type collision with off_t... yes
    checking for libclamav support... no
    checking for clamd support... no
    checking for icap support... no
    checking for kavd support... no
    checking for command-line content scanner support... no
    checking for fancy download manager support... yes
    checking for trickle download manager support... no
    checking for NTLM support... no
    checking for email notification support... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating data/Makefile
    config.status: creating data/languages/Makefile
    config.status: creating data/scripts/Makefile
    config.status: creating data/scripts/bsd-init
    config.status: creating data/scripts/dansguardian
    config.status: creating data/scripts/logrotation
    config.status: creating data/scripts/solaris-init
    config.status: creating data/scripts/systemv-init
    config.status: creating doc/Makefile
    config.status: creating configs/dansguardian.conf
    config.status: creating configs/dansguardianf1.conf
    config.status: creating configs/Makefile
    config.status: creating configs/lists/Makefile
    config.status: creating configs/lists/phraselists/Makefile
    config.status: creating configs/lists/blacklists/Makefile
    config.status: creating configs/lists/contentscanners/Makefile
    config.status: creating configs/lists/weightedphraselist
    config.status: creating configs/lists/exceptionphraselist
    config.status: creating configs/lists/bannedphraselist
    config.status: creating configs/lists/bannedurllist
    config.status: creating configs/lists/bannedsitelist
    config.status: creating configs/downloadmanagers/Makefile
    config.status: creating configs/downloadmanagers/default.conf
    config.status: creating configs/downloadmanagers/fancy.conf
    config.status: creating configs/downloadmanagers/trickle.conf
    config.status: creating configs/contentscanners/Makefile
    config.status: creating configs/contentscanners/clamav.conf
    config.status: creating configs/contentscanners/clamdscan.conf
    config.status: creating configs/contentscanners/icapscan.conf
    config.status: creating configs/contentscanners/kavav.conf
    config.status: creating configs/contentscanners/kavdscan.conf
    config.status: creating configs/contentscanners/commandlinescan.conf
    config.status: creating configs/authplugins/Makefile
    config.status: creating configs/authplugins/ip.conf
    config.status: creating configs/lists/authplugins/Makefile
    config.status: creating configs/lists/downloadmanagers/Makefile
    config.status: creating src/Makefile
    config.status: creating dgconfig.h
    config.status: executing depfiles commands
    make all-recursive
    make[1]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1'
    Making all in doc
    make[2]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/doc'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/doc'
    Making all in .
    make[2]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1'
    make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1'
    Making all in data
    make[2]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data'
    Making all in languages
    make[3]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data/languages'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data/languages'
    Making all in .
    make[3]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data'
    Making all in scripts
    make[3]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data/scripts'
    Making all in .
    make[4]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data/scripts'
    make[4]: Nothing to be done for `all-am'.
    make[4]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data/scripts'
    make[3]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data/scripts'
    make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data'
    Making all in configs
    make[2]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs'
    Making all in lists
    make[3]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/lists'
    Making all in phraselists
    make[4]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/lists/phraselists'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/lists/phraselists'
    Making all in .
    make[4]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/lists'
    make[4]: Nothing to be done for `all-am'.
    make[4]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/lists'
    Making all in blacklists
    make[4]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/lists/blacklists'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/lists/blacklists'
    Making all in authplugins
    make[4]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/lists/authplugins'
    Making all in .
    make[5]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/lists/authplugins'
    make[5]: Nothing to be done for `all-am'.
    make[5]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/lists/authplugins'
    make[4]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/lists/authplugins'
    Making all in downloadmanagers
    make[4]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/lists/downloadmanagers'
    Making all in .
    make[5]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/lists/downloadmanagers'
    make[5]: Nothing to be done for `all-am'.
    make[5]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/lists/downloadmanagers'
    make[4]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/lists/downloadmanagers'
    make[3]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/lists'
    Making all in downloadmanagers
    make[3]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/downloadmanagers'
    Making all in .
    make[4]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/downloadmanagers'
    make[4]: Nothing to be done for `all-am'.
    make[4]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/downloadmanagers'
    make[3]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/downloadmanagers'
    Making all in authplugins
    make[3]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/authplugins'
    Making all in .
    make[4]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/authplugins'
    make[4]: Nothing to be done for `all-am'.
    make[4]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/authplugins'
    make[3]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/authplugins'
    Making all in .
    make[3]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs'
    make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs'
    Making all in src
    make[2]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/src'
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-String.o -MD -MP -MF .deps/dansguardian-String.Tpo -c -o dansguardian-String.o `test -f 'String.cpp' || echo './'`String.cpp
    mv -f .deps/dansguardian-String.Tpo .deps/dansguardian-String.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-FDTunnel.o -MD -MP -MF .deps/dansguardian-FDTunnel.Tpo -c -o dansguardian-FDTunnel.o `test -f 'FDTunnel.cpp' || echo './'`FDTunnel.cpp
    mv -f .deps/dansguardian-FDTunnel.Tpo .deps/dansguardian-FDTunnel.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-ConnectionHandler.o -MD -MP -MF .deps/dansguardian-ConnectionHandler.Tpo -c -o dansguardian-ConnectionHandler.o `test -f 'ConnectionHandler.cpp' || echo './'`ConnectionHandler.cpp
    mv -f .deps/dansguardian-ConnectionHandler.Tpo .deps/dansguardian-ConnectionHandler.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-DataBuffer.o -MD -MP -MF .deps/dansguardian-DataBuffer.Tpo -c -o dansguardian-DataBuffer.o `test -f 'DataBuffer.cpp' || echo './'`DataBuffer.cpp
    mv -f .deps/dansguardian-DataBuffer.Tpo .deps/dansguardian-DataBuffer.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-HTTPHeader.o -MD -MP -MF .deps/dansguardian-HTTPHeader.Tpo -c -o dansguardian-HTTPHeader.o `test -f 'HTTPHeader.cpp' || echo './'`HTTPHeader.cpp
    mv -f .deps/dansguardian-HTTPHeader.Tpo .deps/dansguardian-HTTPHeader.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-NaughtyFilter.o -MD -MP -MF .deps/dansguardian-NaughtyFilter.Tpo -c -o dansguardian-NaughtyFilter.o `test -f 'NaughtyFilter.cpp' || echo './'`NaughtyFilter.cpp
    mv -f .deps/dansguardian-NaughtyFilter.Tpo .deps/dansguardian-NaughtyFilter.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-RegExp.o -MD -MP -MF .deps/dansguardian-RegExp.Tpo -c -o dansguardian-RegExp.o `test -f 'RegExp.cpp' || echo './'`RegExp.cpp
    mv -f .deps/dansguardian-RegExp.Tpo .deps/dansguardian-RegExp.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-FDFuncs.o -MD -MP -MF .deps/dansguardian-FDFuncs.Tpo -c -o dansguardian-FDFuncs.o `test -f 'FDFuncs.cpp' || echo './'`FDFuncs.cpp
    mv -f .deps/dansguardian-FDFuncs.Tpo .deps/dansguardian-FDFuncs.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-BaseSocket.o -MD -MP -MF .deps/dansguardian-BaseSocket.Tpo -c -o dansguardian-BaseSocket.o `test -f 'BaseSocket.cpp' || echo './'`BaseSocket.cpp
    mv -f .deps/dansguardian-BaseSocket.Tpo .deps/dansguardian-BaseSocket.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-Socket.o -MD -MP -MF .deps/dansguardian-Socket.Tpo -c -o dansguardian-Socket.o `test -f 'Socket.cpp' || echo './'`Socket.cpp
    mv -f .deps/dansguardian-Socket.Tpo .deps/dansguardian-Socket.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-FatController.o -MD -MP -MF .deps/dansguardian-FatController.Tpo -c -o dansguardian-FatController.o `test -f 'FatController.cpp' || echo './'`FatController.cpp
    FatController.cpp: In function ‘int ip_list_listener(std::string, bool)’:
    FatController.cpp:1588:65: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
    FatController.cpp: In function ‘bool daemonise()’:
    FatController.cpp:309:12: warning: ignoring return value of ‘int chdir(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
    mv -f .deps/dansguardian-FatController.Tpo .deps/dansguardian-FatController.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-UDSocket.o -MD -MP -MF .deps/dansguardian-UDSocket.Tpo -c -o dansguardian-UDSocket.o `test -f 'UDSocket.cpp' || echo './'`UDSocket.cpp
    mv -f .deps/dansguardian-UDSocket.Tpo .deps/dansguardian-UDSocket.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-SysV.o -MD -MP -MF .deps/dansguardian-SysV.Tpo -c -o dansguardian-SysV.o `test -f 'SysV.cpp' || echo './'`SysV.cpp
    mv -f .deps/dansguardian-SysV.Tpo .deps/dansguardian-SysV.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-ListContainer.o -MD -MP -MF .deps/dansguardian-ListContainer.Tpo -c -o dansguardian-ListContainer.o `test -f 'ListContainer.cpp' || echo './'`ListContainer.cpp
    mv -f .deps/dansguardian-ListContainer.Tpo .deps/dansguardian-ListContainer.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-Auth.o -MD -MP -MF .deps/dansguardian-Auth.Tpo -c -o dansguardian-Auth.o `test -f 'Auth.cpp' || echo './'`Auth.cpp
    mv -f .deps/dansguardian-Auth.Tpo .deps/dansguardian-Auth.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-HTMLTemplate.o -MD -MP -MF .deps/dansguardian-HTMLTemplate.Tpo -c -o dansguardian-HTMLTemplate.o `test -f 'HTMLTemplate.cpp' || echo './'`HTMLTemplate.cpp
    mv -f .deps/dansguardian-HTMLTemplate.Tpo .deps/dansguardian-HTMLTemplate.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-LanguageContainer.o -MD -MP -MF .deps/dansguardian-LanguageContainer.Tpo -c -o dansguardian-LanguageContainer.o `test -f 'LanguageContainer.cpp' || echo './'`LanguageContainer.cpp
    mv -f .deps/dansguardian-LanguageContainer.Tpo .deps/dansguardian-LanguageContainer.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-DynamicURLList.o -MD -MP -MF .deps/dansguardian-DynamicURLList.Tpo -c -o dansguardian-DynamicURLList.o `test -f 'DynamicURLList.cpp' || echo './'`DynamicURLList.cpp
    mv -f .deps/dansguardian-DynamicURLList.Tpo .deps/dansguardian-DynamicURLList.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-DynamicIPList.o -MD -MP -MF .deps/dansguardian-DynamicIPList.Tpo -c -o dansguardian-DynamicIPList.o `test -f 'DynamicIPList.cpp' || echo './'`DynamicIPList.cpp
    mv -f .deps/dansguardian-DynamicIPList.Tpo .deps/dansguardian-DynamicIPList.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-ImageContainer.o -MD -MP -MF .deps/dansguardian-ImageContainer.Tpo -c -o dansguardian-ImageContainer.o `test -f 'ImageContainer.cpp' || echo './'`ImageContainer.cpp
    mv -f .deps/dansguardian-ImageContainer.Tpo .deps/dansguardian-ImageContainer.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-IPList.o -MD -MP -MF .deps/dansguardian-IPList.Tpo -c -o dansguardian-IPList.o `test -f 'IPList.cpp' || echo './'`IPList.cpp
    mv -f .deps/dansguardian-IPList.Tpo .deps/dansguardian-IPList.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-OptionContainer.o -MD -MP -MF .deps/dansguardian-OptionContainer.Tpo -c -o dansguardian-OptionContainer.o `test -f 'OptionContainer.cpp' || echo './'`OptionContainer.cpp
    mv -f .deps/dansguardian-OptionContainer.Tpo .deps/dansguardian-OptionContainer.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-FOptionContainer.o -MD -MP -MF .deps/dansguardian-FOptionContainer.Tpo -c -o dansguardian-FOptionContainer.o `test -f 'FOptionContainer.cpp' || echo './'`FOptionContainer.cpp
    mv -f .deps/dansguardian-FOptionContainer.Tpo .deps/dansguardian-FOptionContainer.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-ListManager.o -MD -MP -MF .deps/dansguardian-ListManager.Tpo -c -o dansguardian-ListManager.o `test -f 'ListManager.cpp' || echo './'`ListManager.cpp
    mv -f .deps/dansguardian-ListManager.Tpo .deps/dansguardian-ListManager.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-md5.o -MD -MP -MF .deps/dansguardian-md5.Tpo -c -o dansguardian-md5.o `test -f 'md5.cpp' || echo './'`md5.cpp
    mv -f .deps/dansguardian-md5.Tpo .deps/dansguardian-md5.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-DownloadManager.o -MD -MP -MF .deps/dansguardian-DownloadManager.Tpo -c -o dansguardian-DownloadManager.o `test -f 'DownloadManager.cpp' || echo './'`DownloadManager.cpp
    mv -f .deps/dansguardian-DownloadManager.Tpo .deps/dansguardian-DownloadManager.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-ConfigVar.o -MD -MP -MF .deps/dansguardian-ConfigVar.Tpo -c -o dansguardian-ConfigVar.o `test -f 'ConfigVar.cpp' || echo './'`ConfigVar.cpp
    mv -f .deps/dansguardian-ConfigVar.Tpo .deps/dansguardian-ConfigVar.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-ContentScanner.o -MD -MP -MF .deps/dansguardian-ContentScanner.Tpo -c -o dansguardian-ContentScanner.o `test -f 'ContentScanner.cpp' || echo './'`ContentScanner.cpp
    mv -f .deps/dansguardian-ContentScanner.Tpo .deps/dansguardian-ContentScanner.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-SocketArray.o -MD -MP -MF .deps/dansguardian-SocketArray.Tpo -c -o dansguardian-SocketArray.o `test -f 'SocketArray.cpp' || echo './'`SocketArray.cpp
    mv -f .deps/dansguardian-SocketArray.Tpo .deps/dansguardian-SocketArray.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-dansguardian.o -MD -MP -MF .deps/dansguardian-dansguardian.Tpo -c -o dansguardian-dansguardian.o `test -f 'dansguardian.cpp' || echo './'`dansguardian.cpp
    mv -f .deps/dansguardian-dansguardian.Tpo .deps/dansguardian-dansguardian.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-default.o -MD -MP -MF .deps/dansguardian-default.Tpo -c -o dansguardian-default.o `test -f 'downloadmanagers/default.cpp' || echo './'`downloadmanagers/default.cpp
    mv -f .deps/dansguardian-default.Tpo .deps/dansguardian-default.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-fancy.o -MD -MP -MF .deps/dansguardian-fancy.Tpo -c -o dansguardian-fancy.o `test -f 'downloadmanagers/fancy.cpp' || echo './'`downloadmanagers/fancy.cpp
    mv -f .deps/dansguardian-fancy.Tpo .deps/dansguardian-fancy.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-proxy.o -MD -MP -MF .deps/dansguardian-proxy.Tpo -c -o dansguardian-proxy.o `test -f 'authplugins/proxy.cpp' || echo './'`authplugins/proxy.cpp
    mv -f .deps/dansguardian-proxy.Tpo .deps/dansguardian-proxy.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-ident.o -MD -MP -MF .deps/dansguardian-ident.Tpo -c -o dansguardian-ident.o `test -f 'authplugins/ident.cpp' || echo './'`authplugins/ident.cpp
    mv -f .deps/dansguardian-ident.Tpo .deps/dansguardian-ident.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-ip.o -MD -MP -MF .deps/dansguardian-ip.Tpo -c -o dansguardian-ip.o `test -f 'authplugins/ip.cpp' || echo './'`authplugins/ip.cpp
    mv -f .deps/dansguardian-ip.Tpo .deps/dansguardian-ip.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"nobody"' -D__PROXYGROUP='"nobody"' -D__CONFDIR='"/etc/dansguardian"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dansguardian-digest.o -MD -MP -MF .deps/dansguardian-digest.Tpo -c -o dansguardian-digest.o `test -f 'authplugins/digest.cpp' || echo './'`authplugins/digest.cpp
    mv -f .deps/dansguardian-digest.Tpo .deps/dansguardian-digest.Po
    g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -o dansguardian dansguardian-String.o dansguardian-FDTunnel.o dansguardian-ConnectionHandler.o dansguardian-DataBuffer.o dansguardian-HTTPHeader.o dansguardian-NaughtyFilter.o dansguardian-RegExp.o dansguardian-FDFuncs.o dansguardian-BaseSocket.o dansguardian-Socket.o dansguardian-FatController.o dansguardian-UDSocket.o dansguardian-SysV.o dansguardian-ListContainer.o dansguardian-Auth.o dansguardian-HTMLTemplate.o dansguardian-LanguageContainer.o dansguardian-DynamicURLList.o dansguardian-DynamicIPList.o dansguardian-ImageContainer.o dansguardian-IPList.o dansguardian-OptionContainer.o dansguardian-FOptionContainer.o dansguardian-ListManager.o dansguardian-md5.o dansguardian-DownloadManager.o dansguardian-ConfigVar.o dansguardian-ContentScanner.o dansguardian-SocketArray.o dansguardian-dansguardian.o dansguardian-default.o dansguardian-fancy.o dansguardian-proxy.o dansguardian-ident.o dansguardian-ip.o dansguardian-digest.o -lpcreposix -lpcre -lz
    make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/src'
    make[1]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1'
    ==> Starting package()...
    Making install in doc
    make[1]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/doc'
    make[2]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/doc'
    make[2]: Nothing to be done for `install-exec-am'.
    test -z "/usr/share/doc/dansguardian" || /usr/bin/mkdir -p "/tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/doc/dansguardian"
    /usr/bin/install -c -m 644 'AuthPlugins' '/tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/doc/dansguardian/AuthPlugins'
    /usr/bin/install -c -m 644 'ContentScanners' '/tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/doc/dansguardian/ContentScanners'
    /usr/bin/install -c -m 644 'DownloadManagers' '/tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/doc/dansguardian/DownloadManagers'
    /usr/bin/install -c -m 644 'FAQ' '/tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/doc/dansguardian/FAQ'
    /usr/bin/install -c -m 644 'FAQ.html' '/tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/doc/dansguardian/FAQ.html'
    /usr/bin/install -c -m 644 'Plugins' '/tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/doc/dansguardian/Plugins'
    test -z "/usr/share/man/man8" || /usr/bin/mkdir -p "/tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/man/man8"
    /usr/bin/install -c -m 644 'dansguardian.8' '/tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/man/man8/dansguardian.8'
    make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/doc'
    make[1]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/doc'
    Making install in .
    make[1]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1'
    make[2]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1'
    make[1]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1'
    Making install in data
    make[1]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data'
    Making install in languages
    make[2]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data/languages'
    make[3]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data/languages'
    make[3]: Nothing to be done for `install-exec-am'.
    /usr/bin/install -c -m 644 ./czech/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/czech
    /usr/bin/install -c -m 644 ./czech/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/czech
    /usr/bin/install -c -m 644 ./czech/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/czech
    /usr/bin/install -c -m 644 ./hebrew/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/hebrew
    /usr/bin/install -c -m 644 ./hebrew/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/hebrew
    /usr/bin/install -c -m 644 ./hebrew/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/hebrew
    /usr/bin/install -c -m 644 ./turkish/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/turkish
    /usr/bin/install -c -m 644 ./turkish/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/turkish
    /usr/bin/install -c -m 644 ./turkish/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/turkish
    /usr/bin/install -c -m 644 ./bulgarian/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/bulgarian
    /usr/bin/install -c -m 644 ./bulgarian/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/bulgarian
    /usr/bin/install -c -m 644 ./bulgarian/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/bulgarian
    /usr/bin/install -c -m 644 ./danish/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/danish
    /usr/bin/install -c -m 644 ./danish/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/danish
    /usr/bin/install -c -m 644 ./danish/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/danish
    /usr/bin/install -c -m 644 ./indonesian/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/indonesian
    /usr/bin/install -c -m 644 ./indonesian/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/indonesian
    /usr/bin/install -c -m 644 ./indonesian/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/indonesian
    /usr/bin/install -c -m 644 ./russian-1251/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/russian-1251
    /usr/bin/install -c -m 644 ./russian-1251/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/russian-1251
    /usr/bin/install -c -m 644 ./russian-1251/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/russian-1251
    /usr/bin/install -c -m 644 ./ukenglish/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/ukenglish
    /usr/bin/install -c -m 644 ./ukenglish/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/ukenglish
    /usr/bin/install -c -m 644 ./ukenglish/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/ukenglish
    /usr/bin/install -c -m 644 ./chinesebig5/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/chinesebig5
    /usr/bin/install -c -m 644 ./chinesebig5/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/chinesebig5
    /usr/bin/install -c -m 644 ./chinesebig5/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/chinesebig5
    /usr/bin/install -c -m 644 ./dutch/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/dutch
    /usr/bin/install -c -m 644 ./dutch/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/dutch
    /usr/bin/install -c -m 644 ./dutch/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/dutch
    /usr/bin/install -c -m 644 ./italian/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/italian
    /usr/bin/install -c -m 644 ./italian/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/italian
    /usr/bin/install -c -m 644 ./italian/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/italian
    /usr/bin/install -c -m 644 ./russian-koi8-r/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/russian-koi8-r
    /usr/bin/install -c -m 644 ./russian-koi8-r/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/russian-koi8-r
    /usr/bin/install -c -m 644 ./russian-koi8-r/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/russian-koi8-r
    /usr/bin/install -c -m 644 ./chinesegb2312/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/chinesegb2312
    /usr/bin/install -c -m 644 ./chinesegb2312/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/chinesegb2312
    /usr/bin/install -c -m 644 ./chinesegb2312/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/chinesegb2312
    /usr/bin/install -c -m 644 ./french/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/french
    /usr/bin/install -c -m 644 ./french/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/french
    /usr/bin/install -c -m 644 ./french/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/french
    /usr/bin/install -c -m 644 ./lithuanian/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/lithuanian
    /usr/bin/install -c -m 644 ./lithuanian/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/lithuanian
    /usr/bin/install -c -m 644 ./lithuanian/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/lithuanian
    /usr/bin/install -c -m 644 ./polish/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/polish
    /usr/bin/install -c -m 644 ./polish/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/polish
    /usr/bin/install -c -m 644 ./polish/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/polish
    /usr/bin/install -c -m 644 ./slovak/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/slovak
    /usr/bin/install -c -m 644 ./slovak/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/slovak
    /usr/bin/install -c -m 644 ./slovak/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/slovak
    /usr/bin/install -c -m 644 ./german/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/german
    /usr/bin/install -c -m 644 ./german/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/german
    /usr/bin/install -c -m 644 ./german/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/german
    /usr/bin/install -c -m 644 ./portuguese/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/portuguese
    /usr/bin/install -c -m 644 ./portuguese/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/portuguese
    /usr/bin/install -c -m 644 ./portuguese/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/portuguese
    /usr/bin/install -c -m 644 ./swedish/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/swedish
    /usr/bin/install -c -m 644 ./swedish/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/swedish
    /usr/bin/install -c -m 644 ./swedish/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/swedish
    /usr/bin/install -c -m 644 ./spanish/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/spanish
    /usr/bin/install -c -m 644 ./spanish/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/spanish
    /usr/bin/install -c -m 644 ./spanish/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/spanish
    /usr/bin/install -c -m 644 ./hungarian/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/hungarian
    /usr/bin/install -c -m 644 ./hungarian/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/hungarian
    /usr/bin/install -c -m 644 ./hungarian/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/hungarian
    /usr/bin/install -c -m 644 ./ptbrazilian/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/ptbrazilian
    /usr/bin/install -c -m 644 ./ptbrazilian/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/ptbrazilian
    /usr/bin/install -c -m 644 ./ptbrazilian/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/ptbrazilian
    /usr/bin/install -c -m 644 ./japanese/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/japanese
    /usr/bin/install -c -m 644 ./japanese/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/japanese
    /usr/bin/install -c -m 644 ./japanese/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/japanese
    /usr/bin/install -c -m 644 ./malay/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/malay
    /usr/bin/install -c -m 644 ./malay/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/malay
    /usr/bin/install -c -m 644 ./malay/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/malay
    /usr/bin/install -c -m 644 ./mxspanish/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/mxspanish
    /usr/bin/install -c -m 644 ./mxspanish/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/mxspanish
    /usr/bin/install -c -m 644 ./mxspanish/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/mxspanish
    /usr/bin/install -c -m 644 ./arspanish/messages /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/arspanish
    /usr/bin/install -c -m 644 ./arspanish/template.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/arspanish
    /usr/bin/install -c -m 644 ./arspanish/fancydmtemplate.html /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/languages/arspanish
    make[3]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data/languages'
    make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data/languages'
    Making install in .
    make[2]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data'
    make[3]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data'
    make[3]: Nothing to be done for `install-exec-am'.
    /bin/sh /tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/install-sh -d /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian && \
    /bin/sh /tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/install-sh -d /tmp/yaourt-tmp-root/aur-dansguardian/pkg/var/log/dansguardian && \
    /bin/sh /tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/install-sh -d /tmp/yaourt-tmp-root/aur-dansguardian/pkg/var/run && \
    for l in transparent1x1.gif dansguardian.pl ; do \
    echo "/usr/bin/install -c -m 644 $l /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/$l"; \
    /usr/bin/install -c -m 644 $l /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/$l; \
    done
    /usr/bin/install -c -m 644 transparent1x1.gif /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/transparent1x1.gif
    /usr/bin/install -c -m 644 dansguardian.pl /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/dansguardian.pl
    make[3]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data'
    make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data'
    Making install in scripts
    make[2]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data/scripts'
    Making install in .
    make[3]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data/scripts'
    make[4]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data/scripts'
    make[4]: Nothing to be done for `install-exec-am'.
    /bin/sh /tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/install-sh -d /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/scripts && \
    for l in dansguardian logrotation bsd-init solaris-init systemv-init ; do \
    echo "/usr/bin/install -c -m 644 $l /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/scripts/$l"; \
    /usr/bin/install -c -m 644 $l /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/scripts/$l; \
    done
    /usr/bin/install -c -m 644 dansguardian /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/scripts/dansguardian
    /usr/bin/install -c -m 644 logrotation /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/scripts/logrotation
    /usr/bin/install -c -m 644 bsd-init /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/scripts/bsd-init
    /usr/bin/install -c -m 644 solaris-init /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/scripts/solaris-init
    /usr/bin/install -c -m 644 systemv-init /tmp/yaourt-tmp-root/aur-dansguardian/pkg/usr/share/dansguardian/scripts/systemv-init
    make[4]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data/scripts'
    make[3]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data/scripts'
    make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data/scripts'
    make[1]: Leaving directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/data'
    Making install in configs
    make[1]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs'
    Making install in lists
    make[2]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/lists'
    Making install in phraselists
    make[3]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/lists/phraselists'
    make[4]: Entering directory `/tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/configs/lists/phraselists'
    make[4]: Nothing to be done for `install-exec-am'.
    for l in badwords chat drugadvocacy gambling games goodphrases googlesearches gore illegaldrugs intolerance legaldrugs malware news nudism peer2peer personals pornography proxies sport violence warezhacking weapons webmail forums rta conspiracy domainsforsale idtheft safelabel travel upstreamfilter secretsocieties translation music; do \
    /bin/sh /tmp/yaourt-tmp-root/aur-dansguardian/src/dansguardian-2.10.1.1/install-sh -d /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/$l && \
    for f in ./$l/weighted* ./$l/exception* ./$l/banned*; do \
    if test -f $f ; then \
    echo "/usr/bin/install -c -m 644 $f /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/$l"; \
    /usr/bin/install -c -m 644 $f /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/$l; \
    fi \
    done \
    done
    /usr/bin/install -c -m 644 ./badwords/weighted_dutch /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/badwords
    /usr/bin/install -c -m 644 ./badwords/weighted_french /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/badwords
    /usr/bin/install -c -m 644 ./badwords/weighted_german /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/badwords
    /usr/bin/install -c -m 644 ./badwords/weighted_portuguese /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/badwords
    /usr/bin/install -c -m 644 ./badwords/weighted_spanish /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/badwords
    /usr/bin/install -c -m 644 ./chat/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/chat
    /usr/bin/install -c -m 644 ./chat/weighted_italian /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/chat
    /usr/bin/install -c -m 644 ./drugadvocacy/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/drugadvocacy
    /usr/bin/install -c -m 644 ./gambling/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/gambling
    /usr/bin/install -c -m 644 ./gambling/weighted_portuguese /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/gambling
    /usr/bin/install -c -m 644 ./gambling/banned /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/gambling
    /usr/bin/install -c -m 644 ./gambling/banned_portuguese /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/gambling
    /usr/bin/install -c -m 644 ./games/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/games
    /usr/bin/install -c -m 644 ./goodphrases/weighted_general /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/goodphrases
    /usr/bin/install -c -m 644 ./goodphrases/weighted_general_danish /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/goodphrases
    /usr/bin/install -c -m 644 ./goodphrases/weighted_general_dutch /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/goodphrases
    /usr/bin/install -c -m 644 ./goodphrases/weighted_general_malay /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/goodphrases
    /usr/bin/install -c -m 644 ./goodphrases/weighted_general_polish /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/goodphrases
    /usr/bin/install -c -m 644 ./goodphrases/weighted_general_portuguese /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/goodphrases
    /usr/bin/install -c -m 644 ./goodphrases/weighted_general_swedish /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/goodphrases
    /usr/bin/install -c -m 644 ./goodphrases/weighted_news /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/goodphrases
    /usr/bin/install -c -m 644 ./goodphrases/exception /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/goodphrases
    /usr/bin/install -c -m 644 ./goodphrases/exception_email /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/goodphrases
    /usr/bin/install -c -m 644 ./googlesearches/banned /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/googlesearches
    /usr/bin/install -c -m 644 ./gore/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/gore
    /usr/bin/install -c -m 644 ./gore/weighted_portuguese /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/gore
    /usr/bin/install -c -m 644 ./illegaldrugs/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/illegaldrugs
    /usr/bin/install -c -m 644 ./illegaldrugs/weighted_portuguese /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/illegaldrugs
    /usr/bin/install -c -m 644 ./illegaldrugs/banned /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/illegaldrugs
    /usr/bin/install -c -m 644 ./intolerance/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/intolerance
    /usr/bin/install -c -m 644 ./intolerance/weighted_portuguese /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/intolerance
    /usr/bin/install -c -m 644 ./intolerance/banned_portuguese /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/intolerance
    /usr/bin/install -c -m 644 ./legaldrugs/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/legaldrugs
    /usr/bin/install -c -m 644 ./malware/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/malware
    /usr/bin/install -c -m 644 ./news/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/news
    /usr/bin/install -c -m 644 ./nudism/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/nudism
    /usr/bin/install -c -m 644 ./peer2peer/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/peer2peer
    /usr/bin/install -c -m 644 ./personals/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/personals
    /usr/bin/install -c -m 644 ./personals/weighted_portuguese /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/personals
    /usr/bin/install -c -m 644 ./pornography/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/pornography
    /usr/bin/install -c -m 644 ./pornography/weighted_chinese /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/pornography
    /usr/bin/install -c -m 644 ./pornography/weighted_danish /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/pornography
    /usr/bin/install -c -m 644 ./pornography/weighted_dutch /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/pornography
    /usr/bin/install -c -m 644 ./pornography/weighted_french /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/pornography
    /usr/bin/install -c -m 644 ./pornography/weighted_german /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/pornography
    /usr/bin/install -c -m 644 ./pornography/weighted_italian /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/pornography
    /usr/bin/install -c -m 644 ./pornography/weighted_japanese /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/pornography
    /usr/bin/install -c -m 644 ./pornography/weighted_malay /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/pornography
    /usr/bin/install -c -m 644 ./pornography/weighted_norwegian /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/pornography
    /usr/bin/install -c -m 644 ./pornography/weighted_polish /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/pornography
    /usr/bin/install -c -m 644 ./pornography/weighted_portuguese /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/pornography
    /usr/bin/install -c -m 644 ./pornography/weighted_russian /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/pornography
    /usr/bin/install -c -m 644 ./pornography/weighted_spanish /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/pornography
    /usr/bin/install -c -m 644 ./pornography/weighted_swedish /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/pornography
    /usr/bin/install -c -m 644 ./pornography/banned /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/pornography
    /usr/bin/install -c -m 644 ./pornography/banned_portuguese /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/pornography
    /usr/bin/install -c -m 644 ./proxies/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/proxies
    /usr/bin/install -c -m 644 ./sport/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/sport
    /usr/bin/install -c -m 644 ./violence/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/violence
    /usr/bin/install -c -m 644 ./violence/weighted_portuguese /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/violence
    /usr/bin/install -c -m 644 ./warezhacking/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/warezhacking
    /usr/bin/install -c -m 644 ./weapons/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/weapons
    /usr/bin/install -c -m 644 ./weapons/weighted_portuguese /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/weapons
    /usr/bin/install -c -m 644 ./webmail/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/webmail
    /usr/bin/install -c -m 644 ./forums/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/forums
    /usr/bin/install -c -m 644 ./rta/banned /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/rta
    /usr/bin/install -c -m 644 ./conspiracy/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/conspiracy
    /usr/bin/install -c -m 644 ./domainsforsale/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/domainsforsale
    /usr/bin/install -c -m 644 ./idtheft/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/idtheft
    /usr/bin/install -c -m 644 ./safelabel/banned /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/safelabel
    /usr/bin/install -c -m 644 ./travel/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/travel
    /usr/bin/install -c -m 644 ./upstreamfilter/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/upstreamfilter
    /usr/bin/install -c -m 644 ./secretsocieties/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/secretsocieties
    /usr/bin/install -c -m 644 ./translation/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/translation
    /usr/bin/install -c -m 644 ./music/weighted /tmp/yaourt-tmp-root/aur-dansguardian/pkg/etc/dansguardian/lists/phraselists/musi

    What about using OpenDNS content filtering instead?
    http://www.opendns.com/home-solutions/
    https://wiki.archlinux.org/index.php/OpenDNS

  • After opening a certain website, I can't close firefox anymore

    I opened a website in google and I got a tiny webpage saying: This page on http://protectremovevirusxpnow.com says: Windows Security has found critical process activity on your system and will perform fast scan of system files. The only button you can press is OK. I have no windows running on my MAC. Also the tabs are gone, except the tab Firefox. But you can't close firefox. The only thing I can do is to shutdown the whole computer by the powerbutton. What can I do?
    Thanks,

    Hi sierui,
    I have the same problem. Don't know what to do though so not entirely helpful there! But I found the same issue on this thread - https://support.mozilla.com/is/questions/811477 - although none of the answers are particularly useful for mac users, there might be a slight chance that someone will resolve the problem in the near future.
    Also, after rebooting my mac, it seems the pop up window with the message 'Windows Security has found ........' didn't pop again.

  • [Solved] Can't Build qBittorrent

    Hello all,
    On a fresh system running on [testing], I can't build qBittorrent from the AUR (https://aur.archlinux.org/packages/qbittorrent/).
    I made sure all dependencies are met, but every time I try to build the package I get the same error:
    torrentcreatorthread.cpp:(.text._ZN10libtorrent6detail13write_integerISt16ostream_iteratorIccSt11char_traitsIcEEEEiRT_x[_ZN10libtorrent6detail13write_integerISt16ostream_iteratorIccSt11char_traitsIcEEEEiRT_x]+0x2e): undefined reference to `libtorrent::detail::integer_to_str(char*, int, long long)'
    collect2: error: ld returned 1 exit status
    make[1]: *** [qbittorrent] Error 1
    make[1]: Leaving directory `/home/adamdagan/qbittorrent/src/qbittorrent-3.0.11/src'
    make: *** [sub-src-make_default] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    Full log is available here - http://pastebin.com/C5VDsvGj
    Thanks, Adam.
    Last edited by adam777 (2013-08-18 17:15:48)

    Also same problem on my package qlivebittorrent.
    It also use libtorrent-rasterbar - I think problem in this library.

  • [SOLVED] Can't build vboxdrv module

    I can't build vboxdrv module with latest kernel 2.6.32.When I run vbox_build_module, I get
    Makefile:152: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.
    make[1]: Leaving directory `/opt/VirtualBox/src/vboxdrv'
    make: *** [all] Error 2
    but, when I run
    KERN_DIR=/usr/src/linux-2.6.32-ARCH vbox_build_module
    I get this error
    Makefile:179: *** Error: unable to find the include directory for your current Linux kernel. Specify KERN_INCL=<directory> and run Make again. Stop.
    make[1]: Leaving directory `/opt/VirtualBox/src/vboxdrv'
    make: *** [all] Error 2
    What is the problem here?
    Last edited by na12 (2009-12-31 09:26:34)

    Also using Virtualbox here and was able to build the modules against the new kernel using this procedure:
    Update kernel 31 --> 32
    install kernel26-headers (seems to me you have the wrong kernel-headers package)
    reboot
    rebuild mkinitcpio (KMS)
    reboot
    rebuild vbox modules
    modprobe them or reboot
    Last edited by ulukai (2009-12-31 08:38:07)

  • [SOLVED] Can't build pulseaudio-git from AUR

    Can't build complains about:
    pulseaudio-dumpmodules.o: In function `pa_dump_modules':
    dumpmodules.c:(.text+0x163): undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    dumpmodules.c:(.text+0x168): undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    pulseaudio-dumpmodules.o: In function `callback':
    dumpmodules.c:(.text+0x2d4): undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    dumpmodules.c:(.text+0x2de): undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    pulseaudio-main.o: In function `main':
    main.c:(.text+0x6ae): undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    collect2: ld returned 1 exit status
    On the git-shortlog it seems like he just prepped test7 so I imagine it is building for others... googling brought up something about libtool 1.5 vs 2.2 mismatch, but they were directed at 0.9.14 or older PA versions. Any suggestions are welcomed.
    Last edited by ugkbunb (2009-04-11 14:26:33)

    I just tried to compile pulseaudio 0.9.14 from the pulseaudio website on arch x86_64.
    In my /etc/makepkg.conf I have CHOST="x86_64-unknown-linux-gnu" So i don't think its the problem
    All of this is in reponse to the error message when running sudo /etc/rc.d/pulseaudio start
       /usr/bin/pulseaudio: error while loading shared libraries: libcap.so.1: cannot open shared object file: No such file or directory
    Also note that
    http://aur.archlinux.org/packages.php?d … s=0&SeB=nd
    says that pulseaudio needs a rebuild because of a new version of libtool
    I get the following error running make for pulseaudio:
    /home/savagenator/SVN/pulseaudio-0.9.14/src/daemon/dumpmodules.c:139: undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    /home/savagenator/SVN/pulseaudio-0.9.14/src/daemon/dumpmodules.c:134: undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    pulseaudio-dumpmodules.o: In function `is_preloaded':
    /home/savagenator/SVN/pulseaudio-0.9.14/src/daemon/dumpmodules.c:96: undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    /home/savagenator/SVN/pulseaudio-0.9.14/src/daemon/dumpmodules.c:96: undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    pulseaudio-main.o: In function `main':
    /home/savagenator/SVN/pulseaudio-0.9.14/src/daemon/main.c:575: undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    collect2: ld returned 1 exit status

  • Deleted some games, something happened and can't get firefox anymore, can get IE. Keep getting crash reporter but get no email or anything in response. Please help. I want FF, not IE

    I can open FF but all I get is a blank screen with FF logo on top left, and the minimixe-maximize, exit buttons on top left. Nothing else and it won't open. I done the crash reporter about 10 times and get no response at all, I don't think that it is getting to you. FF 4.0 Beta 12 is what I was using however, I can't get anything FF. I've tried doing it through the administrator, can't do it. I've uninstalled and re-installed and nothing happens. This has gone on for about 6 weeks and I've tried everything and nothing happens. The problem is so bad that I thought if I was stuck with IE, I would update to their current program and won't even do that. Help.

    Google ATI Firefox crash. You'll see ATI video cards have multiple problems with Firefox and also internet videos. Also, note the dates these problems occurred - many are 2011...

  • [Solved] Can't build Xorg-Server-Git.

    Hello
    I want to build xorg-server-git from AUR I modifeted PKGBUILD becouse old can't be build.
    That's my PKGBUILD:
    pkgname=xorg-server-git
    pkgver=20090731
    pkgrel=1
    pkgdesc="X.Org X servers"
    arch=('x86_64')
    license=('custom')
    url="http://xorg.freedesktop.org"
    depends=('libxfont>=1.4.0' 'openssl>=0.9.8k' 'libpciaccess>=0.10.6' 'libxv>=1.0.4' 'pixman>=0.14.0' 'xkeyboard-config>=1.6' 'xorg-server-utils' 'xorg-fonts-misc' 'xbitmaps' 'diffutils' )
    makedepends=('libx11>=1.2.1' 'mesa>=7.5' 'xf86driproto>=2.0.4' 'xtrans>=1.2.3' 'libxkbfile>=1.0.5' 'randrproto>=1.3.0' 'renderproto>=0.9.3' 'xcmiscproto>=1.1.2' 'bigreqsproto>=1.0.2' 'resourceproto>=1.0.2' 'videoproto>=2.2.2' 'compositeproto>=0.4' 'scrnsaverproto>=1.1.0' 'libxinerama>=1.0.3' 'xf86dgaproto>=2.0.3' 'recordproto>=1.13.2' 'glproto>=1.4.9' 'xorg-util-macros')
    conflicts=('catalyst-utils<=9.2')
    options=('!libtool')
    _gitver=1.6.2.1
    provides=('x-server')
    groups=('xorg')
    install=xorg-server.install
    _gitroot="git://anongit.freedesktop.org/git/xorg/xserver"
    _gitname="xserver"
    source=("xorg-redhat-die-ugly-pattern-die-die-die.patch")
    md5sums=('1a336eb22e27cbf443ec5a2ecddfa93c')
    build() {
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    cp -a "${srcdir}/$_gitname/" "${srcdir}/$_gitname-build/"
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cd "${srcdir}/$_gitname-build"
    msg "Patching sources..."
    # Fix dbus config path
    sed -i -e 's/\$(sysconfdir)/\/etc/' config/Makefile.* || return 1
    msg "Preparing sources for configure..."
    autoreconf -v --install || return 1
    msg "Starting configure for: $pkgname"
    ./configure --prefix=/usr \
    --disable-ipv6 \
    --disable-dri2 \
    --disable-dri \
    --disable-dmx \
    --disable-xvfb \
    --disable-xnest \
    --disable-composite \
    --disable-xcsecurity \
    --enable-xorg \
    --disable-xephyr \
    --disable-glx-tls \
    --disable-kdrive \
    --enable-install-setuid \
    --disable-config-hal \
    --enable-config-dbus \
    --disable-record \
    --disable-xfbdev \
    --disable-xfake \
    --disable-xsdl \
    --disable-static \
    --sysconfdir=/etc/X11 \
    --localstatedir=/var \
    --with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1 \
    --with-xkb-path=/usr/share/X11/xkb \
    --with-xkb-output=/var/lib/xkb \
    # --without-dri-driver-path=/usr/lib/xorg/modules/dri || return 1
    msg "Starting make..."
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    msg "Creating the appropriate X.org directories..."
    install -m755 -d "${pkgdir}/etc/X11" || return 1
    install -m755 -d "${pkgdir}/var/lib/xkb" || return 1
    msg "Backing up libwfb.so..."
    mv "${pkgdir}/usr/lib/xorg/modules/libwfb.so" \
    "${pkgdir}/usr/lib/xorg/modules/libwfb.so.1.4" || return 1
    msg "Fixes for non-Mesa drivers..."
    ln -s "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so" \
    "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.xorg" || return 1
    msg "Cleaning build area..."
    rm -rf "${srcdir}/$_gitname-build"
    rm -rf "${pkgdir}/var/log"
    And It's my error when i try to make it:
    In file included from xfixesint.h:63,
    from xfixes.c:54:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: Nie ma takiego pliku ani katalogu
    In file included from xfixesint.h:63,
    from saveset.c:27:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: Nie ma takiego pliku ani katalogu
    make[1]: *** [xfixes.lo] Błąd 1
    make[1]: *** Oczekiwanie na niezakończone zadania....
    make[1]: *** [saveset.lo] Błąd 1
    In file included from xfixesint.h:63,
    from region.c:27:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: Nie ma takiego pliku ani katalogu
    In file included from xfixesint.h:63,
    from select.c:27:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: Nie ma takiego pliku ani katalogu
    In file included from xfixesint.h:63,
    from cursor.c:54:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: Nie ma takiego pliku ani katalogu
    region.c: In function 'ProcXFixesSetWindowShapeRegion':
    region.c:695: error: 'ShapeBounding' undeclared (first use in this function)
    region.c:695: error: (Each undeclared identifier is reported only once
    region.c:695: error: for each function it appears in.)
    region.c:696: error: 'ShapeClip' undeclared (first use in this function)
    region.c:697: error: 'ShapeInput' undeclared (first use in this function)
    make[1]: *** [region.lo] Błąd 1
    make[1]: *** [select.lo] Błąd 1
    make[1]: *** [cursor.lo] Błąd 1
    make: *** [all-recursive] Błąd 1
    ==> BŁĄD: Budowanie nie powiodło się.
    Przerywam...
    Thanks for help and advice
    Last edited by SpeedVin (2009-07-31 14:06:30)

    flamelab wrote:
    Can you please post an output of this error with english messages ? I don't understand Polish
    It says "No such file or directory" I suppose ?
    Yes that's right I'm not good at tranlate but I will try
    In file included from xfixesint.h:63,
    from saveset.c:27:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: No such file or directory
    In file included from xfixesint.h:63,
    from cursor.c:54:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: No such file or directory
    make[1]: *** [saveset.lo] Error 1
    make[1]: *** Waiting for not end tasks....
    In file included from xfixesint.h:63,
    from region.c:27:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: No such file or directory
    make[1]: *** [cursor.lo] Error 1
    In file included from xfixesint.h:63,
    from select.c:27:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: No such file or directory
    region.c: In function 'ProcXFixesSetWindowShapeRegion':
    region.c:695: error: 'ShapeBounding' undeclared (first use in this function)
    region.c:695: error: (Each undeclared identifier is reported only once
    region.c:695: error: for each function it appears in.)
    region.c:696: error: 'ShapeClip' undeclared (first use in this function)
    region.c:697: error: 'ShapeInput' undeclared (first use in this function)
    make[1]: *** [select.lo] Błąd 1
    In file included from xfixesint.h:63,
    from xfixes.c:54:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: No such file or directory
    make[1]: *** [region.lo] Error 1
    make[1]: *** [xfixes.lo] Error 1
    make: *** [all-recursive] Error 1
    ==> Error: Make fail
    Last edited by SpeedVin (2009-07-31 14:02:05)

  • I can't open firefox on an old computer, but would still like to access my firefox bookmarks on that computer, is that possible, if so, how?

    My old computer is infected with a virus that won't allow me to open Firefox -or Windows Explorer, for that matter- but since I'm no longer using that computer, that isn't an issue. However, I do need some bookmarks from the old computer. Is it at all possible to find them despite these handicaps? If so, how? I believe I was running Firefox 3 or 4 on the old comp.

    See http://kb.mozillazine.org/Software_Update (Software Update not working properly)
    Remove the files in the updates and updates\0 folder:
    *C:\Documents and Settings\&lt;user&gt;\Local Settings\Application Data\Mozilla\Firefox\Mozilla Firefox\updates
    *(%USERPROFILE%\Local Settings\Application Data\Mozilla\Firefox\Mozilla Firefox\updates)
    *C:\Program Files\Mozilla Firefox\updates
    *Do a clean reinstall and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    *Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer. Do not remove personal data when uninstalling.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    You can skip the step to create a new profile, that is not necessary for this issue.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • I am buying a new computer, can i copy firefox from my old one and paste it on the new one

    Instead of opening up a new firefox with my new computer can i copy the one from my old one and paste it to my new one so i can save all my bookmarks?

    The user data is store in the profile folder. You can copy the data manually by copying the contents of the profile folder, for details see [http://kb.mozillazine.org/Profile_backup Profile backup - MozillaZine Knowledge Base] or [[Backing up your information]].
    There are some add-ons and utilities that can make this process easier. The first one is the [https://addons.mozilla.org/en-US/firefox/addon/2109/ FEBE] add-on which can be used to copy a profile. Another option is the free [http://mozbackup.jasnapaka.com/ MozBackup] utility.

  • [SOLVED] can't build an AUR package while installing Arch

    So I am nearly there installing Arch for the first time. And I will start with saying that I am really sorry if I missed the answer to my problem but I have had a look around the documentation and the general webz for something regarding this problem and haven't found anything.
    I am trying to set my wireless connection up but I apparently need the AUR b43-firmware package installed for my Broadcom BCM4322 [14e4:432b] to be functional.
    So I follow the documentation to install an AUR package, but I am stuck at the building stage as makepkg does not allow me to build if I am root, and I am root by default while installing/configuring Arch...
    What should I do to build and install that package so I have a wireless connection later on?
    Cheers
    Last edited by chtfn (2015-03-21 14:11:12)

    I am connected to the wired network, and I followed the steps to make it persistent for later, but I just wanted to go through the wireless stuff too to be extra sure I will be able to connect to the Internet later on. As it is the first time I install Arch, I am trying to be extra cautious, and having that security would make me feel more comfortable! Plus, I am keen to learn how to do those things from the command line.
    Isn't there a way to switch to a normal user just for a command, and automatically reverting back to root when that action is finished? Just like sudo but the other way round

  • [SOLVED] Can't build fglrx module for 3.4.5-1-ARCH kernel

    Hello everyone!
    I updated my system using
        pacman -Syu --ignore glibc
    everything was good, I rebooted and my fglrx module isn't working!
    I tried:
        sudo catalyst_build_module
        Building fglrx module for 3.4.5-1-ARCH kernel ...
        Failed!!! Check out log: /var/log/catalyst-install.log
    Here is log
    Here is quote from it: Kernel header files are absent: directory /lib/modules/3.3.4-1-ARCH/build doesn't exist! Game over
    But I have the latest versions linux and linux-headers packages.
    Help please. Thanks.
    Last edited by metalex (2012-07-20 14:53:37)

    Yes, this is my problem, I  did all from here, but I still can't update glibc.
    grep '^lib/' /var/lib/pacman/local/*/files 
    output:
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/ld-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/ld-linux-x86-64.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libBrokenLocale-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libBrokenLocale.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libSegFault.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libanl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libanl.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libc-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libc.so.6
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcidn-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcidn.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcrypt-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcrypt.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libdl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libdl.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libm-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libm.so.6
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libmemusage.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnsl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnsl.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_compat-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_compat.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_db-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_db.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_dns-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_dns.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_files-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_files.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_hesiod-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_hesiod.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nis-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nis.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nisplus-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nisplus.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpcprofile.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpthread-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpthread.so.0
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libresolv-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libresolv.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/librt-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/librt.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libthread_db-1.0.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libthread_db.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libutil-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libutil.so.1
    /var/lib/pacman/local/lib32-glibc-2.15-10/files:lib/
    /var/lib/pacman/local/lib32-glibc-2.15-10/files:lib/ld-linux.so.2
    I don't know what to do with lib32-glibc...

  • [Solved] can't build ndiswrapper, missing ndiswrapper-utils

    EDIT: ndiswrapper-utils is now in AUR too, so this problem is moot
    I'm trying to build ndiswrapper to support a  'new' (old, but just installed in this box) wireless card, but I don't have ndiswrapper-utils. Since this is the first time I've tried setting ndiswrapper up on any Arch box, I don't have a old .pkg to copy over and 'pacman -U', and I haven't found any other way to get the package in question.
    lspci shows the card as (if anyone knows of another driver to try)
    00:0a.0 Ethernet controller: Marvell Technology Group Ltd. 88w8335 [Libertas] 802.11b/g Wireless (rev 03)
    should I just build the entire thing from upstream source?
    Last edited by SolarShado (2011-06-23 19:52:11)

    karol wrote:
    http://arm.konnichi.com/search/index.ph … ommunity=1
    The old ndiswrapper is there too: http://arm.konnichi.com/search/index.ph … ommunity=1
    As for the current kernel - I don't know, maybe it's a bug: http://aur.archlinux.org/packages.php?ID=49709 is the package that used to be in the repos and it does mention ndiswrapper-utils in the dependencies.
    Thank you! That looks like it'll work, I'll try it tomorrow.

Maybe you are looking for

  • How to Convert Simple Report into ALV...

    Hi All, i have developed Simple now  i want to convert this report in ALV grid Report. how can i do it please Help.. my code is.. REPORT  ZGSTT_YVENDORDTL_REPORT. Tables :ZMSEG,LFA1. DATA: BEGIN OF struct occurs 100, MBLNR Type ZMSEG-MBLNR, BLDAT Typ

  • Professional monitor a neccesity ?  if so, what do you use ?

    As a beginner , i've just learnt that what i see on my computer monitor is no indication of how it may look on a TV screen . If i wish to make a commercial quality DVD , i gather that a professional video monitor is neccesary .Have i understood corre

  • DNS name lookup in clustering environment

              Hi,           I have 2 managed servers hosted on different IP addresse in a cluster.           I have configured Cluster address in weblogic console to these 2 IP addreses seperated           by a comma.           If I am doing lookup for a

  • "Create View" Long time

    Hi All, When I run "create view" command, it takes long time on Oracle 10.2.0.5 and Db mode is Physical Standby (Read-Write). I tried some configuration for tuning but didn't reach to solution. What can be reasons of this latency ? Have you any ideas

  • BW Implementation guidance

    Dear Colleagues, We are about to start new BW implementation project. This would be our first encounter with BW new implementation. So is there any link to site or material which provides details like implementation guidelines and how to start from s