Signing AUR packages fails

So I've managed to set up pacman with package signing after the latest upgrade (spending a lot more effort than I think should be necessary).
I'm now able to update all my packages from the main repositories like I used to. However, I still need to manually compile some of my programs from AUR package builds. I figured since I've already set up my private key with:
pacman-key --init
I should be able to run makepkg with the --sign flag just fine, but I get an error after it creates the package and tries to sign:
==> Signing package...
==> WARNING: Failed to sign package file.
Obviously I'm doing something wrong, but for all my searching I can't figure out what to do. Thanks for help in advance.
Oh and the reason I'm doing this is because pacman won't let me install the package unless it's signed.

thehodapp wrote:
I think I had the SigLevel at TrustedOnly but now I'm using "Optional TrustAll" which fixes my problem (in a more indirect way).
Is there some resource I could refer to so that I could sign my own packages? Or is it really not worth it?
Is someone likely to be able to access your built packages and modify/replace them in between your building them and your installing (or reinstalling) them?

Similar Messages

  • [Solved] AUR package fails MD5 (tweetdeck)

    New to arch, new to linux aside from a 3 week crash course with ubuntu.
    Following this link to install tweetdeck. http://bbs.archlinux.org/viewtopic.php?id=75416  Problem arises with it comes time to install tweetdeck. 
    ==> Retrieving Sources...
    -> Found TweetDeck_0_26.air in build dir
    ==> Validating source files with md5sums...
    TweetDeck_0_26.air ... FAILED
    ==> ERROR: One or more files did not pass the validity check!
    Error: Makepkg was unable to build tweetdeck package.
    I notice from the AUR webpage for the package this has happened before but searching has come up empty on how to fix it aside from waiting on someone to update the package.  What's my play other than wait?
    Last edited by past_pluto (2009-08-22 18:47:18)

    Make a comment on the AUR about the problem. If it's had the problem for several weeks, try to contact the maintainer (look up their username on the forums, see if they put an email address in the PKGBUILD, etc.). If that also fails, then send an email to aur-general and ask for the package to be orphaned, so you or another user can pick it up and fix it.
    Last edited by Ranguvar (2009-08-22 01:51:19)

  • Installation fails on Aur packages

    Hello everyone I installed arch linux and packages from aur plenty of times. But this time I am about to give up
    I installed Compiz as standalone, plank, chromium and everything works like a charm But when I try to install some packages from Aur I'm getting  errors like I have never seen.
    These errors I get, I get them when compiling. And I thought I need dependencies to compile from aur. Because nobody get that errors (most of them anyways googled them:))
    First I want to start with libdesktop-agnostic :
    ^
    Waf: Leaving directory `/home/thedeli/Downloads/libdesktop-agnostic-git/src/libdesktop-agnostic/build'
    Build failed
    -> task failed (err #1):
    {task: cc module.c -> module_1.o}
    -> task failed (err #1):
    {task: cc vfs.c -> vfs_2.o}
    -> task failed (err #1):
    {task: cc color.c -> color_1.o}
    -> task failed (err #1):
    {task: cc vfs-bookmarks-gtk.c -> vfs-bookmarks-gtk_2.o}
    ==> HATA: build() içinde bir hata oluştu.
    Çıkılıyor...
    More will come

    Trilby wrote:
    This thread may be related, though the error message is completely different which makes me doubt it.  Of course the OP of this thread does use yaourt.
    thedeli, if you'd like to explore why this is needed, I'd suggest trying to install aur packages with and without yaourt (just use makepkge) to see if the problem is specific to yaourt or more general and to see wheather you get error messages like on that other thread when you use makepkg directly.
    I tried both /w and /wo yaourt. I didn't try LC_ALL=C with makepkg. I will try that with Dockbarx-xfce4-plugin. I write about that in here...
    AAnnnnnddd voila putting LC_ALL=C at the beginning solves my compile problem
    Last edited by thedeli (2013-12-08 14:18:38)

  • Are AUR packages signed? How do I check the signature if they are?

    Hi,
    Are AUR packages signed? How do I check the signature if they are?
    Thank you!

    andreicristianpetcu wrote:Thank you for your answers! Some Aur packages basically wget some tar.gz and uncompress it and I wanted to know if there is a way to test if this is the same archive that I wanted to install.
    Archives downloaded by PKGBUILDs are never the same as the archive you want to install. Are you referring to PKGBUILDs which just repackage .deb or .rpm archives? As mentioned, there's checksums (typically of zero benefit to security), and sometimes GPG signatures provided by upstream. But, this is only a part of the process. The attack surface is wider than just the source tarball and the PKGBUILD. Consider that you don't even need a PKGBUILD to create a package which pacman understands.
    andreicristianpetcu wrote:I told him that this cannot be done on most packages on most GNU/Linux distros.
    No, it absolutely can. All operating systems are prone to attack by social engineering and can fall victim to lax system administration. The "Linux doesn't get virii" mantra is a falsehood propagated by people relying on statistics rather than actual operating system features and security practices.
    andreicristianpetcu wrote:Since I am a Arch user I wanted to find out if there is a way (except for reading the pkgbuild) from which I can check the validity of the package.
    Given an arbitrary archive foo-1-1-x86_64.pkg.tar.xz, there is absolutely no way to determine what PKGBUILD was used to build it. This is a key reason why signing binary packages in the repositories is important!
    andreicristianpetcu wrote:From what I know the files from the other repos are signed (correct me if I'm wrong).
    Right, in order to assert provenance of a package. If the signature for a package is valid, you can assume that you have a copy of the package which a developer or TU built.

  • DTEXEC does not fail when SSIS package fails

    I need to run my SSIS 2012 packages through the catalog with DTEXEC. This works very well, except that if my SSIS package fails, DTEXEC does not fail. I need DTEXEC to fail, so my scheduler knows that there is an error.
    I use the following command:
    dtexec /ISServer "\SSISDB\MyFolder\MyProject\MyPackage.dtsx" /Ser MyServer /Par $Package::Partition;201412 /Env 5
    When I check the status of the run in the Catalog, it is failed.
    When I used SSIS 2008, I had no problem getting DTEXEC to fail when the packages failed.

    I've had the same problem, and come up with the following prototype for a SQL Script which I run in our JAMS Enterprise Scheduler. It uses SSISDB stored procedures to start the SSIS package and polls every 5 seconds to report any messages, and final
    status code of the package. JAMS parameters are delimited by << >> symbols, and will need to be changed for your scheduler/batch process. I guess the script could be converted to a stored procedure. I'm also hoping it will work with SQL High
    Availability groups to ensure the SSIS package runs on the server that's hosting the active database.
    DECLARE @execution_id BIGINT
    DECLARE @status INT= 1
    DECLARE @Event_Message_id BIGINT= 0
    DECLARE @Last_Event_Message_id BIGINT= 0
    DECLARE @message_time DATETIME2(7)
    DECLARE @message NVARCHAR(MAX)
    --Create a SSIS execution for the required SSIS package and return the execution_id
    EXEC [SSISDB].[catalog].[create_execution] @package_name = N'<<pPackageName>>.dtsx',
        @execution_id = @execution_id OUTPUT, @folder_name = N'<<pSSISFolderName>>',
        @project_name = N'<<pSSISProjectName>>', @use32bitruntime = <<p32Bit>>, @reference_id = NULL
    RAISERROR('Starting SSIS package <<pPackageName>> with execution_id %I64d on server %s',0,0,@execution_id,@@SERVERNAME) WITH NOWAIT
    --Set the logging level 0-none, 1-basic (recommended), 2-performance, 3-verbose
    EXEC [SSISDB].[catalog].[set_execution_parameter_value] @execution_id,
        @object_type = 50, @parameter_name = N'LOGGING_LEVEL',
        @parameter_value = <<pLogging_Level>>
    --Start the package executing
    EXEC [SSISDB].[catalog].[start_execution] @execution_id
    WHILE @status IN ( 1, 2, 5, 8 ) --created (1), running (2), canceled (3), failed (4), pending (5), ended unexpectedly (6), succeeded (7), stopping (8), and completed (9).
        BEGIN
            WAITFOR DELAY '00:00:05'
        --Get the status to see later if we've finished
            SELECT  @status = status
            FROM    SSISDB.catalog.executions
            WHERE   execution_id = @execution_id 
        --Are there any event messages since we last reported any?
            DECLARE curEventMessages CURSOR FAST_FORWARD
            FOR
                SELECT  event_message_id ,
                        message_time ,
                        message
                FROM    SSISDB.catalog.event_messages
                WHERE   operation_id = @execution_id
                        AND event_message_id > @Last_Event_Message_id;
            OPEN curEventMessages
            FETCH NEXT FROM curEventMessages INTO @Event_Message_id, @message_time,
                @message
            WHILE @@FETCH_STATUS = 0
                BEGIN
            --We've found a message, so display it - watch out for % signs in the message, they'll cause an error if we don't replace them
                    SET @message = CONVERT(NVARCHAR(MAX), @message_time, 113)
                        + ' ' + replace(@message,'%',' percent')
                    RAISERROR(@message,0,0) WITH NOWAIT
                    SET @Last_Event_Message_id = @Event_Message_id --Make a note that we've reported this message
                    FETCH NEXT FROM curEventMessages INTO @Event_Message_id,
                        @message_time, @message
                END
            CLOSE curEventMessages
            DEALLOCATE curEventMessages
        END
    --@Status indicates that package execution has finished, so let's look at the outcome, and error if there's a problem
    IF @status = 7
        RAISERROR('Package Succeeded',0,0)
    ELSE
        IF @status = 9
            RAISERROR('Package completed',0,0)
        ELSE
            IF @status = 3
                RAISERROR('Package Cancelled',16,1)
            ELSE
                IF @status = 4
                    RAISERROR('Package failed (see error message above)',16,1)
                ELSE
                    IF @status = 6
                        RAISERROR('Package ended unexpectedly',16,1)
                    ELSE
                        RAISERROR('Package ended with unknown status %i',16,1,@status)

  • AIR 15.0 for OSX - ADT: Packaging failed. Packager internal error

    Packaging a SWF to AIR with captive runtime and native installer (using "-package bundle"), building on PC worked perfectly fine.  After making all of the requisite changes to make it work for Mac, I'm now running into the "Packaging failed. Packager internal error" when building using adt through the command line.  My .command script is as follows:
    cd [directory]
    adt -package -storetype pkcs12 -keystore ../cert/key.p12 -storepass pw -target bundle Bundle ../App.xml App.swf -extdir ../lib icons/16.png icons/32.png icons/128.png
    What can cause this vague "Packger interal error" error? Any help would be appreciated. Thank you.

    Steve
    I have same problem with apple Developer Id Application certificate (downloaded from apple), got past the chain error message by including intermediate and root certificates when I exported from keychain, but got the package error referenced here. Also when I sign on windows machine with my code signing certificate (selecting windows installer) all publishes ok, but the certificate is not attached, says 'unknown developer' when I down load and try and run installer on windows machine. I sent the exe to Comodo (the guys I got the code signing certificate from) and they say the exe is not signed.
    Finally I get 'The digital certificate is invalid'  error when I try and use 'Developer Id Installer' certificate (downloaded from apple).
    I think there must be several problems here with Air SDK.
    Stopping me from publishing and I have a very upset Customer. Can someone from Adobe please advise asap.

  • [SOLVED] Archiso : installing AUR packages on a live image

    Hi all,
    I'm quite an arch newbie, I'm trying to setup a live USB stick, with the help of archiso. My goal is to finally get an "audio oriented" system (with jack, ardour, qsampler, and so more...).
    During the setup everything was working very well, until I tried to add some AUR packages to the install.
    On the arch website, I found this tip, which gave me a great hope about this.
    I'm not so familiar with Arch package management, but ok, I try to make a test : adding the "qsampler" AUR package. It needs "linuxsampler", "qt4", and "liblscp" as dependencies. "linuxsampler" and "qt4" are official packages, so I just have to add them to packages.both in the archiso working directory. "liblscp" is an AUR package (with no dependency); so there is 2 AUR packages to install : "liblscp", and "qsampler".
    So I create a directory tree like described in the tip, download the two build packages from AUR, and for each of them I do (something) like described there :
    # tar -xvf tarball_filename.tar.gz
    # cd tarball_filename
    # makepkg --asroot
    # mv *.xz ..
    # cd ..
    # rm -r tarball_filename{,.tar.gz}
    And then:
    # repo-add customrepo.db.tar.gz *.xz
    (I'm staying as root because it's red written to stay as root for the image creation. I think it's stupid, but people make stupid things when they are desesperate. Sorry I didn't take the time to test the code above again, it's only memory, but it was very similar)
    I did the same for both architectures (i686 and x86_64), so that my custom repo looks like this:
    ~/liveusb/customrepo # ls -R
    i686 x86_64
    ./i686:
    customrepo.db customrepo.db.tar.gz liblscp-0.5.6-1-x86_64.pkg.tar.xz qsampler-0.2.3-1-x86_64.pkg.tar.xz
    ./x86_64:
    customrepo.db customrepo.db.tar.gz liblscp-0.5.6-1-x86_64.pkg.tar.xz qsampler-0.2.3-1-x86_64.pkg.tar.xz
    Oops... I just noticed I did wrong for i686 machines, but it doesn't matter for the moment, since I'm working on an x86_64 machine.
    As explained in the tip, I add the following lines to pacman.conf (in the archiso working directory):
    [customrepo]
    SigLevel = Optional TrustAll
    Server = file:///my/path/to/customrepo/$arch
    From my point of view, at this point, the USB stick is ready to be updated:
    ~/liveusb # ./build.sh -v
    and then (with /dev/sdf as my usb stick device):
    ~/liveusb # dd if=out/archlinux-2014.10.01-dual.iso of=/dev/sdf
    But when I boot on the USB stick, there's no trace of qsampler (linuxsampler, however, is present).
    Since it happened, I'm feeling like a lost, lonely man, on a desert island... Thinking about the "why", the "how"..., the meaning of life..., of package management... all this stuff
    I'm sure I did something wrong about the "custom repository", and the main reason is I don't deeply understand all the steps about this; that's why I'm looking for help
    Any idea?
    Many thanks
    Last edited by yolenoyer (2014-10-02 09:16:57)

    Thank you for the reply,
    I think I did a more trivial mistake :
    With archiso, the packages are automatically installed, from a package list file called "packages.both", and "packages.x86_64", "packages.i686" for architecture dependent packages. But they only use common repos by default. The "'qsampler" is not in official repos (that's why I choosed this one for my question).
    So, ok, I setup a common repo (with some mistakes but it was working), BUT...
    I just forgot to put the package name in the packages.both file...
    So, now that I did it, I just have an error about the package architecture, which I think possible to fix, just by rebuilding the common repo in a correct manner:
    ~/liveusb # ./build -v
    warning: vlc-2.1.5-3 is up to date -- reinstalling
    warning: mplayer-37224-2 is up to date -- reinstalling
    error: failed to prepare transaction (package architecture is not valid)
    :: package qsampler-0.2.3-1-x86_64 does not have a valid architecture
    ==> ERROR: Failed to install packages to new root
    Trilby wrote:Also, does this need to be a static iso image - is there a reason not to just do a persistent usb install?
    About the static iso image : the idea of building an iso image with all my personnal tools and config already installed on it is very pleasant to me, including the fact that you can burn it on a CD as well. The persistent acpect would be pleasant too, but in a secondary way.
    While I'm writing this message I really understand a bit more about all of this, since yesterday... Sometimes, simply posting a message in forums helps you to understand your own problem, because you have to be clear and concise!
    Thanks

  • [Solved] Cant install\compile certain AUR packages

    This is a brand new 32-bit build on my laptop. Everything is working great, but for some reason I cant get some AUR packages. I have Yaourt, pacman-color, and slock installed from AUR and working fine, but I cant get mpd-git or mplayer-svn installed? I have gcc, python installed and tried both root and user accounts. Not sure what is missing. This is a new dual core laptop so not sure why I am getting the CPU errors below?
    This is for mplayer-svn:
    ==> SVN checkout done or server timeout, updating build dir
    ==> Applying disabled-features patch...
    /var/abs/local/yaourtbuild/mplayer-svn/./PKGBUILD: line 56: patch: command not found
    Detected operating system: Linux
    Detected host architecture: i386
    Checking for host cc ... gcc
    Checking for cross compilation ... yes
    ./configure: line 1605: gcc: command not found
    ./configure: line 1610: gcc: command not found
    Checking for CPU vendor ... GenuineIntel (6:15:11)
    Checking for CPU type ... Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz
    Checking for kernel support of mmx ... failed
    It seems that your kernel does not correctly support mmx.
    To use mmx extensions in MPlayer, you have to upgrade/recompile your kernel!
    Checking for kernel support of mmxext ... failed
    It seems that your kernel does not correctly support mmxext.
    To use mmxext extensions in MPlayer, you have to upgrade/recompile your kernel!
    Checking for kernel support of sse ... failed
    It seems that your kernel does not correctly support sse.
    To use sse extensions in MPlayer, you have to upgrade/recompile your kernel!
    Checking for kernel support of sse2 ... failed
    It seems that your kernel does not correctly support sse2.
    To use sse2 extensions in MPlayer, you have to upgrade/recompile your kernel!
    Checking for kernel support of ssse3 ... failed
    It seems that your kernel does not correctly support ssse3.
    To use ssse3 extensions in MPlayer, you have to upgrade/recompile your kernel!
    Checking for kernel support of cmov ... failed
    It seems that your kernel does not correctly support cmov.
    To use cmov extensions in MPlayer, you have to upgrade/recompile your kernel!
    Checking for mtrr support ... yes
    Checking for GCC & CPU optimization abilities ... CPU optimization disabled. CPU not recognized or your compiler is too old.
    error
    Checking for byte order ... failed to autodetect byte order, defaulting to little-endian
    Checking for extern symbol prefix ...
    Error: Symbol mangling check failed.
    Check "configure.log" if you do not understand why it failed.
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build mplayer-svn package.
    This is for mpd-git:
    Looks like I need to set the path for gcc in here, but not sure how?
    configure: error: in `/tmp/yaourt-tmp-banshee/aur-mpd-git/mpd-git/src/mpd-build':
    configure: error: no acceptable C compiler found in $PATH
    See `config.log' for more details.
    make: *** No targets specified and no makefile found. Stop.
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build mpd-git package.
    Last edited by banshee28 (2009-09-03 04:15:43)

    Allan wrote:
    You need to install the base-devel group (pacman -S base-devel).
    This is a bit weird though....
    Checking for cross compilation ... yes
    hopefully it goes away!
    Ah, I see all the apps in this group now! Not sure how I missed this? Was this in the wiki somwhere??
    Anyways,its getting further along now ....

  • Can't upgrade AUR packages after removal of /var/lib/pacman/local

    Hi guys, i accidentally deleted the content of /var/lib/pacman/local but fortunately i restored it following the wiki.
    But, in this way, i only restored base packages and so no one of the packages i've installed from AUR is shown in the list of the installed packages....i thought to install them again one by one, but installation is not successful because files already exist and, beside this, i don't rember the name of all the AUR packages....
    Any suggestion?
    Thanks
    Last edited by TheImmortalPhoenix (2012-07-23 19:54:46)

    WorMzy wrote:
    Unless you have a backup of /var/lib/pacman/local, I think you're going to have to manually remove files provided by AUR packages, then reunstall them. Or you could try forcing the install (see man pacman), but take care not to break other packages in the process.
    If it's useful to you, you can generate a list of files that pacman doesn't know about with:
    find / -exec pacman -Qo -- {} + 2> /tmp/files >/dev/null
    less /tmp/files
    This will include cache files, user created files, etc. so don't just rm everything unowned by pacman.
    That's what i thought to do but as i wrote i don't remember which are the aur packages, better still i remember just some of them...i tried your commands but i get a list of such strange things about cache etc...i can't see nothing concerning pacman....surely is a lack of mine....
    However, following the wiki that i linked in the first post, i've got a list of all installed packages (base+aur):
    gcc-libs
    gpm
    libevent
    xorg-xinit
    dosfstools
    gstreamer0.10-python
    pciutils
    mjpegtools
    freeglut
    libarchive
    libxres
    libtiff
    p11-kit
    xorg-xsetroot
    shared-color-profiles
    libasyncns
    libxpm
    xorg-fonts-alias
    catalyst-utils
    libxrandr
    xcb-util
    bash
    xcompmgr
    libice
    jack
    gvfs
    tre
    libsigc++
    htop
    xorg-xhost
    libmediainfo
    gnupg
    mingetty
    midori-gtk2-git
    aspell
    gobject-introspection
    groff
    mdadm
    xorg-xcmsdb
    gawk
    ranger
    gtk2
    gtk3
    xorg-utils
    libvorbis
    enchant
    raptor
    fontconfig
    libgphoto2
    dbus
    xz
    bash-completion
    udisks2
    pixman
    libraw1394
    xinetd
    gstreamer0.10-ugly-plugins
    djvulibre
    xorg-setxkbmap
    perl-encode-locale
    usbmuxd
    parted
    bleachbit
    libgusb
    ncmpcpp-git
    perl-io-socket-ssl
    iproute2
    libpulse
    perl-getopt-argvfile
    hdparm
    make
    libmpeg2
    imlib2
    dmenu-xft-height
    libxi
    gzip
    libmng
    util-linux
    libsoup-gnome
    gsharkdown
    torrent-search
    libxt
    libdca
    libxv
    alsa-utils-transparent
    orc
    libdv
    dconf
    lua
    perl-net-ssleay
    perl-file-listing
    libyaml
    libsamplerate
    xorg-xdriinfo
    gnome-vfs
    upx
    libproxy
    libwnck
    zathura
    cifs-utils
    glib-networking
    gstreamer0.10-base-plugins
    orbit2
    libdatrie
    lcms2
    keyutils
    ladspa
    iscan
    most
    filesystem
    libxdamage
    perl
    mtdev
    wildmidi
    compositeproto
    qalculate-gtk
    renderproto
    net-tools
    wget
    package-query
    pcmciautils
    dnssec-anchors
    python-lxml
    pianobar-git
    libthai
    xorg-xkbcomp
    libstatgrab
    libshout
    mplayer2
    polipo
    soundtouch
    videoproto
    cpio
    libxext
    xorg-mkfontscale
    perl-www-robotrules
    shared-mime-info
    libxfce4ui
    eject
    perl-xml-parser
    gpgme
    pdnsd
    xorg-xgamma
    fftw
    sed
    libxxf86dga
    pth
    gstreamer0.10
    xorg-sessreg
    submarine
    ppl
    sip
    libjpeg-turbo
    libisofs
    gimp
    lxappearance
    ppp
    cpufrequtils
    libx11
    libsoup
    python2-pyqt
    wpa_supplicant
    gnutls
    xcb-proto
    cairo-perl
    iputils
    aalib
    perl-http-message
    dpm
    powertop-git
    ntfsprogs
    poppler-data
    jasper
    pango
    git
    xproto
    libssh2
    mutt-sidebar-trash
    unrar
    xf86dgaproto
    man-db
    libieee1284
    m4
    json-c
    expat
    libdc1394
    imagemagick
    libtasn1
    randrproto
    hspell
    python-distutils-extra
    libofa
    tamsynmod
    fakeroot
    libpcap
    libxmu
    flashplugin
    python-configobj
    libxau
    libxaw
    xkeyboard-config
    heirloom-mailx
    tzdata
    xorg-xfontsel
    libglade
    mime-types
    libglapi
    reiserfsprogs
    liblqr
    zip
    xorg-xinput
    zenity-gtk2
    musicbrainz
    libidn
    python-dbus-common
    libexif
    libgksu
    tcl
    xorg-fonts-encodings
    tor
    logrotate
    xcursor-vanilla-dmz-aa
    qt
    libfontenc
    xorg-bdftopcf
    mesa
    rxvt-unicode
    mencoder
    zathura-djvu
    procps-ng
    libxslt
    catalyst
    libunique
    psmisc
    alsa-lib
    xextproto
    curl
    autoconf
    libvisual
    pmount
    slang
    libplist
    libmp4v2
    perl-http-negotiate
    dmxproto
    startup-notification
    linux
    python2-pyasn1
    neon
    libcups
    libnotify
    dvdauthor
    linux-api-headers
    libgme
    cairomm
    libgee
    libao
    libxrender
    ttf-ubuntu-font-family
    libev
    xorg-xbacklight
    libxfce4util
    xorg-iceauth
    firefox-raismth
    xorg-xvinfo
    colord
    python2-cairo
    xorg-xrandr
    ffmpeg
    libpipeline
    gegl
    libxcursor
    libass
    taglib
    python-pycurl
    xcb-util-keysyms
    libgnome-keyring
    gsfonts
    mpg123
    alsi
    xorg-font-utils
    perl-mozilla-ca
    gdk-pixbuf2
    libid3tag
    acpi
    less
    vorbis-tools
    recordproto
    transset-df
    pinentry
    mcpp
    gstreamer0.10-bad-plugins
    libzen
    perl-http-cookies
    speex
    grub
    libxfcegui4
    gettext
    hicolor-icon-theme
    libsndfile
    xf86vidmodeproto
    desktop-file-utils
    grep
    p7zip
    libcddb
    syslog-ng
    glib2
    libidl2
    mpc
    libcaca
    xfsprogs
    mpd
    xorg-xmessage
    xdg-utils
    syslinux
    scrot
    xfconf
    geoclue
    pacman-color
    gtk2-perl
    netcfg
    v4l-utils
    gtk-update-icon-cache
    schroedinger
    vcdimager
    archlinux-keyring
    atk
    glib-perl
    mpfr
    initscripts
    xorg-xwininfo
    libmodplug
    findutils
    idnkit
    automake
    libdvdread
    libcap-ng
    openssh
    libxinerama
    abook
    openssl
    mtools
    libbluray
    xorg-server-common
    openjpeg
    libxfont
    gopreload
    libxft
    libogg
    gnome-mime-data
    faac
    libgtop
    licenses
    python
    gtkmm
    tdb
    lirc-utils
    damageproto
    ruby
    xorg-xev
    xmlrpc-c
    mediainfo
    lsof
    vi
    pkg-config
    libxdmcp
    pm-quirks
    x264
    libqalculate
    gdbm
    firefox
    devilspie
    enca
    atool
    js
    perl-http-daemon
    xineramaproto
    convertall
    lzo2
    coreutils
    libsasl
    tmux
    mkinitcpio
    lame
    giblib
    giflib
    dri2proto
    pacman-mirrorlist
    ldns
    vlock
    shake
    xorg-server
    xorg-xdpyinfo
    polkit
    libva
    weechat
    libmpc
    jre7-openjdk-headless
    eventlog
    libvdpau
    perl-xml-dom
    xorg-xrefresh
    libnl
    dbus-core
    pygtk
    xorg-xlsatoms
    dbus-glib
    perl-xml-regexp
    freetype2-infinality
    rtorrent
    fixesproto
    liblrdf
    lzop
    ntfs-3g
    kbproto
    rar
    xf86-input-synaptics
    libdmx
    strace
    sqlite
    feh
    xorg-font-util
    motion
    girara-gtk2
    krb5
    dropbox
    newsbeuter
    sysvinit
    cln
    dirmngr
    man-pages
    libwebkit
    fuse
    fribidi
    libxtst
    perl-xml-fast
    libatasmart
    elinks
    python2
    xorg-server-utils
    xorg-xset
    libdaemon
    pygobject2-devel
    cvim
    libusb-compat
    mozilla-common
    libwmf
    perl-term-readline-gnu
    audiofile
    dhclient
    ca-certificates
    faad2
    cdparanoia
    libksba
    vicious
    xcb-util-wm
    xorg-xauth
    java-rhino
    libxxf86vm
    yaourt
    pactools
    glibmm
    xorg-xmodmap
    gstreamer0.10-ugly
    normalize
    perl-uri
    libegl
    libxfixes
    a52dec
    libsidplay
    nilfs-utils
    libcdio
    jfsutils
    avahi
    smbclient
    perl-lwp-protocol-https
    sox
    gcc
    patch
    hddtemp
    ffmpeg-compat
    envee-git
    rsync
    gcap
    gsm
    pangomm
    libgnome
    python2-dbus
    libmpdclient
    gstreamer0.10-ffmpeg
    atkmm
    llpp
    python2-httplib2
    dnetcfg
    perl-error
    which
    wavpack
    libtool
    libftdi
    lvm2
    libcroco
    termsyn
    libldap
    gstreamer0.10-base
    cloog
    spacefm
    lcms
    libxcb
    libdvdnav
    nspr
    fontsproto
    graveman
    librsvg
    gajim
    python2-gobject2
    wireless_tools
    libxss
    iscan-data
    libbonobo
    libedit
    xcb-util-image
    sysfsutils
    libxml2
    dialog
    zsh
    ttf-ms-fonts
    gparted
    zathura-pdf-poppler
    perl-net-http
    shadow
    babl
    nano
    unetbootin
    mlocate
    perl-html-tagset
    gc
    gd
    kbd
    sane
    tar
    libltdl
    viewnior
    mkinitcpio-busybox
    libcdaudio
    nss
    xorg-xlsclients
    rtmpdump
    xorg-fonts-misc
    linux-firmware
    profile-sync-daemon
    exo
    youtube-viewer
    lsdvd
    nitrogen
    perl-http-date
    net-snmp
    xorg-xrdb
    gstreamer0.10-bad
    python2-pyopenssl
    readline
    libburn
    perl-html-parser
    unace
    intltool
    dvd+rw-tools
    fontconfig-infinality
    libxkbfile
    awesome
    usbutils
    libdvdcss
    poppler
    libpng
    binutils
    cdrdao
    libtheora
    libmad
    libvpx
    xf86-input-evdev
    libsm
    xvidcore
    yajl
    nettle
    poppler-glib
    stfl
    libusbx
    recode
    xorg-xkill
    libmms
    perl-libwww
    libwbclient
    girara-common
    libxcomposite
    libdrm
    libirman
    libimobiledevice
    tamsyn-font
    libassuan
    gksu
    downgrade
    ca-certificates-java
    xorg-xprop
    pm-utils
    parcellite
    texinfo
    ldm
    isl
    unzip
    inetutils
    apvlv
    libxml-perl
    geany
    libpciaccess
    upower
    libgnome-data
    pango-perl
    icu
    inputproto
    pyqt-common
    python2-sip
    khrplatform-devel
    talloc
    libcanberra
    gsettings-desktop-schemas
    glproto
    libiec61883
    gstreamer0.10-good
    perl-lwp-mediatypes
    flac
    cdrkit
    dnsutils
    ttf-dejavu
    netkit-bsd-finger
    xfburn
    libmpcdec
    cairo
    hunspell
    libavc1394
    pacman
    scrnsaverproto
    xorg-mkfontdir
    sudo
    gstreamer0.10-good-plugins
    tsocks
    qtwebkit
    libtorrent
    opencore-amr
    libxdg-basedir
    plowshare-git
    sdl
    lm_sensors
    bzip2
    gpart
    gconf
    and this is the list of my base packages:
    a52dec
    aalib
    abook
    acpi
    alsa-lib
    apvlv
    archlinux-keyring
    aspell
    atk
    atkmm
    atool
    audiofile
    autoconf
    automake
    avahi
    awesome
    babl
    bash
    bash-completion
    binutils
    bleachbit
    bzip2
    ca-certificates
    ca-certificates-java
    cairo
    cairomm
    cairo-perl
    catalyst
    catalyst-utils
    cdparanoia
    cdrdao
    cdrkit
    cifs-utils
    cln
    cloog
    colord
    compositeproto
    coreutils
    cpio
    cpufrequtils
    curl
    damageproto
    dbus
    dbus-core
    dbus-glib
    dconf
    desktop-file-utils
    devilspie
    dhclient
    dialog
    dirmngr
    djvulibre
    dmxproto
    dnssec-anchors
    dnsutils
    dosfstools
    dri2proto
    dvdauthor
    dvd+rw-tools
    eject
    elinks
    enca
    enchant
    eventlog
    exo
    expat
    faac
    faad2
    fakeroot
    feh
    ffmpeg
    ffmpeg-compat
    fftw
    filesystem
    findutils
    firefox
    fixesproto
    flac
    flashplugin
    fontconfig
    fontsproto
    freeglut
    fribidi
    fuse
    gajim
    gawk
    gc
    gcc
    gcc-libs
    gconf
    gd
    gdbm
    gdk-pixbuf2
    geany
    gegl
    geoclue
    gettext
    giblib
    giflib
    gimp
    girara-common
    girara-gtk2
    git
    gksu
    glib2
    glibmm
    glib-networking
    glib-perl
    glproto
    gnome-mime-data
    gnome-vfs
    gnupg
    gnutls
    gobject-introspection
    gpart
    gparted
    gpgme
    gpm
    grep
    groff
    gsettings-desktop-schemas
    gsfonts
    gsm
    gstreamer0.10
    gstreamer0.10-bad
    gstreamer0.10-bad-plugins
    gstreamer0.10-base
    gstreamer0.10-base-plugins
    gstreamer0.10-ffmpeg
    gstreamer0.10-good
    gstreamer0.10-good-plugins
    gstreamer0.10-python
    gstreamer0.10-ugly
    gstreamer0.10-ugly-plugins
    gtk2
    gtk2-perl
    gtk3
    gtkmm
    gtk-update-icon-cache
    gvfs
    gzip
    hddtemp
    hdparm
    heirloom-mailx
    hicolor-icon-theme
    hspell
    htop
    hunspell
    icu
    idnkit
    imagemagick
    imlib2
    inetutils
    initscripts
    inputproto
    intltool
    iproute2
    iputils
    isl
    jack
    jasper
    java-rhino
    jfsutils
    jre7-openjdk-headless
    js
    json-c
    kbd
    kbproto
    keyutils
    khrplatform-devel
    krb5
    ladspa
    lame
    lcms
    lcms2
    ldns
    less
    libao
    libarchive
    libass
    libassuan
    libasyncns
    libatasmart
    libavc1394
    libbluray
    libbonobo
    libburn
    libcaca
    libcanberra
    libcap-ng
    libcdaudio
    libcddb
    libcdio
    libcroco
    libcups
    libdaemon
    libdatrie
    libdc1394
    libdca
    libdmx
    libdrm
    libdv
    libdvdcss
    libdvdnav
    libdvdread
    libedit
    libegl
    libev
    libevent
    libexif
    libfontenc
    libftdi
    libgee
    libgksu
    libglade
    libglapi
    libgme
    libgnome
    libgnome-data
    libgnome-keyring
    libgphoto2
    libgtop
    libgusb
    libice
    libid3tag
    libidl2
    libidn
    libiec61883
    libieee1284
    libimobiledevice
    libirman
    libisofs
    libjpeg-turbo
    libksba
    libldap
    liblqr
    liblrdf
    libltdl
    libmad
    libmediainfo
    libmms
    libmng
    libmodplug
    libmp4v2
    libmpc
    libmpcdec
    libmpdclient
    libmpeg2
    libnl
    libnotify
    libofa
    libogg
    libpcap
    libpciaccess
    libpipeline
    libplist
    libpng
    libproxy
    libpulse
    libqalculate
    libraw1394
    librsvg
    libsamplerate
    libsasl
    libshout
    libsidplay
    libsigc++
    libsm
    libsndfile
    libsoup
    libsoup-gnome
    libssh2
    libstatgrab
    libtasn1
    libthai
    libtheora
    libtiff
    libtool
    libtorrent
    libunique
    libusb-compat
    libusbx
    libva
    libvdpau
    libvisual
    libvorbis
    libvpx
    libwbclient
    libwebkit
    libwmf
    libwnck
    libx11
    libxau
    libxaw
    libxcb
    libxcomposite
    libxcursor
    libxdamage
    libxdg-basedir
    libxdmcp
    libxext
    libxfce4ui
    libxfce4util
    libxfcegui4
    libxfixes
    libxfont
    libxft
    libxi
    libxinerama
    libxkbfile
    libxml2
    libxml-perl
    libxmu
    libxpm
    libxrandr
    libxrender
    libxres
    libxslt
    libxss
    libxt
    libxtst
    libxv
    libxxf86dga
    libxxf86vm
    libyaml
    libzen
    licenses
    linux
    linux-api-headers
    linux-firmware
    lirc-utils
    lm_sensors
    logrotate
    lsdvd
    lsof
    lua
    lvm2
    lxappearance
    lzo2
    lzop
    m4
    make
    man-db
    man-pages
    mcpp
    mdadm
    mediainfo
    mencoder
    mesa
    mime-types
    mingetty
    mjpegtools
    mkinitcpio
    mkinitcpio-busybox
    mlocate
    most
    motion
    mozilla-common
    mpc
    mpd
    mpfr
    mpg123
    mplayer2
    mtdev
    mtools
    musicbrainz
    nano
    neon
    netcfg
    netkit-bsd-finger
    net-snmp
    nettle
    net-tools
    newsbeuter
    nilfs-utils
    nitrogen
    normalize
    nspr
    nss
    ntfs-3g
    ntfsprogs
    opencore-amr
    openjpeg
    openssh
    openssl
    orbit2
    orc
    p11-kit
    p7zip
    pacman
    pacman-mirrorlist
    pango
    pangomm
    pango-perl
    parcellite
    parted
    patch
    pciutils
    pcmciautils
    pdnsd
    perl
    perl-encode-locale
    perl-error
    perl-file-listing
    perl-getopt-argvfile
    perl-html-parser
    perl-html-tagset
    perl-http-cookies
    perl-http-daemon
    perl-http-date
    perl-http-message
    perl-http-negotiate
    perl-io-socket-ssl
    perl-libwww
    perl-lwp-mediatypes
    perl-lwp-protocol-https
    perl-mozilla-ca
    perl-net-http
    perl-net-ssleay
    perl-uri
    perl-www-robotrules
    perl-xml-parser
    perl-xml-regexp
    pinentry
    pixman
    pkg-config
    pmount
    pm-quirks
    pm-utils
    polipo
    polkit
    poppler
    poppler-data
    poppler-glib
    ppl
    ppp
    procps-ng
    psmisc
    pth
    pygobject2-devel
    pygtk
    pyqt-common
    python
    python2
    python2-cairo
    python2-dbus
    python2-gobject2
    python2-httplib2
    python2-pyasn1
    python2-pyopenssl
    python2-pyqt
    python2-sip
    python-configobj
    python-dbus-common
    python-distutils-extra
    python-lxml
    python-pycurl
    qalculate-gtk
    qt
    qtwebkit
    randrproto
    ranger
    raptor
    readline
    recode
    recordproto
    reiserfsprogs
    renderproto
    rsync
    rtmpdump
    rtorrent
    ruby
    rxvt-unicode
    sane
    schroedinger
    scrnsaverproto
    scrot
    sdl
    sed
    shadow
    shake
    shared-color-profiles
    shared-mime-info
    sip
    slang
    smbclient
    soundtouch
    sox
    spacefm
    speex
    sqlite
    startup-notification
    stfl
    strace
    sudo
    sysfsutils
    syslinux
    syslog-ng
    sysvinit
    taglib
    talloc
    tamsyn-font
    tar
    tcl
    tdb
    texinfo
    tmux
    tor
    transset-df
    tre
    tsocks
    ttf-dejavu
    ttf-ubuntu-font-family
    tzdata
    udisks2
    unace
    unetbootin
    unrar
    unzip
    upower
    upx
    usbmuxd
    usbutils
    util-linux
    v4l-utils
    vcdimager
    vi
    vicious
    videoproto
    viewnior
    vlock
    vorbis-tools
    wavpack
    weechat
    wget
    which
    wildmidi
    wireless_tools
    wpa_supplicant
    x264
    xcb-proto
    xcb-util
    xcb-util-image
    xcb-util-keysyms
    xcb-util-wm
    xcompmgr
    xcursor-vanilla-dmz-aa
    xdg-utils
    xextproto
    xf86dgaproto
    xf86-input-evdev
    xf86-input-synaptics
    xf86vidmodeproto
    xfburn
    xfconf
    xfsprogs
    xineramaproto
    xinetd
    xkeyboard-config
    xmlrpc-c
    xorg-bdftopcf
    xorg-fonts-alias
    xorg-fonts-encodings
    xorg-fonts-misc
    xorg-font-util
    xorg-font-utils
    xorg-iceauth
    xorg-mkfontdir
    xorg-mkfontscale
    xorg-server
    xorg-server-common
    xorg-server-utils
    xorg-sessreg
    xorg-setxkbmap
    xorg-utils
    xorg-xauth
    xorg-xbacklight
    xorg-xcmsdb
    xorg-xdpyinfo
    xorg-xdriinfo
    xorg-xev
    xorg-xfontsel
    xorg-xgamma
    xorg-xhost
    xorg-xinit
    xorg-xinput
    xorg-xkbcomp
    xorg-xkill
    xorg-xlsatoms
    xorg-xlsclients
    xorg-xmessage
    xorg-xmodmap
    xorg-xprop
    xorg-xrandr
    xorg-xrdb
    xorg-xrefresh
    xorg-xset
    xorg-xsetroot
    xorg-xvinfo
    xorg-xwininfo
    xproto
    xvidcore
    xz
    yajl
    zathura
    zathura-djvu
    zathura-pdf-poppler
    zip
    zsh
    This is my pacman.log:
    [2012-07-16 23:42] installed filesystem (2012.6-4)
    [2012-07-16 23:42] installed findutils (4.4.2-4)
    [2012-07-16 23:42] installed gawk (4.0.1-1)
    [2012-07-16 23:42] installed gettext (0.18.1.1-4)
    [2012-07-16 23:42] installed grep (2.13-1)
    [2012-07-16 23:42] installed sed (4.2.1-4)
    [2012-07-16 23:42] installed grub (0.97-21)
    [2012-07-16 23:42] installed gzip (1.5-1)
    [2012-07-16 23:42] installed gdbm (1.10-1)
    [2012-07-16 23:42] installed perl (5.16.0-2)
    [2012-07-16 23:42] installed openssl (1.0.1.c-1)
    [2012-07-16 23:42] installed libsasl (2.1.23-9)
    [2012-07-16 23:42] installed libldap (2.4.31-4)
    [2012-07-16 23:42] installed keyutils (1.5.5-3)
    [2012-07-16 23:42] installed krb5 (1.10.2-2)
    [2012-07-16 23:42] installed heirloom-mailx (12.5-3)
    [2012-07-16 23:42] installed inetutils (1.9.1-2)
    [2012-07-16 23:42] installed iproute2 (3.4.0-2)
    [2012-07-16 23:42] installed sysvinit (2.88-6)
    [2012-07-16 23:42] installed initscripts (2012.06.3-2)
    [2012-07-16 23:42] installed sysfsutils (2.1.0-8)
    [2012-07-16 23:42] installed iputils (20101006-4)
    [2012-07-16 23:42] installed jfsutils (1.1.15-3)
    [2012-07-16 23:42] installed less (444-3)
    [2012-07-16 23:42] installed licenses (2.9-1)
    [2012-07-16 23:42] installed linux-firmware (20120625-1)
    [2012-07-16 23:42] installed mkinitcpio-busybox (1.20.1-1)
    [2012-07-16 23:42] installed expat (2.1.0-1)
    [2012-07-16 23:42] installed libarchive (3.0.4-1)
    [2012-07-16 23:42] installed mkinitcpio (0.9.2-2)
    [2012-07-16 23:42] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-07-16 23:42] bsdcpio: Failed to set default locale
    [2012-07-16 23:42] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-07-16 23:42] bsdcpio: Failed to set default locale
    [2012-07-16 23:42] installed linux (3.4.4-3)
    [2012-07-16 23:42] installed logrotate (3.8.1-2)
    [2012-07-16 23:42] installed lvm2 (2.02.96-3)
    [2012-07-16 23:42] installed texinfo (4.13a-7)
    [2012-07-16 23:42] installed groff (1.21-2)
    [2012-07-16 23:42] installed libpipeline (1.2.1-1)
    [2012-07-16 23:42] it's recommended to create an initial
    [2012-07-16 23:42] database running as root:
    [2012-07-16 23:42] installed man-db (2.6.2-1)
    [2012-07-16 23:43] installed man-pages (3.41-1)
    [2012-07-16 23:43] installed mdadm (3.2.5-2)
    [2012-07-16 23:43] installed nano (2.2.6-2)
    [2012-07-16 23:43] installed ca-certificates (20120623-1)
    [2012-07-16 23:43] installed libssh2 (1.4.2-1)
    [2012-07-16 23:43] installed curl (7.26.0-1)
    [2012-07-16 23:43] installed pth (2.0.7-4)
    [2012-07-16 23:43] installed libksba (1.2.0-2)
    [2012-07-16 23:43] installed libassuan (2.0.3-1)
    [2012-07-16 23:43] installed pinentry (0.8.1-4)
    [2012-07-16 23:43] installed dirmngr (1.1.0-4)
    [2012-07-16 23:43] installed gnupg (2.0.19-2)
    [2012-07-16 23:43] installed gpgme (1.3.1-4)
    [2012-07-16 23:43] installed pacman-mirrorlist (20120626-1)
    [2012-07-16 23:43] installed archlinux-keyring (20120622-1)
    [2012-07-16 23:43] installed pacman (4.0.3-3)
    [2012-07-16 23:43] installed pciutils (3.1.10-1)
    [2012-07-16 23:43] installed pcmciautils (018-4)
    [2012-07-16 23:43] installed libnl (3.2.11-1)
    [2012-07-16 23:43] installed libusbx (1.0.12-2)
    [2012-07-16 23:43] installed libpcap (1.3.0-1)
    [2012-07-16 23:43] installed ppp (2.4.5-3)
    [2012-07-16 23:43] installed procps-ng (3.3.3-3)
    [2012-07-16 23:43] installed psmisc (22.19-1)
    [2012-07-16 23:43] installed reiserfsprogs (3.6.21-4)
    [2012-07-16 23:43] installed shadow (4.1.5.1-1)
    [2012-07-16 23:43] installed eventlog (0.2.12-3)
    [2012-07-16 23:43] installed syslog-ng (3.3.5-2)
    [2012-07-16 23:43] installed tar (1.26-2)
    [2012-07-16 23:43] installed usbutils (006-1)
    [2012-07-16 23:43] installed vi (1:050325-2)
    [2012-07-16 23:43] installed wget (1.13.4-1)
    [2012-07-16 23:43] installed which (2.20-5)
    [2012-07-16 23:43] installed dbus-core (1.6.2-2)
    [2012-07-16 23:43] installed wpa_supplicant (1.0-1)
    [2012-07-16 23:43] installed xfsprogs (3.1.8-2)
    [2012-07-16 23:53] installed sudo (1.8.5.p2-1)
    [2012-07-16 23:53] installed net-tools (1.60.20110819cvs-3)
    [2012-07-16 23:53] installed dhclient (4.2.3.2-2)
    [2012-07-16 23:53] installed zsh (4.3.17-2)
    [2012-07-16 23:57] installed bash-completion (2.0-2)
    [2012-07-16 23:59] installed xproto (7.0.23-1)
    [2012-07-16 23:59] installed libxdmcp (1.1.1-1)
    [2012-07-16 23:59] installed freetype2 (2.4.10-1)
    [2012-07-16 23:59] installed libfontenc (1.1.1-1)
    [2012-07-16 23:59] installed fontsproto (2.1.2-1)
    [2012-07-16 23:59] installed libxfont (1.4.5-1)
    [2012-07-16 23:59] installed libpciaccess (0.13.1-1)
    [2012-07-16 23:59] installed libdrm (2.4.37-1)
    [2012-07-16 23:59] installed pixman (0.26.2-1)
    [2012-07-16 23:59] installed libxau (1.0.7-1)
    [2012-07-16 23:59] installed xcb-proto (1.7.1-1)
    [2012-07-16 23:59] installed libxcb (1.8.1-1)
    [2012-07-16 23:59] installed kbproto (1.0.6-1)
    [2012-07-16 23:59] installed libx11 (1.5.0-1)
    [2012-07-16 23:59] installed libxkbfile (1.0.8-1)
    [2012-07-16 23:59] installed xorg-xkbcomp (1.2.4-1)
    [2012-07-16 23:59] installed xkeyboard-config (2.6-1)
    [2012-07-16 23:59] installed xorg-setxkbmap (1.3.0-1)
    [2012-07-16 23:59] installed xorg-fonts-encodings (1.0.4-3)
    [2012-07-16 23:59] installed xorg-fonts-alias (1.0.2-2)
    [2012-07-16 23:59] installed xorg-bdftopcf (1.0.3-2)
    [2012-07-16 23:59] installed xorg-mkfontscale (1.1.0-1)
    [2012-07-16 23:59] installed xorg-mkfontdir (1.0.7-1)
    [2012-07-16 23:59] installed xorg-font-util (1.3.0-1)
    [2012-07-16 23:59] installed xorg-font-utils (7.6-3)
    [2012-07-16 23:59] updating font cache... done.
    [2012-07-16 23:59] installed fontconfig (2.8.0-2)
    [2012-07-16 23:59] installed xorg-fonts-misc (1.0.1-2)
    [2012-07-16 23:59] installed xorg-server-common (1.12.3-1)
    [2012-07-16 23:59] installed xf86-input-evdev (2.7.0-2)
    [2012-07-16 23:59] installed xorg-server (1.12.3-1)
    [2012-07-16 23:59] installed xextproto (7.2.1-1)
    [2012-07-16 23:59] installed libxext (1.3.1-1)
    [2012-07-16 23:59] installed libice (1.0.8-1)
    [2012-07-16 23:59] installed libsm (1.2.1-1)
    [2012-07-16 23:59] installed libxt (1.1.3-1)
    [2012-07-16 23:59] installed libxmu (1.1.1-1)
    [2012-07-16 23:59] installed xorg-xauth (1.0.7-1)
    [2012-07-16 23:59] installed xorg-xinit (1.3.2-1)
    [2012-07-16 23:59] installed inputproto (2.2-1)
    [2012-07-16 23:59] installed libxi (1.6.1-1)
    [2012-07-16 23:59] installed recordproto (1.14.2-1)
    [2012-07-16 23:59] installed libxtst (1.2.1-1)
    [2012-07-16 23:59] installed xf86vidmodeproto (2.3.1-2)
    [2012-07-16 23:59] installed libxxf86vm (1.1.2-1)
    [2012-07-16 23:59] installed xf86dgaproto (2.1-2)
    [2012-07-16 23:59] installed libxxf86dga (1.1.3-1)
    [2012-07-16 23:59] installed renderproto (0.11.1-2)
    [2012-07-16 23:59] installed libxrender (0.9.7-1)
    [2012-07-16 23:59] installed fixesproto (5.0-2)
    [2012-07-16 23:59] installed libxfixes (5.0-2)
    [2012-07-16 23:59] installed compositeproto (0.4.2-2)
    [2012-07-16 23:59] installed libxcomposite (0.4.3-2)
    [2012-07-16 23:59] installed xineramaproto (1.2.1-2)
    [2012-07-16 23:59] installed libxinerama (1.1.2-1)
    [2012-07-16 23:59] installed dmxproto (2.3.1-2)
    [2012-07-16 23:59] installed libdmx (1.1.2-1)
    [2012-07-16 23:59] installed xorg-xdpyinfo (1.3.0-1)
    [2012-07-16 23:59] installed damageproto (1.2.1-2)
    [2012-07-16 23:59] installed libxdamage (1.1.3-2)
    [2012-07-16 23:59] installed libglapi (8.0.4-1)
    [2012-07-16 23:59] installed libgl (8.0.4-1)
    [2012-07-16 23:59] installed xorg-xdriinfo (1.0.4-3)
    [2012-07-16 23:59] installed randrproto (1.3.2-2)
    [2012-07-16 23:59] installed libxrandr (1.3.2-2)
    [2012-07-16 23:59] installed xorg-xev (1.2.0-1)
    [2012-07-16 23:59] installed xorg-xlsatoms (1.1.1-1)
    [2012-07-16 23:59] installed xorg-xlsclients (1.1.2-2)
    [2012-07-16 23:59] installed xorg-xprop (1.2.1-1)
    [2012-07-16 23:59] installed videoproto (2.3.1-2)
    [2012-07-16 23:59] installed libxv (1.0.7-1)
    [2012-07-16 23:59] installed xorg-xvinfo (1.1.1-3)
    [2012-07-16 23:59] installed xorg-xwininfo (1.1.2-1)
    [2012-07-16 23:59] installed xorg-utils (7.6-8)
    [2012-07-16 23:59] installed xorg-iceauth (1.0.5-1)
    [2012-07-16 23:59] installed xorg-sessreg (1.0.7-1)
    [2012-07-16 23:59] installed xorg-xcmsdb (1.0.4-1)
    [2012-07-16 23:59] installed xorg-xbacklight (1.1.2-3)
    [2012-07-16 23:59] installed xorg-xgamma (1.0.5-1)
    [2012-07-16 23:59] installed xorg-xhost (1.0.5-1)
    [2012-07-16 23:59] installed xorg-xrandr (1.3.5-1)
    [2012-07-16 23:59] installed xorg-xinput (1.6.0-1)
    [2012-07-16 23:59] installed xorg-xmodmap (1.0.7-1)
    [2012-07-16 23:59] installed mcpp (2.7.2-4)
    [2012-07-16 23:59] installed xorg-xrdb (1.0.9-2)
    [2012-07-16 23:59] installed xorg-xrefresh (1.0.4-3)
    [2012-07-16 23:59] installed xorg-xset (1.2.2-1)
    [2012-07-16 23:59] installed libxcursor (1.1.13-1)
    [2012-07-16 23:59] installed xorg-xsetroot (1.1.0-3)
    [2012-07-16 23:59] installed xorg-server-utils (7.6-3)
    [2012-07-16 23:59] installed dri2proto (2.6-1)
    [2012-07-16 23:59] installed glproto (1.4.15-1)
    [2012-07-16 23:59] installed mesa (8.0.4-1)
    [2012-07-17 00:01] installed ati-dri (8.0.4-1)
    [2012-07-17 00:01] installed xf86-video-ati (1:6.14.6-1)
    [2012-07-17 00:01] installed mtdev (1.1.2-1)
    [2012-07-17 00:01] installed xf86-input-synaptics (1.6.2-1)
    [2012-07-17 00:01] installed dbus (1.6.2-1)
    [2012-07-17 00:03] installed polkit (0.105-1)
    [2012-07-17 00:03] installed pm-quirks (0.20100619-2)
    [2012-07-17 00:03] installed pm-utils (1.4.1-5)
    [2012-07-17 00:03] installed dbus-glib (0.100-1)
    [2012-07-17 00:03] installed usbmuxd (1.0.7-3)
    [2012-07-17 00:03] installed libxml2 (2.7.8-2)
    [2012-07-17 00:03] installed sqlite (3.7.13-1)
    [2012-07-17 00:03] installed python2 (2.7.3-2)
    [2012-07-17 00:03] installed libplist (1.8-2)
    [2012-07-17 00:03] installed libtasn1 (2.13-1)
    [2012-07-17 00:03] installed nettle (2.5-1)
    [2012-07-17 00:03] installed p11-kit (0.12-1)
    [2012-07-17 00:03] installed gnutls (3.0.21-1)
    [2012-07-17 00:03] installed libimobiledevice (1.1.1-3)
    [2012-07-17 00:03] installed upower (0.9.17-1)
    [2012-07-17 00:04] installed libpng (1.5.11-1)
    [2012-07-17 00:04] installed cairo (1.12.2-2)
    [2012-07-17 00:04] installed libjpeg-turbo (1.2.1-1)
    [2012-07-17 00:04] installed libtiff (4.0.2-1)
    [2012-07-17 00:04] installed giflib (4.1.6-5)
    [2012-07-17 00:04] installed libid3tag (0.15.1b-7)
    [2012-07-17 00:04] installed imlib2 (1.4.5-2)
    [2012-07-17 00:04] installed libev (4.11-1)
    [2012-07-17 00:04] installed libxdg-basedir (1.2.0-1)
    [2012-07-17 00:04] installed lua (5.1.5-2)
    [2012-07-17 00:04] installed libxft (2.3.1-1)
    [2012-07-17 00:04] installed libdatrie (0.2.5-1)
    [2012-07-17 00:04] installed libthai (0.1.17-1)
    [2012-07-17 00:04] installed pango (1.30.1-1)
    [2012-07-17 00:04] installed xcb-util (0.3.9-1)
    [2012-07-17 00:04] installed startup-notification (0.12-3)
    [2012-07-17 00:04] installed xcb-util-image (0.3.9-1)
    [2012-07-17 00:04] installed xcb-util-keysyms (0.3.9-1)
    [2012-07-17 00:04] installed xcb-util-wm (0.3.9-1)
    [2012-07-17 00:04] installed libxpm (3.5.10-1)
    [2012-07-17 00:04] installed libxaw (1.0.11-1)
    [2012-07-17 00:04] installed xorg-xmessage (1.0.3-2)
    [2012-07-17 00:04] installed awesome (3.4.13-1)
    [2012-07-17 00:04] installed vicious (2.0.4-2)
    [2012-07-17 00:05] installed python (3.2.3-3)
    [2012-07-17 00:05] installed ranger (1.5.4-1)
    [2012-07-17 00:10] installed mingetty (1.08-3)
    [2012-07-17 00:11] installed fuse (2.9.0-1)
    [2012-07-17 00:11] installed ntfs-3g (2012.1.15-3)
    [2012-07-17 00:18] Adding vlock group... done.
    [2012-07-17 00:18] installed vlock (2.2.3-1)
    [2012-07-17 00:20] upgraded lua (5.1.5-2 -> 5.1.5-2)
    filesystem: 700 package: 755
    filesystem: 700 package: 755
    filesystem: 700 package: 755
    filesystem: 700 package: 755
    filesystem: 700 package: 755
    filesystem: 700 package: 755
    [2012-07-17 00:20] upgraded awesome (3.4.13-1 -> 3.4.13-1)
    [2012-07-17 00:27] installed alsa-lib (1.0.25-1)
    [2012-07-17 00:27] installed dialog (1.1_20120706-1)
    [2012-07-17 00:27] installed libogg (1.3.0-1)
    [2012-07-17 00:27] installed flac (1.2.1-3)
    [2012-07-17 00:27] installed libvorbis (1.3.3-1)
    [2012-07-17 00:27] installed libsndfile (1.0.25-2)
    [2012-07-17 00:27] installed libsamplerate (0.1.8-1)
    [2012-07-17 00:27] installed alsa-utils (1.0.25-3)
    [2012-07-17 00:29] installed atk (2.4.0-1)
    [2012-07-17 00:29] installed shared-mime-info (1.0-1)
    [2012-07-17 00:29] installed libdaemon (0.14-2)
    [2012-07-17 00:29]
    [2012-07-17 00:29] installed avahi (0.6.31-3)
    [2012-07-17 00:29] installed libcups (1.5.3-5)
    [2012-07-17 00:29] installed gdk-pixbuf2 (2.26.1-1)
    [2012-07-17 00:29] installed gtk-update-icon-cache (2.24.10-3)
    [2012-07-17 00:29] installed gtk2 (2.24.10-3)
    [2012-07-17 00:29] relogin or source /etc/profile.d/mozilla-common.sh
    [2012-07-17 00:29] installed mozilla-common (1.4-3)
    [2012-07-17 00:29] installed mime-types (8-1)
    [2012-07-17 00:29] installed libnotify (0.7.5-1)
    [2012-07-17 00:29] installed desktop-file-utils (0.20-1)
    [2012-07-17 00:29] installed hicolor-icon-theme (0.12-2)
    [2012-07-17 00:29] installed libvpx (1.1.0-1)
    [2012-07-17 00:29] installed libevent (2.0.19-1)
    [2012-07-17 00:29] installed nspr (4.9.1-1)
    [2012-07-17 00:29] installed nss (3.13.5-1)
    [2012-07-17 00:29] installed hunspell (1.3.2-1)
    [2012-07-17 00:29] installed firefox (13.0.1-1)
    [2012-07-17 00:34] installed rxvt-unicode (9.15-3)
    [2012-07-17 00:46] installed fakeroot (1.18.4-1)
    [2012-07-17 00:47] installed binutils (2.22-9)
    [2012-07-17 00:47] installed perl-error (0.17018-1)
    [2012-07-17 00:47] installed git (1.7.11.2-1)
    [2012-07-17 00:50] installed yajl (2.0.4-1)
    [2012-07-17 00:51] installed automake (1.12.2-1)
    [2012-07-17 00:51] installed m4 (1.4.16-2)
    [2012-07-17 00:51] installed autoconf (2.69-1)
    [2012-07-17 00:52] installed make (3.82-4)
    [2012-07-17 00:54] installed mpfr (3.1.1-1)
    [2012-07-17 00:54] installed libmpc (0.9-2)
    [2012-07-17 00:54] installed isl (0.10-1)
    [2012-07-17 00:54] installed cloog (0.17.0-2)
    [2012-07-17 00:54] installed ppl (1.0-1)
    [2012-07-17 00:54] installed gcc (4.7.1-4)
    [2012-07-17 01:33] installed package-query (1.0.1-1)
    [2012-07-17 01:33] installed yaourt (1.1-1)
    [2012-07-17 01:35] installed patch (2.6.1-3)
    [2012-07-17 01:35] installed pacman-color (4.0.3-2)
    [2012-07-17 01:36] Make sure that you add /usr/share/fonts/local/ to xorg.conf under the
    [2012-07-17 01:36] See the README in /usr/share/doc/tamsyn-font for more info.
    [2012-07-17 01:36] installed tamsyn-font (1.9-1)
    [2012-07-17 01:39] installed geany (1.22-1)
    [2012-07-17 01:52] installed cvim (7.3-1)
    [2012-07-17 01:54] installed termsyn (1.8.6-1)
    [2012-07-17 01:57] installed libxres (1.0.6-1)
    [2012-07-17 01:57] installed libwnck (2.30.7-1)
    [2012-07-17 01:57] installed devilspie (0.22-5)
    [2012-07-17 01:57] installed parcellite (1.0.2rc5-1)
    [2012-07-17 01:57] installed viewnior (1.3-1)
    [2012-07-17 01:57] installed transset-df (6-3)
    [2012-07-17 01:57] upgraded parcellite (1.0.2rc5-1 -> 1.0.2rc5-1)
    [2012-07-17 01:57] upgraded viewnior (1.3-1 -> 1.3-1)
    [2012-07-17 01:58] installed a52dec (0.7.4-6)
    [2012-07-17 01:58] installed gpm (1.20.6-8)
    [2012-07-17 01:58] installed aalib (1.4rc5-9)
    [2012-07-17 01:58] installed cdparanoia (10.2-4)
    [2012-07-17 01:58] installed recode (3.6-7)
    [2012-07-17 01:58] installed enca (1.13-2)
    [2012-07-17 01:58] installed faad2 (2.7-3)
    [2012-07-17 01:58] installed lame (3.99.5-1)
    [2012-07-17 01:58] installed libasyncns (0.8-4)
    [2012-07-17 01:58] installed json-c (0.9-1)
    [2012-07-17 01:58] installed libpulse (2.0-2)
    [2012-07-17 01:58] installed libtheora (1.1.1-2)
    [2012-07-17 01:58] installed sdl (1.2.15-1)
    [2012-07-17 01:58] installed gsm (1.0.13-7)
    [2012-07-17 01:58] installed khrplatform-devel (8.0.4-1)
    [2012-07-17 01:58] installed libegl (8.0.4-1)
    [2012-07-17 01:58] installed libva (1.1.0-1)
    [2012-07-17 01:58] installed opencore-amr (0.1.3-1)
    [2012-07-17 01:58] installed openjpeg (1.5.0-1)
    [2012-07-17 01:58] installed rtmpdump (2.4-1)
    [2012-07-17 01:58] installed orc (0.4.16-1)
    [2012-07-17 01:58] installed schroedinger (1.0.11-1)
    [2012-07-17 01:58] installed speex (1.2rc1-2)
    [2012-07-17 01:58] installed v4l-utils (0.8.8-1)
    [2012-07-17 01:58] installed x264 (20120705-1)
    [2012-07-17 01:58] installed xvidcore (1.3.2-1)
    [2012-07-17 01:58] installed ffmpeg (1:0.11.1-1)
    [2012-07-17 01:58] installed jack (0.121.3-6)
    [2012-07-17 01:58] installed ladspa (1.13-3)
    [2012-07-17 01:58] installed fribidi (0.19.2-2)
    [2012-07-17 01:58] installed libass (0.10.0-3)
    [2012-07-17 01:58] installed libbluray (0.2.2-1)
    [2012-07-17 01:58] installed libcaca (0.99.beta18-1)
    [2012-07-17 01:58] installed libcddb (1.3.2-3)
    [2012-07-17 01:58] installed libcdio (0.83-1)
    [2012-07-17 01:58] installed libdca (0.0.5-3)
    [2012-07-17 01:58] installed libdvdcss (1.2.12-1)
    [2012-07-17 01:58] installed libdvdread (4.2.0-1)
    [2012-07-17 01:58] installed libdvdnav (4.2.0-2)
    [2012-07-17 01:58] installed libmad (0.15.1b-6)
    [2012-07-17 01:58] installed libvdpau (0.4.1-2)
    [2012-07-17 01:58] installed scrnsaverproto (1.2.2-1)
    [2012-07-17 01:58] installed libxss (1.2.2-1)
    [2012-07-17 01:58] installed libusb-compat (0.1.4-2)
    [2012-07-17 01:58] installed libftdi (0.20-1)
    [2012-07-17 01:58] installed libirman (0.4.5-3)
    [2012-07-17 01:58] installed lirc-utils (1:0.9.0-20)
    [2012-07-17 01:58] installed libltdl (2.4.2-6)
    [2012-07-17 01:58] installed mpg123 (1.14.3-1)
    [2012-07-17 01:58] installed ttf-dejavu (2.33-3)
    [2012-07-17 01:59] installed mplayer2 (20120517-4)
    [2012-07-17 01:59] upgraded mplayer2 (20120517-4 -> 20120517-4)
    [2012-07-17 02:00] installed htop (1.0.1-1)
    [2012-07-17 02:00] installed powertop (2.0-1)
    [2012-07-17 02:02] installed stfl (0.22-1)
    [2012-07-17 02:02] installed newsbeuter (2.5-1)
    [2012-07-17 02:03] installed libidn (1.25-1)
    [2012-07-17 02:03] installed abook (0.6.0pre2-5)
    [2012-07-17 02:05]
    [2012-07-17 02:05]
    [2012-07-17 02:05] installed mutt-sidebar-trash (1.5.21-2)
    [2012-07-17 02:09] installed dmenu-xft-height (4.5-1)
    [2012-07-17 02:09] installed netcfg (2.8.5-3)
    [2012-07-17 02:09] Make sure to setup up sudo so that the needed users can access
    [2012-07-17 02:09] 'sudo /usr/bin/netcfg' with out typing in a password. Example, in
    [2012-07-17 02:09] visudo, place the following lines:
    [2012-07-17 02:09] Cmnd_Alias NETMGR = /usr/bin/netcfg
    [2012-07-17 02:09] %network ALL=NOPASSWD: NETMGR
    [2012-07-17 02:09] Lines such as the above will allow a user to launch sudo for
    [2012-07-17 02:09] certain commands without requiring a password
    [2012-07-17 02:09] installed dnetcfg (0.0.20100312-5)
    [2012-07-17 02:09] Make sure to setup up sudo so that the needed users can access
    [2012-07-17 02:09] 'sudo /usr/sbin/pm-XXX' with out typing in a password. Example, in
    [2012-07-17 02:09] visudo, place the following lines:
    [2012-07-17 02:09] Cmnd_Alias PMUTIL = /usr/sbin/pm-suspend,/usr/sbin/pm-hibernate
    [2012-07-17 02:09] %power ALL=NOPASSWD: PMUTIL
    [2012-07-17 02:09] Lines such as the above will allow a user to launch sudo for
    [2012-07-17 02:09] certain commands without requiring a password
    [2012-07-17 02:09] installed dpm (0.0.20100312-2)
    [2012-07-17 02:11] removed tamsyn-font (1.9-1)
    [2012-07-17 02:11] installed tamsynmod (1.7-1)
    [2012-07-17 02:13] Make sure that you add /usr/share/fonts/local/ to xorg.conf under the
    [2012-07-17 02:13] See the README in /usr/share/doc/tamsyn-font for more info.
    [2012-07-17 02:13] installed tamsyn-font (1.9-1)
    [2012-07-17 02:17] installed libao (1.1.0-2)
    [2012-07-17 02:17] installed libmodplug (0.8.8.4-1)
    [2012-07-17 02:17] installed audiofile (0.3.4-1)
    [2012-07-17 02:17] installed libshout (1:2.3.0-1)
    [2012-07-17 02:17] installed libmms (0.6.2-1)
    [2012-07-17 02:17] installed wavpack (4.60.1-2)
    [2012-07-17 02:17] installed libmpcdec (1.2.6-3)
    [2012-07-17 02:17] installed mpd (0.17-2)
    [2012-07-17 02:17] installed libmpdclient (2.7-1)
    [2012-07-17 02:17] installed mpc (0.22-2)
    [2012-07-17 02:18] installed fftw (3.3.2-1)
    [2012-07-17 02:18] installed taglib (1.7.2-1)
    [2012-07-17 02:18] Example configuration files can be found in
    [2012-07-17 02:18] /usr/share/doc/ncmpcpp
    [2012-07-17 02:18] installed ncmpcpp (0.5.10-1)
    [2012-07-17 02:33] installed hdparm (9.39-1)
    [2012-07-17 02:33] installed wireless_tools (29-6)
    [2012-07-17 02:33] upgraded upower (0.9.17-1 -> 0.9.17-1)
    [2012-07-17 02:37] upgraded netcfg (2.8.5-3 -> 2.8.5-3)
    [2012-07-17 02:45] installed rsync (3.0.9-3)
    [2012-07-17 02:45] --------------------------------------------------------------------------
    [2012-07-17 02:45] Define which users will make use of the sync in /etc/psd.conf
    [2012-07-17 02:45]
    [2012-07-17 02:45] More at: https://wiki.archlinux.org/index.php/Profile-sync-daemon
    [2012-07-17 02:45] --------------------------------------------------------------------------
    [2012-07-17 02:45] installed profile-sync-daemon (3.5-1)
    [2012-07-17 02:48] installed polipo (1.0.4.1-5)
    [2012-07-17 02:48] installed tsocks (1.8beta5-5)
    [2012-07-17 02:48] -> Tor has been preconfigured to run as a client only.
    [2012-07-17 02:48] -> Tor is experimental software. Do not rely on it for strong anonymity.
    [2012-07-17 02:48] ->
    [2012-07-17 02:48] -> You can set custom file descriptor ulimits for Tor in
    [2012-07-17 02:48] installed tor (0.2.2.37-1)
    [2012-07-17 02:48] installed pdnsd (1.2.9-2)
    [2012-07-17 02:59] installed idnkit (1.0-2)
    [2012-07-17 02:59] installed dnssec-anchors (20120422-1)
    [2012-07-17 02:59] installed dnsutils (9.9.1.P1-1)
    [2012-07-17 03:20] installed js (1.8.5-3)
    [2012-07-17 03:20] installed gc (7.2-1)
    [2012-07-17 03:20] installed tre (0.8.0-2)
    [2012-07-17 03:20] installed elinks (0.13-10)
    [2012-07-17 03:22] installed xorg-xkill (1.0.3-3)
    [2012-07-17 03:23] removed fftw (3.3.2-1)
    [2012-07-17 03:30] installed upx (3.08-1)
    [2012-07-17 03:46] removed libgl (8.0.4-1)
    [2012-07-17 03:46] removed xf86-video-ati (1:6.14.6-1)
    [2012-07-17 03:46] removed ati-dri (8.0.4-1)
    [2012-07-17 03:46] installed xinetd (2.3.15-2)
    [2012-07-17 03:46] installed netkit-bsd-finger (0.17-7)
    [2012-07-17 03:46] ----------------------------------------------------------------
    [2012-07-17 03:46] PLEASE NOTE:
    [2012-07-17 03:46] For these drivers to work, you must install kernel modules.
    [2012-07-17 03:46] Depending on your kernel, these module packages are named
    [2012-07-17 03:46] catalyst-$kernel and stock kernel module is catalyst
    [2012-07-17 03:46]
    [2012-07-17 03:46] OR simply use packages that provides auto re-compilation:
    [2012-07-17 03:46] catalyst-hook or catalyst-daemon
    [2012-07-17 03:46]
    [2012-07-17 03:46] OR use catalyst-generator package to generate catalyst-{kernver}
    [2012-07-17 03:46] packages
    [2012-07-17 03:46] ----------------------------------------------------------------
    [2012-07-17 03:46] You can use the tool 'aticonfig' to generate an xorg.conf file.
    [2012-07-17 03:46] --------------------- ^^^^^^^^^ --------------------------------
    [2012-07-17 03:46] Add nomodeset to your kernel line in /boot/grub/menu.lst , ie.:
    [2012-07-17 03:46] kernel /boot/vmlinuz-linux root=/dev/sda1 ro nomodeset
    [2012-07-17 03:46] ----------------------------------------------------------------
    [2012-07-17 03:46] For more info and troubleshooting visit:
    [2012-07-17 03:46] http://wiki.archlinux.org/index.php/ATI_Catalyst
    [2012-07-17 03:46] ----------------------------------------------------------------
    [2012-07-17 03:46] installed catalyst-utils (12.6-1)
    [2012-07-17 03:47] ----------------------------------------------------------------
    [2012-07-17 03:47] For more info and more troubleshooting visit:
    [2012-07-17 03:47] http://wiki.archlinux.org/index.php/ATI_Catalyst
    [2012-07-17 03:47] ----------------------------------------------------------------
    [2012-07-17 03:47]
    [2012-07-17 03:47] catalyst package has been splited between:
    [2012-07-17 03:47] - catalyst (module for stock kernel)
    [2012-07-17 03:47] - catalyst-utils (libs and stuff)
    [2012-07-17 03:47]
    [2012-07-17 03:47] and optional:
    [2012-07-17 03:47] - catalyst-hook (auto rebuilding script and source files)
    [2012-07-17 03:47] - catalyst-daemon (auto rebuilding script and source files)
    [2012-07-17 03:47] - catalyst-generator (generator of catalyst-{kernver} packages)
    [2012-07-17 03:47] ----------------------------------------------------------------
    [2012-07-17 03:47] installed catalyst (12.6-3)
    [2012-07-17 03:55] installed libmng (1.0.10-4)
    [2012-07-17 03:55] installed xdg-utils (1.1.0-2.20120520)
    [2012-07-17 03:55] installed qt (4.8.2-2)
    [2012-07-17 04:00] installed libstatgrab (0.17-2)
    [2012-07-17 04:00] installed cpufrequtils (008-2)
    [2012-07-17 04:00] installed acpi (1.6-1)
    [2012-07-17 04:01] installed lm_sensors (3.3.2-3)
    [2012-07-17 04:01] installed hddtemp (0.3.beta15.46-3)
    [2012-07-17 04:08] installed xorg-util-macros (1.17-1)
    [2012-07-17 04:08] installed libsigc++ (2.2.10-2)
    [2012-07-17 04:08] installed libtorrent (0.13.2-1)
    [2012-07-17 04:08] installed xmlrpc-c (1:1.29.2-2)
    [2012-07-17 04:09] installed xcompmgr (1.1.6-1)
    [2012-07-17 04:09] installed rtorrent (0.9.2-1)
    [2012-07-17 04:10] installed tmux (1.6-2)
    [2012-07-17 04:19] removed xcompmgr (1.1.6-1)
    [2012-07-17 04:19] removed transset-df (6-3)
    [2012-07-17 04:19] removed devilspie (0.22-5)
    [2012-07-17 04:19] removed libwnck (2.30.7-1)
    [2012-07-17 04:19] removed libxres (1.0.6-1)
    [2012-07-17 04:20] installed perl-xml-parser (2.41-3)
    [2012-07-17 04:20] installed intltool (0.50.2-1)
    [2012-07-17 04:20] installed lxappearance (0.5.2-1)
    [2012-07-17 04:25] installed ttf-ubuntu-font-family (0.80-3)
    [2012-07-17 04:25] installed libxkbui (1.0.2-4)
    [2012-07-17 04:25] installed libspiro (20071029-2)
    [2012-07-17 04:25] installed fontforge (20120119-1)
    [2012-07-17 04:28] installed ttf-ms-fonts (2.0-9)
    [2012-07-17 04:36] removed freetype2 (2.4.10-1)
    [2012-07-17 04:36] installed freetype2-infinality (2.4.10-1)
    [2012-07-17 04:36] installed fontconfig-infinality (1-20120615)
    [2012-07-17 04:40] upgraded freetype2-infinality (2.4.10-1 -> 2.4.10-1)
    [2012-07-17 04:41] installed giblib (1.2.4-5)
    [2012-07-17 04:41] installed scrot (0.8-5)
    [2012-07-17 04:46] installed pkg-config (0.27-1)
    [2012-07-17 04:46] installed pianobar-git (20120717-1)
    [2012-07-17 04:55] installed flashplugin (11.2.202.236-1)
    [2012-07-17 05:01] installed lsof (4.86-1)
    [2012-07-17 05:08] ldm expects a config file at /etc/conf.d/ldm containing your user and group id (uid and gid respectively).
    [2012-07-17 05:08] Just add those two lines into it:
    [2012-07-17 05:08] USER_GID=<output of `id -g` ran from your user>
    [2012-07-17 05:08] USER_UID=<output of `id -u` ran from your user>
    [2012-07-17 05:08] installed ldm (0.3-1)
    [2012-07-17 05:12] installed libglade (2.6.4-3)
    [2012-07-17 05:12] installed python2-cairo (1.10.0-1)
    [2012-07-17 05:12] installed pygobject2-devel (2.28.6-6)
    [2012-07-17 05:12] installed python2-gobject2 (2.28.6-6)
    [2012-07-17 05:12] installed pygtk (2.24.0-3)
    [2012-07-17 05:12] installed python2-pyopenssl (0.13-1)
    [2012-07-17 05:12] installed python2-pyasn1 (0.1.3-1)
    [2012-07-17 05:12] installed gajim (0.15-4)
    [2012-07-17 05:18] upgraded elinks (0.13-10 -> 0.13-10)
    [2012-07-17 05:19] installed ttyload (0.5.2-1)
    [2012-07-17 05:20] installed alsi (0.4.3-1)
    [2012-07-17 05:20] installed envee-git (20120717-1)
    [2012-07-17 05:21] installed perl-term-extendedcolor (0.224-1)
    [2012-07-17 05:21] installed screenfo-git (20120717-1)
    [2012-07-17 05:22] removed screenfo-git (20120717-1)
    [2012-07-17 05:22] removed perl-term-extendedcolor (0.224-1)
    [2012-07-17 05:23] installed libexif (0.6.20-2)
    [2012-07-17 05:23] installed feh (2.5-1)
    [2012-07-17 05:24] installed lcms2 (2.3-2)
    [2012-07-17 05:24] installed liblqr (0.4.1-3)
    [2012-07-17 05:24] installed imagemagick (6.7.8.1-1)
    [2012-07-17 05:24] upgraded libxml2 (2.7.8-2 -> 2.7.8-2)
    [2012-07-17 05:24] installed freeglut (2.8.0-1)
    [2012-07-17 05:24] installed jasper (1.900.1-7)
    [2012-07-17 05:24] upgraded libpng (1.5.11-1 -> 1.5.11-1)
    [2012-07-17 05:24] installed lcms (1.19-2)
    [2012-07-17 05:25] installed gsfonts (1.0.7pre44-3)
    [2012-07-17 05:25] installed libwmf (0.2.8.4-9)
    [2012-07-17 05:25] installed libcroco (0.6.5-1)
    [2012-07-17 05:25] installed librsvg (2.36.1-1)
    [2012-07-17 05:25] installed babl (0.1.10-1)
    [2012-07-17 05:25] installed gegl (0.2.0-2)
    [2012-07-17 05:25] installed gimp (2.8.0-2)
    [2012-07-17 05:33] installed weechat (0.3.8-1)
    [2012-07-17 05:34] upgraded perl (5.16.0-2 -> 5.16.0-2)
    [2012-07-17 05:34] installed tcl (8.5.11-1)
    [2012-07-17 05:34] upgraded lua (5.1.5-2 -> 5.1.5-2)
    [2012-07-17 05:34] installed aspell (0.60.6.1-1)
    [2012-07-17 05:34] upgraded python2 (2.7.3-2 -> 2.7.3-2)
    [2012-07-17 05:34] installed libyaml (0.1.4-2)
    [2012-07-17 05:34] The default location of gem installs is $HOME/.gem/ruby
    [2012-07-17 05:34] Add the following line to your PATH if you plan to install using gem
    [2012-07-17 05:34] If you want to install to the system wide location, you must either:
    [2012-07-17 05:34] edit /etc/gemrc or run gem with the --no-user-install flag.
    [2012-07-17 05:34] installed ruby (1.9.3_p194-2)
    [2012-07-17 05:38] removed xorg-util-macros (1.17-1)
    [2012-07-17 05:38] removed pkg-config (0.27-1)
    [2012-07-17 05:38] removed fontforge (20120119-1)
    [2012-07-17 05:38] removed libspiro (20071029-2)
    [2012-07-17 05:38] removed libxkbui (1.0.2-4)
    [2012-07-17 05:39] installed mlocate (0.25-2)
    [2012-07-17 05:40] installed bleachbit (0.9.3-1)
    [2012-07-17 05:46] installed cln (1.3.2-1)
    [2012-07-17 05:46] installed libqalculate (0.9.7-3)
    [2012-07-17 05:46] installed libgusb (0.1.3-1)
    [2012-07-17 05:46] installed gd (2.0.36RC1-5)
    [2012-07-17 05:46] installed libgphoto2 (2.4.14-1)
    [2012-07-17 05:46] installed libieee1284 (0.2.11-4)
    [2012-07-17 05:46] installed net-snmp (5.7.1-3)
    [2012-07-17 05:46] NOTE
    [2012-07-17 05:46] ----
    [2012-07-17 05:46] Add your user to group 'scanner' to use scanner devices.
    [2012-07-17 05:46] installed sane (1.0.22-9)
    [2012-07-17 05:46] installed shared-color-profiles (0.1.5-1)
    [2012-07-17 05:46] installed colord (0.1.21-2)
    [2012-07-17 05:46] installed gtk3 (3.4.3-1)
    [2012-07-17 05:46] installed gconf (3.2.5-2)
    [2012-07-17 05:46] installed libgnome-data (2.32.1-3)
    [2012-07-17 05:46] installed tdb (1.2.9-2)
    [2012-07-17 05:46] installed talloc (2.0.7-1)
    [2012-07-17 05:46] installed libwbclient (3.6.6-1)
    [2012-07-17 05:46] installed libcap-ng (0.6.6-1)
    [2012-07-17 05:46] installed cifs-utils (5.5-1)
    [2012-07-17 05:46] installed smbclient (3.6.6-1)
    [2012-07-17 05:46] installed gnome-mime-data (2.18.0-6)
    [2012-07-17 05:46] installed gnome-vfs (2.24.4-6)
    [2012-07-17 05:46] installed libidl2 (0.8.14-2)
    [2012-07-17 05:46] installed orbit2 (2.14.19-2)
    [2012-07-17 05:46] installed libbonobo (2.32.1-2)
    [2012-07-17 05:46] installed dconf (0.12.1-2)
    [2012-07-17 05:46] installed libproxy (0.4.7-2)
    [2012-07-17 05:46] installed gsettings-desktop-schemas (3.4.2-1)
    [2012-07-17 05:46] installed glib-networking (2.32.3-1)
    [2012-07-17 05:46] installed libsoup (2.38.1-1)
    [2012-07-17 05:46] installed libgnome-keyring (3.4.1-1)
    [2012-07-17 05:46] installed libsoup-gnome (2.38.1-1)
    [2012-07-17 05:46] installed libatasmart (0.18-2)
    [2012-07-17 05:46] installed eject (2.1.5-7)
    [2012-07-17 05:46] installed udisks2 (1.94.0-2)
    [2012-07-17 05:46] installed gvfs (1.12.3-2)
    filesystem: 777 package: 755
    filesystem: 777 package: 755
    filesystem: 777 package: 755
    [2012-07-17 05:46] installed libcanberra (0.28-5)
    [2012-07-17 05:46] installed libgnome (2.32.1-3)
    [2012-07-17 05:46] installed qalculate-gtk (0.9.7-3)
    [2012-07-17 05:47] installed perl-encode-locale (1.03-1)
    [2012-07-17 05:47] installed perl-http-date (6.01-1)
    [2012-07-17 05:47] installed perl-file-listing (6.04-1)
    [2012-07-17 05:47] installed perl-html-tagset (3.20-3)
    [2012-07-17 05:47] installed perl-html-parser (3.69-2)
    [2012-07-17 05:47] installed perl-lwp-mediatypes (6.02-1)
    [2012-07-17 05:47] installed perl-uri (1.59-1)
    [2012-07-17 05:47] installed perl-http-message (6.03-1)
    [2012-07-17 05:47] installed perl-http-cookies (6.01-1)
    [2012-07-17 05:47] installed perl-http-daemon (6.00-1)
    [2012-07-17 05:47] installed perl-http-negotiate (6.01-1)
    [2012-07-17 05:47] installed perl-net-http (6.03-1)
    [2012-07-17 05:47] installed perl-www-robotrules (6.02-1)
    [2012-07-17 05:47] installed perl-libwww (6.04-1)
    [2012-07-17 05:48] installed perl-xml-fast (0.11-2)
    [2012-07-17 05:48] installed youtube-viewer (20120717-1)
    [2012-07-17 05:48] installed perl-net-ssleay (1.48-2)
    [2012-07-17 05:48] installed perl-io-socket-ssl (1.76-1)
    [2012-07-17 05:48] installed perl-mozilla-ca (20120309-1)
    [2012-07-17 05:48] installed perl-lwp-protocol-https (6.03-1)
    [2012-07-17 05:48] installed perl-getopt-argvfile (1.11-6)
    [2012-07-17 05:48] installed libxml-perl (0.08-3)
    [2012-07-17 05:48] installed perl-xml-regexp (0.03-7)
    [2012-07-17 05:49] installed perl-xml-dom (1.44-7)
    [2012-07-17 05:49] installed gcap (0.1.1-1)
    [2012-07-17 05:49] installed perl-term-readline-gnu (1.20-3)
    [2012-07-17 05:51] installed ocaml (3.12.1-3)
    [2012-07-17 05:51] installed unzip (6.0-6)
    [2012-07-17 05:53] installed girara-common (0.1.3-1)
    [2012-07-17 05:53] installed girara-gtk2 (0.1.3-1)
    [2012-07-17 05:53] installed zathura (0.2.0-1)
    [2012-07-17 05:53] installed poppler-data (0.4.5-1)
    [2012-07-17 05:53] installed poppler (0.20.2-1)
    [2012-07-17 05:53] installed poppler-glib (0.20.2-1)
    [2012-07-17 05:53] installed zathura-pdf-poppler (0.2.0-1)
    [2012-07-17 05:53] installed djvulibre (3.5.24-3)
    [2012-07-17 05:53] installed zathura-djvu (0.2.0-1)
    [2012-07-17 05:55] installed llpp (12-1)
    [2012-07-17 05:55] installed zip (3.0-3)
    [2012-07-17 05:55] installed unrar (4.2.4-1)
    [2012-07-17 05:55] upgraded unzip (6.0-6 -> 6.0-6)
    [2012-07-17 05:56] installed rar (4.1.1-1)
    [2012-07-17 06:03] installed libzen (0.4.26-1)
    [2012-07-17 06:03] installed libmediainfo (0.7.58-1)
    [2012-07-17 06:03] installed mediainfo (0.7.58-1)
    [2012-07-17 06:23] installed xcompmgr (1.1.6-1)
    [2012-07-17 06:23] installed transset-df (6-3)
    [2012-07-17 06:24] installed libxres (1.0.6-1)
    [2012-07-17 06:24] installed libwnck (2.30.7-1)
    [2012-07-17 06:24] installed devilspie (0.22-5)
    [2012-07-17 06:55] installed python-dbus-common (1.1.1-1)
    [2012-07-17 06:55] installed python2-dbus (1.1.1-1)
    [2012-07-17 06:55] installed gstreamer0.10 (0.10.36-1)
    [2012-07-17 06:55] installed gstreamer0.10-base (0.10.36-1)
    [2012-07-17 06:56] installed gstreamer0.10-python (0.10.22-1)
    [2012-07-17 06:56] installed python-pycurl (7.19.0-6)
    [2012-07-17 06:56] installed python-configobj (4.7.2-4)
    [2012-07-17 06:56]
    [2012-07-17 06:56]
    [2012-07-17 06:56] installed gsharkdown (0.7.0-1)
    [2012-07-17 07:48] installed qtwebkit (2.2.2-1)
    [2012-07-17 07:48] installed sip (4.13.3-2)
    [2012-07-17 07:48] installed python2-sip (4.13.3-2)
    [2012-07-17 07:48] installed pyqt-common (4.9.4-1)
    [2012-07-17 07:48] installed python2-pyqt (4.9.4-1)
    [2012-07-17 07:49] installed convertall (0.5.2-2)
    [2012-07-17 07:51] installed libxslt (1.1.26-3)
    [2012-07-17 07:51] installed python-lxml (2.3.4-2)
    [2012-07-17 07:51] installed python2-httplib2 (0.7.4-1)
    [2012-07-17 07:52] installed syslinux (4.05-4)
    [2012-07-17 07:52] installed p7zip (9.20.1-6)
    [2012-07-17 07:52] installed mtools (4.0.17-2)
    [2012-07-17 07:52] installed unetbootin (577-1)
    [2012-07-17 07:52] installed torrent-search (0.11.2-1)
    [2012-07-17 08:14] installed xcursor-vanilla-dmz (0.4.3-1)
    [2012-07-17 08:15] installed spacefm (0.7.9-1)
    [2012-07-17 08:16] upgraded wget (1.13.4-1 -> 1.13.4-1)
    [2012-07-17 08:16] installed libgtop (2.28.4-1)
    [2012-07-17 08:16] installed libgksu (2.0.12-5)
    [2012-07-17 08:16] installed gksu (2.0.2-4)
    [2012-07-17 08:16] upgraded lsof (4.86-1 -> 4.86-1)
    [2012-07-17 08:16] upgraded eject (2.1.5-7 -> 2.1.5-7)
    [2012-07-17 08:18] installed pmount (0.9.23-4)
    [2012-07-17 08:24] installed xcursor-vanilla-dmz-aa (0.4.3-1)
    [2012-07-17 08:28] removed xcursor-vanilla-dmz (0.4.3-1)
    [2012-07-17 08:31] installed xorg-xcursorgen (1.0.5-1)
    [2012-07-17 08:31] installed xcursor-mac (1-2)
    [2012-07-17 08:40] removed feh (2.5-1)
    [2012-07-17 08:40] installed glibmm (2.32.0-1)
    [2012-07-17 08:40] installed cairomm (1.10.0-2)
    [2012-07-17 08:40] installed pangomm (2.28.4-1)
    [2012-07-17 08:40] installed atkmm (2.22.6-1)
    [2012-07-17 08:40] installed gtkmm (2.24.2-2)
    [2012-07-17 08:40] installed nitrogen (1.5.2-1)
    [2012-07-17 09:08] upgraded gpm (1.20.6-8 -> 1.20.6-10)
    [2012-07-17 09:08] removed xorg-xcursorgen (1.0.5-1)
    [2012-07-17 09:08] removed unzip (6.0-6)
    [2012-07-17 09:08] removed ocaml (3.12.1-3)
    [2012-07-17 09:10] installed slang (2.2.4-2)
    [2012-07-17 09:10] installed most (5.0.0a-4)
    [2012-07-17 09:35] installed unzip (6.0-6)
    [2012-07-17 09:38] removed rxvt-unicode (9.15-3)
    [2012-07-17 09:38] installed rxvt-unicode-patched (9.15-5)
    [2012-07-17 09:48] installed urxvtcd (2-2)
    [2012-07-17 09:57] removed urxvtcd (2-2)
    [2012-07-17 09:59] installed xorg-xfontsel (1.0.4-1)
    [2012-07-17 10:08] removed rxvt-unicode-patched (9.15-5)
    [2012-07-17 10:08] installed rxvt-unicode (9.15-3)
    [2012-07-17 10:12] removed rxvt-unicode (9.15-3)
    [2012-07-17 10:12] installed rxvt-unicode-patched (9.15-5)
    [2012-07-17 10:12] removed rxvt-unicode-patched (9.15-5)
    [2012-07-17 10:12] installed rxvt-unicode (9.15-3)
    [2012-07-17 10:40] installed ffmpeg-compat (20120509-1)
    [2012-07-17 10:40] installed motion (3.2.12-6)
    [2012-07-17 12:19] removed xcursor-mac (1-2)
    [2012-07-17 16:16] installed cdrkit (1.1.11-2)
    [2012-07-17 16:16] installed dvd+rw-tools (7.1-4)
    [2012-07-17 16:16] installed libvisual (0.4.0-4)
    [2012-07-17 16:16] installed gstreamer0.10-base-plugins (0.10.36-1)
    [2012-07-17 16:16] installed docbook-xml (4.5-5)
    [2012-07-17 16:16] installed docbook-xsl (1.77.1-2)
    [2012-07-17 16:16] installed rarian (0.8.1-2)
    [2012-07-17 16:16] installed gnome-doc-utils (0.20.10-1)
    [2012-07-17 16:16] installed gtk-doc (1.18-1)
    [2012-07-17 16:16] installed cdrdao (1.2.3-6)
    [2012-07-17 16:19] removed gtk-doc (1.18-1)
    [2012-07-17 16:19] removed gstreamer0.10-base-plugins (0.10.36-1)
    [2012-07-17 16:19] removed docbook-xsl (1.77.1-2)
    [2012-07-17 16:19] removed gnome-doc-utils (0.20.10-1)
    [2012-07-17 16:19] removed libvisual (0.4.0-4)
    [2012-07-17 16:19] removed docbook-xml (4.5-5)
    [2012-07-17 16:19] removed rarian (0.8.1-2)
    [2012-07-17 16:19] upgraded cdrkit (1.1.11-2 -> 1.1.11-2)
    [2012-07-17 16:20] upgraded cdrdao (1.2.3-6 -> 1.2.3-6)
    [2012-07-17 16:20] removed cdrkit (1.1.11-2)
    [2012-07-17 16:20] To allow other users than root execute rscsi add an entry
    [2012-07-17 16:20]
    [2012-07-17 16:20] The manual loading (or loading using rc.conf)
    [2012-07-17 16:20] of the 'sg' module is no longer necessary.
    [2012-07-17 16:20] It is automatically loaded during boot by systemd-tools (udev 185).
    [2012-07-17 16:20] installed cdrtools (3.01a07-4)
    [2012-07-17 16:22] removed cdrtools (3.01a07-4)
    [2012-07-17 16:22] installed cdrkit (1.1.11-2)
    [2012-07-17 16:29] upgraded dvd+rw-tools (7.1-4 -> 7.1-4)
    [2012-07-17 16:49] installed sg3_utils (1.33-1)
    [2012-07-17 16:49] installed parted (3.1-1)
    [2012-07-17 16:49] installed udisks (1.0.4-4)
    [2012-07-17 16:49] installed python-notify (0.1.1-11)
    [2012-07-17 16:49] installed python2-udiskie (0.4.1-1)
    [2012-07-17 16:52] removed python2-udiskie (0.4.1-1)
    [2012-07-17 16:52] removed python-notify (0.1.1-11)
    [2012-07-17 16:52] removed udisks (1.0.4-4)
    [2012-07-17 16:52] removed parted (3.1-1)
    [2012-07-17 16:52] removed sg3_utils (1.33-1)
    [2012-07-18 10:10] upgraded lsof (4.86-1 -> 4.86-1)
    [2012-07-18 10:10] installed dropbox (1.4.11-1)
    [2012-07-18 10:21] installed python2-feedparser (5.1.2-1)
    [2012-07-18 10:22] installed djl (1.2.20-2)
    [2012-07-18 10:53] removed djl (1.2.20-2)
    [2012-07-18 10:53] removed python2-feedparser (5.1.2-1)
    [2012-07-18 12:36] upgraded coreutils (8.17-1 -> 8.17-3)
    [2012-07-18 12:36] upgraded firefox (13.0.1-1 -> 14.0.1-1)
    [2012-07-18 12:36] upgraded grep (2.13-1 -> 2.13-2)
    [2012-07-18 12:36] upgraded hddtemp (0.3.beta15.46-3 -> 0.3.beta15.52-1)
    [2012-07-18 12:36] upgraded kbd (1.15.3-2 -> 1.15.3-3)
    [2012-07-18 12:36] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-07-18 12:36] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-07-18 12:37] upgraded linux (3.4.4-3 -> 3.4.5-1)
    [2012-07-18 12:37] upgraded lirc-utils (1:0.9.0-20 -> 1:0.9.0-21)
    [2012-07-18 12:37] upgraded pyqt-common (4.9.4-1 -> 4.9.4-2)
    [2012-07-18 12:37] upgraded python2-pyqt (4.9.4-1 -> 4.9.4-2)
    [2012-07-18 15:25] installed shake (0.999-2)
    [2012-07-18 15:54] installed docbook-xml (4.5-5)
    [2012-07-18 15:54] installed docbook-xsl (1.77.1-2)
    [2012-07-18 15:54] installed rarian (0.8.1-2)
    [2012-07-18 15:54] installed gnome-doc-utils (0.20.10-1)
    [2012-07-18 15:54] installed gtk-doc (1.18-1)
    [2012-07-18 15:54] upgraded gnome-doc-utils (0.20.10-1 -> 0.20.10-1)
    [2012-07-18 16:12] installed zenity (3.4.0-1)
    [2012-07-18 16:14] removed gtk-doc (1.18-1)
    [2012-07-18 16:14] removed docbook-xsl (1.77.1-2)
    [2012-07-18 16:14] removed gnome-doc-utils (0.20.10-1)
    [2012-07-18 16:14] removed docbook-xml (4.5-5)
    [2012-07-18 16:14] removed rarian (0.8.1-2)
    [2012-07-18 17:22] removed powertop (2.0-1)
    [2012-07-18 17:24] installed perl-yaml-syck (1.20-2)
    [2012-07-18 17:24] installed perl-test-pod (1.45-1)
    [2012-07-18 17:24] installed xmlto (0.0.25-2)
    [2012-07-18 17:24] installed docbook-xml (4.5-5)
    [2012-07-18 17:24] installed docbook-xsl (1.77.1-2)
    [2012-07-18 17:25] removed alsa-utils (1.0.25-3)
    [2012-07-18 17:25] installed alsa-utils-transparent (1.0.25-3)
    [2012-07-18 17:25] removed xmlto (0.0.25-2)
    [2012-07-18 17:25] removed docbook-xsl (1.77.1-2)
    [2012-07-18 17:25] removed perl-test-pod (1.45-1)
    [2012-07-18 17:25] removed perl-yaml-syck (1.20-2)
    [2012-07-18 17:25] removed docbook-xml (4.5-5)
    [2012-07-18 17:26] Install /usr/share/mybashburn/etc/mybashburnrc to /root/.mybashburnrc
    [2012-07-18 17:26] installed mybashburn (1.0.2-3)
    [2012-07-18 17:33] installed bashburn (3.1.0-1)
    [2012-07-18 17:34] upgraded flac (1.2.1-3 -> 1.2.1-3)
    [2012-07-18 17:34] upgraded dvd+rw-tools (7.1-4 -> 7.1-4)
    [2012-07-18 17:34] installed vorbis-tools (1.4.0-3)
    [2012-07-18 17:34] upgraded mpg123 (1.14.3-1 -> 1.14.3-1)
    [2012-07-18 17:34] installed normalize (0.7.7-6)
    [2012-07-18 17:34] upgraded cdparanoia (10.2-4 -> 10.2-4)
    [2012-07-18 17:47] installed recorder (1.4.5-2)
    [2012-07-18 17:48] installed vcdimager (0.7.24-2)
    [2012-07-18 17:49] installed sox (14.4.0-3)
    [2012-07-18 17:49] removed recorder (1.4.5-2)
    [2012-07-18 17:49] removed dvd+rw-tools (7.1-4)
    [2012-07-18 17:50] installed pkg-config (0.27-1)
    [2012-07-18 17:50] installed dvd+rw-tools (7.1-4)
    [2012-07-18 17:51] installed graveman (0.3.12.5-5)
    [2012-07-18 17:54] installed libvisual (0.4.0-4)
    [2012-07-18 17:54] installed gstreamer0.10-base-plugins (0.10.36-1)
    [2012-07-18 17:54] installed gmime (2.6.10-1)
    [2012-07-18 17:54] installed libquvi-scripts (0.4.6-1)
    [2012-07-18 17:54] installed libquvi (0.4.1-1)
    [2012-07-18 17:54] installed totem-plparser (3.4.2-1)
    [2012-07-18 17:54] installed icu (49.1.2-1)
    [2012-07-18 17:54] installed libtracker-sparql (0.14.1-1)
    [2012-07-18 17:54] installed brasero (3.4.1-1)
    [2012-07-18 17:54] installed libburn (1.2.2-1)
    [2012-07-18 17:54] installed dvdauthor (0.7.0-4)
    [2012-07-18 17:55] removed brasero (3.4.1-1)
    [2012-07-18 17:55] removed gstreamer0.10-base-plugins (0.10.36-1)
    [2012-07-18 17:55] removed libtracker-sparql (0.14.1-1)
    [2012-07-18 17:55] removed totem-plparser (3.4.2-1)
    [2012-07-18 17:55] removed libvisual (0.4.0-4)
    [2012-07-18 17:55] removed icu (49.1.2-1)
    [2012-07-18 17:55] removed gmime (2.6.10-1)
    [2012-07-18 17:55] removed libquvi (0.4.1-1)
    [2012-07-18 17:55] removed libquvi-scripts (0.4.6-1)
    [2012-07-18 17:55] installed libisofs (1.2.2-1)
    [2012-07-18 17:55] installed libxfce4util (4.10.0-1)
    [2012-07-18 17:55] installed xfconf (4.10.0-2)
    [2012-07-18 17:55] installed libxfcegui4 (4.10.0-1)
    [2012-07-18 17:55] installed libxfce4ui (4.10.0-1)
    [2012-07-18 17:55] installed exo (0.8.0-1)
    [2012-07-18 17:55] installed xfburn (0.4.3-6)
    [2012-07-18 18:00] removed mybashburn (1.0.2-3)
    [2012-07-18 18:00] removed bashburn (3.1.0-1)
    [2012-07-18 18:21] installed feh (2.5-1)
    [2012-07-18 21:30] installed iscan (2.28.1-6)
    [2012-07-18 21:31] installed iscan-data (1.13.0-1)
    [2012-07-19 12:27] removed grub (0.97-21)
    [2012-07-19 12:27] Generating grub.cfg.example config file...
    [2012-07-19 12:27] This may fail on some machines running a custom kernel.
    [2012-07-19 12:27] done.
    [2012-07-19 12:27] installed grub2-common (1:2.00rc1-1)
    [2012-07-19 12:27] installed grub2-bios (1:2.00rc1-1)
    [2012-07-19 12:34] removed grub2-bios (1:2.00rc1-1)
    [2012-07-19 12:34] removed grub2-common (1:2.00rc1-1)
    [2012-07-19 12:34] installed grub (0.97-21)
    [2012-07-19 13:39] upgraded glibmm (2.32.0-1 -> 2.32.1-1)
    [2012-07-19 13:39] upgraded imagemagick (6.7.8.1-1 -> 6.7.8.4-1)
    [2012-07-19 13:39] upgraded unetbootin (577-1 -> 578-1)
    [2012-07-19 13:39] upgraded xmlrpc-c (1:1.29.2-2 -> 1:1.31.02-1)
    [2012-07-19 13:55] installed parted (3.1-1)
    [2012-07-19 13:55] installed gparted (0.13.0-1)
    [2012-07-19 13:56] installed nilfs-utils (2.1.2-1)
    [2012-07-19 13:56] upgraded xfsprogs (3.1.8-2 -> 3.1.8-2)
    [2012-07-19 13:56] upgraded jfsutils (1.1.15-3 -> 1.1.15-3)
    [2012-07-19 13:56] upgraded reiserfsprogs (3.6.21-4 -> 3.6.21-4)
    [2012-07-19 13:56] installed dosfstools (3.0.12-1)
    [2012-07-19 13:56] upgraded mtools (4.0.17-2 -> 4.0.17-2)
    [2012-07-19 13:56] installed gpart (0.1h-5)
    [2012-07-19 13:56] installed ntfsprogs (2012.1.15-3)
    [2012-07-19 14:03] upgraded util-linux (2.21.2-5 -> 2.21.2-5)
    [2012-07-19 14:04] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-07-19 14:04] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-07-19 14:04] upgraded linux (3.4.5-1 -> 3.4.5-1)
    [2012-07-19 14:20] installed vala (0.16.1-1)
    [2012-07-19 14:20] installed libgee (0.6.4-1)
    [2012-07-19 14:22] installed gobject-introspection (1.32.1-2)
    [2012-07-19 14:22] installed libtool (2.4.2-6)
    [2012-07-19 14:23] installed submarine (0.1.3-1)
    [2012-07-19 14:25] removed ncmpcpp (0.5.10-1)
    [2012-07-19 14:25]
    [2012-07-19 14:25] installed ncmpcpp-git (20120719-1)
    [2012-07-19 14:25] upgraded curl (7.26.0-1 -> 7.26.0-1)
    [2012-07-19 14:25] installed fftw (3.3.2-1)
    [2012-07-19 14:25] upgraded taglib (1.7.2-1 -> 1.7.2-1)
    [2012-07-19 14:25] removed vala (0.16.1-1)
    [2012-07-19 14:25] removed taglib (1.7.2-1)
    [2012-07-19 14:25] installed taglib (1.7.2-1)
    [2012-07-19 15:06] installed ca-certificates-java (20120608-1)
    [2012-07-19 15:06] installed java-rhino (1.7R3-3)
    [2012-07-19 15:06] done.
    [2012-07-19 15:06] installed jre7-openjdk-headless (7.u5_2.2.1-1)
    [2012-07-19 15:06] when you use a non-reparenting window manager
    [2012-07-19 15:06] set _JAVA_AWT_WM_NONREPARENTING=1 in
    [2012-07-19 15:06] /etc/profile.d/jre.sh
    [2012-07-19 15:06] installed jre7-openjdk (7.u5_2.2.1-1)
    [2012-07-19 15:06] installed jdk7-openjdk (7.u5_2.2.1-1)
    [2012-07-19 15:06] installed apache-ant (1.8.4-1)
    [2012-07-19 15:06] installed neon (0.29.6-4)
    [2012-07-19 15:06] installed apr (1.4.6-1)
    [2012-07-19 15:06] installed unixodbc (2.3.1-1)
    [2012-07-19 15:06] installed apr-util (1.4.1-1)
    [2012-07-19 15:06] installed subversion (1.7.5-2)
    [2012-07-19 15:10] installed ruby-msgpack (0.4.6-1)
    [2012-07-19 15:10] installed postgresql-libs (9.1.4-1)
    [2012-07-19 15:11] installed ruby-pg (0.13.2-1)
    [2012-07-19 15:20] installed metasploit (4.3.0-2)
    [2012-07-19 15:21]
    [2012-07-19 15:21] Please refer to armitage's documentation for usage informations:
    [2012-07-19 15:21] http://www.fastandeasyhacking.com/manual
    [2012-07-19 15:21]
    [2012-07-19 15:21] installed armitage-svn (850-1)
    [2012-07-19 15:21] removed subversion (1.7.5-2)
    [2012-07-19 15:21] removed apache-ant (1.8.4-1)
    [2012-07-19 15:21] removed apr-util (1.4.1-1)
    [2012-07-19 15:21] removed neon (0.29.6-4)
    [2012-07-19 15:21] removed apr (1.4.6-1)
    [2012-07-19 15:21] removed unixodbc (2.3.1-1)
    [2012-07-19 15:29] removed armitage-svn (850-1)
    [2012-07-19 15:29] removed jdk7-openjdk (7.u5_2.2.1-1)
    [2012-07-19 15:29] removed metasploit (4.3.0-2)
    [2012-07-19 15:29] removed jre7-openjdk (7.u5_2.2.1-1)
    [2012-07-19 15:29] removed ruby-msgpack (0.4.6-1)
    [2012-07-19 15:29] removed ruby-pg (0.13.2-1)
    [2012-07-19 15:29] removed postgresql-libs (9.1.4-1)
    [2012-07-19 17:28] installed atool (0.39.0-1)
    [2012-07-19 17:29] upgraded bzip2 (1.0.6-4 -> 1.0.6-4)
    [2012-07-19 17:29] upgraded xz (5.0.4-1 -> 5.0.4-1)
    [2012-07-19 17:29] upgraded gzip (1.5-1 -> 1.5-1)
    [2012-07-19 17:29] upgraded tar (1.26-2 -> 1.26-2)
    [2012-07-19 17:29] upgraded zip (3.0-3 -> 3.0-3)
    [2012-07-19 17:29] upgraded p7zip (9.20.1-6 -> 9.20.1-6)
    [2012-07-19 17:29] installed lzo2 (2.06-1)
    [2012-07-19 17:29] installed lzop (1.03-2)
    [2012-07-19 17:29] installed cpio (2.11-3)
    [2012-07-19 17:29] upgraded unzip (6.0-6 -> 6.0-6)
    [2012-07-19 17:29]
    [2012-07-19 17:29]
    [2012-07-19 17:29] installed unace (2.5-7)
    [2012-07-19 17:40] installed powertop-git (20120719-1)
    [2012-07-20 07:24] upgraded libpulse (2.0-2 -> 2.1-1)
    [2012-07-20 07:25] installed ocaml (3.12.1-3)
    [2012-07-20 07:27] upgraded llpp (12-1 -> 12-2)
    [2012-07-20 07:29] removed ocaml (3.12.1-3)
    [2012-07-20 16:05] installed libvisual (0.4.0-4)
    [2012-07-20 16:05] installed gstreamer0.10-base-plugins (0.10.36-1)
    [2012-07-20 16:05] installed docbook-xml (4.5-5)
    [2012-07-20 16:05] installed docbook-xsl (1.77.1-2)
    [2012-07-20 16:05] installed rarian (0.8.1-2)
    [2012-07-20 16:05] installed gnome-doc-utils (0.20.10-1)
    [2012-07-20 16:05] installed gtk-doc (1.18-1)
    [2012-07-20 16:10] installed brasero-lite (3.4.1-1)
    [2012-07-20 16:11] installed gstreamer0.10-bad (0.10.23-2)
    [2012-07-20 16:11] installed libraw1394 (2.0.7-2)
    [2012-07-20 16:11] installed libdc1394 (2.1.3-2)
    [2012-07-20 16:11] installed neon (0.29.6-4)
    [2012-07-20 16:11] installed libmp4v2 (2.0.0-1)
    [2012-07-20 16:11] installed faac (1.28-4)
    [2012-07-20 16:11] installed musicbrainz (2.1.5-5)
    [2012-07-20 16:11] installed libcdaudio (0.99.12-6)
    [2012-07-20 16:11] installed libdv (1.0.0-4)
    [2012-07-20 16:11] installed mjpegtools (2.0.0-2)
    [2012-07-20 16:11] installed icu (49.1.2-1)
    [2012-07-20 16:11] installed raptor (2.0.8-1)
    [2012-07-20 16:11] installed liblrdf (0.5.0-1)
    [2012-07-20 16:11] installed libofa (0.9.3-4)
    [2012-07-20 16:11] installed soundtouch (1.6.0-1)
    [2012-07-20 16:11] installed libgme (0.6.0-2)
    [2012-07-20 16:11] installed wildmidi (0.2.3.5-2)
    [2012-07-20 16:11] installed gstreamer0.10-bad-plugins (0.10.23-2)
    [2012-07-20 16:11] upgraded dvdauthor (0.7.0-4 -> 0.7.0-4)
    [2012-07-20 16:12] installed gstreamer0.10-good (0.10.31-1)
    [2012-07-20 16:12] installed libavc1394 (0.5.4-1)
    [2012-07-20 16:12] installed libiec61883 (1.2.0-3)
    [2012-07-20 16:12] installed gstreamer0.10-good-plugins (0.10.31-1)
    [2012-07-20 16:12] installed gstreamer0.10-ugly (0.10.19-2)
    [2012-07-20 16:12] installed libmpeg2 (0.5.1-3)
    [2012-07-20 16:12] installed libsidplay (1.36.59-5)
    [2012-07-20 16:12] installed gstreamer0.10-ugly-plugins (0.10.19-2)
    [2012-07-20 16:12] installed gstreamer0.10-ffmpeg (0.10.13-1)
    [2012-07-20 16:12] removed gtk-doc (1.18-1)
    [2012-07-20 16:12] removed docbook-xsl (1.77.1-2)
    [2012-07-20 16:12] removed gnome-doc-utils (0.20.10-1)
    [2012-07-20 16:12] removed docbook-xml (4.5-5)
    [2012-07-20 16:12] removed rarian (0.8.1-2)
    [2012-07-20 16:13] removed brasero-lite (3.4.1-1)
    [2012-07-20 16:13] removed gstreamer0.10-base-plugins (0.10.36-1)
    [2012-07-20 16:13] removed libvisual (0.4.0-4)
    [2012-07-20 16:13] installed libvisual (0.4.0-4)
    [2012-07-20 16:13] installed gstreamer0.10-base-plugins (0.10.36-1)
    [2012-07-20 16:23] installed strace (4.7-1)
    [2012-07-20 16:23] > For usage, see: /usr/share/gopreload/README.
    [2012-07-20 16:23] installed gopreload (0.5-2)
    [2012-07-20 20:55] installed python-imaging (1.1.7-4)
    [2012-07-20 20:55] installed python2-distribute

  • Can't install AUR packages(makepkg: invalid option '--asroot')[SOLVED]

    I've been unable to install any AUR packages with either packer or yaourt since a couple days ago possibly after a system update.
    For example if I try to install kodi-standalone-service:
    sudo packer -S kodi-standalone-service
    (Type - y, n, n)
    makepkg: invalid option '--asroot'
    The build failed.
    This happens to all packages I tried including ones that I installed  before with the same command. I installed yaourt after I started to get this error but fails just like packer. I tried running as root or normal user with same results.
    In case it matters, these are the steps I used to install packer.
    I am at a loss as to why it suddenly stopped working, any ideas?
    Last edited by dominicm (2015-01-04 01:41:15)

    slithery wrote:
    dominicm wrote:
    slithery wrote:
    The --asroot option has been removed from makepkg, which you would know if you searched the forum before posting...
    https://bbs.archlinux.org/viewtopic.php?id=191635
    I googled the error with no relevant results, then I searched the forum to make sure it wasn't solved with no relevant results returned for the search term "makepkg: invalid option '--asroot')". It's ironic that you accused me of not searching when you haven't bothered to search the error message yourself. If you had you would know the search does not return useful results until this post.
    Sorry, I only searched for --asroot which brought up several relevant threads.
    No big deal, but in general you shouldn't post things like "search the forum" as it's rarely helpful, and when it is the thread should probably be closed it those cases anyways...

  • Automatic upgrade of AUR packages dependent on kernel version.

    I have an issue with upgrading AUR packages with pacaur. When I try to upgrade with one of the following commands:
    pacaur -u [package_name]
    pacaur -Su -a
    pacaur -Syu
    I keep getting the error 'no results found for dependencies)' 
    Here an example output:
    [ ~ ]$ pacaur -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    looking for conflicting packages...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: spl-git: requires linux=3.17.6-1
    :: zfs-git: requires linux=3.17.6-1
    :: Starting AUR upgrade...
    :: resolving dependencies...
    :: no results found for dependencies)
    As seen in this example, the system upgrade is failed due to two kernel packages which require the previous kernel version.
    I wonder, does the AUR upgrade fails after the failed system upgrade because of new spl-git and zfs-git packages require the new kernel version? And the message ":: no results found for dependencies)" is caused by this?
    It seems there is a kind of a circular dependency in this case - kernel doesn't upgrade because of zfs requires the older kernel, and zfs doesn't upgrade because the new version of zfs requires the new kernel.
    Previously I upgraded AUR packages manually, by first removing them, then upgrading the kernel and after that installing new versions of packages.
    Is it possible to automatically upgrade kernel packages? If so can this be done with pacaur?
    Last edited by nbd (2015-01-19 23:39:49)

    Hi, so I'm not the only newbie doing such things.
    here:
    https://bbs.archlinux.org/viewtopic.php?id=181717
    ukhippo wrote:Afterwards I also suggest using “pacman -Syyu” to update (note the double “y”, this forces a refresh of all packages)
    meaning first add the repository and the key for demz-repo-core https://wiki.archlinux.org/index.php/Un … -repo-core.
    I did that today but the output was just:
    [root@machine1 ~]# pacman -Syyu
    :: Synchronizing package databases...
    core 121.6 KiB 599K/s 00:00 [########################################################] 100%
    extra 1806.6 KiB 671K/s 00:03 [########################################################] 100%
    community 2.5 MiB 672K/s 00:04 [########################################################] 100%
    multilib 121.2 KiB 932K/s 00:00 [########################################################] 100%
    demz-repo-archiso 5.5 KiB 37.9K/s 00:00 [########################################################] 100%
    demz-repo-archiso.sig 287.0 B 0.00B/s 00:00 [########################################################] 100%
    demz-repo-core 7.8 KiB 48.6K/s 00:00 [########################################################] 100%
    demz-repo-core.sig 287.0 B 0.00B/s 00:00 [########################################################] 100%
    :: Starting full system upgrade...
    resolving dependencies...
    looking for conflicting packages...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: spl-git: requires linux=3.17.6-1
    :: zfs-git: requires linux=3.17.6-1
    even though I read
    https://www.archlinux.org/packages/?sor … =&flagged=
    x86_64     Core     linux     3.18.2-2     The Linux kernel and modules     2015-01-15     2015-01-16
    and
    https://github.com/demizer/archzfs
        spl-git     Update git packages for kernel 3.18.2-2     4 days ago
        zfs-git     Update git packages for kernel 3.18.2-2     4 days ago
    I don't really know if I want to remove the package first, while running the machine from a zfs filesystem.
    If it runs automatically the chance of me making an error is a little smaller, don't really want to have a not bootable system.

  • AUR package kernel26-fbcondecor 2.6.29.4 somewhere?

    After trying to convert the AUR package of kernel26-fbcondecor 2.6.31 to 2.6.29.4 and failing utterly, I thought, maybe someone still has an AUR package kernel26-fbcondecor 2.6.29.4 lying around? And while we're at it, maybe, also the AUR package of nvidia-fbcondecor 180.51?
    I am sticking to 2.6.29.4 right now, because I still use the catalyst-old package (and I switch between catalyst-old and nvidia drivers).
    Thanks in advance.
    Last edited by OutOfPhase (2009-10-26 15:10:56)

    I (long time ago) updated the kernel26-fbcondecor along with the nvidia-fbcondecor to the last version.
    As you want to "downgrade" the nvidia driver you must also downgrade the kernel.
    I have erased my pacman/makepkg cache long ago, so I cannot help you.
    Have you tried to search for the links (the sources) to get the version 2.6.29.4 ?
    good luck though.

  • [SOLVED] How to install aur packages using pacaur

    I'm trying to install dwb-git. It installs with no problem with aura, but pacaur gives me problems. If I run pacaur as regular user it will build but will not install and will say permission denied.
    If I run pacaur with sudo it will say building packages as root is a bad idea and will quit. The only other possibility I see is running it with --asroot flag which is a really bad idea.
    Last edited by bstaletic (2014-06-22 15:02:41)

    No, I get the errors I described above.
    Here are the outputs:
    bstaletic@arch ~ $ pacaur -y dwb-git
    :: resolving dependencies...
    :: no AUR metadata for dwb-git package
    :: looking for inter-conflicts...
    AUR Packages (1):
    Name Old Version New Version
    aur/dwb-git latest
    :: Proceed with installation? [Y/n]
    :: Retrieving package(s)...
    :: View dwb-git PKGBUILD? [Y/n] n
    :: View dwb.install script? [Y/n] n
    ==> Making package: dwb-git 2014.03.04.g5088db1-1 (Sun Jun 22 15:46:30 CEST 2014)
    ==> Retrieving sources...
    -> Cloning dwb git repo...
    Cloning into bare repository '/tmp/pacaurtmp-bstaletic/dwb-git/dwb'...
    remote: Counting objects: 15056, done.
    remote: Compressing objects: 100% (3796/3796), done.
    remote: Total 15056 (delta 11190), reused 14783 (delta 10952)
    Receiving objects: 100% (15056/15056), 2.63 MiB | 88.00 KiB/s, done.
    Resolving deltas: 100% (11190/11190), done.
    Checking connectivity... done.
    ==> Validating source files with md5sums...
    dwb ... Skipped
    ==> Extracting sources...
    -> Creating working copy of dwb git repo...
    Cloning into 'dwb'...
    done.
    ==> Starting pkgver()...
    ==> Updated version: dwb-git 2014.06.14.g9f4bdb9-1
    ==> Sources are ready.
    :: Building dwb-git package(s)...
    ==> Making package: dwb-git 2014.06.14.g9f4bdb9-1 (Sun Jun 22 15:47:05 CEST 2014)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> WARNING: Using existing src/ tree
    ==> Starting build()...
    Build options:
    CC = cc
    CFLAGS = -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -Werror=format-security -pipe --ansi -std=c99 -D_POSIX_C_SOURCE=200112L -O2 -g -D_BSD_SOURCE -D_NETBSD_SOURCE -D__BSD_VISIBLE -pthread -I/usr/include/webkitgtk-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/webkitgtk-1.0 -I/usr/include/p11-kit-1 -I/usr/include/json-c -I/usr/include/libsecret-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DWITH_LIBSOUP_2_38=1
    LDFLAGS = -Wl,-O1,--sort-common,--as-needed,-z,relro -lwebkitgtk-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lsoup-2.4 -ljavascriptcoregtk-1.0 -lgnutls -ljson-c -lsecret-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lpthread -lm -lX11
    CPPFLAGS = -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DWITH_LIBSECRET
    make[1]: Entering directory '/tmp/pacaurtmp-bstaletic/dwb-git/src/dwb/src/util'
    cc convert_transport_security.c
    convert_transport_security.c: In function ‘handle_pinsets’:
    convert_transport_security.c:256:9: warning: ‘json_object_object_get’ is deprecated (declared at /usr/include/json-c/json_object.h:290) [-Wdeprecated-declarations]
    if((name_obj = json_object_object_get(pin_list, "name")) == NULL || !json_object_is_type(name_obj, json_type_string))
    ^
    convert_transport_security.c:263:9: warning: ‘json_object_object_get’ is deprecated (declared at /usr/include/json-c/json_object.h:290) [-Wdeprecated-declarations]
    good_hashes = json_object_object_get(pin_list, "static_spki_hashes");
    ^
    convert_transport_security.c:264:9: warning: ‘json_object_object_get’ is deprecated (declared at /usr/include/json-c/json_object.h:290) [-Wdeprecated-declarations]
    bad_hashes = json_object_object_get(pin_list, "bad_static_spki_hashes");
    ^
    convert_transport_security.c: In function ‘handle_entries’:
    convert_transport_security.c:297:9: warning: ‘json_object_object_get’ is deprecated (declared at /usr/include/json-c/json_object.h:290) [-Wdeprecated-declarations]
    if((name_obj = json_object_object_get(entry, "name")) == NULL ||
    ^
    convert_transport_security.c:307:9: warning: ‘json_object_object_get’ is deprecated (declared at /usr/include/json-c/json_object.h:290) [-Wdeprecated-declarations]
    json_object *mode = json_object_object_get(entry, "mode");
    ^
    convert_transport_security.c:315:9: warning: ‘json_object_object_get’ is deprecated (declared at /usr/include/json-c/json_object.h:290) [-Wdeprecated-declarations]
    json_object *include_subdomains = json_object_object_get(entry, "include_subdomains");
    ^
    convert_transport_security.c:327:9: warning: ‘json_object_object_get’ is deprecated (declared at /usr/include/json-c/json_object.h:290) [-Wdeprecated-declarations]
    if((entry_pins = json_object_object_get(entry, "pins")) != NULL)
    ^
    convert_transport_security.c: In function ‘parse_json’:
    convert_transport_security.c:371:5: warning: ‘json_object_object_get’ is deprecated (declared at /usr/include/json-c/json_object.h:290) [-Wdeprecated-declarations]
    if((pinsets = json_object_object_get(json, "pinsets")) == NULL || !json_object_is_type(pinsets, json_type_array) ||
    ^
    convert_transport_security.c:380:5: warning: ‘json_object_object_get’ is deprecated (declared at /usr/include/json-c/json_object.h:290) [-Wdeprecated-declarations]
    if((entries = json_object_object_get(json, "entries")) == NULL || !json_object_is_type(entries, json_type_array) ||
    ^
    gen hsts_preload.h
    /bin/sh: ./convert_transport_security: Permission denied
    Makefile:41: recipe for target '../../src/hsts_preload.h' failed
    make[1]: *** [../../src/hsts_preload.h] Error 126
    make[1]: Leaving directory '/tmp/pacaurtmp-bstaletic/dwb-git/src/dwb/src/util'
    Makefile:22: recipe for target 'src/util.subdir-buildfirst' failed
    make: *** [src/util.subdir-buildfirst] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    :: dwb-git cleaned
    bstaletic@arch ~ $ sudo pacaur -y dwb-git
    :: resolving dependencies...
    :: no AUR metadata for dwb-git package
    :: looking for inter-conflicts...
    AUR Packages (1):
    Name Old Version New Version
    aur/dwb-git latest
    :: Proceed with installation? [Y/n]
    :: Retrieving package(s)...
    :: View dwb-git PKGBUILD? [Y/n] n
    :: View dwb.install script? [Y/n] n
    ==> ERROR: Running makepkg as root is a BAD idea and can cause permanent,
    catastrophic damage to your system. If you wish to run as root, please
    use the --asroot option.
    :: Building dwb-git package(s)...
    ==> ERROR: Running makepkg as root is a BAD idea and can cause permanent,
    catastrophic damage to your system. If you wish to run as root, please
    use the --asroot option.
    :: dwb-git cleaned
    I get the same errors with -Sya and -Sa flags.

  • The package failed to load due to error 0xC0011008

    I am trying to run a SSIS Package from SQL Server BI Studio. I receive the error "The package failed to load due to error 0xC0011008".  SQL Server 2008 R2 installed (32bit Win 7), along with Integration Services.  The Package connects
    to a SQL Server DB.
    Here is the full error taken from consol in BI Studio:
    SSIS package "CreateDynSSIS_DB_RunDynSSiSDB.dtsx" starting.
    Error: 0x1 at ST_Gen_Pkg_Src_SqlServ: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.SqlServer.Dts.Runtime.DtsRuntimeException: The package failed to load due to error 0xC0011008
    "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.
     ---> System.Runtime.InteropServices.COMException (0xC0011008): The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was
    passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.
       at Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass.LoadPackage(String FileName, Boolean loadNeutral, IDTSEvents100 pEvents)
       at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage(String fileName, IDTSEvents events, Boolean loadNeutral)
       --- End of inner exception stack trace ---
       at ST_0f39f89613ca43e9a6660953aa72fa2c.csproj.ScriptMain.Main()
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig,       MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
       at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, CultureInfo culture)
       at Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine.ExecuteScript()
    Task failed: ST_Gen_Pkg_Src_SqlServ
    Warning: 0x80019002 at CreateDynSSIS_DB_RunDynSSiSDB: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the
    number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
    SSIS package "CreateDynSSIS_DB_RunDynSSiSDB.dtsx" finished: Failure.
    The error is thrown at this line:
    DynamicPackage = app.LoadPackage(DynamicPackagePath, null);
    Any help would be great! I've done a bit of Googling on the topic already.. and nothing has worked so far.

    Hi,
    Reason for the error: Old
    version of the DTEXEC is picked up by SQL Server instead of the new one. 
    Refer this link for more info
    THE PACKAGE FAILED TO LOAD DUE TO ERROR 0XC0011008
    Hope this info Helps

  • SSIS Package Fails when Scheduled as a SQL Server Agent Job

    I have an SSIS package that runs without any problems when executed through BIDS.
    However, when I schedule the SSIS as an Agent job, it fails completely or part way through. When it partially runs, the part that it is failing on is a Script Task that moves the source data file to an archive folder (on the same server).
    I have tried using my domain account as the owner of the job, then the job fails straight off and I get an error:
    Unable to determine if the owner (Domain\MyID) of job JobName has server access (reason: Could not obtain information about Windows NT group/user 'Domain\MyID'
    If I change the owner to the 'sa' account , then the job partially runs, but then fails because 'sa' is a SQL account and does not have access to the filesystem.
    I have managed to get it to work by using the SQL2008_Local account and granting modify permissions to the affected folders.
    My question is - what is the advised way of doing this?
    Thanks
    Gary

    Hi Garyv.King,
    When you see a SSIS package fails running in a SQL Agent job, you need to first consider the following conditions:
    1. The user account that is used to run the package under SQL Server Agent differs from the original package author.
    2. The user account does not have the required permissions to make connections or to access resources outside the SSIS package.
    For more detailed information about the issue, please following this KB article:
    An SSIS package does not run when you call the SSIS package from a SQL Server Agent job step
    http://support.microsoft.com/kb/918760 
    You can check SQL Server Agent’s activity logs, Windows Event logs and SSIS logs to get more clues. Also the tool Process Monitor is helpful to track the cause of registry or file access related issues.
    The following 4 issues are common encountered in the SSIS forum.
    1. The package's Protection Level is set to EncryptSensitiveWithUserKey but your SQL Server Agent service account is different from the SSIS package creator.
    2. Data source connection issue.
    3. File or registry access permission issue.
    4. No 64-bit driver issue.
    For more information about it, please see:
    How do I troubleshoot SSIS packages failed execution in a SQL Agent job:
    http://social.technet.microsoft.com/Forums/en-US/sqlintegrationservices/thread/e13c137c-1535-4475-8c2f-c7e6e7d125fc 
    Thanks,
    Eileen

Maybe you are looking for

  • Classloader problem with exploded EAR

    I'm trying to un-jar an EAR file and then un-jar the EJB jars within EAR and putting all the EJB and other classes from those jar files in the main application directory like application/com/abc/***. I have few WARs within EAR but I'm trying not to e

  • [SOLVED] - USB Pen Drive Unreadable

    I used gparted to create 3 Primary Partitins on my 2GB Kingston Pen Drive. After that I used the following command to change the label of one of the partitions: mkfs.ext3 -L Grub2 /dec/sdb3 After this the pen drive ha become unreadable. It gets liste

  • Live Cycle vs Adobe Pro.

    I know most of you are thinking, if this guy has no clue what the difference is, he is in trouble.   I am trying to design a form,   should i use adobe pro or go thru Live Cycle, what is easier.  Also where is the best place to find out how to do stu

  • Lightroom -traceback debugging tip

    Excerpt from post by Dan Tull at http://feedback.photoshop.com/photoshop_family/topics/how_to_better_understand_when_lr_bug s_bite_can_we_somehow_activate_logging To get Lightroom traceback info: Windows 1. Right click the Lightroom icon you use to l

  • Roll back of single transaction

    I am learning Oracle. I just did a Point in Time recovery. Could someone please send me a link onl how to perform a roll back of a single transaction that was previously committed. Or is that possible ? Thanks