Can't build splashy-full package an my machine

As th subject tells, i'm not able to build the splashy-full package on my arch-machine.
I alwys get the following error:
splashy 0.3.13
Print debugging messages...... :
configure complete, now type 'make'
make all-recursive
make[1]: Entering directory `/tmp/yaourt-tmp-root/aur-splashy-full/src/splashy-0.3.13'
Making all in po
make[2]: Entering directory `/tmp/yaourt-tmp-root/aur-splashy-full/src/splashy-0.3.13/po'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-splashy-full/src/splashy-0.3.13/po'
Making all in doc
make[2]: Entering directory `/tmp/yaourt-tmp-root/aur-splashy-full/src/splashy-0.3.13/doc'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-splashy-full/src/splashy-0.3.13/doc'
Making all in src
make[2]: Entering directory `/tmp/yaourt-tmp-root/aur-splashy-full/src/splashy-0.3.13/src'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb -march=i686 -mtune=generic -O2 -pipe -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT xml_parser.lo -MD -MP -MF ".deps/xml_parser.Tpo" -c -o xml_parser.lo xml_parser.c; \
then mv -f ".deps/xml_parser.Tpo" ".deps/xml_parser.Plo"; else rm -f ".deps/xml_parser.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb -march=i686 -mtune=generic -O2 -pipe -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT xml_parser.lo -MD -MP -MF .deps/xml_parser.Tpo -c xml_parser.c -fPIC -DPIC -o .libs/xml_parser.o
xml_parser.c: In Funktion »xml_parser_xpath_pop«:
xml_parser.c:94:25: Fehler: Variable »_last« gesetzt, aber nicht verwendet [-Werror=unused-but-set-variable]
xml_parser.c: In Funktion »xml_parser_stack_pop«:
xml_parser.c:109:21: Fehler: Variable »_last« gesetzt, aber nicht verwendet [-Werror=unused-but-set-variable]
cc1: Alle Warnungen werden als Fehler behandelt
make[2]: *** [xml_parser.lo] Fehler 1
make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-splashy-full/src/splashy-0.3.13/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/tmp/yaourt-tmp-root/aur-splashy-full/src/splashy-0.3.13'
make: *** [all] Fehler 2
==> FEHLER: Ein Unfall geschah in build().
Breche ab ...
==> ERROR: Makepkg was unable to build splashy-full.
==> Restart building splashy-full ? [y/N]
==> -------------------------------------
==>
==> WARNING: Following packages have not been installed:
splashy-full
What am i doing wrong? How can i solve this?
Thx for your help & ideas!

easy to solve the problem, add the following to the PKGBUILD:
    sed -e 's| -Werror||g' \
        -i "${srcdir}/splashy-${pkgver}/Makefile" \
        -i "${srcdir}/splashy-${pkgver}/configure" \
        -i "${srcdir}/splashy-${pkgver}/configure.ac"
add it to the build() function,
just before 'make'

