[Solved] pcsx2 segfaults on run, can't build from ABS or AUR (x86_64)

pcsx2 1.0.0-5 from multilib segfaults immediately after running the command.
[alexis@cuddles ~]$ pcsx2
Segmentation fault (core dumped)
Trying to compile with ABS produces this:
[alexis@cuddles pcsx2]$ makepkg -s
==> Making package: pcsx2 1.0.0-5 (Wed Jul 3 22:29:01 MDT 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for inter-conflicts...
:: lib32-mesa-libgl and lib32-catalyst-utils are in conflict (lib32-libgl). Remove lib32-catalyst-utils? [y/N]
I'm pretty sure (but not positive) that lib32-catalyst-utils should be providing lib32-libgl. If I patch the PKGBUILD to remove the dependency on lib32-mesa-libgl (might be a bad idea, but it doesn't seem to be causing the issue), it fails when linking, producing thousands of lines like:
/usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_tree_view_scroll_to_cell'
/usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_widget_is_composited'
/usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_widget_set_size_request'
/usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_notebook_set_current_page'
/usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_text_buffer_place_cursor'
/usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_editable_delete_selection'
/usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_text_iter_begins_tag'
/usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_tree_view_new_with_model'
/usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_entry_get_text'
/usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_editable_get_position'
/usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_toggle_button_set_active'
/usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_toolbar_remove_space'
collect2: error: ld returned 1 exit status
make[2]: *** [pcsx2/pcsx2] Error 1
make[1]: *** [pcsx2/CMakeFiles/pcsx2.dir/all] Error 2
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
gtk packages I have installed:
[alexis@cuddles pcsx2]$ sudo pacman -Q | grep gtk
gtk-engines 2.21.0-1
gtk-sharp-2 2.12.11-1
gtk-update-icon-cache 2.24.19-1
gtk2 2.24.19-1
gtk3 3.8.2-1
gtkmm 2.24.4-1
gtkmm3 3.8.1-1
lib32-gtk2 2.24.19-1
lib32-wxgtk 2.8.12.1-5
libdbusmenu-gtk2 12.10.2-1
pygtk 2.24.0-3
pywebkitgtk 1.1.8-2
transmission-gtk 2.77-3
webkitgtk2 1.10.2-7
wireshark-gtk 1.10.0-3
wxgtk 2.8.12.1-5
wxgtk2.9 2.9.4-3
Hope I provided enough info. Any help is appreciated :3.
Edit: Oh, and the AUR package (the svn build) fails to compile a dependency, lib32-gtk-engines (another AUR package), with the following error:
==> Making package: lib32-gtk-engines 2.21.0-2 (Wed Jul 3 22:45:55 MDT 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found gtk-engines-2.21.0.tar.gz
==> Validating source files with md5sums...
gtk-engines-2.21.0.tar.gz ... Passed
==> Extracting sources...
-> Extracting gtk-engines-2.21.0.tar.gz with bsdtar
==> Removing existing pkg/ directory...
==> Starting build()...
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 whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc -m32
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -m32 accepts -g... yes
checking for gcc -m32 option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc -m32... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking whether gcc -m32 and cc understand -c and -o together... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc -m32... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -m32 object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -m32 -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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -m32 supports -fno-rtti -fno-exceptions... no
checking for gcc -m32 option to produce PIC... -fPIC -DPIC
checking if gcc -m32 PIC flag -fPIC -DPIC works... yes
checking if gcc -m32 static flag -static works... yes
checking if gcc -m32 supports -c -o file.o... yes
checking if gcc -m32 supports -c -o file.o... (cached) yes
checking whether the gcc -m32 linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether NLS is requested... yes
checking for intltool >= 0.31.0... 0.50.2 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.18.0
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... no
configure: error: GTK+-2.12 is required to compile gtk-engines
==> ERROR: A failure occurred in build().
Aborting...
edit #2: backtrace!
Reading symbols from /usr/bin/pcsx2...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/pcsx2
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
Program received signal SIGSEGV, Segmentation fault.
0xf7fe6b43 in _dl_relocate_object () from /lib/ld-linux.so.2
(gdb) bt
#0 0xf7fe6b43 in _dl_relocate_object () from /lib/ld-linux.so.2
#1 0xf7fe0508 in dl_main () from /lib/ld-linux.so.2
#2 0xf7ff1013 in _dl_sysdep_start () from /lib/ld-linux.so.2
#3 0xf7fe0a6b in _dl_start () from /lib/ld-linux.so.2
#4 0xf7fdd097 in _start () from /lib/ld-linux.so.2
Last edited by alexis_evo (2013-07-05 16:55:23)

alexis_evo wrote:I wonder why pacman/makepkg is trying to install lib32-mesa-libgl over it. I am using Vi0L0's unofficial catalyst (and xorg) repositories, if it matters.
Because pcsx2's PKGBUILD has "lib32-mesa-libgl" as makedepends, while I think it should be the virtual name "lib32-gl". It can cause pacman to uninstall nvidia (lib32-nvidia-libgl) or ATI (lib32-catalyst-utils) in order to install mesa files -- not good, I suppose.
Please file a bug report against pcsx2 package.
Last edited by josephg (2013-07-04 17:09:14)

Similar Messages

  • Unable to run Oracle Form Builder from Designer 10g

    I am using Windows XP with Oracle Designer 9.0.4.5. From Design Editor, I select Run -> Oracle Forms, nothing happen. I am able to open Form Builder manually (C:\ORACLE\904\bin\ifbld90.exe). After I generated a module (form) from Designer, I have to open the FMB manually from Form Builder. In Designer 9i, I am able to open Form Builder from Designer. Is this a bug for Designer 10g?
    Thanks,
    Jim

    Thanks for the response, Suresh,
    I believe this is an installation/configuration issue.
    I installed Oracle Developer Suite 9.0.4, which includes Form Builder, Report Builder, and Designer. System Path contains the ORACLE_HOME (c:\oracle\904\bin). I am able to start Form Builder from DOS command (ifbld90.exe). I am also able to start Report Builder (rwbuilder.exe) and Designer (des2k61.exe) from DOS. I am able to Run Oracle Report Builder from Designer, but just not Form Builder. I also checked the Windows registry settings and they seem alright to me.
    thanks,
    Jim

  • [SOLVED] xorg-server build from abs fails

    Hi,
    ever since I installed the update to gcc-5.1.0 the building of xorg-server from abs fails:
    $ makepkg -s
    CCLD libXextdpmsstubs.la
    xvdisp.c: In function ‘XineramifyXv’:
    xvdisp.c:1783:37: error: array subscript is above array bounds [-Werror=array-bounds]
    if (MatchingAdaptors[k] && (MatchingAdaptors[k]->nPorts > j))
    ^
    xvdisp.c:1784:31: error: array subscript is above array bounds [-Werror=array-bounds]
    port->info[k].id = MatchingAdaptors[k]->base_id + j;
    ^
    xvdisp.c:1786:31: error: array subscript is above array bounds [-Werror=array-bounds]
    port->info[k].id = 0;
    ^
    cc1: some warnings being treated as errors
    Makefile:777: recipe for target 'xvdisp.lo' failed
    make[1]: *** [xvdisp.lo] Error 1
    make[1]: *** Waiting for unfinished jobs....
    make: *** [all-recursive] Error 1
    ==> ERROR: A failure occurred in build().
    Aborting...
    This happens for xorg-server-1.17.1-6 and up as well as for xorg-server-1.17.2-1 .
    $ gcc --version
    gcc (GCC) 5.1.0
    Copyright (C) 2015 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    I searched for a solution or a patch, but couldn't find anything.
    xorg-server-1.17.2 supposedly has build fixes with gcc-5.1, but obviously that didn't help much for me.
    Otherwise my arch installation is up-to-date.
    I'm building on x86-64 (Haswell) with
    CPPFLAGS="-D_FORTIFY_SOURCE=2"
    CFLAGS="-march=native -mtune=native -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4"
    CXXFLAGS="-march=native -mtune=native -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4"
    LDFLAGS="-Wl,-O2,--sort-common,--as-needed,-z,relro"
    MAKEFLAGS="-j16"
    DEBUG_CFLAGS="-g -fvar-tracking-assignments"
    DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
    Has anyone else seen this or any idea how to fix it?
    Last edited by pgzh (2015-06-19 15:03:20)

    Using
    CFLAGS="-march=native -mtune=native -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4"
    CXXFLAGS="-march=native -mtune=native -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4"
    in makepkg.conf actually worked, I totally forgot about changing the optimization level.
    Since this is the first time for a very long time I've encountered a problem with -O3, do you think this should be reported as a bug for xorg-server?
    With gcc-4.9 building xorg-server with -O3 optimization level worked perfectly fine for me (I built 1.17.1 like that) and gcc-5.1 causes this culprit.
    Anyways, thank you very much for your help!

  • Trouble compiling games from ABS and AUR (solved)

    Hi I hope someone can help me. Ive downloaded the tar.gz for drascula from ABS unzipped it and when I try to run makepkg -s I get the error that scummvm 0.12 not found in sync db. I installed the scummvm from ABS manually same error. I then saw it was version 0.11.1 so I uninstalled it and downloaded the correct version from sourceforge. I installed it with ./configure --prefix=/usr/local then make then install. It installed sucessfully as it runs fine but I still recieve the same error when running makepkg -s. What am I doing wrong?
    Last edited by itsgregman (2008-09-24 16:12:04)

    Welcome to the forums.
    Since you installed it manually, pacman doesn't know it's there. The best way to this would have been to edit the scummvm PKGBUILD then install it with pacman. Usually you just need to change the pkgver line to the new version and comment out the md5sums line.
    It's always best to use packages in Arch. You'll forever be running into problems like this if you don't.

  • How to work so I can re-build from backed-up AVCHD files if I need.

    Trying a new title to see if anyone can help.
    I'm recording on an AVCHD card, and have two ways of capturing this to FCP and backing up.
    1) USB - Log and Transfer straight from the camera. Then copy the card contents to a spare usb drive for storage. (Been using this)
    2) Copy the card to the usb drive first, then Log and Transfer from the USB drive. (Going to use this)
    Both methods produce media and edit ok.
    But in the process the files are renamed - twice. First by Log and Transfer, when they are given whatever names I choose in the dialgue box, and then they are often further refined in the browser as I name clips in more detail while cutting.
    The card itself is, of course, then cleared to make room for more shots.
    Now, this is my problem:
    If I empty my FW scratch disc, as at some point I must, and then need to rebuild the project from the back-up usb drive, I have a problem.
    If I try 'reconnect media', the name in the box is the one I gave the clip in the browser, but the name on the drive is still the one the camera generated. So when I 'locate' to the folder on the drive with the clips in, FCP just goes 'click.'
    How do i recapture the media from the back-up usb drive? There should be a metadata link, but i don't know how to activate it.
    In the old days we could re-digitise form tape (though I confess I can't remember the process now). Suely there is a way to rebuild the whole project, by telling FCP to go looking for the original source files onm the usb drive?
    I've tried media manager, but nothing there that I can see.
    I'm probably being dumb, but I'd appreciate some advice if anyone knows the answer.
    I need to steer my workflow so that in future i can rebuild from back-up if I have to.
    Thanks
    Tom

    Ah - I missed batch capture - thanks!.
    The only problem is that it's only showing the media from a different project (the clips I captured today for a different programme, which is in a different folder on the same drive).
    It's locked out so i can't navigate to the correct folder.
    Hmm
    No - wait - got it now!
    It was looking for some tapes, of which there were none in the project, but it's seen the error of it's ways.
    Many thanks!

  • Can't build emerald-git

    Hi
    Can someone help me building emerald-git from AUR. I know it is flagged as "out of date" but this should not be problem building it. I know the process of makepkg but i just can't build this PKGBUILD. https://aur.archlinux.org/packages.php?ID=11539
    Error output when compiling the package:
    main.c:3044:11: warning: assignment makes pointer from integer without a cast [enabled by default]
    main.c: In function ‘update_switcher_window’:
    main.c:3242:9: warning: assignment makes pointer from integer without a cast [enabled by default]
    main.c:3291:11: warning: assignment makes pointer from integer without a cast [enabled by default]
    mv -f .deps/engine_loader.Tpo .deps/engine_loader.Po
    main.c: In function ‘main’:
    main.c:5620:5: error: too few arguments to function ‘decor_set_dm_check_hint’
    /usr/include/compiz/decoration.h:462:1: note: declared here
    make[2]: *** [main.o] Error 1
    make[2]: Leaving directory `/home/saso/Downloads/emerald-git/src/emerald-build/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/saso/Downloads/emerald-git/src/emerald-build'
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...

    I think, this is due to Emerald being discontinued. The packages version is of 2007, the last commit in the git repo is of mid 2010 with three code commits since the beginning of 2009 (everything else are just version bumps and translation updates): http://gitweb.compiz.org/?p=fusion/deco … ;a=summary So I'm not really surprised that something is broken now...

  • [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

  • I can't seem to get my iMac (late 2009 model) into automatic sleep mode.  If I manually put it into sleep I don't have any issues.  I used to solve the issue by running "PleaseSleep" application but that doesn't work anymore since Lion.

    I can't seem to get my iMac (late 2009 model) into automatic sleep mode.  If I manually put it into sleep I don't have any issues.
    I used to solve the issue by running "PleaseSleep" application but that doesn't work anymore since Lion. I now want to fix the underlying problem.
    I'm not running any weird background processes and in my energy saver settings I've tagged "put the hard disk to sleep when possible:, "allow power button to put computer to sleep" and "automatically reduce brigthness". All pretty standard.
    Is there anyone who can give me some pointers ?

    Today I solved the same problem for my iMac running Snow Leopard. See https://discussions.apple.com/thread/3008791#15947706. The method may help you, too.
    For me it was the DynDNS Updater preventing my iMac from automatically entering sleep mode.
    To my knowledge the cause of this sleep problem can only be a peripheral device or a process. So I suggest to first unplug all peripherals and test whether that's the cause. If not, I suggest to terminate one process after another and to test automatic entering of sleep mode after each. Start with user processes; continue with system process if necessary.
    At least that's the way I found the offending process. Fortunately, I was able to change the configuration of that process to allow again automatic entering of sleep mode.
    Good luck!

  • How can I build and run CDC in Red Hat Linux?

    I downloaded the CDC and CVM(j2me_cdc_fp-1_0_2-src.zip), and wanted to build a VM in Red Hat Linux. But I can't find the Makefile in the "build" directory. How can I build it?

    You should be able to run a J2SE VM with the CDC jar as the bootclasspath, I think.

  • [SOLVED] Csmash, can't build the app.

    Can't build the game, well i know the PKGBUILD was submited pretty long ago, but want to build
    Well i got this on ./configure
    checking for glLoadIdentity in -lGL... yes
    checking for gluPerspective in -lGLU... yes
    checking for gzdopen in -lz... yes
    checking for sdl-config... /usr/bin/sdl-config
    checking for SDL - version >= 1.2.0... no
    *** Could not run SDL test program, checking why...
    *** The test program failed to compile or link. See the file config.log for the
    *** exact error that occured. This usually means SDL was incorrectly installed
    *** or that you have moved SDL since it was installed. In the latter case, you
    *** may want to edit the sdl-config script: /usr/bin/sdl-config
    configure: error: *** SDL version 1.2.0 not found!
    I suppose sdl package is newer than csmash require?
    [pts/7]-[~]
    [11:47:10]-% pac_Qi sdl | grep Version
    Version : 1.2.13-1
    Will be very thankful for help.
    Last edited by sevenfourk (2008-07-25 13:13:50)

    Thanks for reply.
    The build began at least, but i got this errors:
    if g++ -DLOCALEDIR=\"/usr/share/locale\" -DCANNONSMASH_DATADIR=\"/usr/share/games/csmash\" -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT Sound.o -MD -MP -MF ".deps/Sound.Tpo" \
    -c -o Sound.o `test -f 'Sound.cpp' || echo './'`Sound.cpp; \
    then mv -f ".deps/Sound.Tpo" ".deps/Sound.Po"; \
    else rm -f ".deps/Sound.Tpo"; exit 1; \
    fi
    Sound.cpp:236: error: 'Mix_Chunk' has not been declared
    Sound.cpp:236: error: no 'bool Sound::PlayBlocking(int, int*)' member function declared in class 'Sound'
    Sound.cpp:248: error: no 'void Sound::PlayFinishHandler(int)' member function declared in class 'Sound'
    make[2]: *** [Sound.o] Error 1
    make[2]: Leaving directory `/home/sevenfourk/abs/csmash/src/csmash-0.6.6'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/sevenfourk/abs/csmash/src/csmash-0.6.6'
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    of course it's not pkgbuild problem, but maybe you know

  • [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

  • Can SQL*Loader be run in Form Builder of Developer/2000?

    Hi,
    I have to use sqlldr everyday to import billing data into DB.
    I really don't want to run it in command line.
    Help me!
    If posible, tell me how to make it run in Form Builder.
    Thank in advance,
    Quang

    forms allows you to execute an OS command . whatever the command you want , can execute using forms

  • [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.

Maybe you are looking for