Can I build a waveform reference

I am using Labview 6 and would like to build a wave form reference property node. I want to do this so that I can use a for loop to create a series of waveform names and feed them to one property node , is this possible??

I don't think you can do that in one easy shot. You might need to put all of the waveforms in a cluster and then pull out each waveform, rename it, and then insert it back into the cluster.

Similar Messages

  • Digital waveform reference library for windows 7

    Hi,
    Where can i find digital waveform reference library for JTAG/SPI/I2C for windows 7 I was only able to find it for windows vista/XP
    Thanks
    chintan

    Hi chintan,
    What reference libraries are you referring to that are only for XP/Vista and not Win 7? Can you point me to where you found that?  When I searched, I found these three links. Are these the libraries you're inquring about?
    - JTAG Digital Waveform Reference Library
    http://zone.ni.com/devzone/cda/epd/p/id/6157
    - I2C Digital Waveform Reference Library
    http://zone.ni.com/devzone/cda/epd/p/id/6080
    - SPI Digital Waveform Reference Library
    http://zone.ni.com/devzone/cda/epd/p/id/6163
    The VI's listed on these pages were originally written for LabVIEW 8.2, 8.5, and 8.6, but they should still work all versions of LabVIEW up to the most current version 2010 SP1. Are you having problems opening these? Any specific errors you're seeing?
    Also, I'm not sure if you've seen this document yet or not, but this is a tutorial addressing exactly what you're describing.
    - Serial Protocol Communication Reference Design for Digital Waveform Devices
    http://zone.ni.com/devzone/cda/epd/p/id/6200

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

  • Schema Parser - Can not build Schema

    I keep getting the following exception error:
    "Can not build schema '' located at 'http://localhost/cv_enterprise.xsd''"
    This is the Code which throws the error :
    Reader r = cvcontext.Request.getReader();
    InputSource in_src = new InputSource(r);
    try {
    schemadoc = (XMLSchema)builder.build("c:/broadwing/xml/cv_enterprise.xsd");
    }catch(Exception ept){writeError("error in builiding " + ept.getMessage());}
    writeError("three");*/
    DOMParser dp = new DOMParser();
    dp.setValidationMode(false);
    dp.setSchemaValidationMode(true);
    dp.setPreserveWhitespace(true);
    dp.parse(r);
    But the following lines of code works perfect:
    try{
    File f =new File(filename);
    FileReader r = new FileReader(f);
    DOMParser dp = new DOMParser();
    URL url = createURL (filename);
    dp.setValidationMode(false);
    dp.setSchemaValidationMode(true);
    dp.setPreserveWhitespace(true);
    dp.parse(url);
    System.out.println("it is parsed");
    }catch(Exception e){System.out.println("there is error"+e.getMessage());}
    The only difference between two is the first one works under a servlet environment and the second is a standalone application. Both use the same xml and xsd documents. The servlet receives the xml via http post and the application takes the xml as commandline argument.
    The xml document has the xsd reference as http url.
    null

    I keep getting the following exception error:
    "Can not build schema '' located at 'http://localhost/cv_enterprise.xsd''"
    This is the Code which throws the error :
    Reader r = cvcontext.Request.getReader();
    InputSource in_src = new InputSource(r);
    try {
    schemadoc = (XMLSchema)builder.build("c:/broadwing/xml/cv_enterprise.xsd");
    }catch(Exception ept){writeError("error in builiding " + ept.getMessage());}
    writeError("three");*/
    DOMParser dp = new DOMParser();
    dp.setValidationMode(false);
    dp.setSchemaValidationMode(true);
    dp.setPreserveWhitespace(true);
    dp.parse(r);
    But the following lines of code works perfect:
    try{
    File f =new File(filename);
    FileReader r = new FileReader(f);
    DOMParser dp = new DOMParser();
    URL url = createURL (filename);
    dp.setValidationMode(false);
    dp.setSchemaValidationMode(true);
    dp.setPreserveWhitespace(true);
    dp.parse(url);
    System.out.println("it is parsed");
    }catch(Exception e){System.out.println("there is error"+e.getMessage());}
    The only difference between two is the first one works under a servlet environment and the second is a standalone application. Both use the same xml and xsd documents. The servlet receives the xml via http post and the application takes the xml as commandline argument.
    The xml document has the xsd reference as http url.
    null

  • Can I build a interactive log-in form with Edge and Export Raw code to edit?

    Hey Everyone,
    I love adobe edge, but I'm still getting used to it. It's very easy to use, but I ran into an issue. I am redesigning a webpage for a client and need to build a log-in page and re-design the site. The site is a Dashboard that will be on an ipad and computer. What I need to do is take my design and design a template for them to use. They require HTML4 and up with some coding (not a fan of coding, I am strictly a designer, and before you guys critize about why I took the job when I don't know coding, it's a side project they are having me do for them while the main design project is being evaluated and I'm on contract so I don't have a choice, still would like to learn how to achieve what I need) but I still want to maintain the animation I have planned for the log in, very simple nothing special. Basically what I want is when you log in and click in the "text" box the background image will go from the clear image to the blur image.
    What I've done so far,
    I built the log-in page as a test to see if it would work (didn't take long since I saved as a PSD and imporated the files). I've attached an imagw to show a visual of what I am trying to do. The animation works fgreat for what i need, but now I want the box I click in to be writtable inside and work with the animation. I can't seem to figure out how to make the box's I created typable to type in for a "Username" and "Password" in other word interative. I used the boxes provided in edge because they are HTML boxes, but I want them to become text boxes to enter the Username and Password (It doesn't have to be perfect just enough for me to type in to pass off to the programmers). I know you can make edge interative with muse and what not and I was hoping to achieve what I want for them so I can export it and pass it off to the programmers. Is there a way to add this in Edge? If not, I know you can export to Dreamweaver and  when I import the file to Dreamweaver I just see a grey box with the file I created (.oma I think) from Edge but not the content unless I "Preview it" in a browser.
    So is there a way to build what I want in edge without resorting to dreamweaver? If so and there is code to input can you guys provide step by step on how to put it in the program? And is there a way to export the project so I can pass the RAW code to the programmers to do there thing? Lastly, is there a way to incorporate Jquery mobile to Edge? For the Dashboard can I build the same thing in Edge? Example what will be in there are things like charts, Calendars, Dates, Etc, Etc.  If I need to resort to building it in dreamweaver I can provide the code for you guys to alter to change for what I need. Like I said I'm not a big fan of coding and a little stranger to it. I just know the basics and the fact I haven't touched dreamweaver since CS4 makes it even harder to use. Some tools I like are gone such as AP divs. However i like the new elements you can inject into the program such as the Jquery stuff, but for the simplist things I want to do such as moving them left or right or centering them is a different story.
    Please Help!
    Thanks!

    if you search on the forum you can find useful posts about creating a form in edge
    Zaxist

  • BI 7.0 can we build a INFOSET on a Multi Cube and Infoobject

    Hi
    In BI 7.0 can we build a INFOSET on a Multi Cube and Infoobject
    Thanks

    Hi,
    No not possible.
    You can include any DataStore object, InfoCube or InfoObject of type Characteristic with Master Data in a join. A join can contain objects of the same object type, or objects of different object types. You can include individual objects in a join as many times as you want. Join conditions (equal join condition) connect the objects in a join to one another . A join condition specifies the combination of individual object records included in the results set.
    For more info go through the link below
    http://help.sap.com/saphelp_nw2004s/helpdata/EN/ed/084e3ce0f9fe3fe10000000a114084/content.htm
    Regards,
    Marasa.

  • How many websites can I build with one account

    I am looking at setting up a BC account for one of my customers but they need two websites. Can I build these on the one account and would it cost any more to do the second website?
    Jim.

    You can have a partner account, for sites you pay for each site per month/year depending on the plan you choose for each.

  • How can I set a cross reference to a Picture

    Hello,
    I have a question regarding the new function: How can I set a cross reference (dont know the exact english name since I use the German version; in German: Querverweis) in Indesign CS4 to a picture? So far, I could only do it with a kind of workaround by putting an invisible text frame above or below the picture and referencing to that one.
    Any suggestions?
    Tschens

    Or put it inside a text frame as an inline graphic. You've basically figured it out.
    Peter

  • When I record an audio track, there is a waveform. When I stop recording, the waveform disappears and becomes a straight line. It also disappears from the track edit window. But the sound is there. How can I stop the waveform from disappearing?

    When I record an audio track using Logic Pro X, there is a visible waveform which appears as I record. When I stop recording, the waveform disappears and becomes a straight line. It also disappears from the track edit window. But the sound is still there. How can I stop the waveform from disappearing? And can I do something to view it after it has disappeared? Anyone know the anser?

    In Logic:
    Preferences/Audio Set Recording Delay to 0 <zero>
    This should always be set to zero unless a specific set of circumstances exist and you're audio drivers do not report position correctly.
    On occasion, usually when importing a Logic 9 project, Logic-X randomly changes this to a negative/positive number.  It's actually a bug in Logic, as it should always display the waveform.

  • Need to raise a restriction that user can not put multiple PO references in PO Number field in Sales Order.

    Hi,
    reference to subject we need a restriction that user can not put different PO reference within an Order. One Sale Order should have one PO reference at Header and Line's of the sales order. Currently what is our issue that all the sales order are created by Quotes from quoting module. Whatever the line items come from quotes into sales order having no PO Number reference with them but when user completing the sales order user puts the PO reference at Sales Order Header which can not be linked or passed on those line items who captured from quotation. Due to this PO reference value difference between Lines and Header system generates multiple AR invoices based on unique PO Number references within an order.
    we need single PO reference per sales order. How can we restrict this if line level PO number reference is different from Header PO number reference that user can not proceed further?
    Regards
    Kaleem A. Bhatti

    Dear Zakir,
    Thanks a lot for your favorable response. The query is solved now by defaulting rules.
    Regards
    Kaleem A. Bhatti

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

  • LabVIEW 64-bit - Can I build a 32-bit exe

    LabVIEW 64-bit - Can I build a 32-bit exe

    Hi Gary
    Not at the moment - see here
    You'll need to open your VI up in the 32 bit version and compile from there.
    Kind Regards
    Chris | Applications Engineer NIUK

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

  • JDeveloper, Can not build schema - Help Required

    Hi everyone,
    I am facing a peculiar problem with Jdeveloper. (10.1.3.4.4270)
    I am developing an ESB project. When referring to a XSD from within a XSD using a URL i.e. import, It's giving me error.
    Here is the sample code:_
    <?xml version="1.0" encoding="utf-8"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    <xsd:import namespace="http://xmlns.mysite.com/q/types"
              schemaLocation="http://192.168.8.10:7072/mySchemas/xmltypes.xsd" />
    ( [http://192.168.8.10:7072/mySchemas/xmltypes.xsd|http://192.168.8.10:7072/mySchemas/xmltypes.xsd] is accessible from a browser directly on the machine where project dir exists)
    When opening the XSD is design mode its showing red(error) for any element that uses types from xmltypes.xsd. When opening the XSL mapping which uses the current XSD its gives the following error:
    "Failed to open the target schema:
    Can not build schema 'http://xmlns.mysite.com/q/types' located at 'file :/C: /....../*xmltypes.xsd*'"
    +(It seems Jdeveloper is looking for the xmltypes.xsd in project dir, even though the import points to a URL)+
    The same code above works fine in Eclipse Gynamade and elements in current XSD are able to refer to types in xmltypes.xsd.
    What could be the problem. I am not finding any solution for this.
    Thanks in advance.

    Thank you for your reply.ButI had assign the dba role to the user,and could you tell me what version can build the schema.I had use the RAM 6.3.4.0.0 Complete 6.334
    Thank in advance
    Chris

Maybe you are looking for

  • Little bit of thread and little bit of instant messenger design problem

    OK! i have a small problem here, i am planning on making a instant messenger server and client, not compatible with any out there(as of yet) and not using any stansard protocols out there, just something i made on my own. ok now the problem i am tryi

  • Firewire ghost

    I have two external hard drives attached to my Quad G5- a 400 Mb/s FireWire and an 800 Mb/s FireWire (both La Cie). The problem is that the 400 FW drive prevents the 800 Fw drive from mounting, even if the 400 drive is turned off. They are not connec

  • Costing data from Tables of Process Order Confirmation.

    Dear Friends, In which table is the Costing relevent data for process order confirmation stored. We are developing a report for which we require  material specific- Target quantity / Actual quantity Target costs / Actual costs Thanks in advance. Rega

  • Adobe After Effects CS 5 and CS 5.5 Freezes (Initializing MediaCore)

    For about 3 days now my adobe after effects cs5 and cs5.5 freezes with "Initializing MediaCore". I tried reinstalling, changing a bunch of things, disabling my firewall, etc. Before it was not freezing at all, but I think the problem is because I hav

  • Simple BI tool

    I am trying to create a tool to create reports from my database, a simple business intelligence tool, but don't know how to design the tables to store the reports. Does anyone have any ideas on how to determine table relations and such just to point