Similar Messages

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

  • Can I build a full-duplex serial port?

    I want to build a full-duplex serial port with PCI-6533, main features are:
    software: LabView
    hardware: PCI-6533
    serial port: full-duplex,synchronized
    clock: 13MHz, external feed
    control lines: 3
    data: about 1k bytes to be transfered
    Thanks and best regards,

    You can build it, but it won't be easy. Transmitting should be OK. But, for receiving, you are going to have to parse the information out of your incoming bitstream to get the information from the frame.
    Also, there is a peculiarity when usng the 2 timing sections together on the 6533. If you use any data width greater than 8 bits, you are only going to get 10MHz on each 'side', since the data has to be split between them by word. However, since you are serial and only using one bit, you don't have to worry.

  • Can I build an application for a linux machine from a windows machine?

    Is it possible, with LV2012, to build an application for a target other than the the machine type that I am working on?
    meaning, can I build an application to run on a linux machine from my development machine, which runs on windows?
    alternatively, can I build an applications to run (natively, no WOW) on a 32-bit OS from a development machine that is a 64-bit OS and 64-bit labview?
    Or does LV only build for similar targets as the development platform, and I would need to move the source code to another development machine to generate code for a different type of target machine?
    Thank you!
    Solved!
    Go to Solution.

    You can only do a build for the OS that you have a license for and for the OS bitness that you are using. In other words, you need LabVIEW for Linux or LabVIEW for Mac to build exe's for them and you need LabVIEW Windows 64-bit to build a 64 bit exe. It does require moving the source code to the other development systems.

  • How can I build up DBMS_SMTP package in Oracle 8i?

    Now I 'm developing an application need web mail function.I had read a paper on Technet.Oracle talk about the DBMS_SMTP,DBMS_TCP,and DBMS_HTTP packages,but I can not find any script to build DBMS_SMTP package on \rdbms\admin.
    Could u pls gave me a detailed information about setup and use this package?
    By the way I can not find the paper I mentioned above on Technet.Oracle.
    null

    Can you provide me a sample code which sends a mail using utl_snmp package ?
    thanks in advance,
    kalpen.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by [email protected]:
    dear friends,
    i am facing one problem here. I can send mail
    from oracle8i by using utl_smtp or utl_tcp package. but I am not able to send a file
    from perticular directory as attachments.
    how it will be possible. if any one have idea
    about this pl. guide me. it is very urgent.
    thanks in advance
    sunil kant pandey<HR></BLOCKQUOTE>
    null

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

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

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

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

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

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

  • Can anyone build an Archlinux package for OpenKomodo [IDE] please ?

    The Open Komodo Project, based on the award-winning Komodo IDE, is a new initiative by ActiveState to create an open source platform for building developer environments. ActiveState has open-sourced elements of Komodo Edit, a free multi-language editor for dynamic languages based on Komodo IDE, to create the Open Komodo code base.
    Why use Open Komodo?
        * It's free as in speech
        * It's focused on development using dynamic languages and Internet technologies
        * It's built using web-based technologies and dynamic languages
        * It's an established product, ready to use
        * It allows you to work the way you want to
        * It's built for developers by developers
        * It's easily extensible using XML, JavaScript, and if you like, Python and C++
        * It has in-depth support for multiple languages
        * It is easy to get involved and every user can have a positive effect on the future of Open Komodo
    Homepage : http://downloads.openkomodo.com/
    Sources : http://downloads.openkomodo.com/openkom … x86.tar.gz
    Screenshot :
    Thanks a lot
    Last edited by max-k (2007-11-25 14:40:35)

    I'm having a bit of trouble running it.  I tried starting with komodo -v, and got this:
    File "/lib/mozilla/components/koAppInfo.py", line 501, in __init__
    self._userPath = koprocessutils.getUserEnv()["PATH"].split(os.pathsep)
    KeyError: 'PATH'
    ** Returning nsresult of NS_ERROR_FAILURE
    ERROR: ko.main:
    -- EXCEPTION START --
    + QueryInterface (function) 3 lines
    + message (string) 'KeyError: 'PATH''
    + result (number) 2147500037
    + name (string) '__init__'
    + filename (string) '/lib/mozilla/components/koAppInfo.py'
    + lineNumber (number) 501
    + columnNumber (number) 0
    + location (object) File "/lib/mozilla/components/koAppInfo.py", line 501, in __init__
    | + QueryInterface (function) 3 lines
    | + language (number) 0
    | + languageName (string) 'Python'
    | + filename (string) '/lib/mozilla/components/koAppInfo.py'
    | + name (string) '__init__'
    | + lineNumber (number) 501
    | + sourceLine (string) 'self._userPath = koprocessutils.getUserEnv()["PATH"].split(os.pathsep)'
    | + caller (object) File "<XPCOMObject method 'getServiceByContractID'>", line 3, in getServiceByContractID
    | *
    + inner (object) null
    | *
    + data (object) null
    | *
    -- EXCEPTION END --
    When I start komodo, the main window comes up but it comes up empty and I can't open a file or anything.  the "start screen" in the screenshot does not appear.  Do I need to set an environment variable or something?

  • [SOLVED] I can't build kde frameworks packages from git.

    CMake Error at CMakeLists.txt:5 (find_package):
    Could not find a configuration file for package "ECM" that is compatible
    with requested version "1.7.0".
    The following configuration files were considered but not accepted:
    /usr/share/ECM/cmake/ECMConfig.cmake, version: 1.6.0
    How can i solve this error?
    Last edited by agapito (2015-02-07 04:42:51)

    Hi agapito,
    I think you should install the package extra-cmake-modules-git from the AUR.

  • Can I force a full backup in Time Machine?

    I recently set up one of our users with a new iMac that came with OS X 10.9 Mavericks. Instead of getting their info by importing from a Time Machine backup, I set them up manually because they wanted a number of changes made to their account.
    Previously, this user had been on a MacPro running OS X 10.6.8 Snow Leopard. I used the same external drive that they had been using with Time Machine on the MacPro as their Time machine drive on the new iMac, via an Apple Thunderbolt to FireWire adapter, and didn't reformat it. When I turned on Time Machine in 10.9 it made a backup that took several hours, so I assumed it had made an initial full backup.
    They had a problem and I booted the iMac from the Recovery partition and selected to restore from a Time Machine backup. I was surprised that only two full backups showed, and both were of their MacPro with 10.6.8. We came up with another way to get the lost data back, but it was very time consuming. We were able to restore individual files from their Time Machine backups, just not able to do a complete restore of the drive.
    I double checked and nothing is excluded in the Time Machine System Preferences.
    I would like to be able to restore this user if they have a problem in the future, but it appears that unless I can force Time Machine to make a full backup that this may be impossible.
    Is there a way to force a full Time machine backup with the OS X 10.9.2 that they are now running?
    Thanks in advance for any help with this.
    Chuck Hildebrand
    Iowa Public Television

    If you have a spare, emptry hard drive of sufficient capacity, then you can clone the backup drive to the empty drive. Do not attempt to simply copy using Drag and Drop since there are invisible files you may inadvertantly omit.
    Clone using Restore Option of Disk Utility
      1. Open Disk Utility in the Utilities folder.
      2. Select the destination volume from the left side list.
      3. Click on the Restore tab in the DU main window.
      4. Select the destination volume from the left side list and drag
           it to the Destination entry field.
      5. Select the source volume from the left side list and drag it to
          the Source entry field.
      6. Double-check you got it right, then click on the Restore button.
    Destination means the empty drive. Source means the old backup drive.
    Alternatively, replace the backup drive with a new drive. This would be simpler than the above.

  • Specify the full package path

    Well, here is a real beginner question. How can i specify the full package path of SUNs java.io package? And another beginner question, where is this package located on my computer? (relative to my java sdk installion path of course)

    Acctually I have a severe problem with leJOS. Here is my code:
    import java.io.*;
    import josx.rcxcomm.RCXBean;
    public class PCModule
         public static void main( String[] args )
              recv();
         public static void recv()
              RCXBean rcxb = new RCXBean();
              try
                   rcxb.setComPort("USB");
                   while(true)
                        System.out.println( "Test" );
              catch( IOException e )
    }This should compile fine, if lejosc would use the SUN java.io But it intends to use the own implementation of java.io and I really need to find a workaround to this problem because otherwise the code wont compile throwing the error, that the out symbol cannot be resolved.
    Btw. this part of the program should listen to the mindstorms IR-Tower for messages of a RCX-Brig and wirte them to an output stream.
    Isn't there a way to force lejosc to use the java.io package from sun?
    P.S.: If I don't use the System.out-line everything is fine, so lejos is installed correctly and if write a java test app everything is fine, so the SUN Java SDK is installed correctly too.

  • Splashy-full build error

    Hi,
    I have problem with build splashy.
    I turn on logging for that but i don't know what is the problem.
    ++ pkgname=splashy-full
    ++ pkgver=20130302
    ++ pkgrel=3
    ++ pkgdesc='A boot splashing system'
    ++ arch=('any')
    ++ url='http://anonscm.debian.org/gitweb/?p=/;a=summary'
    ++ license=('GPL')
    ++ depends=('mkinitcpio' 'sysfsutils' 'glib2' 'directfb')
    ++ makedepends=('git')
    ++ options=('!libtool' '!distcc' '!makeflags')
    ++ provides=(splashy)
    ++ install=splashy-full.install
    ++ backup=(etc/splash.conf etc/splashy/config.xml)
    ++ source=(splash.conf splash-initscripts splashy-functions initcpio_hook initcpio_install automake1.10.patch configure.ac.patch)
    ++ sha512sums=('d48cffcd5f810c53100011b4f4b5437b69c2e0da3d261d22907dcbe20515abbeef06755c367ff3f0a77bf830eb67e165bb62eea717af76b4bcb0b631832af830' 'd60dbb2b71f30b1d94a43f28fd8219df6271c08b26e92b5bd43d0beed0e9360afa1de250af01af104811cfcb7b30458669689d10b74a197033d6def562f60f3e' 'c2cb16c9f61eb1feea8ebc22daa03d0aa3633caa30d2e45112e11da02940ee0028cb5e65e7ca07ae090f71150488ac0938e98dd4066b0e1e732710b96b1f99a3' '270511c7336aaf0dea0db13c868ebd93916519bb042c245f031703cc49ad395c444f33817803fbd11fa5e6dca42624135223028176bec8deae9622f15caf4494' '5d12f6edcf572d26daf51b95aba98db1097ff2f2aeab4cd6cc400ba84b1194589d5a0a0360f9f929f2fcf63c79e107892401d38336ef908794447c14bda2fdb8' 'ae960a2d468e07c3a798544d710024b7f3bdb2d94f0be818986c0e0d13c3c87a451d4c332517f07ccc99a1f95c35edcb5fdfbcaafc9155fa97d0448d04abd233' '2ede62cc64e5348b564a93d07449bd3d60296203ca8112ded073239e77f288be52e774b3cd5fe2026d41cb8bc117b45c00208653809da0d2056a85ad8fab152f')
    ++ _gitroot=git://anonscm.debian.org/git/splashy/splashy.git
    ++ _gitname=splashy
    + shopt -s extglob
    + pkgbase=splashy-full
    + epoch=0
    + [[ /home/skoczo/AUR/splashy-full = \/\h\o\m\e\/\s\k\o\c\z\o\/\A\U\R\/\s\p\l\a\s\h\y\-\f\u\l\l ]]
    + srcdir=/home/skoczo/AUR/splashy-full/src
    + pkgdirbase=/home/skoczo/AUR/splashy-full/pkg
    + pkgdir=/home/skoczo/AUR/splashy-full/pkg/splashy-full
    + (( GENINTEG ))
    + declare -f pkgver
    + check_sanity
    + local i
    + local ret=0
    + for i in ''\''pkgname'\''' ''\''pkgrel'\'''
    + [[ -z splashy-full ]]
    + for i in ''\''pkgname'\''' ''\''pkgrel'\'''
    + [[ -z 3 ]]
    + for i in '"${pkgname[@]}"'
    + [[ s = \- ]]
    + [[ s = \. ]]
    + [[ splashy-full = *[^[:alnum:]+_.@-]* ]]
    + [[ s = \- ]]
    + (( ! PKGVERFUNC ))
    + check_pkgver
    + local ret=0
    + [[ -z 20130302 ]]
    + IFS==
    + read -r _ i
    + sed 's/[[:space:]]*#.*//'
    + awk -F= '$1 ~ /^[[:space:]]*pkgver$/' /home/skoczo/AUR/splashy-full/PKGBUILD
    ++ sed 's/^\(['\''"]\)\(.*\)\1$/\2/'
    + eval 'i="20130302"'
    ++ i=20130302
    + [[ 20130302 = *[[:space:]:-]* ]]
    + IFS==
    + read -r _ i
    + return 0
    + IFS==
    + read -r _ i
    + sed 's/[[:space:]]*#.*//'
    + awk -F= '$1 ~ /^[[:space:]]*pkgrel$/' /home/skoczo/AUR/splashy-full/PKGBUILD
    ++ sed 's/^\(['\''"]\)\(.*\)\1$/\2/'
    + eval 'i="3"'
    ++ i=3
    + [[ 3 != +([0-9])?(.+([0-9])) ]]
    + IFS==
    + read -r _ i
    + IFS==
    + read -r _ i
    + awk -F= '$1 ~ /^[[:space:]]*epoch$/' /home/skoczo/AUR/splashy-full/PKGBUILD
    + [[ any != \a\n\y ]]
    + (( 1 > 1 ))
    + provides_list=()
    + local provides_list
    ++ sed -e s/provides=/provides_list+=/ -e 's/#.*//' -e 's/\\$//'
    ++ awk '/^[[:space:]]*provides=/,/\)/' /home/skoczo/AUR/splashy-full/PKGBUILD
    + eval 'provides_list+=(splashy)'
    ++ provides_list+=(splashy)
    + for i in '${provides_list[@]}'
    + [[ splashy == *[\<\>]* ]]
    + backup_list=()
    + local backup_list
    ++ sed -e s/backup=/backup_list+=/ -e 's/#.*//' -e 's/\\$//'
    ++ awk '/^[[:space:]]*backup=/,/\)/' /home/skoczo/AUR/splashy-full/PKGBUILD
    + eval 'backup_list+=(etc/splash.conf' 'etc/splashy/config.xml)'
    ++ backup_list+=(etc/splash.conf etc/splashy/config.xml)
    + for i in '"${backup_list[@]}"'
    + [[ e = \/ ]]
    + for i in '"${backup_list[@]}"'
    + [[ e = \/ ]]
    + optdepends_list=()
    + local optdepends_list
    ++ sed -e s/optdepends=/optdepends_list+=/ -e 's/#.*//' -e 's/\\$//'
    ++ awk '/^[[:space:]]*optdepends=\(/,/\)[[:space:]]*(#.*)?$/' /home/skoczo/AUR/splashy-full/PKGBUILD
    + eval
    + for i in ''\''changelog'\''' ''\''install'\'''
    + local file
    + read -r file
    ++ sed -n 's/^[[:space:]]*changelog=//p' /home/skoczo/AUR/splashy-full/PKGBUILD
    + for i in ''\''changelog'\''' ''\''install'\'''
    + local file
    + read -r file
    ++ sed -n 's/^[[:space:]]*install=//p' /home/skoczo/AUR/splashy-full/PKGBUILD
    ++ sed 's/^\(['\''"]\)\(.*\)\1$/\2/'
    + eval 'file="$pkgname.install"'
    ++ file=splashy-full.install
    + [[ -n splashy-full.install ]]
    + [[ ! -f splashy-full.install ]]
    + read -r file
    + local valid_options=1
    + local known kopt options_list
    ++ sed -e s/options=/options_list+=/ -e 's/#.*//' -e 's/\\$//'
    ++ awk '/^[[:space:]]*options=/,/\)/' /home/skoczo/AUR/splashy-full/PKGBUILD
    + eval 'options_list+=('\''!libtool'\''' ''\''!distcc'\''' ''\''!makeflags'\'')'
    ++ options_list+=('!libtool' '!distcc' '!makeflags')
    + for i in '${options_list[@]}'
    + known=0
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !libtool = \s\t\r\i\p ]]
    + [[ !libtool = \!\s\t\r\i\p ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !libtool = \d\o\c\s ]]
    + [[ !libtool = \!\d\o\c\s ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !libtool = \l\i\b\t\o\o\l ]]
    + [[ !libtool = \!\l\i\b\t\o\o\l ]]
    + known=1
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !libtool = \s\t\a\t\i\c\l\i\b\s ]]
    + [[ !libtool = \!\s\t\a\t\i\c\l\i\b\s ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !libtool = \e\m\p\t\y\d\i\r\s ]]
    + [[ !libtool = \!\e\m\p\t\y\d\i\r\s ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !libtool = \z\i\p\m\a\n ]]
    + [[ !libtool = \!\z\i\p\m\a\n ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !libtool = \p\u\r\g\e ]]
    + [[ !libtool = \!\p\u\r\g\e ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !libtool = \u\p\x ]]
    + [[ !libtool = \!\u\p\x ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !libtool = \d\e\b\u\g ]]
    + [[ !libtool = \!\d\e\b\u\g ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !libtool = \c\c\a\c\h\e ]]
    + [[ !libtool = \!\c\c\a\c\h\e ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !libtool = \d\i\s\t\c\c ]]
    + [[ !libtool = \!\d\i\s\t\c\c ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !libtool = \b\u\i\l\d\f\l\a\g\s ]]
    + [[ !libtool = \!\b\u\i\l\d\f\l\a\g\s ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !libtool = \m\a\k\e\f\l\a\g\s ]]
    + [[ !libtool = \!\m\a\k\e\f\l\a\g\s ]]
    + (( ! known ))
    + for i in '${options_list[@]}'
    + known=0
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !distcc = \s\t\r\i\p ]]
    + [[ !distcc = \!\s\t\r\i\p ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !distcc = \d\o\c\s ]]
    + [[ !distcc = \!\d\o\c\s ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !distcc = \l\i\b\t\o\o\l ]]
    + [[ !distcc = \!\l\i\b\t\o\o\l ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !distcc = \s\t\a\t\i\c\l\i\b\s ]]
    + [[ !distcc = \!\s\t\a\t\i\c\l\i\b\s ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !distcc = \e\m\p\t\y\d\i\r\s ]]
    + [[ !distcc = \!\e\m\p\t\y\d\i\r\s ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !distcc = \z\i\p\m\a\n ]]
    + [[ !distcc = \!\z\i\p\m\a\n ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !distcc = \p\u\r\g\e ]]
    + [[ !distcc = \!\p\u\r\g\e ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !distcc = \u\p\x ]]
    + [[ !distcc = \!\u\p\x ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !distcc = \d\e\b\u\g ]]
    + [[ !distcc = \!\d\e\b\u\g ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !distcc = \c\c\a\c\h\e ]]
    + [[ !distcc = \!\c\c\a\c\h\e ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !distcc = \d\i\s\t\c\c ]]
    + [[ !distcc = \!\d\i\s\t\c\c ]]
    + known=1
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !distcc = \b\u\i\l\d\f\l\a\g\s ]]
    + [[ !distcc = \!\b\u\i\l\d\f\l\a\g\s ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !distcc = \m\a\k\e\f\l\a\g\s ]]
    + [[ !distcc = \!\m\a\k\e\f\l\a\g\s ]]
    + (( ! known ))
    + for i in '${options_list[@]}'
    + known=0
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !makeflags = \s\t\r\i\p ]]
    + [[ !makeflags = \!\s\t\r\i\p ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !makeflags = \d\o\c\s ]]
    + [[ !makeflags = \!\d\o\c\s ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !makeflags = \l\i\b\t\o\o\l ]]
    + [[ !makeflags = \!\l\i\b\t\o\o\l ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !makeflags = \s\t\a\t\i\c\l\i\b\s ]]
    + [[ !makeflags = \!\s\t\a\t\i\c\l\i\b\s ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !makeflags = \e\m\p\t\y\d\i\r\s ]]
    + [[ !makeflags = \!\e\m\p\t\y\d\i\r\s ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !makeflags = \z\i\p\m\a\n ]]
    + [[ !makeflags = \!\z\i\p\m\a\n ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !makeflags = \p\u\r\g\e ]]
    + [[ !makeflags = \!\p\u\r\g\e ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !makeflags = \u\p\x ]]
    + [[ !makeflags = \!\u\p\x ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !makeflags = \d\e\b\u\g ]]
    + [[ !makeflags = \!\d\e\b\u\g ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !makeflags = \c\c\a\c\h\e ]]
    + [[ !makeflags = \!\c\c\a\c\h\e ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !makeflags = \d\i\s\t\c\c ]]
    + [[ !makeflags = \!\d\i\s\t\c\c ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !makeflags = \b\u\i\l\d\f\l\a\g\s ]]
    + [[ !makeflags = \!\b\u\i\l\d\f\l\a\g\s ]]
    + for kopt in '${packaging_options[@]}' '${other_options[@]}'
    + [[ !makeflags = \m\a\k\e\f\l\a\g\s ]]
    + [[ !makeflags = \!\m\a\k\e\f\l\a\g\s ]]
    + known=1
    + (( ! known ))
    + (( ! valid_options ))
    + (( 1 > 1 ))
    + return 0
    + check_software
    + local ret=0
    + (( ! INFAKEROOT && ( ! NODEPS || DEP_BIN || RMDEPS || INSTALL ) ))
    + [[ -z /usr/bin/pacman ]]
    + (( ! ( ASROOT || INFAKEROOT ) && ( DEP_BIN || RMDEPS || INSTALL ) ))
    + type -p sudo
    + check_buildenv fakeroot y
    + in_opt_array fakeroot fakeroot '!distcc' color '!ccache' check '!sign'
    + local needle=fakeroot
    + shift
    + local i opt
    + (( i = 6 ))
    + (( i > 0 ))
    + opt='!sign'
    + [[ !sign = \f\a\k\e\r\o\o\t ]]
    + [[ !sign = \!\f\a\k\e\r\o\o\t ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=check
    + [[ check = \f\a\k\e\r\o\o\t ]]
    + [[ check = \!\f\a\k\e\r\o\o\t ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!ccache'
    + [[ !ccache = \f\a\k\e\r\o\o\t ]]
    + [[ !ccache = \!\f\a\k\e\r\o\o\t ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=color
    + [[ color = \f\a\k\e\r\o\o\t ]]
    + [[ color = \!\f\a\k\e\r\o\o\t ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!distcc'
    + [[ !distcc = \f\a\k\e\r\o\o\t ]]
    + [[ !distcc = \!\f\a\k\e\r\o\o\t ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=fakeroot
    + [[ fakeroot = \f\a\k\e\r\o\o\t ]]
    + return 0
    + case $? in
    + [[ y = \y ]]
    + return
    + (( EUID > 0 ))
    + type -p fakeroot
    + [[ '' == \y ]]
    + [[ -z '' ]]
    + check_buildenv sign y
    + in_opt_array sign fakeroot '!distcc' color '!ccache' check '!sign'
    + local needle=sign
    + shift
    + local i opt
    + (( i = 6 ))
    + (( i > 0 ))
    + opt='!sign'
    + [[ !sign = \s\i\g\n ]]
    + [[ !sign = \!\s\i\g\n ]]
    + return 1
    + case $? in
    + [[ y = \n ]]
    + return
    + (( ! SKIPPGPCHECK ))
    + source_has_signatures
    + local file
    + for file in '"${source[@]}"'
    + [[ splash.conf = *.@(sig?(n)|asc) ]]
    + for file in '"${source[@]}"'
    + [[ splash-initscripts = *.@(sig?(n)|asc) ]]
    + for file in '"${source[@]}"'
    + [[ splashy-functions = *.@(sig?(n)|asc) ]]
    + for file in '"${source[@]}"'
    + [[ initcpio_hook = *.@(sig?(n)|asc) ]]
    + for file in '"${source[@]}"'
    + [[ initcpio_install = *.@(sig?(n)|asc) ]]
    + for file in '"${source[@]}"'
    + [[ automake1.10.patch = *.@(sig?(n)|asc) ]]
    + for file in '"${source[@]}"'
    + [[ configure.ac.patch = *.@(sig?(n)|asc) ]]
    + return 1
    + (( ! SKIPCHECKSUMS ))
    + type -p openssl
    + check_option upx y
    + in_opt_array upx '!libtool' '!distcc' '!makeflags'
    + local needle=upx
    + shift
    + local i opt
    + (( i = 3 ))
    + (( i > 0 ))
    + opt='!makeflags'
    + [[ !makeflags = \u\p\x ]]
    + [[ !makeflags = \!\u\p\x ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!distcc'
    + [[ !distcc = \u\p\x ]]
    + [[ !distcc = \!\u\p\x ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!libtool'
    + [[ !libtool = \u\p\x ]]
    + [[ !libtool = \!\u\p\x ]]
    + (( i-- ))
    + (( i > 0 ))
    + return 127
    + case $? in
    + in_opt_array upx strip docs libtool staticlibs emptydirs zipman purge '!upx' '!debug'
    + local needle=upx
    + shift
    + local i opt
    + (( i = 9 ))
    + (( i > 0 ))
    + opt='!debug'
    + [[ !debug = \u\p\x ]]
    + [[ !debug = \!\u\p\x ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!upx'
    + [[ !upx = \u\p\x ]]
    + [[ !upx = \!\u\p\x ]]
    + return 1
    + case $? in
    + [[ y = n ]]
    + return
    + check_buildenv distcc y
    + in_opt_array distcc fakeroot '!distcc' color '!ccache' check '!sign'
    + local needle=distcc
    + shift
    + local i opt
    + (( i = 6 ))
    + (( i > 0 ))
    + opt='!sign'
    + [[ !sign = \d\i\s\t\c\c ]]
    + [[ !sign = \!\d\i\s\t\c\c ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=check
    + [[ check = \d\i\s\t\c\c ]]
    + [[ check = \!\d\i\s\t\c\c ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!ccache'
    + [[ !ccache = \d\i\s\t\c\c ]]
    + [[ !ccache = \!\d\i\s\t\c\c ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=color
    + [[ color = \d\i\s\t\c\c ]]
    + [[ color = \!\d\i\s\t\c\c ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!distcc'
    + [[ !distcc = \d\i\s\t\c\c ]]
    + [[ !distcc = \!\d\i\s\t\c\c ]]
    + return 1
    + case $? in
    + [[ y = \n ]]
    + return
    + check_buildenv ccache y
    + in_opt_array ccache fakeroot '!distcc' color '!ccache' check '!sign'
    + local needle=ccache
    + shift
    + local i opt
    + (( i = 6 ))
    + (( i > 0 ))
    + opt='!sign'
    + [[ !sign = \c\c\a\c\h\e ]]
    + [[ !sign = \!\c\c\a\c\h\e ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=check
    + [[ check = \c\c\a\c\h\e ]]
    + [[ check = \!\c\c\a\c\h\e ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!ccache'
    + [[ !ccache = \c\c\a\c\h\e ]]
    + [[ !ccache = \!\c\c\a\c\h\e ]]
    + return 1
    + case $? in
    + [[ y = \n ]]
    + return
    + check_option strip y
    + in_opt_array strip '!libtool' '!distcc' '!makeflags'
    + local needle=strip
    + shift
    + local i opt
    + (( i = 3 ))
    + (( i > 0 ))
    + opt='!makeflags'
    + [[ !makeflags = \s\t\r\i\p ]]
    + [[ !makeflags = \!\s\t\r\i\p ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!distcc'
    + [[ !distcc = \s\t\r\i\p ]]
    + [[ !distcc = \!\s\t\r\i\p ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!libtool'
    + [[ !libtool = \s\t\r\i\p ]]
    + [[ !libtool = \!\s\t\r\i\p ]]
    + (( i-- ))
    + (( i > 0 ))
    + return 127
    + case $? in
    + in_opt_array strip strip docs libtool staticlibs emptydirs zipman purge '!upx' '!debug'
    + local needle=strip
    + shift
    + local i opt
    + (( i = 9 ))
    + (( i > 0 ))
    + opt='!debug'
    + [[ !debug = \s\t\r\i\p ]]
    + [[ !debug = \!\s\t\r\i\p ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!upx'
    + [[ !upx = \s\t\r\i\p ]]
    + [[ !upx = \!\s\t\r\i\p ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=purge
    + [[ purge = \s\t\r\i\p ]]
    + [[ purge = \!\s\t\r\i\p ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=zipman
    + [[ zipman = \s\t\r\i\p ]]
    + [[ zipman = \!\s\t\r\i\p ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=emptydirs
    + [[ emptydirs = \s\t\r\i\p ]]
    + [[ emptydirs = \!\s\t\r\i\p ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=staticlibs
    + [[ staticlibs = \s\t\r\i\p ]]
    + [[ staticlibs = \!\s\t\r\i\p ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=libtool
    + [[ libtool = \s\t\r\i\p ]]
    + [[ libtool = \!\s\t\r\i\p ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=docs
    + [[ docs = \s\t\r\i\p ]]
    + [[ docs = \!\s\t\r\i\p ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=strip
    + [[ strip = \s\t\r\i\p ]]
    + return 0
    + case $? in
    + [[ y = y ]]
    + return
    + type -p strip
    + check_option zipman y
    + in_opt_array zipman '!libtool' '!distcc' '!makeflags'
    + local needle=zipman
    + shift
    + local i opt
    + (( i = 3 ))
    + (( i > 0 ))
    + opt='!makeflags'
    + [[ !makeflags = \z\i\p\m\a\n ]]
    + [[ !makeflags = \!\z\i\p\m\a\n ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!distcc'
    + [[ !distcc = \z\i\p\m\a\n ]]
    + [[ !distcc = \!\z\i\p\m\a\n ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!libtool'
    + [[ !libtool = \z\i\p\m\a\n ]]
    + [[ !libtool = \!\z\i\p\m\a\n ]]
    + (( i-- ))
    + (( i > 0 ))
    + return 127
    + case $? in
    + in_opt_array zipman strip docs libtool staticlibs emptydirs zipman purge '!upx' '!debug'
    + local needle=zipman
    + shift
    + local i opt
    + (( i = 9 ))
    + (( i > 0 ))
    + opt='!debug'
    + [[ !debug = \z\i\p\m\a\n ]]
    + [[ !debug = \!\z\i\p\m\a\n ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!upx'
    + [[ !upx = \z\i\p\m\a\n ]]
    + [[ !upx = \!\z\i\p\m\a\n ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=purge
    + [[ purge = \z\i\p\m\a\n ]]
    + [[ purge = \!\z\i\p\m\a\n ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=zipman
    + [[ zipman = \z\i\p\m\a\n ]]
    + return 0
    + case $? in
    + [[ y = y ]]
    + return
    + type -p gzip
    + return 0
    + (( 1 > 1 ))
    + declare -f prepare
    + declare -f build
    + BUILDFUNC=1
    + declare -f check
    + declare -f package
    + PKGFUNC=1
    + [[ -n '' ]]
    + [[ -z '' ]]
    + check_buildenv sign y
    + in_opt_array sign fakeroot '!distcc' color '!ccache' check '!sign'
    + local needle=sign
    + shift
    + local i opt
    + (( i = 6 ))
    + (( i > 0 ))
    + opt='!sign'
    + [[ !sign = \s\i\g\n ]]
    + [[ !sign = \!\s\i\g\n ]]
    + return 1
    + case $? in
    + [[ y = \n ]]
    + return
    + [[ '' == \y ]]
    + (( ! PKGVERFUNC ))
    + check_build_status
    + (( ! SPLITPKG ))
    ++ get_full_version
    ++ [[ -z '' ]]
    ++ [[ -n 0 ]]
    ++ (( ! 0 ))
    ++ printf '%s\n' 20130302-3
    + fullver=20130302-3
    ++ get_pkg_arch
    ++ [[ -z '' ]]
    ++ [[ any = \a\n\y ]]
    ++ printf '%s\n' any
    + pkgarch=any
    + [[ -f /home/skoczo/AUR/splashy-full/splashy-full-20130302-3-any.pkg.tar.xz ]]
    + (( INFAKEROOT ))
    ++ get_full_version
    ++ [[ -z '' ]]
    ++ [[ -n 0 ]]
    ++ (( ! 0 ))
    ++ printf '%s\n' 20130302-3
    + fullver=20130302-3
    ++ gettext 'Making package: %s'
    ++ date
    + msg 'Tworzę pakiet: %s' 'splashy-full 20130302-3 (czw, 18 lip 2013, 16:58:28 CEST)'
    + local 'mesg=Tworzę pakiet: %s'
    + shift
    + printf '==> Tworzę pakiet: %s\n' 'splashy-full 20130302-3 (czw, 18 lip 2013, 16:58:28 CEST)'
    ==> Tworzę pakiet: splashy-full 20130302-3 (czw, 18 lip 2013, 16:58:28 CEST)
    + (( !PKGFUNC && !SPLITPKG ))
    + (( SOURCEONLY ))
    + (( NODEPS || (NOBUILD && !DEP_BIN ) ))
    + (( RMDEPS && ! INSTALL ))
    + deperr=0
    ++ gettext 'Checking runtime dependencies...'
    + msg 'Sprawdzanie zależności potrzebnych do uruchomienia...'
    + local 'mesg=Sprawdzanie zależności potrzebnych do uruchomienia...'
    + shift
    + printf '==> Sprawdzanie zależności potrzebnych do uruchomienia...\n'
    ==> Sprawdzanie zależności potrzebnych do uruchomienia...
    + resolve_deps mkinitcpio sysfsutils glib2 directfb
    + local R_DEPS_SATISFIED=0
    + local R_DEPS_MISSING=1
    + local deplist
    ++ set +E
    ++ check_deps mkinitcpio sysfsutils glib2 directfb
    ++ (( 4 > 0 ))
    ++ local ret=0
    ++ local pmout
    +++ run_pacman -T mkinitcpio sysfsutils glib2 directfb
    +++ local cmd
    +++ [[ ! -T = -@(T|Qq) ]]
    +++ cmd=("$PACMAN_PATH" "$@")
    +++ (( ! ASROOT ))
    +++ [[ ! -T = -@(T|Qq) ]]
    +++ /usr/bin/pacman -T mkinitcpio sysfsutils glib2 directfb
    ++ pmout=
    ++ ret=0
    ++ (( ret == 127 ))
    ++ (( ret ))
    + deplist=
    + [[ -z '' ]]
    + return 0
    + (( RMDEPS && INSTALL ))
    ++ gettext 'Checking buildtime dependencies...'
    + msg 'Sprawdzanie zależności potrzebnych do budowy...'
    + local 'mesg=Sprawdzanie zależności potrzebnych do budowy...'
    + shift
    + printf '==> Sprawdzanie zależności potrzebnych do budowy...\n'
    ==> Sprawdzanie zależności potrzebnych do budowy...
    + resolve_deps git
    + local R_DEPS_SATISFIED=0
    + local R_DEPS_MISSING=1
    + local deplist
    ++ set +E
    ++ check_deps git
    ++ (( 1 > 0 ))
    ++ local ret=0
    ++ local pmout
    +++ run_pacman -T git
    +++ local cmd
    +++ [[ ! -T = -@(T|Qq) ]]
    +++ cmd=("$PACMAN_PATH" "$@")
    +++ (( ! ASROOT ))
    +++ [[ ! -T = -@(T|Qq) ]]
    +++ /usr/bin/pacman -T git
    ++ pmout=
    ++ ret=0
    ++ (( ret == 127 ))
    ++ (( ret ))
    + deplist=
    + [[ -z '' ]]
    + return 0
    + (( CHECKFUNC ))
    + (( RMDEPS ))
    + (( deperr ))
    + umask 0022
    + mkdir -p /home/skoczo/AUR/splashy-full/src
    + chmod a-s /home/skoczo/AUR/splashy-full/src
    + cd_safe /home/skoczo/AUR/splashy-full/src
    + cd /home/skoczo/AUR/splashy-full/src
    + (( NOEXTRACT && ! VERIFYSOURCE ))
    + (( REPKG ))
    + download_sources
    ++ gettext 'Retrieving sources...'
    + msg 'Retrieving sources...'
    + local 'mesg=Retrieving sources...'
    + shift
    + printf '==> Retrieving sources...\n'
    ==> Retrieving sources...
    + local GET_VCS=1
    + [[ '' == \f\a\s\t ]]
    + local netfile
    + for netfile in '"${source[@]}"'
    + pushd /home/skoczo/AUR/splashy-full
    ++ get_protocol splash.conf
    ++ [[ splash.conf = *://* ]]
    ++ [[ splash.conf = *lp:* ]]
    ++ printf '%s\n' local
    + local proto=local
    + case "$proto" in
    + download_local splash.conf
    + local netfile=splash.conf
    ++ get_filepath splash.conf
    +++ get_filename splash.conf
    +++ local netfile=splash.conf
    +++ [[ splash.conf = *::* ]]
    ++++ get_protocol splash.conf
    ++++ [[ splash.conf = *://* ]]
    ++++ [[ splash.conf = *lp:* ]]
    ++++ printf '%s\n' local
    +++ local proto=local
    +++ case $proto in
    +++ filename=splash.conf
    +++ printf '%s\n' splash.conf
    ++ local file=splash.conf
    +++ get_protocol splash.conf
    +++ [[ splash.conf = *://* ]]
    +++ [[ splash.conf = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ [[ -f /home/skoczo/AUR/splashy-full/splash.conf ]]
    ++ file=/home/skoczo/AUR/splashy-full/splash.conf
    ++ printf '%s\n' /home/skoczo/AUR/splashy-full/splash.conf
    + local filepath=/home/skoczo/AUR/splashy-full/splash.conf
    + [[ -n /home/skoczo/AUR/splashy-full/splash.conf ]]
    ++ gettext 'Found %s'
    + msg2 'Znaleziono %s' splash.conf
    + local 'mesg=Znaleziono %s'
    + shift
    + printf ' -> Znaleziono %s\n' splash.conf
    -> Znaleziono splash.conf
    + rm -f /home/skoczo/AUR/splashy-full/src/splash.conf
    + ln -s /home/skoczo/AUR/splashy-full/splash.conf /home/skoczo/AUR/splashy-full/src/
    + popd
    + for netfile in '"${source[@]}"'
    + pushd /home/skoczo/AUR/splashy-full
    ++ get_protocol splash-initscripts
    ++ [[ splash-initscripts = *://* ]]
    ++ [[ splash-initscripts = *lp:* ]]
    ++ printf '%s\n' local
    + local proto=local
    + case "$proto" in
    + download_local splash-initscripts
    + local netfile=splash-initscripts
    ++ get_filepath splash-initscripts
    +++ get_filename splash-initscripts
    +++ local netfile=splash-initscripts
    +++ [[ splash-initscripts = *::* ]]
    ++++ get_protocol splash-initscripts
    ++++ [[ splash-initscripts = *://* ]]
    ++++ [[ splash-initscripts = *lp:* ]]
    ++++ printf '%s\n' local
    +++ local proto=local
    +++ case $proto in
    +++ filename=splash-initscripts
    +++ printf '%s\n' splash-initscripts
    ++ local file=splash-initscripts
    +++ get_protocol splash-initscripts
    +++ [[ splash-initscripts = *://* ]]
    +++ [[ splash-initscripts = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ [[ -f /home/skoczo/AUR/splashy-full/splash-initscripts ]]
    ++ file=/home/skoczo/AUR/splashy-full/splash-initscripts
    ++ printf '%s\n' /home/skoczo/AUR/splashy-full/splash-initscripts
    + local filepath=/home/skoczo/AUR/splashy-full/splash-initscripts
    + [[ -n /home/skoczo/AUR/splashy-full/splash-initscripts ]]
    ++ gettext 'Found %s'
    + msg2 'Znaleziono %s' splash-initscripts
    + local 'mesg=Znaleziono %s'
    + shift
    + printf ' -> Znaleziono %s\n' splash-initscripts
    -> Znaleziono splash-initscripts
    + rm -f /home/skoczo/AUR/splashy-full/src/splash-initscripts
    + ln -s /home/skoczo/AUR/splashy-full/splash-initscripts /home/skoczo/AUR/splashy-full/src/
    + popd
    + for netfile in '"${source[@]}"'
    + pushd /home/skoczo/AUR/splashy-full
    ++ get_protocol splashy-functions
    ++ [[ splashy-functions = *://* ]]
    ++ [[ splashy-functions = *lp:* ]]
    ++ printf '%s\n' local
    + local proto=local
    + case "$proto" in
    + download_local splashy-functions
    + local netfile=splashy-functions
    ++ get_filepath splashy-functions
    +++ get_filename splashy-functions
    +++ local netfile=splashy-functions
    +++ [[ splashy-functions = *::* ]]
    ++++ get_protocol splashy-functions
    ++++ [[ splashy-functions = *://* ]]
    ++++ [[ splashy-functions = *lp:* ]]
    ++++ printf '%s\n' local
    +++ local proto=local
    +++ case $proto in
    +++ filename=splashy-functions
    +++ printf '%s\n' splashy-functions
    ++ local file=splashy-functions
    +++ get_protocol splashy-functions
    +++ [[ splashy-functions = *://* ]]
    +++ [[ splashy-functions = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ [[ -f /home/skoczo/AUR/splashy-full/splashy-functions ]]
    ++ file=/home/skoczo/AUR/splashy-full/splashy-functions
    ++ printf '%s\n' /home/skoczo/AUR/splashy-full/splashy-functions
    + local filepath=/home/skoczo/AUR/splashy-full/splashy-functions
    + [[ -n /home/skoczo/AUR/splashy-full/splashy-functions ]]
    ++ gettext 'Found %s'
    + msg2 'Znaleziono %s' splashy-functions
    + local 'mesg=Znaleziono %s'
    + shift
    + printf ' -> Znaleziono %s\n' splashy-functions
    -> Znaleziono splashy-functions
    + rm -f /home/skoczo/AUR/splashy-full/src/splashy-functions
    + ln -s /home/skoczo/AUR/splashy-full/splashy-functions /home/skoczo/AUR/splashy-full/src/
    + popd
    + for netfile in '"${source[@]}"'
    + pushd /home/skoczo/AUR/splashy-full
    ++ get_protocol initcpio_hook
    ++ [[ initcpio_hook = *://* ]]
    ++ [[ initcpio_hook = *lp:* ]]
    ++ printf '%s\n' local
    + local proto=local
    + case "$proto" in
    + download_local initcpio_hook
    + local netfile=initcpio_hook
    ++ get_filepath initcpio_hook
    +++ get_filename initcpio_hook
    +++ local netfile=initcpio_hook
    +++ [[ initcpio_hook = *::* ]]
    ++++ get_protocol initcpio_hook
    ++++ [[ initcpio_hook = *://* ]]
    ++++ [[ initcpio_hook = *lp:* ]]
    ++++ printf '%s\n' local
    +++ local proto=local
    +++ case $proto in
    +++ filename=initcpio_hook
    +++ printf '%s\n' initcpio_hook
    ++ local file=initcpio_hook
    +++ get_protocol initcpio_hook
    +++ [[ initcpio_hook = *://* ]]
    +++ [[ initcpio_hook = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ [[ -f /home/skoczo/AUR/splashy-full/initcpio_hook ]]
    ++ file=/home/skoczo/AUR/splashy-full/initcpio_hook
    ++ printf '%s\n' /home/skoczo/AUR/splashy-full/initcpio_hook
    + local filepath=/home/skoczo/AUR/splashy-full/initcpio_hook
    + [[ -n /home/skoczo/AUR/splashy-full/initcpio_hook ]]
    ++ gettext 'Found %s'
    + msg2 'Znaleziono %s' initcpio_hook
    + local 'mesg=Znaleziono %s'
    + shift
    + printf ' -> Znaleziono %s\n' initcpio_hook
    -> Znaleziono initcpio_hook
    + rm -f /home/skoczo/AUR/splashy-full/src/initcpio_hook
    + ln -s /home/skoczo/AUR/splashy-full/initcpio_hook /home/skoczo/AUR/splashy-full/src/
    + popd
    + for netfile in '"${source[@]}"'
    + pushd /home/skoczo/AUR/splashy-full
    ++ get_protocol initcpio_install
    ++ [[ initcpio_install = *://* ]]
    ++ [[ initcpio_install = *lp:* ]]
    ++ printf '%s\n' local
    + local proto=local
    + case "$proto" in
    + download_local initcpio_install
    + local netfile=initcpio_install
    ++ get_filepath initcpio_install
    +++ get_filename initcpio_install
    +++ local netfile=initcpio_install
    +++ [[ initcpio_install = *::* ]]
    ++++ get_protocol initcpio_install
    ++++ [[ initcpio_install = *://* ]]
    ++++ [[ initcpio_install = *lp:* ]]
    ++++ printf '%s\n' local
    +++ local proto=local
    +++ case $proto in
    +++ filename=initcpio_install
    +++ printf '%s\n' initcpio_install
    ++ local file=initcpio_install
    +++ get_protocol initcpio_install
    +++ [[ initcpio_install = *://* ]]
    +++ [[ initcpio_install = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ [[ -f /home/skoczo/AUR/splashy-full/initcpio_install ]]
    ++ file=/home/skoczo/AUR/splashy-full/initcpio_install
    ++ printf '%s\n' /home/skoczo/AUR/splashy-full/initcpio_install
    + local filepath=/home/skoczo/AUR/splashy-full/initcpio_install
    + [[ -n /home/skoczo/AUR/splashy-full/initcpio_install ]]
    ++ gettext 'Found %s'
    + msg2 'Znaleziono %s' initcpio_install
    + local 'mesg=Znaleziono %s'
    + shift
    + printf ' -> Znaleziono %s\n' initcpio_install
    -> Znaleziono initcpio_install
    + rm -f /home/skoczo/AUR/splashy-full/src/initcpio_install
    + ln -s /home/skoczo/AUR/splashy-full/initcpio_install /home/skoczo/AUR/splashy-full/src/
    + popd
    + for netfile in '"${source[@]}"'
    + pushd /home/skoczo/AUR/splashy-full
    ++ get_protocol automake1.10.patch
    ++ [[ automake1.10.patch = *://* ]]
    ++ [[ automake1.10.patch = *lp:* ]]
    ++ printf '%s\n' local
    + local proto=local
    + case "$proto" in
    + download_local automake1.10.patch
    + local netfile=automake1.10.patch
    ++ get_filepath automake1.10.patch
    +++ get_filename automake1.10.patch
    +++ local netfile=automake1.10.patch
    +++ [[ automake1.10.patch = *::* ]]
    ++++ get_protocol automake1.10.patch
    ++++ [[ automake1.10.patch = *://* ]]
    ++++ [[ automake1.10.patch = *lp:* ]]
    ++++ printf '%s\n' local
    +++ local proto=local
    +++ case $proto in
    +++ filename=automake1.10.patch
    +++ printf '%s\n' automake1.10.patch
    ++ local file=automake1.10.patch
    +++ get_protocol automake1.10.patch
    +++ [[ automake1.10.patch = *://* ]]
    +++ [[ automake1.10.patch = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ [[ -f /home/skoczo/AUR/splashy-full/automake1.10.patch ]]
    ++ file=/home/skoczo/AUR/splashy-full/automake1.10.patch
    ++ printf '%s\n' /home/skoczo/AUR/splashy-full/automake1.10.patch
    + local filepath=/home/skoczo/AUR/splashy-full/automake1.10.patch
    + [[ -n /home/skoczo/AUR/splashy-full/automake1.10.patch ]]
    ++ gettext 'Found %s'
    + msg2 'Znaleziono %s' automake1.10.patch
    + local 'mesg=Znaleziono %s'
    + shift
    + printf ' -> Znaleziono %s\n' automake1.10.patch
    -> Znaleziono automake1.10.patch
    + rm -f /home/skoczo/AUR/splashy-full/src/automake1.10.patch
    + ln -s /home/skoczo/AUR/splashy-full/automake1.10.patch /home/skoczo/AUR/splashy-full/src/
    + popd
    + for netfile in '"${source[@]}"'
    + pushd /home/skoczo/AUR/splashy-full
    ++ get_protocol configure.ac.patch
    ++ [[ configure.ac.patch = *://* ]]
    ++ [[ configure.ac.patch = *lp:* ]]
    ++ printf '%s\n' local
    + local proto=local
    + case "$proto" in
    + download_local configure.ac.patch
    + local netfile=configure.ac.patch
    ++ get_filepath configure.ac.patch
    +++ get_filename configure.ac.patch
    +++ local netfile=configure.ac.patch
    +++ [[ configure.ac.patch = *::* ]]
    ++++ get_protocol configure.ac.patch
    ++++ [[ configure.ac.patch = *://* ]]
    ++++ [[ configure.ac.patch = *lp:* ]]
    ++++ printf '%s\n' local
    +++ local proto=local
    +++ case $proto in
    +++ filename=configure.ac.patch
    +++ printf '%s\n' configure.ac.patch
    ++ local file=configure.ac.patch
    +++ get_protocol configure.ac.patch
    +++ [[ configure.ac.patch = *://* ]]
    +++ [[ configure.ac.patch = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ [[ -f /home/skoczo/AUR/splashy-full/configure.ac.patch ]]
    ++ file=/home/skoczo/AUR/splashy-full/configure.ac.patch
    ++ printf '%s\n' /home/skoczo/AUR/splashy-full/configure.ac.patch
    + local filepath=/home/skoczo/AUR/splashy-full/configure.ac.patch
    + [[ -n /home/skoczo/AUR/splashy-full/configure.ac.patch ]]
    ++ gettext 'Found %s'
    + msg2 'Znaleziono %s' configure.ac.patch
    + local 'mesg=Znaleziono %s'
    + shift
    + printf ' -> Znaleziono %s\n' configure.ac.patch
    -> Znaleziono configure.ac.patch
    + rm -f /home/skoczo/AUR/splashy-full/src/configure.ac.patch
    + ln -s /home/skoczo/AUR/splashy-full/configure.ac.patch /home/skoczo/AUR/splashy-full/src/
    + popd
    + check_source_integrity
    + (( SKIPCHECKSUMS && SKIPPGPCHECK ))
    + (( SKIPCHECKSUMS ))
    + (( SKIPPGPCHECK ))
    + check_checksums
    + (( SKIPCHECKSUMS ))
    + (( ! 7 ))
    + local correlation=0
    + local integ required
    + for integ in md5 sha1 sha256 sha384 sha512
    + integrity_sums=($(eval echo "\${${integ}sums[@]}"))
    ++ eval echo '${md5sums[@]}'
    +++ echo
    + local integrity_sums
    + (( 0 == 7 ))
    + (( 0 ))
    + for integ in md5 sha1 sha256 sha384 sha512
    + integrity_sums=($(eval echo "\${${integ}sums[@]}"))
    ++ eval echo '${sha1sums[@]}'
    +++ echo
    + local integrity_sums
    + (( 0 == 7 ))
    + (( 0 ))
    + for integ in md5 sha1 sha256 sha384 sha512
    + integrity_sums=($(eval echo "\${${integ}sums[@]}"))
    ++ eval echo '${sha256sums[@]}'
    +++ echo
    + local integrity_sums
    + (( 0 == 7 ))
    + (( 0 ))
    + for integ in md5 sha1 sha256 sha384 sha512
    + integrity_sums=($(eval echo "\${${integ}sums[@]}"))
    ++ eval echo '${sha384sums[@]}'
    +++ echo
    + local integrity_sums
    + (( 0 == 7 ))
    + (( 0 ))
    + for integ in md5 sha1 sha256 sha384 sha512
    + integrity_sums=($(eval echo "\${${integ}sums[@]}"))
    ++ eval echo '${sha512sums[@]}'
    +++ echo d48cffcd5f810c53100011b4f4b5437b69c2e0da3d261d22907dcbe20515abbeef06755c367ff3f0a77bf830eb67e165bb62eea717af76b4bcb0b631832af830 d60dbb2b71f30b1d94a43f28fd8219df6271c08b26e92b5bd43d0beed0e9360afa1de250af01af104811cfcb7b30458669689d10b74a197033d6def562f60f3e c2cb16c9f61eb1feea8ebc22daa03d0aa3633caa30d2e45112e11da02940ee0028cb5e65e7ca07ae090f71150488ac0938e98dd4066b0e1e732710b96b1f99a3 270511c7336aaf0dea0db13c868ebd93916519bb042c245f031703cc49ad395c444f33817803fbd11fa5e6dca42624135223028176bec8deae9622f15caf4494 5d12f6edcf572d26daf51b95aba98db1097ff2f2aeab4cd6cc400ba84b1194589d5a0a0360f9f929f2fcf63c79e107892401d38336ef908794447c14bda2fdb8 ae960a2d468e07c3a798544d710024b7f3bdb2d94f0be818986c0e0d13c3c87a451d4c332517f07ccc99a1f95c35edcb5fdfbcaafc9155fa97d0448d04abd233 2ede62cc64e5348b564a93d07449bd3d60296203ca8112ded073239e77f288be52e774b3cd5fe2026d41cb8bc117b45c00208653809da0d2056a85ad8fab152f
    + local integrity_sums
    + (( 7 == 7 ))
    ++ gettext 'Validating source files with %s...'
    + msg 'Sprawdzam pliki źródłowe przy użyciu %s...' sha512sums
    + local 'mesg=Sprawdzam pliki źródłowe przy użyciu %s...'
    + shift
    + printf '==> Sprawdzam pliki źródłowe przy użyciu %s...\n' sha512sums
    ==> Sprawdzam pliki źródłowe przy użyciu sha512sums...
    + correlation=1
    + local errors=0
    + local idx=0
    + local file
    + for file in '"${source[@]}"'
    + local found=1
    ++ get_filename splash.conf
    ++ local netfile=splash.conf
    ++ [[ splash.conf = *::* ]]
    +++ get_protocol splash.conf
    +++ [[ splash.conf = *://* ]]
    +++ [[ splash.conf = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ filename=splash.conf
    ++ printf '%s\n' splash.conf
    + file=splash.conf
    + printf %s ' splash.conf ... '
    splash.conf ... + [[ d48cffcd5f810c53100011b4f4b5437b69c2e0da3d261d22907dcbe20515abbeef06755c367ff3f0a77bf830eb67e165bb62eea717af76b4bcb0b631832af830 = \S\K\I\P ]]
    ++ get_filepath splash.conf
    +++ get_filename splash.conf
    +++ local netfile=splash.conf
    +++ [[ splash.conf = *::* ]]
    ++++ get_protocol splash.conf
    ++++ [[ splash.conf = *://* ]]
    ++++ [[ splash.conf = *lp:* ]]
    ++++ printf '%s\n' local
    +++ local proto=local
    +++ case $proto in
    +++ filename=splash.conf
    +++ printf '%s\n' splash.conf
    ++ local file=splash.conf
    +++ get_protocol splash.conf
    +++ [[ splash.conf = *://* ]]
    +++ [[ splash.conf = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ [[ -f /home/skoczo/AUR/splashy-full/splash.conf ]]
    ++ file=/home/skoczo/AUR/splashy-full/splash.conf
    ++ printf '%s\n' /home/skoczo/AUR/splashy-full/splash.conf
    + file=/home/skoczo/AUR/splashy-full/splash.conf
    + (( 1 ))
    + local expectedsum=d48cffcd5f810c53100011b4f4b5437b69c2e0da3d261d22907dcbe20515abbeef06755c367ff3f0a77bf830eb67e165bb62eea717af76b4bcb0b631832af830
    ++ openssl dgst -sha512 /home/skoczo/AUR/splashy-full/splash.conf
    + local 'realsum=SHA512(/home/skoczo/AUR/splashy-full/splash.conf)= d48cffcd5f810c53100011b4f4b5437b69c2e0da3d261d22907dcbe20515abbeef06755c367ff3f0a77bf830eb67e165bb62eea717af76b4bcb0b631832af830'
    + realsum=d48cffcd5f810c53100011b4f4b5437b69c2e0da3d261d22907dcbe20515abbeef06755c367ff3f0a77bf830eb67e165bb62eea717af76b4bcb0b631832af830
    + [[ d48cffcd5f810c53100011b4f4b5437b69c2e0da3d261d22907dcbe20515abbeef06755c367ff3f0a77bf830eb67e165bb62eea717af76b4bcb0b631832af830 = \d\4\8\c\f\f\c\d\5\f\8\1\0\c\5\3\1\0\0\0\1\1\b\4\f\4\b\5\4\3\7\b\6\9\c\2\e\0\d\a\3\d\2\6\1\d\2\2\9\0\7\d\c\b\e\2\0\5\1\5\a\b\b\e\e\f\0\6\7\5\5\c\3\6\7\f\f\3\f\0\a\7\7\b\f\8\3\0\e\b\6\7\e\1\6\5\b\b\6\2\e\e\a\7\1\7\a\f\7\6\b\4\b\c\b\0\b\6\3\1\8\3\2\a\f\8\3\0 ]]
    ++ gettext Passed
    + printf -- 'Zgadza się\n'
    Zgadza się
    + idx=1
    + for file in '"${source[@]}"'
    + local found=1
    ++ get_filename splash-initscripts
    ++ local netfile=splash-initscripts
    ++ [[ splash-initscripts = *::* ]]
    +++ get_protocol splash-initscripts
    +++ [[ splash-initscripts = *://* ]]
    +++ [[ splash-initscripts = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ filename=splash-initscripts
    ++ printf '%s\n' splash-initscripts
    + file=splash-initscripts
    + printf %s ' splash-initscripts ... '
    splash-initscripts ... + [[ d60dbb2b71f30b1d94a43f28fd8219df6271c08b26e92b5bd43d0beed0e9360afa1de250af01af104811cfcb7b30458669689d10b74a197033d6def562f60f3e = \S\K\I\P ]]
    ++ get_filepath splash-initscripts
    +++ get_filename splash-initscripts
    +++ local netfile=splash-initscripts
    +++ [[ splash-initscripts = *::* ]]
    ++++ get_protocol splash-initscripts
    ++++ [[ splash-initscripts = *://* ]]
    ++++ [[ splash-initscripts = *lp:* ]]
    ++++ printf '%s\n' local
    +++ local proto=local
    +++ case $proto in
    +++ filename=splash-initscripts
    +++ printf '%s\n' splash-initscripts
    ++ local file=splash-initscripts
    +++ get_protocol splash-initscripts
    +++ [[ splash-initscripts = *://* ]]
    +++ [[ splash-initscripts = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ [[ -f /home/skoczo/AUR/splashy-full/splash-initscripts ]]
    ++ file=/home/skoczo/AUR/splashy-full/splash-initscripts
    ++ printf '%s\n' /home/skoczo/AUR/splashy-full/splash-initscripts
    + file=/home/skoczo/AUR/splashy-full/splash-initscripts
    + (( 1 ))
    + local expectedsum=d60dbb2b71f30b1d94a43f28fd8219df6271c08b26e92b5bd43d0beed0e9360afa1de250af01af104811cfcb7b30458669689d10b74a197033d6def562f60f3e
    ++ openssl dgst -sha512 /home/skoczo/AUR/splashy-full/splash-initscripts
    + local 'realsum=SHA512(/home/skoczo/AUR/splashy-full/splash-initscripts)= d60dbb2b71f30b1d94a43f28fd8219df6271c08b26e92b5bd43d0beed0e9360afa1de250af01af104811cfcb7b30458669689d10b74a197033d6def562f60f3e'
    + realsum=d60dbb2b71f30b1d94a43f28fd8219df6271c08b26e92b5bd43d0beed0e9360afa1de250af01af104811cfcb7b30458669689d10b74a197033d6def562f60f3e
    + [[ d60dbb2b71f30b1d94a43f28fd8219df6271c08b26e92b5bd43d0beed0e9360afa1de250af01af104811cfcb7b30458669689d10b74a197033d6def562f60f3e = \d\6\0\d\b\b\2\b\7\1\f\3\0\b\1\d\9\4\a\4\3\f\2\8\f\d\8\2\1\9\d\f\6\2\7\1\c\0\8\b\2\6\e\9\2\b\5\b\d\4\3\d\0\b\e\e\d\0\e\9\3\6\0\a\f\a\1\d\e\2\5\0\a\f\0\1\a\f\1\0\4\8\1\1\c\f\c\b\7\b\3\0\4\5\8\6\6\9\6\8\9\d\1\0\b\7\4\a\1\9\7\0\3\3\d\6\d\e\f\5\6\2\f\6\0\f\3\e ]]
    ++ gettext Passed
    + printf -- 'Zgadza się\n'
    Zgadza się
    + idx=2
    + for file in '"${source[@]}"'
    + local found=1
    ++ get_filename splashy-functions
    ++ local netfile=splashy-functions
    ++ [[ splashy-functions = *::* ]]
    +++ get_protocol splashy-functions
    +++ [[ splashy-functions = *://* ]]
    +++ [[ splashy-functions = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ filename=splashy-functions
    ++ printf '%s\n' splashy-functions
    + file=splashy-functions
    + printf %s ' splashy-functions ... '
    splashy-functions ... + [[ c2cb16c9f61eb1feea8ebc22daa03d0aa3633caa30d2e45112e11da02940ee0028cb5e65e7ca07ae090f71150488ac0938e98dd4066b0e1e732710b96b1f99a3 = \S\K\I\P ]]
    ++ get_filepath splashy-functions
    +++ get_filename splashy-functions
    +++ local netfile=splashy-functions
    +++ [[ splashy-functions = *::* ]]
    ++++ get_protocol splashy-functions
    ++++ [[ splashy-functions = *://* ]]
    ++++ [[ splashy-functions = *lp:* ]]
    ++++ printf '%s\n' local
    +++ local proto=local
    +++ case $proto in
    +++ filename=splashy-functions
    +++ printf '%s\n' splashy-functions
    ++ local file=splashy-functions
    +++ get_protocol splashy-functions
    +++ [[ splashy-functions = *://* ]]
    +++ [[ splashy-functions = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ [[ -f /home/skoczo/AUR/splashy-full/splashy-functions ]]
    ++ file=/home/skoczo/AUR/splashy-full/splashy-functions
    ++ printf '%s\n' /home/skoczo/AUR/splashy-full/splashy-functions
    + file=/home/skoczo/AUR/splashy-full/splashy-functions
    + (( 1 ))
    + local expectedsum=c2cb16c9f61eb1feea8ebc22daa03d0aa3633caa30d2e45112e11da02940ee0028cb5e65e7ca07ae090f71150488ac0938e98dd4066b0e1e732710b96b1f99a3
    ++ openssl dgst -sha512 /home/skoczo/AUR/splashy-full/splashy-functions
    + local 'realsum=SHA512(/home/skoczo/AUR/splashy-full/splashy-functions)= c2cb16c9f61eb1feea8ebc22daa03d0aa3633caa30d2e45112e11da02940ee0028cb5e65e7ca07ae090f71150488ac0938e98dd4066b0e1e732710b96b1f99a3'
    + realsum=c2cb16c9f61eb1feea8ebc22daa03d0aa3633caa30d2e45112e11da02940ee0028cb5e65e7ca07ae090f71150488ac0938e98dd4066b0e1e732710b96b1f99a3
    + [[ c2cb16c9f61eb1feea8ebc22daa03d0aa3633caa30d2e45112e11da02940ee0028cb5e65e7ca07ae090f71150488ac0938e98dd4066b0e1e732710b96b1f99a3 = \c\2\c\b\1\6\c\9\f\6\1\e\b\1\f\e\e\a\8\e\b\c\2\2\d\a\a\0\3\d\0\a\a\3\6\3\3\c\a\a\3\0\d\2\e\4\5\1\1\2\e\1\1\d\a\0\2\9\4\0\e\e\0\0\2\8\c\b\5\e\6\5\e\7\c\a\0\7\a\e\0\9\0\f\7\1\1\5\0\4\8\8\a\c\0\9\3\8\e\9\8\d\d\4\0\6\6\b\0\e\1\e\7\3\2\7\1\0\b\9\6\b\1\f\9\9\a\3 ]]
    ++ gettext Passed
    + printf -- 'Zgadza się\n'
    Zgadza się
    + idx=3
    + for file in '"${source[@]}"'
    + local found=1
    ++ get_filename initcpio_hook
    ++ local netfile=initcpio_hook
    ++ [[ initcpio_hook = *::* ]]
    +++ get_protocol initcpio_hook
    +++ [[ initcpio_hook = *://* ]]
    +++ [[ initcpio_hook = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ filename=initcpio_hook
    ++ printf '%s\n' initcpio_hook
    + file=initcpio_hook
    + printf %s ' initcpio_hook ... '
    initcpio_hook ... + [[ 270511c7336aaf0dea0db13c868ebd93916519bb042c245f031703cc49ad395c444f33817803fbd11fa5e6dca42624135223028176bec8deae9622f15caf4494 = \S\K\I\P ]]
    ++ get_filepath initcpio_hook
    +++ get_filename initcpio_hook
    +++ local netfile=initcpio_hook
    +++ [[ initcpio_hook = *::* ]]
    ++++ get_protocol initcpio_hook
    ++++ [[ initcpio_hook = *://* ]]
    ++++ [[ initcpio_hook = *lp:* ]]
    ++++ printf '%s\n' local
    +++ local proto=local
    +++ case $proto in
    +++ filename=initcpio_hook
    +++ printf '%s\n' initcpio_hook
    ++ local file=initcpio_hook
    +++ get_protocol initcpio_hook
    +++ [[ initcpio_hook = *://* ]]
    +++ [[ initcpio_hook = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ [[ -f /home/skoczo/AUR/splashy-full/initcpio_hook ]]
    ++ file=/home/skoczo/AUR/splashy-full/initcpio_hook
    ++ printf '%s\n' /home/skoczo/AUR/splashy-full/initcpio_hook
    + file=/home/skoczo/AUR/splashy-full/initcpio_hook
    + (( 1 ))
    + local expectedsum=270511c7336aaf0dea0db13c868ebd93916519bb042c245f031703cc49ad395c444f33817803fbd11fa5e6dca42624135223028176bec8deae9622f15caf4494
    ++ openssl dgst -sha512 /home/skoczo/AUR/splashy-full/initcpio_hook
    + local 'realsum=SHA512(/home/skoczo/AUR/splashy-full/initcpio_hook)= 270511c7336aaf0dea0db13c868ebd93916519bb042c245f031703cc49ad395c444f33817803fbd11fa5e6dca42624135223028176bec8deae9622f15caf4494'
    + realsum=270511c7336aaf0dea0db13c868ebd93916519bb042c245f031703cc49ad395c444f33817803fbd11fa5e6dca42624135223028176bec8deae9622f15caf4494
    + [[ 270511c7336aaf0dea0db13c868ebd93916519bb042c245f031703cc49ad395c444f33817803fbd11fa5e6dca42624135223028176bec8deae9622f15caf4494 = \2\7\0\5\1\1\c\7\3\3\6\a\a\f\0\d\e\a\0\d\b\1\3\c\8\6\8\e\b\d\9\3\9\1\6\5\1\9\b\b\0\4\2\c\2\4\5\f\0\3\1\7\0\3\c\c\4\9\a\d\3\9\5\c\4\4\4\f\3\3\8\1\7\8\0\3\f\b\d\1\1\f\a\5\e\6\d\c\a\4\2\6\2\4\1\3\5\2\2\3\0\2\8\1\7\6\b\e\c\8\d\e\a\e\9\6\2\2\f\1\5\c\a\f\4\4\9\4 ]]
    ++ gettext Passed
    + printf -- 'Zgadza się\n'
    Zgadza się
    + idx=4
    + for file in '"${source[@]}"'
    + local found=1
    ++ get_filename initcpio_install
    ++ local netfile=initcpio_install
    ++ [[ initcpio_install = *::* ]]
    +++ get_protocol initcpio_install
    +++ [[ initcpio_install = *://* ]]
    +++ [[ initcpio_install = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ filename=initcpio_install
    ++ printf '%s\n' initcpio_install
    + file=initcpio_install
    + printf %s ' initcpio_install ... '
    initcpio_install ... + [[ 5d12f6edcf572d26daf51b95aba98db1097ff2f2aeab4cd6cc400ba84b1194589d5a0a0360f9f929f2fcf63c79e107892401d38336ef908794447c14bda2fdb8 = \S\K\I\P ]]
    ++ get_filepath initcpio_install
    +++ get_filename initcpio_install
    +++ local netfile=initcpio_install
    +++ [[ initcpio_install = *::* ]]
    ++++ get_protocol initcpio_install
    ++++ [[ initcpio_install = *://* ]]
    ++++ [[ initcpio_install = *lp:* ]]
    ++++ printf '%s\n' local
    +++ local proto=local
    +++ case $proto in
    +++ filename=initcpio_install
    +++ printf '%s\n' initcpio_install
    ++ local file=initcpio_install
    +++ get_protocol initcpio_install
    +++ [[ initcpio_install = *://* ]]
    +++ [[ initcpio_install = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ [[ -f /home/skoczo/AUR/splashy-full/initcpio_install ]]
    ++ file=/home/skoczo/AUR/splashy-full/initcpio_install
    ++ printf '%s\n' /home/skoczo/AUR/splashy-full/initcpio_install
    + file=/home/skoczo/AUR/splashy-full/initcpio_install
    + (( 1 ))
    + local expectedsum=5d12f6edcf572d26daf51b95aba98db1097ff2f2aeab4cd6cc400ba84b1194589d5a0a0360f9f929f2fcf63c79e107892401d38336ef908794447c14bda2fdb8
    ++ openssl dgst -sha512 /home/skoczo/AUR/splashy-full/initcpio_install
    + local 'realsum=SHA512(/home/skoczo/AUR/splashy-full/initcpio_install)= 5d12f6edcf572d26daf51b95aba98db1097ff2f2aeab4cd6cc400ba84b1194589d5a0a0360f9f929f2fcf63c79e107892401d38336ef908794447c14bda2fdb8'
    + realsum=5d12f6edcf572d26daf51b95aba98db1097ff2f2aeab4cd6cc400ba84b1194589d5a0a0360f9f929f2fcf63c79e107892401d38336ef908794447c14bda2fdb8
    + [[ 5d12f6edcf572d26daf51b95aba98db1097ff2f2aeab4cd6cc400ba84b1194589d5a0a0360f9f929f2fcf63c79e107892401d38336ef908794447c14bda2fdb8 = \5\d\1\2\f\6\e\d\c\f\5\7\2\d\2\6\d\a\f\5\1\b\9\5\a\b\a\9\8\d\b\1\0\9\7\f\f\2\f\2\a\e\a\b\4\c\d\6\c\c\4\0\0\b\a\8\4\b\1\1\9\4\5\8\9\d\5\a\0\a\0\3\6\0\f\9\f\9\2\9\f\2\f\c\f\6\3\c\7\9\e\1\0\7\8\9\2\4\0\1\d\3\8\3\3\6\e\f\9\0\8\7\9\4\4\4\7\c\1\4\b\d\a\2\f\d\b\8 ]]
    ++ gettext Passed
    + printf -- 'Zgadza się\n'
    Zgadza się
    + idx=5
    + for file in '"${source[@]}"'
    + local found=1
    ++ get_filename automake1.10.patch
    ++ local netfile=automake1.10.patch
    ++ [[ automake1.10.patch = *::* ]]
    +++ get_protocol automake1.10.patch
    +++ [[ automake1.10.patch = *://* ]]
    +++ [[ automake1.10.patch = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ filename=automake1.10.patch
    ++ printf '%s\n' automake1.10.patch
    + file=automake1.10.patch
    + printf %s ' automake1.10.patch ... '
    automake1.10.patch ... + [[ ae960a2d468e07c3a798544d710024b7f3bdb2d94f0be818986c0e0d13c3c87a451d4c332517f07ccc99a1f95c35edcb5fdfbcaafc9155fa97d0448d04abd233 = \S\K\I\P ]]
    ++ get_filepath automake1.10.patch
    +++ get_filename automake1.10.patch
    +++ local netfile=automake1.10.patch
    +++ [[ automake1.10.patch = *::* ]]
    ++++ get_protocol automake1.10.patch
    ++++ [[ automake1.10.patch = *://* ]]
    ++++ [[ automake1.10.patch = *lp:* ]]
    ++++ printf '%s\n' local
    +++ local proto=local
    +++ case $proto in
    +++ filename=automake1.10.patch
    +++ printf '%s\n' automake1.10.patch
    ++ local file=automake1.10.patch
    +++ get_protocol automake1.10.patch
    +++ [[ automake1.10.patch = *://* ]]
    +++ [[ automake1.10.patch = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ [[ -f /home/skoczo/AUR/splashy-full/automake1.10.patch ]]
    ++ file=/home/skoczo/AUR/splashy-full/automake1.10.patch
    ++ printf '%s\n' /home/skoczo/AUR/splashy-full/automake1.10.patch
    + file=/home/skoczo/AUR/splashy-full/automake1.10.patch
    + (( 1 ))
    + local expectedsum=ae960a2d468e07c3a798544d710024b7f3bdb2d94f0be818986c0e0d13c3c87a451d4c332517f07ccc99a1f95c35edcb5fdfbcaafc9155fa97d0448d04abd233
    ++ openssl dgst -sha512 /home/skoczo/AUR/splashy-full/automake1.10.patch
    + local 'realsum=SHA512(/home/skoczo/AUR/splashy-full/automake1.10.patch)= ae960a2d468e07c3a798544d710024b7f3bdb2d94f0be818986c0e0d13c3c87a451d4c332517f07ccc99a1f95c35edcb5fdfbcaafc9155fa97d0448d04abd233'
    + realsum=ae960a2d468e07c3a798544d710024b7f3bdb2d94f0be818986c0e0d13c3c87a451d4c332517f07ccc99a1f95c35edcb5fdfbcaafc9155fa97d0448d04abd233
    + [[ ae960a2d468e07c3a798544d710024b7f3bdb2d94f0be818986c0e0d13c3c87a451d4c332517f07ccc99a1f95c35edcb5fdfbcaafc9155fa97d0448d04abd233 = \a\e\9\6\0\a\2\d\4\6\8\e\0\7\c\3\a\7\9\8\5\4\4\d\7\1\0\0\2\4\b\7\f\3\b\d\b\2\d\9\4\f\0\b\e\8\1\8\9\8\6\c\0\e\0\d\1\3\c\3\c\8\7\a\4\5\1\d\4\c\3\3\2\5\1\7\f\0\7\c\c\c\9\9\a\1\f\9\5\c\3\5\e\d\c\b\5\f\d\f\b\c\a\a\f\c\9\1\5\5\f\a\9\7\d\0\4\4\8\d\0\4\a\b\d\2\3\3 ]]
    ++ gettext Passed
    + printf -- 'Zgadza się\n'
    Zgadza się
    + idx=6
    + for file in '"${source[@]}"'
    + local found=1
    ++ get_filename configure.ac.patch
    ++ local netfile=configure.ac.patch
    ++ [[ configure.ac.patch = *::* ]]
    +++ get_protocol configure.ac.patch
    +++ [[ configure.ac.patch = *://* ]]
    +++ [[ configure.ac.patch = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ filename=configure.ac.patch
    ++ printf '%s\n' configure.ac.patch
    + file=configure.ac.patch
    + printf %s ' configure.ac.patch ... '
    configure.ac.patch ... + [[ 2ede62cc64e5348b564a93d07449bd3d60296203ca8112ded073239e77f288be52e774b3cd5fe2026d41cb8bc117b45c00208653809da0d2056a85ad8fab152f = \S\K\I\P ]]
    ++ get_filepath configure.ac.patch
    +++ get_filename configure.ac.patch
    +++ local netfile=configure.ac.patch
    +++ [[ configure.ac.patch = *::* ]]
    ++++ get_protocol configure.ac.patch
    ++++ [[ configure.ac.patch = *://* ]]
    ++++ [[ configure.ac.patch = *lp:* ]]
    ++++ printf '%s\n' local
    +++ local proto=local
    +++ case $proto in
    +++ filename=configure.ac.patch
    +++ printf '%s\n' configure.ac.patch
    ++ local file=configure.ac.patch
    +++ get_protocol configure.ac.patch
    +++ [[ configure.ac.patch = *://* ]]
    +++ [[ configure.ac.patch = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ [[ -f /home/skoczo/AUR/splashy-full/configure.ac.patch ]]
    ++ file=/home/skoczo/AUR/splashy-full/configure.ac.patch
    ++ printf '%s\n' /home/skoczo/AUR/splashy-full/configure.ac.patch
    + file=/home/skoczo/AUR/splashy-full/configure.ac.patch
    + (( 1 ))
    + local expectedsum=2ede62cc64e5348b564a93d07449bd3d60296203ca8112ded073239e77f288be52e774b3cd5fe2026d41cb8bc117b45c00208653809da0d2056a85ad8fab152f
    ++ openssl dgst -sha512 /home/skoczo/AUR/splashy-full/configure.ac.patch
    + local 'realsum=SHA512(/home/skoczo/AUR/splashy-full/configure.ac.patch)= 2ede62cc64e5348b564a93d07449bd3d60296203ca8112ded073239e77f288be52e774b3cd5fe2026d41cb8bc117b45c00208653809da0d2056a85ad8fab152f'
    + realsum=2ede62cc64e5348b564a93d07449bd3d60296203ca8112ded073239e77f288be52e774b3cd5fe2026d41cb8bc117b45c00208653809da0d2056a85ad8fab152f
    + [[ 2ede62cc64e5348b564a93d07449bd3d60296203ca8112ded073239e77f288be52e774b3cd5fe2026d41cb8bc117b45c00208653809da0d2056a85ad8fab152f = \2\e\d\e\6\2\c\c\6\4\e\5\3\4\8\b\5\6\4\a\9\3\d\0\7\4\4\9\b\d\3\d\6\0\2\9\6\2\0\3\c\a\8\1\1\2\d\e\d\0\7\3\2\3\9\e\7\7\f\2\8\8\b\e\5\2\e\7\7\4\b\3\c\d\5\f\e\2\0\2\6\d\4\1\c\b\8\b\c\1\1\7\b\4\5\c\0\0\2\0\8\6\5\3\8\0\9\d\a\0\d\2\0\5\6\a\8\5\a\d\8\f\a\b\1\5\2\f ]]
    ++ gettext Passed
    + printf -- 'Zgadza się\n'
    Zgadza się
    + idx=7
    + (( errors ))
    + (( ! correlation ))
    + check_pgpsigs
    + (( SKIPPGPCHECK ))
    + source_has_signatures
    + local file
    + for file in '"${source[@]}"'
    + [[ splash.conf = *.@(sig?(n)|asc) ]]
    + for file in '"${source[@]}"'
    + [[ splash-initscripts = *.@(sig?(n)|asc) ]]
    + for file in '"${source[@]}"'
    + [[ splashy-functions = *.@(sig?(n)|asc) ]]
    + for file in '"${source[@]}"'
    + [[ initcpio_hook = *.@(sig?(n)|asc) ]]
    + for file in '"${source[@]}"'
    + [[ initcpio_install = *.@(sig?(n)|asc) ]]
    + for file in '"${source[@]}"'
    + [[ automake1.10.patch = *.@(sig?(n)|asc) ]]
    + for file in '"${source[@]}"'
    + [[ configure.ac.patch = *.@(sig?(n)|asc) ]]
    + return 1
    + return 0
    + (( VERIFYSOURCE ))
    + extract_sources
    ++ gettext 'Extracting sources...'
    + msg 'Extracting sources...'
    + local 'mesg=Extracting sources...'
    + shift
    + printf '==> Extracting sources...\n'
    ==> Extracting sources...
    + local netfile
    + for netfile in '"${source[@]}"'
    ++ get_filename splash.conf
    ++ local netfile=splash.conf
    ++ [[ splash.conf = *::* ]]
    +++ get_protocol splash.conf
    +++ [[ splash.conf = *://* ]]
    +++ [[ splash.conf = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ filename=splash.conf
    ++ printf '%s\n' splash.conf
    + local file=splash.conf
    + in_array splash.conf
    + local needle=splash.conf
    + shift
    + local item
    + return 1
    ++ get_protocol splash.conf
    ++ [[ splash.conf = *://* ]]
    ++ [[ splash.conf = *lp:* ]]
    ++ printf '%s\n' local
    + local proto=local
    + case "$proto" in
    + extract_file splash.conf
    + local file=splash.conf
    ++ file -bizL splash.conf
    + local 'file_type=text/plain; charset=us-ascii'
    + local ext=conf
    + local cmd=
    + case "$file_type" in
    + bsdtar -tf splash.conf -q '*'
    + continue
    + for netfile in '"${source[@]}"'
    ++ get_filename splash-initscripts
    ++ local netfile=splash-initscripts
    ++ [[ splash-initscripts = *::* ]]
    +++ get_protocol splash-initscripts
    +++ [[ splash-initscripts = *://* ]]
    +++ [[ splash-initscripts = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ filename=splash-initscripts
    ++ printf '%s\n' splash-initscripts
    + local file=splash-initscripts
    + in_array splash-initscripts
    + local needle=splash-initscripts
    + shift
    + local item
    + return 1
    ++ get_protocol splash-initscripts
    ++ [[ splash-initscripts = *://* ]]
    ++ [[ splash-initscripts = *lp:* ]]
    ++ printf '%s\n' local
    + local proto=local
    + case "$proto" in
    + extract_file splash-initscripts
    + local file=splash-initscripts
    ++ file -bizL splash-initscripts
    + local 'file_type=text/plain; charset=us-ascii'
    + local ext=splash-initscripts
    + local cmd=
    + case "$file_type" in
    + bsdtar -tf splash-initscripts -q '*'
    + continue
    + for netfile in '"${source[@]}"'
    ++ get_filename splashy-functions
    ++ local netfile=splashy-functions
    ++ [[ splashy-functions = *::* ]]
    +++ get_protocol splashy-functions
    +++ [[ splashy-functions = *://* ]]
    +++ [[ splashy-functions = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ filename=splashy-functions
    ++ printf '%s\n' splashy-functions
    + local file=splashy-functions
    + in_array splashy-functions
    + local needle=splashy-functions
    + shift
    + local item
    + return 1
    ++ get_protocol splashy-functions
    ++ [[ splashy-functions = *://* ]]
    ++ [[ splashy-functions = *lp:* ]]
    ++ printf '%s\n' local
    + local proto=local
    + case "$proto" in
    + extract_file splashy-functions
    + local file=splashy-functions
    ++ file -bizL splashy-functions
    + local 'file_type=text/plain; charset=us-ascii'
    + local ext=splashy-functions
    + local cmd=
    + case "$file_type" in
    + bsdtar -tf splashy-functions -q '*'
    + continue
    + for netfile in '"${source[@]}"'
    ++ get_filename initcpio_hook
    ++ local netfile=initcpio_hook
    ++ [[ initcpio_hook = *::* ]]
    +++ get_protocol initcpio_hook
    +++ [[ initcpio_hook = *://* ]]
    +++ [[ initcpio_hook = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ filename=initcpio_hook
    ++ printf '%s\n' initcpio_hook
    + local file=initcpio_hook
    + in_array initcpio_hook
    + local needle=initcpio_hook
    + shift
    + local item
    + return 1
    ++ get_protocol initcpio_hook
    ++ [[ initcpio_hook = *://* ]]
    ++ [[ initcpio_hook = *lp:* ]]
    ++ printf '%s\n' local
    + local proto=local
    + case "$proto" in
    + extract_file initcpio_hook
    + local file=initcpio_hook
    ++ file -bizL initcpio_hook
    + local 'file_type=text/plain; charset=us-ascii'
    + local ext=initcpio_hook
    + local cmd=
    + case "$file_type" in
    + bsdtar -tf initcpio_hook -q '*'
    + continue
    + for netfile in '"${source[@]}"'
    ++ get_filename initcpio_install
    ++ local netfile=initcpio_install
    ++ [[ initcpio_install = *::* ]]
    +++ get_protocol initcpio_install
    +++ [[ initcpio_install = *://* ]]
    +++ [[ initcpio_install = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ filename=initcpio_install
    ++ printf '%s\n' initcpio_install
    + local file=initcpio_install
    + in_array initcpio_install
    + local needle=initcpio_install
    + shift
    + local item
    + return 1
    ++ get_protocol initcpio_install
    ++ [[ initcpio_install = *://* ]]
    ++ [[ initcpio_install = *lp:* ]]
    ++ printf '%s\n' local
    + local proto=local
    + case "$proto" in
    + extract_file initcpio_install
    + local file=initcpio_install
    ++ file -bizL initcpio_install
    + local 'file_type=text/plain; charset=us-ascii'
    + local ext=initcpio_install
    + local cmd=
    + case "$file_type" in
    + bsdtar -tf initcpio_install -q '*'
    + continue
    + for netfile in '"${source[@]}"'
    ++ get_filename automake1.10.patch
    ++ local netfile=automake1.10.patch
    ++ [[ automake1.10.patch = *::* ]]
    +++ get_protocol automake1.10.patch
    +++ [[ automake1.10.patch = *://* ]]
    +++ [[ automake1.10.patch = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ filename=automake1.10.patch
    ++ printf '%s\n' automake1.10.patch
    + local file=automake1.10.patch
    + in_array automake1.10.patch
    + local needle=automake1.10.patch
    + shift
    + local item
    + return 1
    ++ get_protocol automake1.10.patch
    ++ [[ automake1.10.patch = *://* ]]
    ++ [[ automake1.10.patch = *lp:* ]]
    ++ printf '%s\n' local
    + local proto=local
    + case "$proto" in
    + extract_file automake1.10.patch
    + local file=automake1.10.patch
    ++ file -bizL automake1.10.patch
    + local 'file_type=text/x-diff; charset=us-ascii'
    + local ext=patch
    + local cmd=
    + case "$file_type" in
    + bsdtar -tf automake1.10.patch -q '*'
    + continue
    + for netfile in '"${source[@]}"'
    ++ get_filename configure.ac.patch
    ++ local netfile=configure.ac.patch
    ++ [[ configure.ac.patch = *::* ]]
    +++ get_protocol configure.ac.patch
    +++ [[ configure.ac.patch = *://* ]]
    +++ [[ configure.ac.patch = *lp:* ]]
    +++ printf '%s\n' local
    ++ local proto=local
    ++ case $proto in
    ++ filename=configure.ac.patch
    ++ printf '%s\n' configure.ac.patch
    + local file=configure.ac.patch
    + in_array configure.ac.patch
    + local needle=configure.ac.patch
    + shift
    + local item
    + return 1
    ++ get_protocol configure.ac.patch
    ++ [[ configure.ac.patch = *://* ]]
    ++ [[ configure.ac.patch = *lp:* ]]
    ++ printf '%s\n' local
    + local proto=local
    + case "$proto" in
    + extract_file configure.ac.patch
    + local file=configure.ac.patch
    ++ file -bizL configure.ac.patch
    + local 'file_type=text/x-diff; charset=us-ascii'
    + local ext=patch
    + local cmd=
    + case "$file_type" in
    + bsdtar -tf configure.ac.patch -q '*'
    + continue
    + (( PKGVERFUNC ))
    + (( PREPAREFUNC ))
    + (( NOBUILD ))
    + [[ -d /home/skoczo/AUR/splashy-full/pkg ]]
    + (( ! REPKG || PKGFUNC || SPLITPKG ))
    ++ gettext 'Removing existing %s directory...'
    + msg 'Removing existing %s directory...' pkg/
    + local 'mesg=Removing existing %s directory...'
    + shift
    + printf '==> Removing existing %s directory...\n' pkg/
    ==> Removing existing pkg/ directory...
    + rm -rf /home/skoczo/AUR/splashy-full/pkg
    + mkdir -p /home/skoczo/AUR/splashy-full/pkg
    + chmod a-srwx /home/skoczo/AUR/splashy-full/pkg
    + cd_safe /home/skoczo/AUR/splashy-full
    + cd /home/skoczo/AUR/splashy-full
    + check_buildenv fakeroot y
    + in_opt_array fakeroot fakeroot '!distcc' color '!ccache' check '!sign'
    + local needle=fakeroot
    + shift
    + local i opt
    + (( i = 6 ))
    + (( i > 0 ))
    + opt='!sign'
    + [[ !sign = \f\a\k\e\r\o\o\t ]]
    + [[ !sign = \!\f\a\k\e\r\o\o\t ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=check
    + [[ check = \f\a\k\e\r\o\o\t ]]
    + [[ check = \!\f\a\k\e\r\o\o\t ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!ccache'
    + [[ !ccache = \f\a\k\e\r\o\o\t ]]
    + [[ !ccache = \!\f\a\k\e\r\o\o\t ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=color
    + [[ color = \f\a\k\e\r\o\o\t ]]
    + [[ color = \!\f\a\k\e\r\o\o\t ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!distcc'
    + [[ !distcc = \f\a\k\e\r\o\o\t ]]
    + [[ !distcc = \!\f\a\k\e\r\o\o\t ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=fakeroot
    + [[ fakeroot = \f\a\k\e\r\o\o\t ]]
    + return 0
    + case $? in
    + [[ y = \y ]]
    + return
    + (( EUID == 0 ))
    + (( ! REPKG && ( PKGFUNC || SPLITPKG ) ))
    + (( BUILDFUNC ))
    + run_build
    + check_buildenv distcc y
    + in_opt_array distcc fakeroot '!distcc' color '!ccache' check '!sign'
    + local needle=distcc
    + shift
    + local i opt
    + (( i = 6 ))
    + (( i > 0 ))
    + opt='!sign'
    + [[ !sign = \d\i\s\t\c\c ]]
    + [[ !sign = \!\d\i\s\t\c\c ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=check
    + [[ check = \d\i\s\t\c\c ]]
    + [[ check = \!\d\i\s\t\c\c ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!ccache'
    + [[ !ccache = \d\i\s\t\c\c ]]
    + [[ !ccache = \!\d\i\s\t\c\c ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=color
    + [[ color = \d\i\s\t\c\c ]]
    + [[ color = \!\d\i\s\t\c\c ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!distcc'
    + [[ !distcc = \d\i\s\t\c\c ]]
    + [[ !distcc = \!\d\i\s\t\c\c ]]
    + return 1
    + case $? in
    + [[ y = \n ]]
    + return
    + check_buildenv ccache y
    + in_opt_array ccache fakeroot '!distcc' color '!ccache' check '!sign'
    + local needle=ccache
    + shift
    + local i opt
    + (( i = 6 ))
    + (( i > 0 ))
    + opt='!sign'
    + [[ !sign = \c\c\a\c\h\e ]]
    + [[ !sign = \!\c\c\a\c\h\e ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=check
    + [[ check = \c\c\a\c\h\e ]]
    + [[ check = \!\c\c\a\c\h\e ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!ccache'
    + [[ !ccache = \c\c\a\c\h\e ]]
    + [[ !ccache = \!\c\c\a\c\h\e ]]
    + return 1
    + case $? in
    + [[ y = \n ]]
    + return
    + run_function_safe build
    + local restoretrap
    + set -e
    + set -E
    ++ trap -p ERR
    + restoretrap=
    + trap 'error_function $pkgfunc' ERR
    + run_function build
    + [[ -z build ]]
    + local pkgfunc=build
    + check_option buildflags n
    + in_opt_array buildflags '!libtool' '!distcc' '!makeflags'
    + local needle=buildflags
    + shift
    + local i opt
    + (( i = 3 ))
    + (( i > 0 ))
    + opt='!makeflags'
    + [[ !makeflags = \b\u\i\l\d\f\l\a\g\s ]]
    + [[ !makeflags = \!\b\u\i\l\d\f\l\a\g\s ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!distcc'
    + [[ !distcc = \b\u\i\l\d\f\l\a\g\s ]]
    + [[ !distcc = \!\b\u\i\l\d\f\l\a\g\s ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!libtool'
    + [[ !libtool = \b\u\i\l\d\f\l\a\g\s ]]
    + [[ !libtool = \!\b\u\i\l\d\f\l\a\g\s ]]
    + (( i-- ))
    + (( i > 0 ))
    + return 127
    + case $? in
    + in_opt_array buildflags strip docs libtool staticlibs emptydirs zipman purge '!upx' '!debug'
    + local needle=buildflags
    + shift
    + local i opt
    + (( i = 9 ))
    + (( i > 0 ))
    + opt='!debug'
    + [[ !debug = \b\u\i\l\d\f\l\a\g\s ]]
    + [[ !debug = \!\b\u\i\l\d\f\l\a\g\s ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!upx'
    + [[ !upx = \b\u\i\l\d\f\l\a\g\s ]]
    + [[ !upx = \!\b\u\i\l\d\f\l\a\g\s ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=purge
    + [[ purge = \b\u\i\l\d\f\l\a\g\s ]]
    + [[ purge = \!\b\u\i\l\d\f\l\a\g\s ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=zipman
    + [[ zipman = \b\u\i\l\d\f\l\a\g\s ]]
    + [[ zipman = \!\b\u\i\l\d\f\l\a\g\s ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=emptydirs
    + [[ emptydirs = \b\u\i\l\d\f\l\a\g\s ]]
    + [[ emptydirs = \!\b\u\i\l\d\f\l\a\g\s ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=staticlibs
    + [[ staticlibs = \b\u\i\l\d\f\l\a\g\s ]]
    + [[ staticlibs = \!\b\u\i\l\d\f\l\a\g\s ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=libtool
    + [[ libtool = \b\u\i\l\d\f\l\a\g\s ]]
    + [[ libtool = \!\b\u\i\l\d\f\l\a\g\s ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=docs
    + [[ docs = \b\u\i\l\d\f\l\a\g\s ]]
    + [[ docs = \!\b\u\i\l\d\f\l\a\g\s ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt=strip
    + [[ strip = \b\u\i\l\d\f\l\a\g\s ]]
    + [[ strip = \!\b\u\i\l\d\f\l\a\g\s ]]
    + (( i-- ))
    + (( i > 0 ))
    + return 127
    + case $? in
    + return 127
    + check_option debug y
    + in_opt_array debug '!libtool' '!distcc' '!makeflags'
    + local needle=debug
    + shift
    + local i opt
    + (( i = 3 ))
    + (( i > 0 ))
    + opt='!makeflags'
    + [[ !makeflags = \d\e\b\u\g ]]
    + [[ !makeflags = \!\d\e\b\u\g ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!distcc'
    + [[ !distcc = \d\e\b\u\g ]]
    + [[ !distcc = \!\d\e\b\u\g ]]
    + (( i-- ))
    + (( i > 0 ))
    + opt='!libtool'
    + [[ !libtool = \d\e\b\u\g ]]
    + [[ !libtool = \!\d\e\b\u\g ]]
    + (( i-- ))
    + (( i > 0 ))
    + return 127
    + case $? in
    + in_opt_array debug strip docs libtool staticlibs emptydirs zipman purge '!upx' '!debug'
    + local needle=debug
    + shift
    + local i opt
    + (( i = 9 ))
    + (( i > 0 ))
    + opt='!debug'
    + [[ !debug = \d\e\b\u\g ]]
    + [[ !debug = \!\d\e\b\u\g ]]
    + return 1
    + case $? in
    + [[ y = n ]]
    + return
    + check_option makeflags n
    + in_opt_array makeflags '!libtool' '!distcc' '!makeflags'
    + local needle=makeflags
    + shift
    + local i opt
    + (( i = 3 ))
    + (( i > 0 ))
    + opt='!makeflags'
    + [[ !makeflags = \m\a\k\e\f\l\a\g\s ]]
    + [[ !makeflags = \!\m\a\k\e\f\l\a\g\s ]]
    + return 1
    + case $? in
    + [[ n = n ]]
    + return
    + unset MAKEFLAGS
    ++ gettext 'Starting %s()...'
    + msg 'Zaczynam %s()' build
    + local 'mesg=Zaczynam %s()'
    + shift
    + printf '==> Zaczynam %s()\n' build
    ==> Zaczynam build()
    + cd_safe /home/skoczo/AUR/splashy-full/src
    + cd /home/skoczo/AUR/splashy-full/src
    + export CPPFLAGS CFLAGS CXXFLAGS LDFLAGS MAKEFLAGS CHOST
    ++ shopt -p
    + local 'shellopts=shopt -u autocd
    shopt -u cdable_vars
    shopt -u cdspell
    shopt -u checkhash
    shopt -u checkjobs
    shopt -u checkwinsize
    shopt -s cmdhist
    shopt -u compat31
    shopt -u compat32
    shopt -u compat40
    shopt -u compat41
    shopt -u direxpand
    shopt -u dirspell
    shopt -u dotglob
    shopt -u execfail
    shopt -u expand_aliases
    shopt -u extdebug
    shopt -s extglob
    shopt -s extquote
    shopt -u failglob
    shopt -s force_fignore
    shopt -u globstar
    shopt -u gnu_errfmt
    shopt -u histappend
    shopt -u histreedit
    shopt -u histverify
    shopt -s hostcomplete
    shopt -u huponexit
    shopt -s interactive_comments
    shopt -u lastpipe
    shopt -u lithist
    shopt -u login_shell
    shopt -u mailwarn
    shopt -u no_empty_cmd_completion
    shopt -u nocaseglob
    shopt -u nocasematch
    shopt -u nullglob
    shopt -s progcomp
    shopt -s promptvars
    shopt -u restricted_shell
    shopt -u shift_verbose
    shopt -s sourcepath
    shopt -u xpg_echo'
    + local ret=0
    + (( LOGGING ))
    + build
    + '[' -d splashy ']'
    + cd /home/skoczo/AUR/splashy-full/src/splashy
    + msg2 'Updating local tree...'
    + local 'mesg=Updating local tree...'
    + shift
    + printf ' -> Updating local tree...\n'
    -> Updating local tree...
    + git pull --d

    Have you seen the comment on https://aur.archlinux.org/packages/splashy-full/
    maxdevaine wrote:
    It is necessary modify automake1.10.patch with new automake-1.14 :
    + 1.10*) automake_progs="automake-1.10" ;;
    + 1.13*) automake_progs="automake-1.13 automake-1.14" ;;
    and I muss add PATH to pod2man in to PKGBUILD :
    export PATH=$PATH:/usr/bin/core_perl
    Next time you might want to run makepkg prepended with 'LC_ALL=C' so that all the messages are in English.

  • I have PS 4,5,and 6 installed on my Macbook Pro as well as Lightroom 4 and 5. Can I remove PS 4 and 5 and LR 4?  PS 4 is the total install and PS 5 and 6 are upgrades. LR 4 is the full package with LR an upgrade.

    I have PS 4,5,and 6 installed on my Macbook Pro as well as Lightroom 4 and 5. Can I remove PS 4 and 5 and LR 4? PS 4 is the total install and PS 5 and 6 are upgrades. LR 4 is the full package with LR an upgrade.
    I need space!

    First let me disabuse of a misconception:  All Adobe upgrades are FULL installers.  Whether you buy them as upgrades or new versions does not make an iota of difference.  The upgrade installers do not need to find a prior version installed, they just prompt you for the old serial number as well as the old one, and they do not rely on the old version in the least.
    Second, the time to uninstall an older version is BEFORE upgrading to a newer one.  Otherwise, the uninstaller from the older versions will mess up with your new install.  There are a gazillion files that are named the same and in the same locations as the new one.
    Your best bet now is to uninstall ALL the Photoshop versions you have installed, including the newest one, one by one, then run the Adobe CS Cleaner Tool, then run Repair Permissions from Apple's Desk Utility, and finally re-install the latest version.
    The other alternative, if your boot HD is large enough (very doubtful in case of a laptop like a Mac Book), is to leave all versions on it.
    Your choice.

  • I am a student who subscribed to the 9.99 photography package, I didn't realize there was a discount for students.  I would like to upgrade to the full package with the student discount.  I can not find the option for this. How do I do this?

    I am a student who subscribed to the 9.99 photography package, I didn't realize there was a discount for students.  I would like to upgrade to the full package with the student discount.  I can not find the option for this. How do I do this?

    Hi Djmontanalv,
    Please go through the link below.
    http://helpx.adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html
    Regards,
    Anand

  • Can I buy Adobe Acrobat Standard as a full package, as one single payment

    I don't seem to have the option for a one off purchase any more

    Hi ,
    You can purchase Acrobat Standard as a full package from the link below.
    https://www.adobe.com/products/catalog/software._sl_id-contentfilter_sl_catalog_sl_softwar e_sl_allsoftware.html
    Regards,
    Anand

Maybe you are looking for

  • Transport Error-The creation of the export DataSource failed

    Hi Experts, I am transporting a DSO from DEV to QA in 7.0 system.While transporting the DSo i am getting the below mentioned error. The creation of the export DataSource failed Reading the Metadata of APMD0009 ... Creating DataSource 8APMD0009 ... Pa

  • Why can't we just launch app from cc panel

    Is it just me or is it glaringly obvious that Adobe could/should allow us to actually launch an app directly from the list of installed apps ion the CC app in our tray? the installed apps are all listed nicely right there, for no other reason as to s

  • Merge to HDR Pro crashes

    Hey all, Recently I have been trying to make a few HDR images out of RAW images (.cr2). A few times photoshop worked normal and i succeeded in making those images. But lately when I try to make a new one it crashes before it opens the editor. I selec

  • Java hack- What do i disable?

    Heard about the Java Hacked on the news last month or so, but i was wondering what do disable? when I Safari's preferences and i click on security is gives me: Enable plug-ins, enable Java, enable Javascript. So what do i disable to be safe from this

  • How do I upgrade from Mavericks to Yosemite?

    No matter what I do I seem to be going in circles. When I upgraded from OS X 10.6 to Mavericks it went smoothly. I have had no problems using Mavericks since that upgrade. I can't even get to the upgrade for Yosemite. Help! Thanks, -Joe