Python2-pyqt depends on python3

The package python2-pyqt depends on pyqt, which itself requires python3. Is it a normal situation, or should I fill in a bug report ?
Tondu

I changed PKGBUILDs of python2-pyqt and python2-sip when noticed that it requires python3, because there are no applications that uses python3 in my system yet. I will share them here, but use it on your own risk (if you want to, of course), because when an application that uses python3 will appear in your system - it will fail:
pkgbase=pyqt
pkgname='python2-pyqt-pure'
pkgver=4.8.4
pkgrel=1
arch=('i686' 'x86_64')
url="http://riverbankcomputing.co.uk/software/pyqt/intro"
license=('GPL')
pkgdesc="PyQt: A set of Python2 bindings for the Qt toolkit"
depends=('python2-sip' 'dbus-python')
makedepends=('qt' 'dbus-python' 'python2-sip' 'phonon'
'python-opengl' 'qt-assistant-compat')
optdepends=('phonon: enable audio and video in PyQt applications'
'python-opengl: enable OpenGL 3D graphics in PyQt applications'
'qscintilla: QScintilla API'
'qt-assistant-compat: add PyQt online help in Qt Assistant')
replaces=('python2-qt')
provides=('python2-qt' 'pyqt' 'python2-pyqt')
conflicts=('python2-pyqt')
source=("http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz")
md5sums=('97c5dc1042feb5b3fe20baabad055af1')
build() {
cd "${srcdir}"
cd "${srcdir}/PyQt-x11-gpl-${pkgver}"
python2 configure.py \
--confirm-license \
-v /usr/share/sip \
--qsci-api
# Thanks Gerardo for the rpath fix
find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
make
package() {
cd "${srcdir}/PyQt-x11-gpl-${pkgver}"
# INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR
make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" instal
pkgbase='sip'
pkgname='python2-sip-pure'
pkgver=4.12.2
pkgdesc="A tool that makes it easy to create Python2 bindings for C and C++ libraries"
pkgrel=1
arch=('i686' 'x86_64')
depends=('python2')
makedepends=('python2')
provides=('sip' 'python2-sip' 'python-sip')
conflicts=('python2-sip')
url="http://www.riverbankcomputing.com/software/sip/"
license=('custom:"sip"')
source=("http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgbase}-${pkgver}.tar.gz")
md5sums=('9df80f88e0e4022cdd8a8891c6c38048')
build() {
cd "${srcdir}"
cd "${srcdir}/${pkgbase}-${pkgver}"
python2 configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"
make
package() {
cd "${srcdir}/${pkgbase}-${pkgver}"
make DESTDIR="${pkgdir}" install
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"

Similar Messages

  • [SOLVED] Why does python2-numpy depend on python3 packages?

    Looking at the dependencies for python2-numpy it seems to depend on a bunch of stuff that's for version 3 of python:
    https://www.archlinux.org/packages/extr … on2-numpy/
    In particular python-nose is an optional dependency but python-nose is a python3 package. The python2 version is, as should be, in python2-nose. It could be a bug, but I figured I'd ask if anyone can think of a good reason for this before reporting.
    Last edited by vlsd (2013-10-22 19:38:49)

    Scimmia wrote:Do you know for sure that the python2-numpy testsuite doesn't require python3?
    Well, given that the test suite is part of numpy and is called from inside python2 I would be *very* surprised if it depended on python3. It would require importing python3-nose with a python2 interpreter, something that is, to the extent of my knowledge, not possible.
    I also just tested this on my system and numpy in python2 doesn't run the tests if python-nose is installed but python2-nose is not, which makes me 100% confident the dependency is wrong.

  • Upgrading python2-pyqt breaks ipython qtconsole

    Hi,
    I upgraded my machine today.  Among the updates were pyqt and python2-pyqt.  However, after this update, ipython2 qtconsole no longer starts.  Downgrading just python2-pyqt fixes the problem.  There must be something wrong with the way the new python2-pyqt package has been built.
    [2013-03-07 10:17] starting full system upgrade
    [2013-03-07 10:17] upgraded sip (4.14.3-1 -> 4.14.4-1)
    [2013-03-07 10:17] upgraded python-sip (4.14.3-1 -> 4.14.4-1)
    [2013-03-07 10:17] upgraded pyqt-common (4.9.6-2 -> 4.10-1)
    [2013-03-07 10:17] upgraded pyqt (4.9.6-2 -> 4.10-1)
    [2013-03-07 10:17] upgraded python2-sip (4.14.3-1 -> 4.14.4-1)
    [2013-03-07 10:17] upgraded python2-pyqt (4.9.6-2 -> 4.10-1)
    [2013-03-07 10:17] upgraded qscintilla (2.7-2 -> 2.7.1-1)
    Traceback (most recent call last):
    File "/usr/bin/ipython2", line 7, in <module>
    launch_new_instance()
    File "/usr/lib/python2.7/site-packages/IPython/frontend/terminal/ipapp.py", line 388, in launch_new_instance
    app.initialize()
    File "<string>", line 2, in initialize
    File "/usr/lib/python2.7/site-packages/IPython/config/application.py", line 84, in catch_config_error
    return method(app, *args, **kwargs)
    File "/usr/lib/python2.7/site-packages/IPython/frontend/terminal/ipapp.py", line 313, in initialize
    super(TerminalIPythonApp, self).initialize(argv)
    File "<string>", line 2, in initialize
    File "/usr/lib/python2.7/site-packages/IPython/config/application.py", line 84, in catch_config_error
    return method(app, *args, **kwargs)
    File "/usr/lib/python2.7/site-packages/IPython/core/application.py", line 325, in initialize
    self.parse_command_line(argv)
    File "/usr/lib/python2.7/site-packages/IPython/frontend/terminal/ipapp.py", line 308, in parse_command_line
    return super(TerminalIPythonApp, self).parse_command_line(argv)
    File "<string>", line 2, in parse_command_line
    File "/usr/lib/python2.7/site-packages/IPython/config/application.py", line 84, in catch_config_error
    return method(app, *args, **kwargs)
    File "/usr/lib/python2.7/site-packages/IPython/config/application.py", line 420, in parse_command_line
    return self.initialize_subcommand(subc, subargv)
    File "<string>", line 2, in initialize_subcommand
    File "/usr/lib/python2.7/site-packages/IPython/config/application.py", line 84, in catch_config_error
    return method(app, *args, **kwargs)
    File "/usr/lib/python2.7/site-packages/IPython/config/application.py", line 352, in initialize_subcommand
    subapp = import_item(subapp)
    File "/usr/lib/python2.7/site-packages/IPython/utils/importstring.py", line 40, in import_item
    module = __import__(package,fromlist=[obj])
    File "/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/qtconsoleapp.py", line 56, in <module>
    from IPython.external.qt import QtCore, QtGui
    File "/usr/lib/python2.7/site-packages/IPython/external/qt.py", line 43, in <module>
    raise ImportError('Cannot import PySide >= 1.0.3 or PyQt4 >= 4.7')
    ImportError: Cannot import PySide >= 1.0.3 or PyQt4 >= 4.7
    I have:
    qt4 4.8.4-13
    Last edited by ayr0 (2013-03-07 23:11:24)

    davidovitch wrote:
    I think this issue is related to a bug in IPython, where the version check fails to recognise that 4.10 > 4.7. This fail because the version is compared as strings and not as numbers, hence '4.10'<'4.7'. It has been reported and fixed upstream. See here: https://github.com/ipython/ipython/pull/2831, and corresponding pull request: https://github.com/ipython/ipython/comm … ba0da2c293
    EDIT: replacing both ipython and iptyhon2 with ipython-git does the trick for me.
    That solution worked for me.

  • Booting problems with systemd, lvm, linux-ck-corex

    Hi everyone,
    since Friday I got some complications while booting my system.
    I use systemd, pulseaudio, bluez, network-manger, gnome and gdm as login manager.
    Every partition (root, home) without the boot and crypted swap partition is within a lvm volume group.
    Xserver with gdm starts but the login mask does not appear. (only the background, mousepointer, topbar with clock, energy etc. are shown)
    Switching to the getty2 works, but after typing username and password, nothing happens.
    Only some messages from systemd are poping up, saying it couldn't mount my home partition (timeout).
    That explains why I couldn't login.
    Shutting down the system via the powerkey works.
    Starting via a system rescue disk, mounting everything (including my home partition) and chrooting works fine.
    Journalctl shows that there are more problems.
    The network-manager times out.
    Gnome-shell with consolekit-daemon and Pulseaudio fails to communicate with bluez over the dbus.
    Some version information of the listed packages:
    % pacman -Qii pulseaudio systemd gnome-shell dbus networkmanager bluez consolekit
    Name : pulseaudio
    Version : 2.1-1
    URL : http://www.freedesktop.org/wiki/Software/PulseAudio
    Licenses : GPL LGPL
    Groups : None
    Provides : None
    Depends On : libpulse=2.1-1 rtkit libltdl speex tdb udev fftw orc libsamplerate webrtc-audio-processing libsystemd
    Optional Deps : avahi: zeroconf support
    bluez: bluetooth support
    gconf: configuration through gconf (paprefs)
    jack: jack support
    lirc-utils: infra-red support
    openssl: RAOP support
    python2-pyqt: Equalizer GUI (qpaeq)
    Required By : gnome-settings-daemon paprefs pulseaudio-alsa
    Conflicts With : None
    Replaces : None
    Installed Size : 5412.00 KiB
    Packager : Jan Alexander Steffens (heftig) <[email protected]>
    Architecture : x86_64
    Build Date : Thu Jul 19 21:18:15 2012
    Install Date : Fri Jul 20 12:02:20 2012
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : A featureful, general-purpose sound server
    Backup Files:
    UNMODIFIED /etc/pulse/daemon.conf
    UNMODIFIED /etc/pulse/default.pa
    UNMODIFIED /etc/pulse/system.pa
    Name : systemd
    Version : 188-2
    URL : http://www.freedesktop.org/wiki/Software/systemd
    Licenses : GPL2 LGPL2.1 MIT
    Groups : None
    Provides : None
    Depends On : acl dbus-core libsystemd=188 kmod libcap pam systemd-tools=188 util-linux xz
    Optional Deps : initscripts: legacy support for hostname and vconsole setup
    initscripts-systemd: legacy generator for initialization scripts
    python2-cairo: systemd-analyze
    python2-dbus: systemd-analyze
    systemd-arch-units: collection of native unit files for Arch daemon/init scripts
    systemd-sysvcompat: symlink package to provide sysvinit binaries
    Required By : systemd-arch-units
    Conflicts With : None
    Replaces : None
    Installed Size : 4720.00 KiB
    Packager : Dave Reisner <[email protected]>
    Architecture : x86_64
    Build Date : Sat Aug 11 01:17:44 2012
    Install Date : Mon Aug 13 20:15:27 2012
    Install Reason : Installed as a dependency for another package
    Install Script : Yes
    Description : system and service manager
    Backup Files:
    UNMODIFIED /etc/dbus-1/system.d/org.freedesktop.systemd1.conf
    UNMODIFIED /etc/dbus-1/system.d/org.freedesktop.hostname1.conf
    UNMODIFIED /etc/dbus-1/system.d/org.freedesktop.login1.conf
    UNMODIFIED /etc/dbus-1/system.d/org.freedesktop.locale1.conf
    UNMODIFIED /etc/dbus-1/system.d/org.freedesktop.timedate1.conf
    UNMODIFIED /etc/systemd/system.conf
    UNMODIFIED /etc/systemd/user.conf
    UNMODIFIED /etc/systemd/logind.conf
    UNMODIFIED /etc/systemd/journald.conf
    Name : gnome-shell
    Version : 3.4.2-1
    URL : http://live.gnome.org/GnomeShell
    Licenses : GPL2
    Groups : gnome
    Provides : None
    Depends On : caribou folks gcr gjs gnome-bluetooth gnome-desktop gnome-menus libcroco libpulse mutter nautilus networkmanager telepathy-logger
    telepathy-mission-control unzip
    Optional Deps : network-manager-applet: shell integration for networkmanager
    Required By : gnome-shell-extension-user-theme
    Conflicts With : None
    Replaces : None
    Installed Size : 6064.00 KiB
    Packager : Ionut Biru <[email protected]>
    Architecture : x86_64
    Build Date : Sat Jul 21 21:27:55 2012
    Install Date : Sun Jul 22 20:51:39 2012
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : The next generation GNOME Shell
    Backup Files:
    (none)
    Name : dbus
    Version : 1.6.4-1
    URL : http://www.freedesktop.org/Software/dbus
    Licenses : GPL custom
    Groups : None
    Provides : None
    Depends On : dbus-core>=1.6.4 libx11
    Optional Deps : None
    Required By : avahi qt rtkit xfconf
    Conflicts With : None
    Replaces : None
    Installed Size : 68.00 KiB
    Packager : Andreas Radke <[email protected]>
    Architecture : x86_64
    Build Date : Sat Jul 21 13:15:36 2012
    Install Date : Sat Jul 21 14:30:09 2012
    Install Reason : Installed as a dependency for another package
    Install Script : No
    Description : Freedesktop.org message bus system
    Backup Files:
    (none)
    Name : networkmanager
    Version : 0.9.4.0-6
    URL : http://www.gnome.org/projects/NetworkManager/
    Licenses : GPL
    Groups : None
    Provides : None
    Depends On : dbus-glib iproute2 libnl nss polkit udev wpa_supplicant ppp dhcpcd libsoup
    Optional Deps : modemmanager: for modem management service
    dhclient: alternative DHCP/DHCPv6 client
    iptables: Connection sharing
    dnsmasq: Connection sharing
    bluez: Bluetooth support
    openresolv: openresolv support
    Required By : cnetworkmanager empathy gnome-shell libsocialweb network-manager-applet networkmanager-dispatcher-netfs networkmanager-dispatcher-ntpd
    networkmanager-dispatcher-openntpd networkmanager-openconnect networkmanager-openvpn networkmanager-pptp networkmanager-vpnc tracker
    Conflicts With : None
    Replaces : None
    Installed Size : 5232.00 KiB
    Packager : Jan Alexander Steffens (heftig) <[email protected]>
    Architecture : x86_64
    Build Date : Fri Jun 15 21:21:11 2012
    Install Date : Sat Aug 11 10:07:19 2012
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : Network Management daemon
    Backup Files:
    MODIFIED /etc/NetworkManager/NetworkManager.conf
    Name : bluez
    Version : 4.101-1
    URL : http://www.bluez.org/
    Licenses : GPL2
    Groups : None
    Provides : bluez-libs bluez-utils
    Depends On : dbus-core python2 systemd-tools
    Optional Deps : gstreamer0.10-base: bluetooth GStreamer support
    alsa-lib: Audio bluetooth devices support
    dbus-python: to run bluez-simple-agent
    pygobject: to run bluez-simple-agent
    libusb-compat: USB adapters support
    cups: CUPS backend
    Required By : blueman gvfs-obexftp kismet obexd-client openobex pilot-link qemu-kvm
    Conflicts With : bluez-libs bluez-utils
    Replaces : bluez-libs bluez-utils
    Installed Size : 3452.00 KiB
    Packager : Tom Gundersen <[email protected]>
    Architecture : x86_64
    Build Date : Sat Jun 23 13:02:36 2012
    Install Date : Sat Aug 11 11:01:04 2012
    Install Reason : Explicitly installed
    Install Script : No
    Description : Libraries and tools for the Bluetooth protocol stack
    Backup Files:
    UNMODIFIED /etc/bluetooth/main.conf
    UNMODIFIED /etc/bluetooth/rfcomm.conf
    MODIFIED /etc/bluetooth/audio.conf
    UNMODIFIED /etc/bluetooth/network.conf
    UNMODIFIED /etc/bluetooth/input.conf
    UNMODIFIED /etc/bluetooth/serial.conf
    UNMODIFIED /etc/conf.d/bluetooth
    UNMODIFIED /etc/dbus-1/system.d/bluetooth.conf
    Name : consolekit
    Version : 0.4.6-4
    URL : http://www.freedesktop.org/wiki/Software/ConsoleKit
    Licenses : GPL
    Groups : None
    Provides : None
    Depends On : polkit zlib libx11 dbus-glib
    Optional Deps : None
    Required By : gdm gnome-session slim xfce4-session
    Conflicts With : None
    Replaces : None
    Installed Size : 720.00 KiB
    Packager : Dave Reisner <[email protected]>
    Architecture : x86_64
    Build Date : Sun May 27 06:29:53 2012
    Install Date : Fri Jun 1 19:13:35 2012
    Install Reason : Installed as a dependency for another package
    Install Script : No
    Description : A framework for defining and tracking users, login sessions, and seats
    Backup Files:
    (none)
    And the version of all the other packages:
    % pacman -Q
    3to2-hg 1.0-1
    a52dec 0.7.4-6
    aalib 1.4rc5-9
    abs 2.4.3-2
    accountsservice 0.6.22-1
    acl 2.2.51-2
    acpi 1.6-1
    acpid 2.0.16-3
    acroread 9.5.1-2
    acsccid 1.0.2-3
    activity-log-manager 0.9.4-1
    adns 1.4-3
    adobe-air 2.1-1
    adobe-air-sdk 2.6-2
    aisleriot 3.2.2-1
    akonadi 1.8.0-1
    alfont 2.0.9-6
    allegro 5.0.7-1
    allegro4 4.4.2-2
    alleyoop 0.9.8-2
    alsa-firmware 1.0.25-2
    alsa-lib 1.0.25-1
    alsa-oss 1.0.25-1
    alsa-plugins 1.0.25-2
    alsa-utils 1.0.25-3
    anjuta 3.4.4-1
    antiword 0.37-3
    apache 2.2.22-4
    apache-ant 1.8.4-1
    apg 2.2.3-3
    apiextractor 0.10.10-1
    apr 1.4.6-1
    apr-util 1.4.1-1
    aptana-studio 3.2.1-1
    aqsis 1.8.1-1
    archlinux-keyring 20120812-1
    argyllcms 1.4.0-4
    aria2 1.15.1-2
    art-sharp 2.24.2-2
    artwiz-fonts 1.3-7
    aspell 0.60.6.1-1
    aspell-de 20120607-1
    aspell-en 7.1-2
    at-spi 1.32.0-5
    at-spi2-atk 2.4.0-1
    at-spi2-core 2.4.2-1
    atk 2.4.0-1
    atkmm 2.22.6-1
    attica 0.4.0-1
    attr 2.4.46-2
    audacity 2.0.1-2
    aurvote 1.3-1
    autoconf 2.69-1
    autoconf2.13 2.13-2
    autofs 5.0.6-3
    autogen 5.15-1
    automake 1.12.2-1
    automoc4 0.9.88-3
    autopano-sift-c 2.5.1-3
    avahi 0.6.31-3
    avidemux-cli 2.5.6-3
    avidemux-gtk 2.5.6-3
    avidemux-qt 2.5.6-3
    avifile 0.7.45-8
    babl 0.1.10-1
    banshee 2.4.1-1
    baobab 3.4.1-2
    bash 4.2.037-1
    bash-completion 2.0-2
    bc 1.06-8
    beep 1.3-2
    bin32-flashplayer-standalone 11.2.202.236-2
    bin32-google-earth 6.0.3.2197-1
    binutils-multilib 2.22-8
    bison 2.6.2-1
    blas 3.4.1-1
    bleachbit 0.9.3-1
    blender 4:2.64-2
    bluefish 2.2.3-1
    blueman 1.23-4
    bluez 4.101-1
    bogofilter 1.2.2-4
    boo 0.9.4.9-2
    boost 1.50.0-2
    boost-libs 1.50.0-2
    brasero 3.4.1-1
    brltty 4.3-5
    bsdiff 4.3-7
    bullet 2.80-1
    bullet-docs 2.80-1
    bzip2 1.0.6-4
    bzr 2.5.1-1
    c-ares 1.9.0-1
    ca-certificates 20120623-1
    ca-certificates-java 20120608-1
    cabal-install 0.14.0-2
    cabextract 1.4-2
    cairo 1.12.2-2
    cairo-perl 1.082-2
    cairomm 1.10.0-2
    calibre 0.8.64-1
    cantarell-fonts 0.0.8-1
    caribou 0.4.2-1
    catdoc 0.94.3-1
    ccid 1.4.7-1
    cdparanoia 10.2-4
    cdrdao 1.2.3-6
    cdrkit 1.1.11-2
    cfitsio 3.310-1
    cheese 3.4.2-1
    cherrytree 0.26-1
    chmlib 0.40-3
    chromium 21.0.1180.75-1
    chromium-pepper-flash 11.3.31.307-1
    chrpath 0.13-3
    cifs-utils 5.6-2
    cksfv 1.3.14-2
    clamav 0.97.5-2
    clang 3.1-4
    clang-analyzer 3.1-4
    claws-mail 3.8.1-1
    claws-mail-extra-plugins 3.8.1-1
    cloog 0.17.0-2
    clutter 1.10.6-1
    clutter-gst 1.6.0-1
    clutter-gtk 1.2.0-1
    cmake 2.8.9-1
    cnetworkmanager 0.21.1-3
    codeblocks 10.05-2
    cogl 1.10.4-1
    colord 0.1.21-2
    compositeproto 0.4.2-2
    consolekit 0.4.6-4
    coolreader 3.0.56-1
    coreutils 8.17-3
    cpio 2.11-3
    cpufrequtils 008-2
    crack-attack 1.1.14-6
    crack-attack-sounds 1.1.14-4
    cracklib 2.8.18-2
    crafty 23.4-2
    crayonphysicsdeluxe 55_3-3
    crda 1.1.2-3
    cronie 1.4.8-3
    cross-arm-elf-binutils 2.21-2
    cross-arm-elf-gcc-base 4.6.0-1
    cryptsetup 1.5.0-1
    csfml 1.99.git20120504-1
    ctags 5.8-3
    cups 1.6.1-4
    cups-filters 1.0.20-1
    cups-pdf 2.6.1-1
    cups-pk-helper 0.2.2-1
    curl 7.27.0-1
    curlftpfs 0.9.2-4
    cvs 1.11.23-8
    d-feet 0.1.14-2
    damageproto 1.2.1-2
    dash 0.5.7-2
    dasher 4.10.1-3
    db 5.3.21-1
    dbus 1.6.4-1
    dbus-core 1.6.4-1
    dbus-glib 0.100-1
    dbus-sharp 0.7.0-4
    dbus-sharp-glib 0.5.0-4
    dconf 0.12.1-2
    deb2targz 0.1-3
    deja-dup 22.1-1
    desktop-file-utils 0.20-1
    devede 3.22.0-2
    devhelp 3.4.1-1
    device-mapper 2.02.96-3
    dfhack-git 20120613-1
    dhclient 4.2.4.1-1
    dhcp 4.2.4.1-1
    dhcpcd 5.5.6-1
    dia 0.97.2-3
    dialog 1.1_20120706-1
    diffstat 1.55-1
    diffutils 3.2-1
    dirmngr 1.1.0-4
    django 1.4.1-1
    django-classy-tags 0.3.4.1-1
    django-cms 2.2-1
    django-mptt 0.5.1-1
    django-sekizai 0.5-1
    djvulibre 3.5.24-3
    dkms 2.2.0.3-11
    dmxproto 2.3.1-2
    dnsmasq 2.62-1
    dnssec-anchors 20120422-1
    dnsutils 9.9.1.P2-1
    docbook-xml 4.5-5
    docbook-xsl 1.77.1-2
    dosbox 0.74-3
    dosfstools 3.0.12-1
    dotconf 1.3-3
    doxygen 1.8.1.2-1
    dri2proto 2.8-1
    dropbox-experimental 1.5.10-1
    duplicity 0.6.19-1
    dvd+rw-tools 7.1-4
    dvdauthor 0.7.0-4
    dvgrab 3.5-4
    dwarffortress 0.34.11-1
    dwarffortress-ironhand 0.73-4
    dwarftherapist-hg 571-1
    e2fsprogs 1.42.4-1
    easytag 2.1.7-2
    eclipse 4.2-1
    eclipse-cdt 8.1.0-2
    eclipse-ecj 3.7.1-1
    eclipse-mylyn 3.8.1-1
    eclipse-pydev 2.6.0-1
    eclipse-qt-eclipse-integration-bin 1.6.1-2
    eclipse-subclipse 1.8.14-1
    eigen2 2.0.17-1
    eject 2.1.5-7
    ekiga 3.3.2-6
    elfutils 0.154-1
    emacs 24.1-2
    empathy 3.4.2.3-1
    enblend-enfuse 4.0-6
    enca 1.13-2
    enchant 1.6.0-4
    engine_pkcs11 0.1.8-2
    enscript 1.6.5.2-2
    eog 3.4.3-1
    eog-plugins 3.4.1-1
    epiphany 3.4.3-1
    epydoc 3.0.1-2
    eric 5.2.4-1
    eric-plugins 5.1.0-1
    eric4 4.5.5-1
    eric4-plugins 4.4.4a-1
    eventlog 0.2.12-3
    evince 3.4.0-1
    evolution 3.4.3-1
    evolution-data-server 3.4.3-1
    evolution-exchange 3.4.3-1
    exempi 2.2.0-1
    exiv2 0.23-1
    exo 0.8.0-1
    expac 1-1
    expat 2.1.0-1
    extundelete 0.2.0-2
    faac 1.28-4
    faad2 2.7-3
    fakeroot 1.18.4-1
    farstream 0.1.2-1
    fb-client 1.0.4-1
    fbreader 0.99.1-1
    fcrackzip 1.0-3
    festival 2.1-3
    ffmpeg 1:0.11.1-1
    ffmpeg-compat 20120509-1
    fftw 3.3.2-1
    file 5.11-1
    file-roller 3.4.2-1
    filesystem 2012.7-1
    filezilla 3.5.3-1
    findutils 4.4.2-4
    firefox 14.0.1-1
    firefox-i18n 14.0.1-1
    firefox-i18n-de 14.0.1-1
    firefox-nightly 17.0a1-1
    fixesproto 5.0-2
    flac 1.2.1-3
    flasher 3.5_2.5.2.2-2
    flashplugin 11.2.202.236-1
    flex 2.5.37-1
    fltk 1.3.0-3
    fltk-docs 1.3.0-3
    fltk-games 1.3.0-3
    fluidsynth 1.1.5-2
    folks 0.6.9-2
    font-bh-ttf 1.0.1-2
    font-bitstream-speedo 1.0.1-2
    font-misc-ethiopic 1.0.1-2
    font-misc-meltho 1.0.1-2
    fontconfig 2.8.0-2
    fontsproto 2.1.2-1
    foomatic-db 1:4.0.17_20120712-1
    foomatic-db-engine 1:4.0.17_20120712-1
    foomatic-db-nonfree 1:4.0.17_20120712-1
    foomatic-filters 1:4.0.17_20120712-1
    fortune-mod 1.99.1-5
    fortune-mod-chucknorris 1-3
    fortune-mod-discworld 0-2
    fortune-mod-ferengi_rules_of_acquisition 20080318-1
    fortune-mod-futurama 0.2-4
    fortune-mod-himym 0.3-3
    fortune-mod-hitchhiker 20050611-1
    fortune-mod-house 20100911-1
    fortune-mod-matrix 20091124-1
    fortune-mod-misfits 0.1-2
    fortune-mod-montypython 20091124-1
    fortune-mod-simpsons-chalkboard 0-2
    fortune-mod-southpark 20100911-1
    fortune-mod-tbbt 0.5-1
    fortune-mod-the-godfather 3.0-2
    fox 1.6.46-1
    freeglut 2.8.0-1
    freeimage 3.15.3-1
    freemind 0.9.0-2
    freenet 0.7.5-1
    freetype2 2.4.10-1
    frei0r-plugins 1.3-3
    fretsonfire 1.3.110-7
    fribidi 0.19.2-2
    ftgl 2.1.3rc5-3
    ftjam 2.5.3rc2-3
    fuse 2.9.1-1
    fuseiso 20070708-4
    fwbuilder 5.1.0.3599-2
    gadmin-samba 0.3.3-1
    gambas3-devel 3.2.1-4
    gambas3-examples 3.2.1-4
    gambas3-gb-cairo 3.2.1-4
    gambas3-gb-chart 3.2.1-4
    gambas3-gb-compress 3.2.1-4
    gambas3-gb-crypt 3.2.1-4
    gambas3-gb-db 3.2.1-4
    gambas3-gb-db-form 3.2.1-4
    gambas3-gb-db-mysql 3.2.1-4
    gambas3-gb-db-odbc 3.2.1-4
    gambas3-gb-db-postgresql 3.2.1-4
    gambas3-gb-db-sqlite2 3.2.1-4
    gambas3-gb-db-sqlite3 3.2.1-4
    gambas3-gb-dbus 3.2.1-4
    gambas3-gb-desktop 3.2.1-4
    gambas3-gb-eval-highlight 3.2.1-4
    gambas3-gb-form 3.2.1-4
    gambas3-gb-form-dialog 3.2.1-4
    gambas3-gb-form-mdi 3.2.1-4
    gambas3-gb-form-stock 3.2.1-4
    gambas3-gb-gsl 3.2.1-4
    gambas3-gb-gtk 3.2.1-4
    gambas3-gb-image 3.2.1-4
    gambas3-gb-image-effect 3.2.1-4
    gambas3-gb-image-imlib 3.2.1-4
    gambas3-gb-image-io 3.2.1-4
    gambas3-gb-net 3.2.1-4
    gambas3-gb-net-curl 3.2.1-4
    gambas3-gb-net-smtp 3.2.1-4
    gambas3-gb-opengl 3.2.1-4
    gambas3-gb-opengl-glsl 3.2.1-4
    gambas3-gb-opengl-glu 3.2.1-4
    gambas3-gb-option 3.2.1-4
    gambas3-gb-pcre 3.2.1-4
    gambas3-gb-pdf 3.2.1-4
    gambas3-gb-qt4 3.2.1-4
    gambas3-gb-qt4-ext 3.2.1-4
    gambas3-gb-qt4-opengl 3.2.1-4
    gambas3-gb-qt4-webkit 3.2.1-4
    gambas3-gb-report 3.2.1-4
    gambas3-gb-sdl 3.2.1-4
    gambas3-gb-sdl-sound 3.2.1-4
    gambas3-gb-settings 3.2.1-4
    gambas3-gb-signal 3.2.1-4
    gambas3-gb-v4l 3.2.1-4
    gambas3-gb-vb 3.2.1-4
    gambas3-gb-web 3.2.1-4
    gambas3-gb-xml 3.2.1-4
    gambas3-gb-xml-rpc 3.2.1-4
    gambas3-gb-xml-xslt 3.2.1-4
    gambas3-ide 3.2.1-4
    gambas3-runtime 3.2.1-4
    gambas3-script 3.2.1-4
    gamin 0.1.10-6
    garcon 0.2.0-1
    gavl 1.2.0-2
    gawk 4.0.1-1
    gc 7.2-1
    gcalctool 6.4.2.1-1
    gcc-fortran 4.7.1-5
    gcc-libs-multilib 4.7.1-5
    gcc-multilib 4.7.1-5
    gcolor2 0.4-6
    gconf 3.2.5-2
    gconf-editor 3.0.0-2
    gconf-sharp 2.24.2-2
    gconf-sharp-peditors 2.24.2-2
    gconfmm 2.28.3-1
    gcr 3.4.1-1
    gd 2.0.36RC1-5
    gdal 1.9.0-1
    gdata-sharp 1.7.0.1-2
    gdb 7.4.1-1
    gdbm 1.10-1
    gdk-pixbuf2 2.26.1-1
    gdl 3.4.2-1
    gdm 3.4.1-2
    gedit 3.4.2-1
    gedit-plugins 3.4.0-2
    geeqie 1.0-7
    gegl 0.2.0-2
    generatorrunner 0.6.16-1
    geoclue 0.12.0-5
    geoip 1.4.8-2
    geoip-database 20120706-1
    geos 3.3.4-1
    gettext 0.18.1.1-4
    gettext-mono 0.18.1.1-1
    ghc 7.4.2-1
    ghex 3.4.1-1
    ghostscript 9.06-1
    giflib 4.1.6-5
    gimp 2.8.0-2
    gimp-fourier 0.4.1-1
    gimp-gap 2.6.0-3
    gimp-paint-studio 1.5_final-1
    gimp-plugin-dcamnoise2 0.64-6
    gimp-plugin-dds 2.0.9-1
    gimp-plugin-pandora 0.9.3-2
    gimp-plugin-texturize 2.1-3
    gimp-resynth 1:20120508-1
    gimpfx-foundry 2.6_1-2
    git 1.7.11.4-1
    git-term 1.2.6-2
    gjs 1.32.0-2
    gkeyfile-sharp 0.1-2
    gksu 2.0.2-4
    glade 3.12.1-1
    glew 1.8.0-1
    glhack 1.2-6
    glib-networking 2.32.3-1
    glib-perl 1.260-1
    glib2 2.32.4-1
    glibc 2.16.0-2
    glibmm 2.32.1-1
    glpk 4.47-1
    glproto 1.4.16-1
    gmime 2.6.10-1
    gmp 5.0.5-1
    gnochm 0.9.11-11
    gnome-activity-journal-bzr 1251-1
    gnome-applets 3.4.1-1
    gnome-backgrounds 3.4.2-1
    gnome-bluetooth 3.4.2-1
    gnome-color-manager 3.4.2-2
    gnome-common 3.4.0.1-2
    gnome-contacts 3.4.1-1
    gnome-control-center 3.4.2-1
    gnome-cups-manager 0.33-6
    gnome-desktop 1:3.4.2-1
    gnome-desktop2 2.32.1-2
    gnome-dictionary 3.4.0-1
    gnome-disk-utility 3.4.1-1
    gnome-doc-utils 0.20.10-1
    gnome-documents 0.4.2-1
    gnome-font-viewer 3.4.0-1
    gnome-games 3.4.2-1
    gnome-games-extra-data 3.2.0-1
    gnome-icon-theme 3.4.0-1
    gnome-icon-theme-extras 3.4.0-1
    gnome-icon-theme-symbolic 3.4.0-1
    gnome-inform7 6G60-3
    gnome-js-common 0.1.2-2
    gnome-keyring 3.4.1-3
    gnome-media 3.4.0-1
    gnome-menus 3.4.2-1
    gnome-mime-data 2.18.0-6
    gnome-nettool 3.1.1-1
    gnome-online-accounts 3.4.2-1
    gnome-packagekit 3.4.2-1
    gnome-panel 3.4.2.1-1
    gnome-power-manager 3.4.0-1
    gnome-print-sharp 2.26.0-7
    gnome-python 2.28.1-8
    gnome-python-extras 2.25.3-12
    gnome-screensaver 3.4.4-1
    gnome-screenshot 3.4.1-1
    gnome-search-tool 3.4.0-1
    gnome-session 3.4.2-3
    gnome-settings-daemon 3.4.2-1
    gnome-settings-daemon-updates 3.4.2-1
    gnome-sharp 2.24.2-2
    gnome-shell 3.4.2-1
    gnome-shell-extension-user-theme 3.2.3-1
    gnome-speech 0.4.25-2
    gnome-system-log 3.4.1-1
    gnome-system-monitor 3.4.1-1
    gnome-terminal 3.4.1.1-1
    gnome-themes-extras 2.22.0-3
    gnome-themes-standard 3.4.2-1
    gnome-tweak-tool 3.4.0.1-1
    gnome-user-docs 3.4.2-1
    gnome-utils 3.4.0-1
    gnome-vfs 2.24.4-6
    gnome-vfs-sharp 2.24.2-2
    gnome-video-effects 0.4.0-1
    gnonlin 0.10.16-2
    gnuchess 6.0.2-1
    gnunet 0.9.3-1
    gnunet-gtk 0.9.3-1
    gnupg 2.0.19-2
    gnuplot 4.6.0-3
    gnutls 3.0.22-1
    gobject-introspection 1.32.1-2
    goocanvas 2.0.1-2
    goocanvas1 1.0.0-1
    gourmet 0.15.9-2
    gparted 0.13.1-1
    gperf 3.0.4-4
    gpgme 1.3.1-4
    gphoto2 2.4.14-1
    gpm 1.20.6-10
    gprolog 1.4.0-2
    gpsim 0.26.1-2
    gputils 0.14.1-1
    grantlee 0.2.0-1
    graphicsmagick 1.3.16-1
    graphite 1:1.0.3-1
    graphviz 2.28.0-10
    grep 2.13-2
    groff 1.21-2
    grsync 1.2.1-1
    grub-bios 2.00-1
    grub-common 2.00-1
    gsettings-desktop-schemas 3.4.2-1
    gsfonts 1.0.7pre44-3
    gsl 1.15-2
    gsm 1.0.13-7
    gsmartcontrol 0.8.7-1
    gssdp 0.12.1-1
    gstreamer0.10 0.10.36-1
    gstreamer0.10-bad 0.10.23-2
    gstreamer0.10-bad-plugins 0.10.23-2
    gstreamer0.10-base 0.10.36-1
    gstreamer0.10-base-plugins 0.10.36-1
    gstreamer0.10-ffmpeg 0.10.13-1
    gstreamer0.10-good 0.10.31-1
    gstreamer0.10-good-plugins 0.10.31-1
    gstreamer0.10-python 0.10.22-1
    gstreamer0.10-ugly 0.10.19-2
    gstreamer0.10-ugly-plugins 0.10.19-2
    gthumb 3.0.1-2
    gtk-doc 1.18-1
    gtk-engines 2.21.0-1
    gtk-recordmydesktop 0.3.8-6
    gtk-sharp-2 2.12.11-1
    gtk-update-icon-cache 2.24.11-2
    gtk-vnc 0.5.0-1
    gtk2 2.24.11-2
    gtk2+extra 2.1.2-2
    gtk2-perl 1.244-1
    gtk2-xfce-engine 3.0.0-1
    gtk3 3.4.4-1
    gtkglext 1.2.0-7
    gtkglextmm 1.2.0-8
    gtkhtml 3.32.2-3
    gtkhtml-sharp 2.26.0-8
    gtkhtml4 4.4.3-1
    gtkmm 2.24.2-2
    gtkmm3 3.4.0-1
    gtksourceview2 2.10.5-2
    gtksourceview2-sharp 2.26.0-8
    gtksourceview3 3.4.2-1
    gtkspell 2.0.16-2
    gts 0.7.6-2
    gucharmap 3.4.1.1-1
    gudev-sharp 0.1-2
    guile 1.8.8-2
    gupnp 0.18.2-1
    gupnp-av 0.10.2-1
    gupnp-dlna 0.6.6-1
    gutenprint 5.2.9-1
    guvcview 1.6.0-2
    gvfs 1.12.3-3
    gvfs-gphoto2 1.12.3-3
    gvfs-obexftp 1.12.3-3
    gvfs-smb 1.12.3-3
    gzip 1.5-1
    hammerfight 1:1.004-1
    handbrake 0.9.8-1
    handbrake-cli 0.9.8-1
    happy 1.18.9-5
    haxe 2.10-1
    hdf5 1.8.8-1
    hdparm 9.39-1
    heirloom-mailx 12.5-3
    help2man 1.40.11-1
    hibiscus 2.2.1-2
    hicolor-icon-theme 0.12-2
    hot-babe 0.2.2-11
    hplip 3.12.6-3
    hspell 1.1-2
    hsqldb-java 1:1.8.0.10-2
    httrack 3.46.1-1
    hugin 2011.4.0-5
    hunspell 1.3.2-1
    hunspell-de 20120607-1
    hunspell-en 7.1-2
    hwids 20120730-1
    hwloc 1.4.2-1
    hydrogen 0.9.5-2
    hyphen 2.8.5-1
    i2p 0.9.1-1
    iana-etc 2.30-3
    iat 0.1.7-4
    icedtea-web-java7 1.2.1-2
    icon-naming-utils 0.8.90-2
    icoutils 0.29.1-2
    icu 49.1.2-2
    id3lib 3.8.3-12
    idnkit 1.0-2
    ilmbase 1.0.2-1
    imagemagick 6.7.8.9-1
    imlib2 1.4.5-2
    indent 2.2.11-2
    inetutils 1.9.1-2
    inform7 6G60-1
    inkscape 0.48.3.1-4
    inputproto 2.2-1
    intel-tbb 4.0_20120613-1
    intltool 0.50.2-1
    iproute2 3.4.0-2
    iptables 1.4.14-3
    iputils 20101006-4
    ipython 0.13-1
    ipython2 0.13-1
    isl 0.10-1
    iso-codes 3.38-1
    itstool 1.1.2-1
    iw 3.4-1
    jack 0.121.3-6
    jade 1.2.1-8
    jameica 2.2-3
    jamestown 1.0.1-1
    jasper 1.900.1-7
    java-rhino 1.7R3-3
    jdk7-openjdk 7.u5_2.2.1-1
    jfsutils 1.1.15-3
    john 1.7.9-6
    jre7-openjdk 7.u5_2.2.1-1
    jre7-openjdk-headless 7.u5_2.2.1-1
    js 1.8.5-3
    json-c 0.9-1
    json-glib 0.14.2-1
    jython 2.5.2-2
    kactivities 4.9.0-1
    kbd 1.15.3-3
    kbproto 1.0.6-1
    kdebase-runtime 4.9.0-3
    kdelibs 4.9.0-4
    kdelibs3 3.5.10-13
    kdenlive 0.9.2-2
    kdepimlibs 4.9.0-1
    keyutils 1.5.5-3
    khrplatform-devel 8.0.4-2
    kismet 2011_03_R2-4
    kmod 9-2
    komodo-ide 7.0.2_70257-1
    komodoedit 7.1.0_10496-1
    krb5 1.10.3-1
    ktechlab 0.3.7-3
    ladspa 1.13-3
    lame 3.99.5-1
    lapack 3.4.1-1
    laptop-mode-tools 1.61-2
    latexila 2.4.0-6
    lcms 1.19-2
    lcms2 2.3-2
    ld-lsb 3-4
    ldns 1.6.13-1
    leptonica 1.69-3
    less 444-3
    lesstif 0.95.2-4
    lftp 4.3.8-1
    lib32-acl 2.2.51-2
    lib32-allegro 5.0.7-1
    lib32-alsa-lib 1.0.25-1
    lib32-alsa-plugins 1.0.25-1
    lib32-atk 2.4.0-1
    lib32-attr 2.4.46-2
    lib32-bzip2 1.0.6-1
    lib32-cairo 1.12.2-1
    lib32-curl 7.26.0-1
    lib32-dbus-core 1.6.4-1
    lib32-e2fsprogs 1.42.4-1
    lib32-expat 2.1.0-1
    lib32-flac 1.2.1-8
    lib32-fontconfig 2.8.0-4
    lib32-freetype2 2.4.10-1
    lib32-gcc-libs 4.7.1-5
    lib32-gdk-pixbuf2 2.26.1-2
    lib32-gettext 0.18.1.1-2
    lib32-giflib 4.1.6-6
    lib32-glew 1.8.0-1
    lib32-glew1.5 1.5.8-1
    lib32-glib2 2.32.4-1
    lib32-glibc 2.16.0-2
    lib32-gtk2 2.24.11-1
    lib32-jack 0.121.3-1
    lib32-json-c 0.9-2
    lib32-keyutils 1.5.5-1
    lib32-krb5 1.10.2-1
    lib32-lcms 1.19-4
    lib32-libasyncns 0.8-6
    lib32-libcanberra 0.28-2
    lib32-libcanberra-pulse 0.28-2
    lib32-libcap 2.22-1
    lib32-libcups 1.6.1-1
    lib32-libdrm 2.4.37-1
    lib32-libdrm-nouveau1 2.4.33-1
    lib32-libffi 3.0.11-1
    lib32-libgcrypt 1.5.0-1
    lib32-libgl 8.0.4-4
    lib32-libglade 2.6.4-5
    lib32-libglapi 8.0.4-4
    lib32-libgpg-error 1.10-1
    lib32-libice 1.0.8-1
    lib32-libjpeg-turbo 1.2.1-1
    lib32-libjpeg6 6b1-1
    lib32-libldap 2.4.32-1
    lib32-libltdl 2.4.2-6
    lib32-libmikmod 3.1.12-6
    lib32-libmng 1.0.10-6
    lib32-libogg 1.3.0-1
    lib32-libpciaccess 0.13.1-1
    lib32-libpng 1.5.12-1
    lib32-libpng12 1.2.50-1
    lib32-libpulse 2.1-1
    lib32-libsm 1.2.1-1
    lib32-libsndfile 1.0.25-2
    lib32-libssh2 1.4.2-1
    lib32-libtiff 4.0.2-1
    lib32-libusb 1.0.9-1
    lib32-libusb-compat 0.1.4-2
    lib32-libvorbis 1.3.3-1
    lib32-libx11 1.5.0-1
    lib32-libxau 1.0.7-1
    lib32-libxcb 1.8.1-2
    lib32-libxcomposite 0.4.3-3
    lib32-libxcursor 1.1.13-1
    lib32-libxdamage 1.1.3-4
    lib32-libxdmcp 1.1.1-1
    lib32-libxext 1.3.1-1
    lib32-libxfixes 5.0-1
    lib32-libxft 2.3.1-1
    lib32-libxi 1.6.1-1
    lib32-libxinerama 1.1.2-1
    lib32-libxml2 2.7.8-2
    lib32-libxmu 1.1.1-1
    lib32-libxpm 3.5.9-2
    lib32-libxrandr 1.3.2-2
    lib32-libxrender 0.9.7-1
    lib32-libxss 1.2.2-1
    lib32-libxt 1.1.3-1
    lib32-libxtst 1.2.1-1
    lib32-libxv 1.0.7-1
    lib32-libxxf86dga 1.1.3-1
    lib32-libxxf86vm 1.1.2-1
    lib32-mesa 8.0.4-4
    lib32-mpg123 1.14.4-1
    lib32-ncurses 5.9-1
    lib32-nouveau-dri 8.0.4-1
    lib32-nspr 4.9.2-1
    lib32-nss 3.13.5-1
    lib32-openal 1.14-1
    lib32-openssl 1.0.1.c-1
    lib32-pango 1.30.1-1
    lib32-pcre 8.31-1
    lib32-physfs 2.0.2-2
    lib32-pixman 0.26.2-1
    lib32-qt 4.8.2-2
    lib32-readline 6.2.004-1
    lib32-sdl 1.2.15-2
    lib32-sdl_image 1.2.12-2
    lib32-sdl_mixer 1.2.11-3
    lib32-sdl_ttf 2.0.11-1
    lib32-smpeg 0.4.4-9
    lib32-sqlite3 3.7.13-1
    lib32-tdb 1.2.9-1
    lib32-util-linux 2.21.2-1
    lib32-v4l-utils 0.8.8-1
    lib32-xcb-util 0.3.9-1
    lib32-zlib 1.2.7-1
    libanjuta 3.4.4-1
    libao 1.1.0-2
    libarchive 3.0.4-1
    libart-lgpl 2.3.21-2
    libass 0.10.0-3
    libassuan 2.0.3-1
    libasyncns 0.8-4
    libatasmart 0.18-2
    libavc1394 0.5.4-1
    libbluray 0.2.2-1
    libbonobo 2.32.1-2
    libbonoboui 2.24.5-2
    libcaca 0.99.beta18-1
    libcanberra 0.28-5
    libcanberra-gstreamer 0.28-5
    libcanberra-pulse 0.28-5
    libcap 2.22-3
    libcap-ng 0.6.6-1
    libcdaudio 0.99.12-6
    libcddb 1.3.2-3
    libcdio 0.83-1
    libchamplain 0.12.3-1
    libcroco 0.6.5-1
    libcups 1.6.1-4
    libdaemon 0.14-2
    libdatrie 0.2.5-1
    libdbusmenu-qt 0.9.2-1
    libdc1394 2.1.3-2
    libdca 0.0.5-3
    libdiscid 0.2.2-2
    libdmtx 0.7.4-3
    libdmx 1.1.2-1
    libdrm 2.4.37-1
    libdrm-nouveau1 2.4.33-1
    libdv 1.0.0-4
    libdvbpsi 0.2.2-1
    libdvdcss 1.2.12-1
    libdvdnav 4.2.0-2
    libdvdread 4.2.0-1
    libebml 1.2.2-2
    libedit 20120311_3.0-1
    libegl 8.0.4-2
    libetpan 1.0-4
    libevent 2.0.19-1
    libexif 0.6.21-1
    libextractor 0.6.3-6
    libffi 3.0.11-1
    libfontenc 1.1.1-1
    libftdi 0.20-1
    libgcrypt 1.5.0-3
    libgda 5.0.3-1
    libgdata 0.12.0-1
    libgdiplus 2.10-2
    libgee 0.6.5-1
    libgeotiff 1.3.0-2
    libgexiv2 0.4.1-3
    libgksu 2.0.12-5
    libgl 8.0.4-2
    libglade 2.6.4-3
    libglademm 2.6.7-2
    libglapi 8.0.4-2
    libgme 0.6.0-2
    libgnome 2.32.1-3
    libgnome-data 2.32.1-3
    libgnome-desktop-sharp 2.26.0-8
    libgnome-keyring 3.4.1-1
    libgnome-media-profiles 3.0.0-3
    libgnome-sharp 2.24.2-2
    libgnomecanvas 2.30.3-2
    libgnomecups 0.2.3-11
    libgnomekbd 3.4.0.2-1
    libgnomeprint 2.18.8-5
    libgnomeprintui 2.18.6-4
    libgnomeui 2.24.5-1
    libgpg-error 1.10-2
    libgphoto2 2.4.14-1
    libgpod 0.8.2-6
    libgsf 1.14.23-1
    libgssglue 0.3-1
    libgtkhtml 2.11.1-4
    libgtop 2.28.4-1
    libgusb 0.1.3-1
    libgweather 3.4.1-1
    libgxps 0.2.2-1
    libical 0.48-1
    libice 1.0.8-1
    libid3tag 0.15.1b-7
    libidl2 0.8.14-2
    libidn 1.25-1
    libiec61883 1.2.0-3
    libieee1284 0.2.11-4
    libimobiledevice 1.1.4-2
    libiodbc 3.52.8-1
    libircclient 1.6-1
    libirman 0.4.5-3
    libjpeg-turbo 1.2.1-1
    libjpeg6-turbo 1.2.1-1
    libkate 0.4.1-3
    libksba 1.2.0-2
    libldap 2.4.32-1
    liblinebreak 2.1-1
    liblouis 2.3.0-1
    liblqr 0.4.1-3
    liblrdf 0.5.0-1
    libltdl 2.4.2-6
    libmad 0.15.1b-6
    libmatroska 1.3.0-2
    libmicrohttpd 0.9.21-1
    libmikmod 3.1.12-4
    libmirage 1.5.0-1
    libmms 0.6.2-1
    libmng 1.0.10-4
    libmodplug 0.8.8.4-1
    libmp4v2 2.0.0-2
    libmpc 0.9-2
    libmpcdec 1.2.6-3
    libmpeg2 0.5.1-3
    libmtp 1.1.3-1
    libmusicbrainz3 3.0.3-2
    libmusicbrainz4 4.0.3-1
    libmysqlclient 5.5.27-1
    libmythes 1:1.2.3-1
    libnice 0.1.2-1
    libnl 3.2.11-1
    libnl1 1.1-1
    libnotify 0.7.5-1
    liboauth 0.9.6-1
    libofa 0.9.3-4
    libogg 1.3.0-1
    libotf 0.9.12-2
    libotr 3.2.0-3
    libp11 0.2.8-1
    libpano13 2.9.18-2
    libpcap 1.3.0-1
    libpciaccess 0.13.1-1
    libpeas 1.4.0-2
    libpipeline 1.2.1-1
    libplist 1.8-2
    libpng 1.5.12-1
    libpng12 1.2.50-1
    libpng14 1.4.11-1
    libproxy 0.4.7-2
    libpst 0.6.54-2
    libpulse 2.1-1
    libpurple 2.10.6-1
    libquvi 0.4.1-1
    libquvi-scripts 0.4.6-1
    libqzeitgeist 0.8.0-2
    libraw 0.14.6-1
    libraw1394 2.0.7-2
    libreoffice-base 3.5.5-1
    libreoffice-calc 3.5.5-1
    libreoffice-common 3.5.5-1
    libreoffice-de 3.5.5-1
    libreoffice-draw 3.5.5-1
    libreoffice-extension-ct2n 3.4.5-2
    libreoffice-extension-diagram 3.4.5-2
    libreoffice-extension-google-docs 3.4.5-2
    libreoffice-extension-hunart 3.4.5-2
    libreoffice-extension-nlpsolver 3.5.5-1
    libreoffice-extension-numbertext 3.4.5-2
    libreoffice-extension-oooblogger 3.4.5-2
    libreoffice-extension-pdfimport 3.5.5-1
    libreoffice-extension-presentation-minimizer 3.5.5-1
    libreoffice-extension-presenter-screen 3.5.5-1
    libreoffice-extension-report-builder 3.5.5-1
    libreoffice-extension-scripting-beanshell 3.4.5-2
    libreoffice-extension-scripting-javascript 3.4.5-2
    libreoffice-extension-scripting-python 3.5.5-1
    libreoffice-extension-typo 3.4.5-2
    libreoffice-extension-validator 3.4.5-2
    libreoffice-extension-watch-window 3.4.5-2
    libreoffice-extension-wiki-publisher 3.5.5-1
    libreoffice-gnome 3.5.5-1
    libreoffice-impress 3.5.5-1
    libreoffice-math 3.5.5-1
    libreoffice-writer 3.5.5-1
    librpcsecgss 0.19-7
    librsvg 2.36.1-1
    librsync 0.9.7-6
    libsamplerate 0.1.8-1
    libsasl 2.1.23-9
    libshiboken 1.1.1-1
    libshout 1:2.3.0-1
    libsidplay 1.36.59-5
    libsigc++ 2.2.10-2
    libsigsegv 2.10-1
    libsm 1.2.1-1
    libsndfile 1.0.25-2
    libsocialweb 0.25.20-1
    libsoup 2.38.1-1
    libsoup-gnome 2.38.1-1
    libspectre 0.2.7-1
    libssh 0.5.2-1
    libssh2 1.4.2-1
    libstdc++5 3.3.6-4
    libsystemd 188-2
    libtasn1 2.13-1
    libthai 0.1.18-1
    libtheora 1.1.1-2
    libtiff 4.0.2-1
    libtiff4 3.9.5-4
    libtiger 0.3.4-3
    libtirpc 0.2.2-2
    libtool 2.4.2-6
    libtorrent-rasterbar 1:0.16.2-1
    libtracker-sparql 0.14.2-1
    libunique 1.1.6-5
    libunique3 3.0.2-2
    libunistring 0.9.3-5
    libunrar 4.2.4-1
    libupnp 1.6.17-1
    libusb-compat 0.1.4-2
    libusbx 1.0.12-2
    libva 1.1.0-1
    libvdpau 0.4.1-2
    libvisual 0.4.0-4
    libvncserver 0.9.9-1
    libvorbis 1.3.3-1
    libvpx 1.1.0-1
    libwacom 0.6-1
    libwbclient 3.6.7-1
    libwebkit 1.8.2-1
    libwebkit3 1.8.2-1
    libwebp 0.1.99-1
    libwmf 0.2.8.4-9
    libwnck 2.30.7-1
    libwnck3 3.4.2-1
    libwpd 0.9.4-1
    libwpg 0.2.1-1
    libwps 0.2.2-2
    libx11 1.5.0-1
    libxau 1.0.7-1
    libxaw 1.0.11-1
    libxcb 1.8.1-1
    libxcomposite 0.4.3-2
    libxcursor 1.1.13-1
    libxdamage 1.1.3-2
    libxdmcp 1.1.1-1
    libxext 1.3.1-1
    libxfce4ui 4.10.0-1
    libxfce4util 4.10.0-1
    libxfixes 5.0-2
    libxfont 1.4.5-1
    libxft 2.3.1-1
    libxi 1.6.1-1
    libxinerama 1.1.2-1
    libxkbfile 1.0.8-1
    libxklavier 5.2.1-2
    libxmi 1.2-5
    libxml2 2.8.0-1
    libxmu 1.1.1-1
    libxp 1.0.1-3
    libxpm 3.5.10-1
    libxrandr 1.4.0-1
    libxrender 0.9.7-1
    libxres 1.0.6-1
    libxslt 1.1.26-3
    libxss 1.2.2-1
    libxt 1.1.3-1
    libxtst 1.2.1-1
    libxv 1.0.7-1
    libxvmc 1.0.7-1
    libxxf86dga 1.1.3-1
    libxxf86vm 1.1.2-1
    libyaml 0.1.4-2
    libytnef 1.5-3
    libzeitgeist 0.3.18-2
    licenses 2.9-1
    liferea 1.8.7-1
    links 2.7-1
    linux 3.4.7-1
    linux-api-headers 3.4.6-1
    linux-ck-corex 3.4.8-1
    linux-ck-corex-headers 3.4.8-1
    linux-docs 3.4.7-1
    linux-firmware 20120625-1
    linux-headers 3.4.7-1
    linux-mainline 3.6rc1-1
    linux-manpages 3.1-1
    linux-pf-core2 3.5.1-1
    lirc-utils 1:0.9.0-22
    llvm 3.1-4
    lmms 0.4.13-1
    logrotate 3.8.2-1
    lpsolve 5.5.2.0-2
    lsof 4.86-1
    lua 5.1.5-2
    lvm2 2.02.96-3
    lyx 2.0.4-1
    lzo2 2.06-1
    m4 1.4.16-2
    make 3.82-4
    makedepend 1.0.3-2
    makehuman 1.0alpha6-1
    man-db 2.6.2-1
    man-pages 3.41-1
    mash 0.2.0-1
    maxima 5.27.0-2
    mc 4.8.4-1
    mcelog 1.0pre3-3
    mcpp 2.7.2-4
    mdadm 3.2.5-2
    media-player-info 17-1
    megaglest 3.6.0.3-3
    megaglest-data 3.6.0.3-1
    meld 1.6.0-1
    mencoder 35014-1
    mercurial 2.3-1
    mesa 8.0.4-2
    metacity 2.34.5-1
    metakit 2.4.9.7-5
    mime-types 8-1
    miniupnpc 1.6-2
    miro 5.0.2-1
    mixxx 1.10.1-1
    mjpegtools 2.0.0-2
    mkinitcpio 0.10-1
    mkinitcpio-busybox 1.20.1-1
    mkvtoolnix-cli 5.7.0-3
    mlocate 0.25-2
    mlt 0.8.0-1
    mobile-broadband-provider-info 20120614-1
    modemmanager 0.5.2.0-2
    modprobed_db 2.0-2
    mono 2.10.8-1
    mono-addins 0.6.2-2
    mono-basic 2.10-2
    mono-debugger 2.10-2
    mono-tools 2.10-2
    mono-upnp 0.1.2-1
    mono-zeroconf 0.9.0-3
    monodevelop 3.0.3.5-2
    monodevelop-debugger-gdb 3.0.3.5-1
    monodevelop-debugger-mdb 2.4-1
    mousetweaks 3.4.2-1
    mozilla-common 1.4-3
    mpfr 3.1.1-1
    mpg123 1.14.4-1
    mplayer 35014-1
    mtasc 20091229-4
    mtdev 1.1.2-1
    mtools 4.0.17-2
    musicbrainz 2.1.5-5
    mutagen 1.20-4
    mutter 3.4.1-2
    mx 1.4.6-1
    mysql 5.5.27-1
    mysql-clients 5.5.27-1
    mysql-python 1.2.3-3
    namcap 3.2.4-1
    nano 2.2.6-2
    nasm 2.10.03-1
    nautilus 3.4.2-1
    nautilus-dropbox 1.4.0-2
    nautilus-open-terminal 0.19-2
    nautilus-sendto 3.0.3-1
    ncftp 3.2.5-2
    ncurses 5.9-3
    neko 1.8.2-8
    neon 0.29.6-4
    nepomuk-core 4.9.0-1
    net-snmp 5.7.1-3
    net-tools 1.60.20110819cvs-3
    netcdf 4.2.1-1
    netkit-bsd-finger 0.17-7
    netlogo 5.0.2-1
    nettle 2.5-1
    network-manager-applet 0.9.4.1-1
    networkmanager 0.9.4.0-6
    networkmanager-dispatcher-netfs 1.0-2
    networkmanager-dispatcher-ntpd 1.0-3
    networkmanager-dispatcher-openntpd 1.0-4
    networkmanager-openconnect 0.9.4.0-1
    networkmanager-openvpn 0.9.4.0-1
    networkmanager-pptp 0.9.4.0-1
    networkmanager-vpnc 0.9.4.0-1
    nfs-utils 1.2.6-1
    nfsidmap 0.24-3
    nickle 2.70-2
    nltk-data 2.0-7
    nmap 6.01-1
    notification-daemon 0.7.4-1
    nouveau-dri 8.0.4-2
    nouveau-firmware 20091212-4
    nspluginwrapper 1.4.4-2.1
    nspr 4.9.2-1
    nss 3.13.5-1
    nss-mdns 0.10-5
    ntfs-3g 2012.1.15-3
    ntfsprogs 2012.1.15-3
    ntp 4.2.6.p5-7
    nvidia-cg-toolkit 3.1-2
    obex-data-server 0.4.6-2
    obexd-client 0.47-1
    ocaml 3.12.1-3
    ocrfeeder 0.7.9-1
    octave 3.6.2-1
    ogre 1.8.0-3
    ogre-docs 1.8.0-3
    ois 1.3-2
    opal 3.10.5-1
    openal 1.14-1
    opencollada 869-1
    openconnect 1:3.18-1
    opencore-amr 0.1.3-1
    opencv-svn 9044-1
    openexr 1.7.0-2
    openimageio 1.0.8-1
    openjpeg 1.5.0-1
    openmpi 1.6-2
    openntpd 3.9p1-15
    openobex 1.5-3
    openresolv 3.5.1-1
    opensc 0.12.2-3
    openslp 1.2.1-4
    openssh 6.0p1-3
    openssl 1.0.1.c-1
    openvpn 2.2.2-1
    oprofile 0.9.7-4
    orbit2 2.14.19-2
    orc 0.4.16-1
    orca 3.4.2-1
    oxygen-icons 4.9.0-1
    p11-kit 0.12-1
    p7zip 9.20.1-6
    package-query 1.0.1-1
    packagekit 0.6.22-1
    pacman 4.0.3-3
    pacman-color 4.0.3-3
    pacman-contrib 4.0.3-1
    pacman-mirrorlist 20120626-1
    pacmatic 20120218-1
    pam 1.1.5-4
    pambase 20120701-1
    pango 1.30.1-1
    pango-perl 1.223-2
    pangomm 2.28.4-1
    paprefs 0.9.10-2
    parted 3.1-1
    patch 2.6.1-3
    pavucontrol 1.0-1
    pbsdk-linux 1.1.0-1
    pciutils 3.1.10-1
    pcmciautils 018-4
    pcre 8.31-1
    pcsc-ctapi-wrapper 0.3-1
    pcsc-cyberjack 3.99.5_SP03-2
    pcsc-perl 1.4.12-3
    pcsc-tools 1.4.20-1
    pcsclite 1.8.5-1
    pdfcrack 0.11-1
    pdfedit 0.4.5-2
    pdnsd 1.2.9-2
    perl 5.16.1-1
    perl-crypt-ssleay 0.64-1
    perl-digest-sha1 2.13-3
    perl-encode-locale 1.03-1
    perl-error 0.17018-1
    perl-file-listing 6.04-1
    perl-html-parser 3.69-2
    perl-html-tagset 3.20-3
    perl-http-cookies 6.01-1
    perl-http-daemon 6.01-1
    perl-http-date 6.02-1
    perl-http-message 6.03-1
    perl-http-negotiate 6.01-1
    perl-image-exiftool 8.99-1
    perl-io-socket-ssl 1.76-1
    perl-libwww 6.04-1
    perl-locale-gettext 1.05-9
    perl-lwp-mediatypes 6.02-1
    perl-lwp-protocol-https 6.03-1
    perl-mozilla-ca 20120309-1
    perl-net-http 6.03-1
    perl-net-ssleay 1.48-2
    perl-string-crc32 1.4-8
    perl-test-pod 1.45-1
    perl-try-tiny 0.11-1
    perl-uri 1.60-1
    perl-www-robotrules 6.02-1
    perl-xml-libxml 1.98-1
    perl-xml-libxslt 1.77-1
    perl-xml-namespacesupport 1.11-2
    perl-xml-parser 2.41-3
    perl-xml-sax 0.99-3
    perl-xml-sax-base 1.08-2
    perl-xml-simple 2.20-1
    perl-yaml-syck 1.20-2
    pgu 0.18-1
    phonon 1:4.6.0-2
    phonon-gstreamer 4.6.2-1
    physfs 2.0.2-2
    pidgin 2.10.6-1
    pilot-link 0.12.5-3
    pinentry 0.8.1-4
    pitivi 0.15.2-1
    pixman 0.26.2-1
    pkg-config 0.27-1
    pkgfile 3-1
    pkgtools 24-3
    pm-quirks 0.20100619-2
    pm-utils 1.4.1-5
    podofo 0.9.1-3
    polipo 1.0.4.1-6
    polkit 0.105-1
    polkit-gnome 0.105-1
    polkit-qt 0.103.0-1
    poppler 0.20.2-1
    poppler-data 0.4.5-1
    poppler-glib 0.20.2-1
    poppler-qt 0.20.2-1
    popt 1.16-5
    portaudio 19_20111121-1
    portmidi 217-3
    postgresql-libs 9.1.4-1
    powertop 2.0-1
    ppl 1.0-1
    ppp 2.4.5-3
    pptpclient 1.7.2-4
    printproto 1.0.5-2
    prison 1.0-1
    procps-ng 3.3.3-3
    proj 4.8.0-1
    psmisc 22.19-1
    pstotext 1.9-2
    pth 2.0.7-4
    ptlib 2.10.5-1
    pulseaudio 2.1-1
    pulseaudio-alsa 2-1
    pv 1.3.4-1
    pyalpm 0.5.3-1
    pyatspi 2.4.0-1
    pygobject-devel 3.2.2-1
    pygobject2-devel 2.28.6-6
    pygoocanvas 0.14.1-5
    pygtk 2.24.0-3
    pygtksourceview2 2.10.1-4
    pyjamas 0.8-1
    pylint 0.25.2-1
    pyogg 1.3-7
    pyopenssl 0.13-1
    pyorbit 2.24.0-4
    pypy 1.9-1
    pyqt 4.9.4-2
    pyqt-common 4.9.4-2
    pyrex 0.9.9-3
    pyrtf 0.45-5
    pyside 1.1.0-1
    pyside-tools 0.2.13-5
    python 3.2.3-3
    python-all-odfpy 0.9.4-2
    python-boto 2.4.1-1
    python-cairo 1.10.0-1
    python-cjson 1.0.5-4
    python-dbus 1.1.1-1
    python-dbus-common 1.1.1-1
    python-decorator 3.3.3-1
    python-distribute 0.6.28-1
    python-distutils-extra 2.32-1
    python-docs 3.2.3-1
    python-docutils 0.9.1-1
    python-egenix-mx-base 3.2.4-1
    python-foolscap 0.6.3-1
    python-fpconst 0.7.3-3
    python-gnomekeyring 2.32.0-10
    python-gnupginterface 0.3.2-6
    python-gtop 2.32.0-10
    python-imaging 1.1.7-4
    python-jinja 2.6-2
    python-logilab-astng 0.24.0-1
    python-logilab-common 0.58.2-1
    python-lxml 2.3.5-1
    python-m2crypto 0.21.1-1
    python-markupsafe 0.15-1
    python-mechanize 0.2.5-2
    python-nose 1.1.2-3
    python-notify 0.1.1-11
    python-numpy 1.6.2-1
    python-opengl 3.0.1-4
    python-paramiko 1.7.7.1-2
    python-pexpect 2.4-1
    python-pip 1.1-1
    python-pychart 1.39-6
    python-pycurl 7.19.0-6
    python-pyelftools 0.20-1
    python-pyenchant 1.6.5-1
    python-pygame 1.9.1-5
    python-pygments 1.5-2
    python-pyparsing 1.5.6-2
    python-pysqlite 2.6.3-2
    python-pyzmq 2.2.0-1
    python-qscintilla 2.6.2-1
    python-qscintilla-common 2.6.2-1
    python-reportlab 2.5-2
    python-rope 0.9.3-6
    python-rsvg 2.32.0-10
    python-scipy 0.10.1-1
    python-sip 4.13.3-2
    python-soappy 0.12.0-10
    python-south 0.7.6-1
    python-sphinx 1.1.3-2
    python-sqlalchemy 0.7.6-1
    python-tornado 2.2.1-1
    python-wnck 2.32.0-10
    python-yaml 3.10-2
    python2 2.7.3-2
    python2-beautifulsoup3 3.2.1-1
    python2-bonobo 2.28.1-8
    python2-bsdiff4 1.1.1-1
    python2-cairo 1.10.0-1
    python2-cherrypy 3.2.2-1
    python2-crypto 2.6-2
    python2-cssutils 0.9.9-2
    python2-dateutil 1.5-2
    python2-dbus 1.1.1-1
    python2-distribute 0.6.28-1
    python2-distutils-extra 2.32-1
    python2-dnspython 1.10.0-1
    python2-docutils 0.9.1-1
    python2-egg 2.25.3-12
    python2-gconf 2.28.1-8
    python2-gksu2 2.25.3-12
    python2-gnomecanvas 2.28.1-8
    python2-gnomevfs 2.28.1-8
    python2-gobject 3.2.2-1
    python2-gobject2 2.28.6-6
    python2-gtkhtml2 2.25.3-12
    python2-gtkspell 2.25.3-12
    python2-html5lib 0.95-1
    python2-jinja 2.6-2
    python2-libgnome 2.28.1-8
    python2-lxml 2.3.5-1
    python2-markupsafe 0.15-1
    python2-matplotlib 1.1.1-1
    python2-nltk 2.0.2-1
    python2-nose 1.1.2-3
    python2-numpy 1.6.2-1
    python2-pip 1.1-1
    python2-ply 3.4-1
    python2-poppler 0.12.1-7
    python2-psycopg2 2.4.5-1
    python2-pychm 0.8.4-1
    python2-pyenchant 1.6.5-1
    python2-pygments 1.5-2
    python2-pyopenssl 0.13-1
    python2-pyparsing 1.5.6-2
    python2-pyqt 4.9.4-2
    python2-pytz 2012d-1
    python2-pyzmq 2.2.0-1
    python2-qscintilla 2.6.2-1
    python2-rope 0.9.4-1
    python2-sip 4.13.3-2
    python2-sphinx 1.1.3-2
    python2-sqlalchemy 0.7.6-1
    python2-tornado 2.2.1-1
    python2-w3lib 1.0-1
    python2-xdg 0.23-1
    python2-yaml 3.10-2
    python2-zope-interface 3.8.0-1
    python3-html5lib-hg 1757-1
    pywebkitgtk 1.1.8-2
    pyxml 0.8.4-9
    q4wine 0.121-4
    qca 2.0.3-2
    qcachegrind 0.7.1-1
    qemu-kvm 1.1.1-1
    qhull 2012.1-1
    qimageblitz 0.0.6-2
    qjson 0.7.1-2
    qrencode 3.3.1-1
    qscintilla 2.6.2-1
    qt 4.8.2-3
    qt-assistant-compat 4.6.3-2
    qt-doc 4.8.2-1
    qt3 1:3.3.8b-1
    qtcreator 2.5.2-1
    qtwebkit 2.2.2-1
    qucs 0.0.16-2
    r 2.15.1-2
    randrproto 1.4.0-1
    rapidsvn 0.12.0-5
    raptor 2.0.8-1
    rar 4.1.1-1
    rarcrack 0.2-1
    rarian 0.8.1-2
    rasqal 1:0.9.29-1
    rdesktop 1.7.1-2
    readline 6.2.004-1
    recode 3.6-7
    recoll 1.17.3-1
    recordmydesktop 0.3.8.1-6
    recordproto 1.14.2-1
    redland 1:1.0.15-3
    redland-storage-virtuoso 1:1.0.15-3
    reiserfsprogs 3.6.21-4
    remmina 1.0.0-9
    renderproto 0.11.1-2
    rest 0.7.12-1
    rpcbind 0.2.0-8
    rsync 3.0.9-3
    rtkit 0.11-1
    rtmpdump 2.4-1
    ruby 1.9.3_p194-2
    ruby-atk 1.1.3-2
    ruby-cairo 1.12.2-1
    ruby-docs 1.9.3_p194-1
    ruby-gdkpixbuf2 1.1.3-2
    ruby-gio2 1.1.3-2
    ruby-glib2 1.1.3-2
    ruby-gtk2 1.1.3-2
    ruby-pango 1.1.3-2
    ruby-pkgconfig 1.1.3-1
    run-parts 4.3.2-1
    rygel 0.14.3-1
    sage-mathematics 5.2-1
    samba 3.6.7-1
    sane 1.0.22-9
    sbcl 1.0.57-1
    scanmem 0.12-2
    schroedinger 1.0.11-1
    scite 3.2.1-1
    scrapy-stable-git 20110925-1
    screen 4.0.3-13
    screenlets 0.1.6-3
    scribus 1.4.1-1
    scrnsaverproto 1.2.2-1
    scummvm 1.4.1-2
    sdl 1.2.15-1
    sdl_gfx 2.0.23-1
    sdl_image 1.2.12-2
    sdl_mixer 1.2.12-1
    sdl_net 1.2.8-1
    sdl_sound 1.0.3-3
    sdl_ttf 2.0.11-2
    seabios 1.7.0-1
    seahorse 3.4.1-1
    sed 4.2.1-4
    seed 3.2.0-2
    setconf 0.5.2-1
    sfml 2.0rc1-2
    sg3_utils 1.33-1
    shadow 4.1.5.1-1
    shared-color-profiles 0.1.5-1
    shared-color-targets 0.1.1-1
    shared-desktop-ontologies 0.10.0-1
    shared-mime-info 1.0-1
    shotwell 0.12.3-1
    sigil 0.5.902-1
    sip 4.13.3-2
    sk1libs 0.9.1-3
    skype 4.0.0.8-1
    skype4pidgin 20110407-1
    slang 2.2.4-2
    slashem 0.0.7E7F3-2
    slim 1.3.4-2
    smartmontools 5.43-1
    smbclient 3.6.7-1
    smpeg 0.4.4-6
    smplayer 0.8.0-1
    smplayer-themes 20120131-1
    sofia-sip 1.12.11-1
    soprano 2.8.0-2
    sound-juicer 3.4.0-1
    sound-theme-freedesktop 0.7-2
    soundtouch 1.6.0-1
    sox 14.4.0-3
    speech-dispatcher 0.7.1-6
    speex 1.2rc1-2
    splint 3.1.2-3
    sqlite 3.7.13-1
    sqlite2 2.8.17-5
    sqlitebrowser 2.0b1-2
    sqliteman 1.2.2-5
    startup-notification 0.12-3
    strigi 0.7.7-2
    stunnel 4.53-2
    subversion 1.7.5-2
    sudo 1.8.5.p2-1
    suitesparse 4.0.2-1
    supermeatboy 20120607-16
    sushi 0.4.1-2
    swftools 0.9.2-1
    swig 2.0.7-2
    switzerland 0.1.0-2
    sysfsutils 2.1.0-8
    syslinux 4.05-4
    syslog-ng 3.3.5-2
    system-config-lvm 1.1.16-1
    systemd 188-2
    systemd-arch-units 20120704-1
    systemd-sysvcompat 188-2
    systemd-tools 188-2
    systemd-ui-git 20120807-1
    t1lib 5.1.2-3
    taglib 1.7.2-2
    taglib-sharp 2.0.4.0-1
    talloc 2.0.7-1
    tar 1.26-2
    tcl 8.5.12-1
    tdb 1.2.9-2
    telepathy-farstream 0.4.0-1
    telepathy-gabble 0.16.1-1
    telepathy-glib 0.18.1-1
    telepathy-haze 0.6.0-2
    telepathy-idle 0.1.11-1
    telepathy-logger 0.4.0-1
    telepathy-mission-control 5.12.1-1
    telepathy-rakia 0.7.4-1
    telepathy-salut 0.8.0-1
    terminal 0.4.8-2
    tesseract 3.01-3
    texi2html 5.0-2
    texinfo 4.13a-7
    texlive-bibtexextra 2012.26868-1
    texlive-bin 2012.0-3
    texlive-core 2012.26892-2
    texlive-fontsextra 2012.26866-1
    texlive-formatsextra 2012.26689-1
    texlive-games 2012.26207-1
    texlive-genericextra 2012.26700-1
    texlive-htmlxml 2012.24013-1
    texlive-humanities 2012.25861-1
    texlive-langcjk 2012.26777-2
    texlive-langcyrillic 2012.26689-1
    texlive-langextra 2012.26750-1
    texlive-langgreek 2012.26313-1
    texlive-latexextra 2012.26807-1
    texlive-music 2012.26726-1
    texlive-pictures 2012.26791-1
    texlive-plainextra 2012.25953-1
    texlive-pstricks 2012.26865-1
    texlive-publishers 2012.26831-1
    texlive-science 2012.26607-1
    texmacs 1.0.7.15-1
    tftp-hpa 5.2-2
    thunar 1.4.0-2
    tk 8.5.12-1
    tmux 1.6-2
    tofrodos 1.7.9-1
    tomboy 1.10.2-1
    tor 0.2.2.37-1
    totem 3.4.3-1
    totem-plparser 3.4.2-1
    totem-plugin 3.4.3-1
    totem-plugin-arte 3.1.1-1
    tracker 0.14.2-1
    transcode 1.1.7-5
    transfig 3.2.5d-1
    transmission-gtk 2.61-1
    truecrypt 1:7.1a-1
    tsocks 1.8beta5-5
    ttf-adobe-fangsong 5.004-1
    ttf-adobe-fonts 10.1.2-1
    ttf-adobe-heiti 5.005-1
    ttf-adobe-kaiti 5.004-1
    ttf-adobe-song 5.002-1
    ttf-arphic-ukai 0.2.20080216.1-3
    ttf-arphic-uming 0.2.20080216.1-3
    ttf-baekmuk 2.2-7
    ttf-bitstream-vera 1.10-8
    ttf-cheapskate 2.0-8
    ttf-dejavu 2.33-3
    ttf-droid 20110417-2
    ttf-freebanglafont 20120206-2
    ttf-freefont 20120503-1
    ttf-indic-otf 0.2-6
    ttf-linux-libertine 5.3.0-1
    ttf-ms-fonts 2.0-9
    ttf-sazanami 20040629-7
    ttf-source-sans-pro 1.033-2
    ttf-tlwg 0.5.0-1
    ttf-ubraille 001.000-6
    ttf-vista-fonts 1-5
    tumbler 0.1.25-1
    twisted 12.1.0-1
    tzdata 2012e-1
    udisks 1.0.4-4
    udisks2 1.94.0-2
    uniconvertor 1.1.5-5
    unixodbc 2.3.1-1
    unpaper 0.4.2-1
    unrar 4.2.4-1
    unrtf 0.21.2-1
    unzip 6.0-6
    upower 0.9.17-2
    usb_modeswitch 1.2.3-2
    usbmuxd 1.0.8-1
    usbutils 006-1
    util-linux 2.21.2-5
    v4l-utils 0.8.8-1
    v8 3.9.9-1
    vala 0.16.1-1
    valgrind 3.8.0-1
    vba-m-gtk-svn 1108-1
    vbaexpress 1.2-5
    vcdimager 0.7.24-2
    vde2 2.3.2-1
    vdpau-video 0.7.3-3
    vi 1:050325-2
    vidalia 0.2.20-1
    videoproto 2.3.1-2
    vim 7.3.600-1
    vim-a 2.18-6
    vim-bufexplorer 7.2.8-5
    vim-buftabs 0.18-1
    vim-clang-complete 1.8-1
    vim-colorsamplerpack 8.03-3
    vim-doxygentoolkit 0.2.13-2
    vim-guicolorscheme 1.2-3
    vim-minibufexpl 6.4.2-2
    vim-project 1.4.1-6
    vim-runtime 7.3.600-1
    vim-spell-de 20120506-1
    vim-spell-en 20120506-1
    vim-taglist 45-5
    vim-vcscommand 1.99.46-2
    vim-workspace 1.0b1-6
    vinagre 3.4.2-1
    vino 3.4.2-1
    virtualbox 4.1.18-5
    virtualbox-ext-oracle 4.1.18-1
    virtualbox-modules 4.1.18-4
    virtualbox-source 4.1.18-5
    virtuoso 6.1.6-1
    virtuoso-base 6.1.6-1
    visualboyadvance 1.7.2-9
    vlc 2.0.3-2
    vpnc 0.5.3.svn516-3
    vte 0.28.2-3
    vte-common 0.32.2-1
    vte-sharp 2.26.0-8
    vte3 0.32.2-1
    vulture-nethack 2.3.67-0
    warsow 1.0-1
    warsow-data 1.0-1
    wavpack 4.60.1-2
    webkit-sharp 0.3-4
    webrtc-audio-processing 0.1-1
    weka 3.7.5-1
    wesnoth 1.10.3-2
    wesnoth-data 1.10.3-1
    wget 1.14-1
    which 2.20-5
    whois 5.0.18-1
    widelands 17-3
    widelands-data 17-1
    wildmidi 0.2.3.5-2
    wine 1.5.10-1
    wine_gecko 1.7-1
    winegame 0.2.0-2
    winestuff 0.2.0-2
    winetricks 20120308-1
    wireless-regdb 2011.04.28-1
    wireless_tools 29-6
    wireshark-cli 1.8.1-1
    wireshark-gtk 1.8.1-1
    wnck-sharp 2.26.0-8
    wpa_supplicant 1.0-1
    wvdial 1.61-4
    wvstreams 4.6.1-5
    wxgtk 2.8.12.1-3
    wxmaxima 12.04.0-1
    wxpython 2.8.12.1-3
    x264 20120705-1
    xapian-core 1.2.12-1
    xbitmaps 1.1.1-2
    xcb-proto 1.7.1-1
    xcb-util 0.3.9-1
    xcb-util-keysyms 0.3.9-1
    xchat 2.8.8-10
    xcursor-themes 1.0.3-2
    xdg-user-dirs 0.14-3
    xdg-utils 1.1.0-2.20120520
    xerces-c 3.1.1-3
    xextproto 7.2.1-1
    xf86-input-evdev 2.7.3-1
    xf86-input-synaptics 1.6.2-1
    xf86-video-fbdev 0.4.3-1
    xf86-video-nouveau 1.0.1-1
    xf86-video-vesa 2.3.2-1
    xf86dgaproto 2.1-2
    xf86vidmodeproto 2.3.1-2
    xfce4-appfinder 4.10.0-1
    xfce4-mixer 4.8.0-4
    xfce4-panel 4.10.0-1
    xfce4-session 4.10.0-3
    xfce4-settings 4.10.0-2
    xfconf 4.10.0-2
    xfdesktop 4.10.0-3
    xfsprogs 3.1.8-2
    xfwm4 4.10.0-2
    xfwm4-themes 4.10.0-1
    xine-lib 1.2.2-1
    xine-ui 0.99.7-1
    xineramaproto 1.2.1-2
    xinetd 2.3.15-2
    xkeyboard-config 2.6-1
    xmind 3.2.1-1
    xmldiff 0.6.10-2
    xmlto 0.0.25-2
    xmlwrapp 0.6.2-2
    xorg-bdftopcf 1.0.3-2
    xorg-docs 1.7-1
    xorg-font-util 1.3.0-1
    xorg-font-utils 7.6-3
    xorg-fonts-100dpi 1.0.1-4
    xorg-fonts-75dpi 1.0.1-4
    xorg-fonts-alias 1.0.2-2
    xorg-fonts-encodings 1.0.4-3
    xorg-fonts-misc 1.0.1-2
    xorg-iceauth 1.0.5-1
    xorg-luit 1.1.1-1
    xorg-mkfontdir 1.0.7-1
    xorg-mkfontscale 1.1.0-1
    xorg-server 1.12.3.901-1
    xorg-server-common 1.12.3.901-1
    xorg-server-devel 1.12.3.901-1
    xorg-server-utils 7.6-3
    xorg-sessreg 1.0.7-1
    xorg-setxkbmap 1.3.0-1
    xorg-twm 1.0.7-1
    xorg-util-macros 1.17-1
    xorg-utils 7.6-8
    xorg-xauth 1.0.7-1
    xorg-xbacklight 1.1.2-3
    xorg-xcmsdb 1.0.4-1
    xorg-xdpyinfo 1.3.0-1
    xorg-xdriinfo 1.0.4-3
    xorg-xev 1.2.0-1
    xorg-xgamma 1.0.5-1
    xorg-xhost 1.0.5-1
    xorg-xinit 1.3.2-1
    xorg-xinput 1.6.0-1
    xorg-xkbcomp 1.2.4-1
    xorg-xlsatoms 1.1.1-1
    xorg-xlsclients 1.1.2-2
    xorg-xmessage 1.0.3-2
    xorg-xmodmap 1.0.7-1
    xorg-xprop 1.2.1-1
    xorg-xrandr 1.3.5-1
    xorg-xrdb 1.0.9-2
    xorg-xrefresh 1.0.4-3
    xorg-xset 1.2.2-1
    xorg-xsetroot 1.1.0-3
    xorg-xvinfo 1.1.1-3
    xorg-xwininfo 1.1.2-1
    xpdf 3.03-2
    xplc 0.3.13-4
    xproto 7.0.23-1
    xterm 281-1
    xulrunner192 1.9.2.28-3
    xvidcore 1.3.2-1
    xz 5.0.4-1
    yajl 2.0.4-1
    yaourt 1.1-1
    yasm 1.2.0-2
    yelp 3.4.2-1
    yelp-xsl 3.4.2-1
    zeitgeist 0.9.0.1-1
    zenity 3.4.0-1
    zeromq 2.2.0-2
    zip 3.0-3
    zlib 1.2.7-1
    zsh 5.0.0-2
    zsh-completions-git 20120808-2
    zvbi 0.2.33-4
    zziplib 0.13.62-1
    Here some logs:
    % journalctl
    Aug 13 20:16:58 Primat systemd-journal[141]: Journal started
    Aug 13 20:16:59 Primat systemd-modules-load[149]: Inserted module 'nfs'
    Aug 13 20:17:06 Primat vgchange[219]: 3 logical volume(s) in volume group "vg_Primat" now active
    Aug 13 20:17:08 Primat mtp-probe[365]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-4"
    Aug 13 20:17:08 Primat mtp-probe[349]: checking bus 4, device 2: "/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-1"
    Aug 13 20:17:08 Primat mtp-probe[365]: bus: 1, device: 3 was not an MTP device
    Aug 13 20:17:08 Primat mtp-probe[349]: bus: 4, device: 2 was not an MTP device
    Aug 13 20:17:11 Primat systemd-cryptsetup[439]: Set cipher aes, mode cbc-essiv:sha256, key size 256 bits for device /dev/sda1.
    Aug 13 20:17:14 Primat systemd-fsck[437]: /dev/sda2: sauber, 344/122160 Dateien, 288834/487974 Blöcke
    Aug 13 20:17:20 Primat mkswap[483]: mkswap: /dev/mapper/swap: warning: don't erase bootbits sectors
    Aug 13 20:17:20 Primat mkswap[483]: on whole disk. Use -f to force.
    Aug 13 20:17:21 Primat mkswap[483]: Swapbereich Version 1 wird angelegt, Größe = 6265312 KiB
    Aug 13 20:17:21 Primat mkswap[483]: kein Label, UUID=cbbb92b0-02cb-46c4-8051-efa98b0669c8
    Aug 13 20:17:22 Primat bluetoothd[497]: bluetoothd[497]: Bluetooth daemon 4.101
    Aug 13 20:17:21 Primat bluetoothd[497]: Bluetooth daemon 4.101
    Aug 13 20:17:22 Primat avahi-daemon[501]: Found user 'avahi' (UID 84) and group 'avahi' (GID 84).
    Aug 13 20:17:22 Primat avahi-daemon[501]: Successfully dropped root privileges.
    Aug 13 20:17:22 Primat avahi-daemon[501]: avahi-daemon 0.6.31 starting up.
    Aug 13 20:17:22 Primat acpid[505]: starting up with netlink and the input layer
    Aug 13 20:17:22 Primat acpid[505]: 4 rules loaded
    Aug 13 20:17:22 Primat acpid[505]: waiting for events: event logging is off
    Aug 13 20:17:22 Primat /usr/sbin/crond[498]: (CRON) INFO (Syslog will be used instead of sendmail.): Datei oder Verzeichnis nicht gefunden
    Aug 13 20:17:22 Primat /usr/sbin/crond[498]: (CRON) INFO (running with inotify support)
    Aug 13 20:17:22 Primat smartd[522]: smartd 5.43 2012-06-30 r3573 [x86_64-linux-3.4.8-1-ck] (local build)
    Aug 13 20:17:22 Primat smartd[522]: Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net
    Aug 13 20:17:22 Primat smartd[522]: Opened configuration file /etc/smartd.conf
    Aug 13 20:17:22 Primat smartd[522]: Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices
    Aug 13 20:17:22 Primat smartd[522]: Device: /dev/sda, type changed from 'scsi' to 'sat'
    Aug 13 20:17:22 Primat smartd[522]: Device: /dev/sda [SAT], opened
    Aug 13 20:17:22 Primat smartd[522]: Device: /dev/sda [SAT], SAMSUNG HM320JI, S/N:S16LJD0Q4*****, WWN:5-0f0000-0014*****, FW:2SS00_01, 320 GB
    Aug 13 20:17:22 Primat smartd[522]: Device: /dev/sda [SAT], found in smartd database: SAMSUNG SpinPoint M6
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: Starting SDP server
    Aug 13 20:17:23 Primat bluetoothd[497]: Starting SDP server
    Aug 13 20:17:23 Primat avahi-daemon[501]: Successfully called chroot().
    Aug 13 20:17:23 Primat avahi-daemon[501]: Successfully dropped remaining capabilities.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Loading service file /services/sftp-ssh.service.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Loading service file /services/ssh.service.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Loading service file /services/udisks.service.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Network interface enumeration completed.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Registering HINFO record with values 'X86_64'/'LINUX'.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Server startup complete. Host name is Primat.local. Local service cookie is 59663620.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Service "Primat" (/services/udisks.service) successfully established.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Service "Primat" (/services/ssh.service) successfully established.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Service "Primat" (/services/sftp-ssh.service) successfully established.
    Aug 13 20:17:23 Primat systemd-logind[525]: New seat seat0.
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: Bluetooth Management interface initialized
    Aug 13 20:17:23 Primat bluetoothd[497]: Bluetooth Management interface initialized
    Aug 13 20:17:23 Primat systemd-logind[525]: Watching system buttons on /dev/input/event4 (Power Button)
    Aug 13 20:17:23 Primat systemd-logind[525]: Watching system buttons on /dev/input/event1 (Video Bus)
    Aug 13 20:17:23 Primat systemd-logind[525]: Watching system buttons on /dev/input/event3 (Power Button)
    Aug 13 20:17:23 Primat systemd-logind[525]: Watching system buttons on /dev/input/event2 (Lid Switch)
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> NetworkManager (version 0.9.4.0) is starting...
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> Read config file /etc/NetworkManager/NetworkManager.conf
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> VPN: loaded org.freedesktop.NetworkManager.vpnc
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> VPN: loaded org.freedesktop.NetworkManager.openvpn
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> VPN: loaded org.freedesktop.NetworkManager.openconnect
    Aug 13 20:17:23 Primat dbus-daemon[527]: dbus[527]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
    Aug 13 20:17:23 Primat dbus[527]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: input-headset driver probe failed for device 6C:9B:02:FD:**:**
    Aug 13 20:17:23 Primat bluetoothd[497]: input-headset driver probe failed for device 6C:9B:02:FD:**:**
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: input-headset driver probe failed for device 00:1B:DC:04:**:**
    Aug 13 20:17:23 Primat bluetoothd[497]: input-headset driver probe failed for device 00:1B:DC:04:**:**
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: input-headset driver probe failed for device BC:B1:F3:C8:**:**
    Aug 13 20:17:23 Primat bluetoothd[497]: input-headset driver probe failed for device BC:B1:F3:C8:**:**
    Aug 13 20:17:23 Primat smartd[522]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list.
    Aug 13 20:17:23 Primat smartd[522]: Monitoring 1 ATA and 0 SCSI devices
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: Adapter /org/bluez/497/hci0 has been enabled
    Aug 13 20:17:23 Primat bluetoothd[497]: Adapter /org/bluez/497/hci0 has been enabled
    Aug 13 20:17:24 Primat smartd[522]: Device: /dev/sda [SAT], previous self-test was interrupted by the host with a reset
    Aug 13 20:17:24 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Aug 13 20:17:24 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Aug 13 20:17:24 Primat NetworkManager[516]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
    Aug 13 20:17:24 Primat NetworkManager[516]: keyfile: parsing *** ...
    Aug 13 20:17:25 Primat acpid[505]: client connected from 849[0:0]
    Aug 13 20:17:25 Primat acpid[505]: 1 client rule loaded
    Aug 13 20:17:27 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Aug 13 20:17:27 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Aug 13 20:17:28 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Aug 13 20:17:28 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Aug 13 20:17:29 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    Aug 13 20:17:29 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    Aug 13 20:17:29 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Aug 13 20:17:29 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Aug 13 20:17:29 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service'
    Aug 13 20:17:29 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service'
    Aug 13 20:17:29 Primat console-kit-daemon[887]: missing action
    Aug 13 20:17:29 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
    Aug 13 20:17:29 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
    Aug 13 20:17:30 Primat systemd-logind[525]: New session 1 of user gdm.
    Aug 13 20:17:30 Primat systemd-logind[525]: Linked /tmp/.X11-unix/X0 to /run/user/120/X11-display.
    Aug 13 20:17:30 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.colord-sane' unit='colord-sane.service'
    Aug 13 20:17:30 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.colord-sane' unit='colord-sane.service'
    Aug 13 20:17:31 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.colord-sane'
    Aug 13 20:17:31 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.colord-sane'
    Aug 13 20:17:32 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Aug 13 20:17:32 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Aug 13 20:17:32 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.UPower'
    Aug 13 20:17:32 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.UPower'
    Aug 13 20:17:36 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    Aug 13 20:17:36 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    Aug 13 20:17:36 Primat systemd[1]: Failed to create cgroup cpu:/: No such file or directory
    Aug 13 20:17:40 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    Aug 13 20:17:40 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    Aug 13 20:17:40 Primat bluetoothd[497]: bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/HFPAG
    Aug 13 20:17:40 Primat bluetoothd[497]: bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/HFPHS
    Aug 13 20:17:40 Primat bluetoothd[497]: bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSource
    Aug 13 20:17:40 Primat bluetoothd[497]: bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSink
    Aug 13 20:17:40 Primat bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/HFPAG
    Aug 13 20:17:40 Primat bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/HFPHS
    Aug 13 20:17:40 Primat bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSource
    Aug 13 20:17:40 Primat bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSink
    Aug 13 20:17:42 Primat dbus-daemon[527]: dbus[527]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=120 pid=1629 comm="gnome-shell --gdm-mode ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=887 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Aug 13 20:17:42 Primat dbus[527]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=120 pid=1629 comm="gnome-shell --gdm-mode ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=887 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Aug 13 20:18:26 Primat systemd[1]: Job dev-mapper-vg_Primat\x2dlv_Home.device/start timed out.
    Aug 13 20:18:26 Primat systemd[1]: Job home.mount/start failed with result 'dependency'.
    Aug 13 20:18:26 Primat systemd[1]: Job systemd-fsck@dev-mapper-vg_Primat\x2dlv_Home.service/start failed with result 'dependency'.
    Aug 13 20:18:26 Primat systemd[1]: Job dev-mapper-vg_Primat\x2dlv_Home.device/start failed with result 'timeout'.
    Aug 13 20:18:38 Primat acpid[505]: client 849[0:0] has disconnected
    Aug 13 20:18:52 Primat systemd[1]: NetworkManager.service operation timed out. Terminating.
    Aug 13 20:18:52 Primat NetworkManager[516]: <info> caught signal 15, shutting down normally.
    Aug 13 20:19:48 Primat acpid[505]: client connected from 849[0:0]
    Aug 13 20:19:48 Primat acpid[505]: 1 client rule loaded
    Aug 13 20:19:52 Primat acpid[505]: client 849[0:0] has disconnected
    Aug 13 20:19:55 Primat acpid[505]: client connected from 849[0:0]
    Aug 13 20:19:55 Primat acpid[505]: 1 client rule loaded
    Aug 13 20:19:58 Primat systemd-logind[525]: Power key pressed.
    Aug 13 20:19:58 Primat systemd-logind[525]: Refusing power-off, user is logged in.
    Aug 13 20:19:58 Primat systemd[1]: Job graphical.target/start failed with result 'dependency'.
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Terminating
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/A2DPSink
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/A2DPSource
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/HFPAG
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/HFPHS
    Aug 13 20:19:58 Primat bluetoothd[497]: Terminating
    Aug 13 20:19:58 Primat bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/A2DPSink
    Aug 13 20:19:58 Primat bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/A2DPSource
    Aug 13 20:19:58 Primat bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/HFPAG
    Aug 13 20:19:58 Primat bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/HFPHS
    Aug 13 20:19:58 Primat dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat avahi-daemon[501]: Got SIGTERM, quitting.
    Aug 13 20:19:58 Primat acpid[505]: exiting
    Aug 13 20:19:58 Primat dbus-daemon[527]: dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus-daemon[527]: dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus-daemon[527]: dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus-daemon[527]: dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat iptables-flush[1693]: /usr/sbin/iptables
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Stopping SDP server
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Exit
    Aug 13 20:19:58 Primat avahi-daemon[501]: avahi-daemon 0.6.31 exiting.
    Aug 13 20:19:58 Primat bluetoothd[497]: Stopping SDP server
    Aug 13 20:19:58 Primat bluetoothd[497]: Exit
    Aug 13 20:20:10 Primat systemd[1]: Job dev-mapper-vg_Primat\x2dlv_Home.device/start timed out.
    Aug 13 20:20:10 Primat systemd[1]: Job systemd-fsck@dev-mapper-vg_Primat\x2dlv_Home.service/start failed with result 'dependency'.
    Aug 13 20:20:10 Primat systemd[1]: Job dev-mapper-vg_Primat\x2dlv_Home.device/start failed with result 'timeout'.
    Aug 13 20:20:22 Primat systemd[1]: NetworkManager.service stopping timed out (2). Killing.
    Aug 13 20:20:22 Primat systemd[1]: Unit NetworkManager.service entered failed state.
    Aug 13 20:21:28 Primat systemd[1]: Job dev-mapper-swap.device/stop timed out.
    Aug 13 20:21:28 Primat systemd[1]: Job dev-mapper-swap.device/stop failed with result 'timeout'.
    Aug 13 20:21:28 Primat systemd[1]: Job dev-disk-by\x2duuid-cbbb92b0\x2d02cb\x2d46c4\x2d8051\x2defa98b0669c8.device/stop timed out.
    Aug 13 20:21:28 Primat systemd[1]: Job dev-disk-by\x2duuid-cbbb92b0\x2d02cb\x2d46c4\x2d8051\x2defa98b0669c8.

    Your problem sounds similar to this one, except that they're using software raid rather than just pure LVM. If you're using an initrd, you may not have the appropriate modules installed. If you're not using an initrd, then the kernel probably needs LVM support compiled in (not as a module) and could be solved by fixing that. I have never used the ck-patchset, but this should give you an additional data point.
    Also comment=systemd.automount will be deprecated soon as I understand it; if you have a need for automounting, x-systemd.automount should be used instead.

  • Trouble printing with my HP Deskjet printer using CUPS and hplip

    tl;dr This 1,646 word post describes my frustration with CUPS and hplip. I cannot get my HP Deskjet F4400 set up with CUPS, and all the solutions I've tried don't work.
    I'm running Arch Linux ARM on my Seagate DockStar, a small ARM-based "plug computer" that I use as a home server. My printer is the HP Deskjet F4480, which is part of the HP Deskjet F4400 series.
    I previously had CUPS set up to share my printer with my home network, using hplip for the printer driver. I never upgraded CUPS or hplip because those versions worked fine, and I didn't want to break anything avoid breaking anything. The versions that I was using had to have been at least one to two years old.
    Everything was working very smoothly... until a few days ago. The drive I was running Arch Linux ARM on became corrupt, so I had to install a fresh copy of the operating system. That meant losing all of the working versions and configuration files each application I had installed, including CUPS. I thought I had a backup image of the drive, but it didn't work when I tried to restore it. (Yes, it was stupid of me not to test my backup.)
    Setting up CUPS was one of the first things that I wanted to do after reinstalling, since my family depends on the network printing functionality almost daily. Unfortunately, I could not get CUPS to work with my printer correctly. It wouldn't be able to display a list of drivers, HP's setup utility encountered an error adding it, and it threw various errors when I tried to print test pages. I ended up reading hundreds of forum posts, wiki articles, and CUPS/hplip tutorials to try to figure out how to properly set it up. I ended up spending a total of nearly ten hours trying to get the printer to print with CUPS, and it's still not working after all that work.
    I'm going to explain in this post some of the many things that I've tried so far. I just removed all of the printing packages from my system and any extra files that were left behind. I'm now going to be installing all of the packages again and documenting everything that I have been trying to do to get it to work. I'll try to include exact error messages and logs where necessary.
    1. I first found this article on the Arch Linux ARM website on how to set up a CUPS printer. I didn't really want to use webmin, but I did it anyway so that I could follow the guide. I installed all the packages mentioned except for cups-pdf, since I didn't need print to PDF support. Everything installed smoothly, and I configured CUPS and webmin to allow access to other computers on the network. I started to notice problems in the instructions - /etc/rc.d/cups was actually /etc/rc.d/cupsd, /etc/printers.conf was actually /etc/cups/printers.conf, and webmin didn't actually add anything to the printers.conf file. I uninstalled webmin at this point because I didn't need it, and I decided I wasn't going to follow that guide with incorrect information.
    2. I then tried to set up the printer on my own using the CUPS web interface listening on port 631. I clicked the Add Printer button and it switched me to the HTTPS web interface. I then logged into the root account and was presented with the list of printers. My printer was listed as "HP Deskjet F4400 series (HP Deskjet F4400 series)", so I selected it and continued. I saw a list of printer models (PPD files) ending in CUPS+Gutenprint v5.2.9. There was no entry for my printer, so I tried the "HP DeskJet Series (en)" one. I set the default options and chose Maintenaince->Print test page. I then got a ridiculously simple error: "Unable to print test page: No such file or directory". How do I even know what file or directory it's referencing? I read online that it may be because I'm not in the lp group, but root is indeed in there. I saw in the error log "Avahi client failed: -26". I started dbus and avahi-daemon just in case, but I still got that silly error. I restarted cups and the same error message occured.
    3. I researched online that pretty much the only way for my printer to have a driver would be to install hplip. Before installing hplip, I uninstalled CUPS, leaving cupsd.conf but deleting printers.conf. Then I installed CUPS and hplip together, with hplip requiring foomatic-db, foomatic-db-engine, and foomatic-filters. Everything seemed to install correctly. I started CUPS again and then ran hp-setup -i to try to install my printer. I selected USB and it found my printer, hp:/usb/Deskjet_F4400_series?serial=[printer serial number here]. I entered a simple name and then was told that no PPD file was found for the printer but that I could specify one manually. There were none I could find online; everywhere it just said to install hplip. I used the find command to find "f4400" and finally found 2 compressed PPDs located at /usr/share/ppd/HP/hp-deskjet_f4400_series-hpijs.ppd.gz and /usr/share/ppd/HP/hp-deskjet_f4400_series.ppd.gz. I gunzipped both of them and pointed hpsetup to the hpijs one, knowing that I was using the hpijs one when it was working before. It told me "Description for the file: HP Deskjet f4400 Series hpijs, 3.12.6". Hooray! I selected to use it, but then setup failed: "error: Printer queue setup failed. Please restart CUPS and try again." Ugh!
    4. I restarted CUPS and went into the hp-setup process again. It gave me the same printer queue setup failed error. I don't know if these entries in the CUPS error log are related or not, but these errors relating to foomatic showed up. I restarted CUPS again and this time used the non-hpijs file with hp-setup. This one was called "Description for the file: HP Deskjet f4400 Series, hpcups 3.12.6". It failed again with the same error and the same entries in the error log. I found lots of posts online about this error, but none seemed to have a solution that would work for me. Now I tried running hp-setup in debug mode with -g. Here is what it said before the error. I then tried to Google "debug: addPrinter() returned (0, Unable to connect to CUPS server)". I saw on an Arch bug report to install dbus-python and python2-gobject, as well as create a symlink for /usr/bin/python2 to /usr/bin/python. It didn't work - same error.
    5. I then tried to add the printer to CUPS via its web interface. Now there were two listed,  HP Deskjet F4400 series (HP Deskjet F4400 series) and HP Deskjet F4400 series USB [printer serial number here] HPLIP (HP Deskjet F4400 series). So, hplip added the second one. I tried both of them, but after clicking Continue the page started to hang. I got another stupid, undescriptive error. "Unable to get list of printer drivers: Success". I saw the same foomatic errors in the error log as before. I then started reading the ArchWiki page on CUPS, located here. I tried the blacklisting usblp. I tried changing the permissions on the device node, although this starts to become ridiculous that it is even required to do that. Nothing was working; the printer installation still didn't work with hp-setup or with CUPS. Then, I found what I was looking for: the exact error I had on the wiki page! It said for "Unable to get list of printer drivers" you should "Try to remove Foomatic drivers." WTF? Foomatic is required for hplip, and hplip is required for my printer. I can't do that. Forum posts say to try that or do the permissions or usblp thing. Nothing is working.
    6. I tried various other things to get it to work, even though I knew they probably wouldn't make it any different. I copied the PPDs from hplip to another folder and uninstalled hplip and foomatic. I then added them to /usr/share/cups/model and CUPS successfully found them and set up the printer. I reinstalled hplip and foomatic since they're needed for those PPDs to function, and I tried printing a test page. It failed. I tried using the CUPS web interface to modify the printer driver; nope, that wasn't going to happen: "Unable to get list of printer drivers: Success".
    That concludes the list of some of the things that I have tried so far. I really want to get this printer working, but right now I am really fed up with CUPS and hplip. It's things like this that make me hesitant to recommend Linux to anyone else. So much manual configuration and tinkering the inner workings of things is required to do tasks that would be quite simple on Windows. For example, I can plug this printer into my Windows 7 machine right now, wait for the driver to automatically be installed and configured, and have a test page in my hands less than a minute after I first plugged in the USB cable. I can share the printer with any other Windows machine on the network by checking a single checkbox.
    But back to my problem with getting the printer to work on my DockStar. I just uninstalled all of CUPS, hplip, and foomatic again and removed all of their files. I can walk through things to try that you guys post and then give you full logs of everything - just give me exactly what to do and install and the exact order to do it all in. I just don't know what to do at this point and am so frustrated with this that I'm about to give up.
    Does anyone have any suggestions on how to get this printer working? I know this was a very long post, but I just wanted to explain everything that I've tried and how nothing worked. I really hope that we can figure this out so that I'll be able to print, and maybe it'll solve a few other people's problems with their printers, too. Thanks for reading, and thanks in advance for the help.

    Had similar issue with my HP Deskjet F4500C All in one printer, here's what I did:
    make sure these packages are installed or install them
    pacman -S cups cups-pdf hplip pyqt3 python2-pyqt
    pacman -S system-config-printer-gnome
    rc.d cups start
    To add device and install hp driver:
    1. Run ‘hp-setup’ as root.
    2. Click ‘Show Advanced Options’ button and check-enable ‘Manual Discovery’.
    3. Enter IP address 192.168.59.63 in the ‘…device ID…’ entry and click ‘Next’ to install driver.
    run system-config-printer as root, to add printer
    # system-config-printer
    click “Add”, Select Device -> Network Printer -> input the IP address of the printer such as “192.168.1.3″, click “Find” -> “Process”
    you should be ok from here, if not some further steps:
    If you encounter the following error:
    File “/usr/share/system-config-printer/newprinter.py”, line 1531, in getNetworkPrinterMakeModel
    debugprint (host + “: ” + args)
    TypeError: cannot concatenate ‘str’ and ‘list’ objects
    You should comment out the error line at 1531 of newprinter.py, and then continue to add the printer.
    4). Finally, you can run hp-check to see what problems exists for the printer.

  • [ Solved ] Firefox profile cannot be loaded .

    After  a few weeks of not updating , ( I was off line ), I updated and Firefox displays the following message ;
    " Your profile cannot be loaded . It may be missing or inaccesible. " 
        In  ' Home ' I have .mozilla-backup and under properties - owner is , ( in a blue ? box ) , the word ' Me '  , .
       I have notta clue , I've googled and found mostly window answers . 
    However if I start Firefox in a Terminal , ( sudo ) , it will open , no bookmarks , homepages , add-ons are not present .
    Like a New Install if that sounds right .
    [wesley@ratdog ~]$ sudo pacman -Syyu
    [sudo] password for wesley:
    :: Synchronizing package databases...
    core 106.5 KiB 1026K/s 00:00 [######################] 100%
    extra 1427.2 KiB 2.61M/s 00:01 [######################] 100%
    community 1776.6 KiB 2.74M/s 00:01 [######################] 100%
    archlinuxfr 32.9 KiB 142K/s 00:00 [######################] 100%
    multilib 90.6 KiB 868K/s 00:00 [######################] 100%
    :: Starting full system upgrade...
    there is nothing to do
    [wesley@ratdog ~]$ sudo firefox
    [wesley@ratdog ~]$ pacman -Q firefox
    firefox 16.0.2-1
    [wesley@ratdog ~]$ sudo firefox
    OS Determining best projection for type int (size: 4 ) signed
    OS Projected as a regular number
    OS Determining best projection for type unsigned_int (size: 4 ) unsigned
    OS Projected as a regular number
    OS Determining best projection for type long (size: 8 ) signed
    OS Projected as a large signed integer
    OS Determining best projection for type int (size: 4 ) signed
    OS Projected as a regular number
    OS Determining best projection for type int (size: 4 ) signed
    OS Projected as a regular number
    OS Determining best projection for type off_t (size: 8 ) signed
    OS Projected as a large signed integer
    OS Determining best projection for type size_t (size: 8 ) unsigned
    OS Projected as a large unsigned integer
    OS Determining best projection for type ssize_t (size: 8 ) signed
    OS Projected as a large signed integer
    OS Unix Could not open libc libsystem.B.dylib
    OS Unix dirent is: ctypes.StructType("dirent", [{ "padding_0": ctypes.uint8_t.array(18) }, { "d_type": ctypes.uint8_t }, { "d_name": ctypes.char.array(261) }])
    OS Attempting to declare FFI access
    OS Function access declared
    OS Attempting to declare FFI chdir
    OS Function chdir declared
    OS Attempting to declare FFI chmod
    OS Function chmod declared
    OS Attempting to declare FFI chown
    OS Function chown declared
    OS Attempting to declare FFI copyfile
    OS Could not declare function copyfile Error: couldn't find function symbol in library
    OS Attempting to declare FFI dup
    OS Function dup declared
    OS Attempting to declare FFI chdir
    OS Function chdir declared
    OS Attempting to declare FFI fchdir
    OS Function fchdir declared
    OS Attempting to declare FFI fchown
    OS Function fchown declared
    OS Attempting to declare FFI fsync
    OS Function fsync declared
    OS Attempting to declare FFI getcwd
    OS Function getcwd declared
    OS Attempting to declare FFI getwd
    OS Function getwd declared
    OS Attempting to declare FFI get_current_dir_name
    OS Function get_current_dir_name declared
    OS Attempting to declare FFI getwd
    OS Function getwd declared
    OS Attempting to declare FFI fdatasync
    OS Function fdatasync declared
    OS Attempting to declare FFI ftruncate
    OS Function ftruncate declared
    OS Attempting to declare FFI lchown
    OS Function lchown declared
    OS Attempting to declare FFI link
    OS Function link declared
    OS Attempting to declare FFI lseek
    OS Function lseek declared
    OS Attempting to declare FFI mkdir
    OS Function mkdir declared
    OS Attempting to declare FFI mkstemp
    OS Function mkstemp declared
    OS Attempting to declare FFI open
    OS Function open declared
    OS Attempting to declare FFI opendir
    OS Function opendir declared
    OS Attempting to declare FFI pread
    OS Function pread declared
    OS Attempting to declare FFI pwrite
    OS Function pwrite declared
    OS Attempting to declare FFI read
    OS Function read declared
    OS Attempting to declare FFI readdir
    OS Function readdir declared
    OS Attempting to declare FFI rename
    OS Function rename declared
    OS Attempting to declare FFI rmdir
    OS Function rmdir declared
    OS Attempting to declare FFI splice
    OS Function splice declared
    OS Attempting to declare FFI strerror
    OS Function strerror declared
    OS Attempting to declare FFI symlink
    OS Function symlink declared
    OS Attempting to declare FFI truncate
    OS Function truncate declared
    OS Attempting to declare FFI unlink
    OS Function unlink declared
    OS Attempting to declare FFI write
    OS Function write declared
    OS Attempting to declare FFI pipe
    OS Function pipe declared
    Pacman Log :
    [2012-10-13 12:48] Running 'pacman -Sy'
    [2012-10-13 12:48] synchronizing package lists
    [2012-11-06 23:38] Running 'pacman -Sy'
    [2012-11-06 23:38] synchronizing package lists
    [2012-11-06 23:39] Running 'pacman -S -u'
    [2012-11-06 23:39] starting full system upgrade
    [2012-11-06 23:40] Running 'pacman -Sy'
    [2012-11-06 23:40] synchronizing package lists
    [2012-11-06 23:41] Running 'pacman -S -u'
    [2012-11-06 23:41] starting full system upgrade
    [2012-11-06 23:42] Running 'pacman -R rapid-photo-downloader'
    [2012-11-06 23:42] removed rapid-photo-downloader (0.4.2-1)
    [2012-11-06 23:43] Running 'pacman -R pyexiv2'
    [2012-11-06 23:43] removed pyexiv2 (0.3.2-1)
    [2012-11-06 23:43] Running 'pacman -Syy'
    [2012-11-06 23:43] synchronizing package lists
    [2012-11-06 23:43] Running 'pacman -Syu'
    [2012-11-06 23:43] synchronizing package lists
    [2012-11-06 23:43] starting full system upgrade
    [2012-11-06 23:58] Running 'pacman -S libreoffice-gnome'
    [2012-11-06 23:58] upgraded libreoffice-gnome (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 00:14] Running 'pacman -R libreoffice-gnome'
    [2012-11-07 00:14] removed libreoffice-gnome (3.6.3-1)
    [2012-11-07 09:52] Running 'pacman -Syu'
    [2012-11-07 09:52] synchronizing package lists
    [2012-11-07 09:52] starting full system upgrade
    [2012-11-07 09:57] Running 'pacman -R deskbar-applet'
    [2012-11-07 09:58] removed deskbar-applet (2.32.0-4)
    [2012-11-07 09:58] Running 'pacman -Syy'
    [2012-11-07 09:58] synchronizing package lists
    [2012-11-07 09:58] Running 'pacman -Syu'
    [2012-11-07 09:58] synchronizing package lists
    [2012-11-07 09:58] starting full system upgrade
    [2012-11-07 10:05] removed libwebkit3 (1.8.3-1)
    [2012-11-07 10:05] removed python-mechanize (0.2.5-2)
    [2012-11-07 10:05] removed python-imaging (1.1.7-4)
    [2012-11-07 10:05] removed pyatspi (2.4.0-1)
    [2012-11-07 10:05] removed libwebkit (1.8.3-1)
    [2012-11-07 10:05] removed python-gnomedesktop (2.32.0-10)
    [2012-11-07 10:05] removed python-gnomekeyring (2.32.0-10)
    [2012-11-07 10:05] removed python-gtop (2.32.0-10)
    [2012-11-07 10:05] removed python-metacity (2.32.0-10)
    [2012-11-07 10:05] removed python-rsvg (2.32.0-10)
    [2012-11-07 10:05] removed python-totem-plparser (2.32.0-10)
    [2012-11-07 10:05] removed python-wnck (2.32.0-10)
    [2012-11-07 10:05] removed python-notify (0.1.1-11)
    [2012-11-07 10:05] removed python-egenix-mx-base (3.2.4-1)
    [2012-11-07 10:05] removed python-logilab-common (0.58.2-1)
    [2012-11-07 10:05] removed python-logilab-astng (0.24.0-1)
    [2012-11-07 10:05] removed python-pysqlite (2.6.3-2)
    [2012-11-07 10:05] upgraded glib2 (2.32.4-1 -> 2.34.1-1)
    [2012-11-07 10:05] upgraded gobject-introspection (1.32.1-2 -> 1.34.1.1-1)
    [2012-11-07 10:05] upgraded pygobject-devel (3.2.2-1 -> 3.4.1.1-1)
    [2012-11-07 10:05] upgraded python2-gobject (3.2.2-1 -> 3.4.1.1-1)
    [2012-11-07 10:05] upgraded gnome-menus (3.4.2-1 -> 3.6.0-1)
    [2012-11-07 10:05] upgraded atk (2.4.0-1 -> 2.6.0-1)
    [2012-11-07 10:05] upgraded linux-api-headers (3.5.5-1 -> 3.6.3-1)
    [2012-11-07 10:05] upgraded tzdata (2012f-1 -> 2012h-1)
    [2012-11-07 10:05] Generating locales...
    [2012-11-07 10:05] en_US.UTF-8... done
    [2012-11-07 10:05] en_US.ISO-8859-1... done
    [2012-11-07 10:05] Generation complete.
    [2012-11-07 10:05] upgraded glibc (2.16.0-4 -> 2.16.0-5)
    [2012-11-07 10:05] upgraded bash (4.2.037-1 -> 4.2.039-1)
    [2012-11-07 10:05] upgraded libpng (1.5.12-1 -> 1.5.13-1)
    [2012-11-07 10:05] upgraded cairo (1.12.2-3 -> 1.12.8-1)
    [2012-11-07 10:05] installed harfbuzz (0.9.5-1)
    [2012-11-07 10:05] upgraded pango (1.30.1-1 -> 1.32.1-1)
    [2012-11-07 10:05] upgraded libtirpc (0.2.2-2 -> 0.2.2-4)
    [2012-11-07 10:05] upgraded pam (1.1.5-4 -> 1.1.6-1)
    [2012-11-07 10:05] upgraded kmod (10-1 -> 10-2)
    [2012-11-07 10:05] upgraded hwids (20120922-1 -> 20121022-1)
    [2012-11-07 10:05] upgraded coreutils (8.19-1 -> 8.20-1)
    [2012-11-07 10:05] upgraded util-linux (2.22-7 -> 2.22.1-2)
    [2012-11-07 10:05] ==> journald now writes to /var/log/journal by default. This can be
    [2012-11-07 10:05] controlled with the Storage setting in /etc/systemd/journald.conf
    [2012-11-07 10:05] upgraded systemd (194-3 -> 195-2)
    [2012-11-07 10:05] upgraded polkit (0.105-1 -> 0.107-4)
    [2012-11-07 10:05] upgraded colord (0.1.21-2 -> 0.1.24-1)
    [2012-11-07 10:05] upgraded dconf (0.12.1-2 -> 0.14.1-1)
    [2012-11-07 10:05] upgraded at-spi2-core (2.4.2-1 -> 2.6.1-1)
    [2012-11-07 10:05] upgraded at-spi2-atk (2.4.0-1 -> 2.6.1-1)
    [2012-11-07 10:05] upgraded gtk3 (3.4.4-1 -> 3.6.1-1)
    [2012-11-07 10:05] upgraded gsettings-desktop-schemas (3.4.2-1 -> 3.6.0-1)
    [2012-11-07 10:05] upgraded gnome-desktop (1:3.4.2-1 -> 1:3.6.1-1)
    [2012-11-07 10:05] upgraded gcc-libs (4.7.2-1 -> 4.7.2-2)
    [2012-11-07 10:05] upgraded libtasn1 (2.14-1 -> 3.0-1)
    [2012-11-07 10:05] upgraded gnutls (3.1.3-1 -> 3.1.3-2)
    [2012-11-07 10:05] upgraded glib-networking (2.32.3-1 -> 2.34.0-1)
    [2012-11-07 10:05] upgraded libsoup (2.38.1-1 -> 2.40.1-1)
    [2012-11-07 10:05] upgraded xorg-server-common (1.13.0-2 -> 1.13.0-3)
    [2012-11-07 10:05] upgraded xorg-server (1.13.0-2 -> 1.13.0-3)
    [2012-11-07 10:05] upgraded nvidia-utils (304.51-1 -> 304.64-1)
    [2012-11-07 10:05] installed gstreamer (1.0.2-1)
    [2012-11-07 10:05] installed gst-plugins-base-libs (1.0.2-1)
    [2012-11-07 10:05] installed webkitgtk3 (1.10.1-2)
    [2012-11-07 10:05] upgraded json-glib (0.14.2-1 -> 0.15.2-1)
    [2012-11-07 10:05] upgraded libgnome-keyring (3.4.1-1 -> 3.6.0-1)
    [2012-11-07 10:05] upgraded libsoup-gnome (2.38.1-1 -> 2.40.1-1)
    [2012-11-07 10:05] upgraded rest (0.7.12-1 -> 0.7.90-1)
    [2012-11-07 10:05] installed libsecret (0.11-1)
    [2012-11-07 10:05] upgraded gnome-online-accounts (3.4.2-1 -> 3.6.0-1)
    [2012-11-07 10:05] upgraded nspr (4.9.2-1 -> 4.9.3-1)
    [2012-11-07 10:05] upgraded nss (3.13.6-1 -> 3.14-1)
    [2012-11-07 10:06] upgraded gnome-icon-theme-symbolic (3.4.0-1 -> 3.6.0-1)
    [2012-11-07 10:06] upgraded gnome-icon-theme (3.4.0-1 -> 3.6.0-1)
    [2012-11-07 10:06] upgraded libgweather (3.4.1-1 -> 3.6.0-1)
    [2012-11-07 10:06] upgraded gcr (3.4.1-1 -> 3.6.1-1)
    [2012-11-07 10:06] upgraded libgdata (0.12.0-1 -> 0.13.2-1)
    [2012-11-07 10:06] upgraded evolution-data-server (3.4.4-1 -> 3.6.1-1)
    [2012-11-07 10:06] upgraded gdk-pixbuf2 (2.26.3-1 -> 2.26.4-1)
    [2012-11-07 10:06] upgraded libcroco (0.6.5-1 -> 0.6.8-1)
    [2012-11-07 10:06] upgraded librsvg (2.36.3-1 -> 2.36.4-1)
    [2012-11-07 10:06] upgraded e2fsprogs (1.42.5-1 -> 1.42.6-1)
    [2012-11-07 10:06] upgraded libldap (2.4.32-1 -> 2.4.33-1)
    [2012-11-07 10:06] upgraded gconf (3.2.5-2 -> 3.2.5-3)
    [2012-11-07 10:06] upgraded telepathy-glib (0.18.2-1 -> 0.20.0-1)
    [2012-11-07 10:06] upgraded gnome-panel (3.4.2.1-1 -> 3.6.0-1)
    [2012-11-07 10:06] upgraded alacarte (0.13.2-3 -> 3.6.1-2)
    [2012-11-07 10:06] upgraded curl (7.27.0-1 -> 7.28.0-1)
    [2012-11-07 10:06] upgraded aurvote (1.3-1 -> 1.4-1)
    [2012-11-07 10:06] upgraded baobab (3.4.1-2 -> 3.6.2-1)
    [2012-11-07 10:06] upgraded bin86 (0.16.18-3 -> 0.16.19-1)
    [2012-11-07 10:06] upgraded binutils (2.22-10 -> 2.23-1)
    [2012-11-07 10:06] upgraded bison (2.6.2-1 -> 2.6.4-1)
    [2012-11-07 10:06] installed gst-plugins-base (1.0.2-1)
    [2012-11-07 10:06] upgraded gmime (2.6.10-1 -> 2.6.12-1)
    [2012-11-07 10:06] upgraded totem-plparser (3.4.2-1 -> 3.4.3-1)
    [2012-11-07 10:06] upgraded tdb (1.2.9-2 -> 1.2.10-2)
    [2012-11-07 10:06] upgraded libcanberra (0.28-5 -> 0.30-2)
    [2012-11-07 10:06] upgraded libtracker-sparql (0.14.2-1 -> 0.14.4-1)
    [2012-11-07 10:06] upgraded brasero (3.4.1-1 -> 3.6.0-1)
    [2012-11-07 10:06] upgraded bzr (2.5.1-1 -> 2.5.1-2)
    [2012-11-07 10:06] upgraded python2-cssutils (0.9.9-2 -> 0.9.9-3)
    [2012-11-07 10:06] upgraded python2-cherrypy (3.2.2-1 -> 3.2.2-2)
    [2012-11-07 10:06] installed python2-mechanize (0.2.5-3)
    [2012-11-07 10:06] upgraded perl (5.16.1-1 -> 5.16.2-1)
    [2012-11-07 10:06] upgraded imagemagick (6.7.9.8-2 -> 6.8.0.3-1)
    [2012-11-07 10:06] upgraded poppler (0.20.3-1 -> 0.20.5-1)
    [2012-11-07 10:06] upgraded xdg-utils (1.1.0-2.20120520 -> 1.1.0.git20121008-1)
    [2012-11-07 10:07] upgraded qt (4.8.3-4 -> 4.8.3-5)
    [2012-11-07 10:07] upgraded poppler-qt (0.20.3-1 -> 0.20.5-1)
    [2012-11-07 10:07] upgraded python2-lxml (2.3.5-1 -> 3.0.1-1)
    [2012-11-07 10:07] installed python2-imaging (1.1.7-5)
    [2012-11-07 10:07] upgraded sip (4.13.3-2 -> 4.14-2)
    [2012-11-07 10:07] upgraded python2-sip (4.13.3-2 -> 4.14-2)
    [2012-11-07 10:07] upgraded python-dbus-common (1.1.1-1 -> 1.1.1-2)
    [2012-11-07 10:07] upgraded python2-dbus (1.1.1-1 -> 1.1.1-2)
    [2012-11-07 10:07] upgraded pyqt-common (4.9.4-2 -> 4.9.5-3)
    [2012-11-07 10:07] upgraded python2-pyqt (4.9.4-2 -> 4.9.5-3)
    [2012-11-07 10:07] upgraded python2-psutil (0.6.1-1 -> 0.6.1-2)
    [2012-11-07 10:07] installed python2-cssselect (0.7.1-2)
    [2012-11-07 10:07] upgraded calibre (0.9.2-1 -> 0.9.5-1)
    [2012-11-07 10:07] upgraded cantarell-fonts (0.0.10-1 -> 0.0.10.1-1)
    [2012-11-07 10:07] upgraded libxklavier (5.2.1-2 -> 5.3-1)
    [2012-11-07 10:07] upgraded libgee (0.6.5-1 -> 0.6.6-1)
    [2012-11-07 10:07] upgraded clutter (1.10.6-1 -> 1.12.2-1)
    [2012-11-07 10:07] installed python2-atspi (2.6.0-2)
    [2012-11-07 10:07] upgraded caribou (0.4.4-1 -> 0.4.4-2)
    [2012-11-07 10:07] installed chromaprint (0.7-1)
    [2012-11-07 10:07] installed celt (0.11.1-4)
    [2012-11-07 10:07] installed spandsp (0.0.6pre21-1)
    [2012-11-07 10:07] installed gst-plugins-bad (1.0.2-1)
    [2012-11-07 10:07] installed gst-plugins-good (1.0.2-1)
    [2012-11-07 10:07] upgraded clutter-gst (1.6.0-1 -> 1.9.92-1)
    [2012-11-07 10:07] upgraded clutter-gtk (1.2.0-1 -> 1.4.0-1)
    [2012-11-07 10:07] upgraded gnome-video-effects (0.4.0-1 -> 0.4.0-2)
    [2012-11-07 10:07] upgraded cheese (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:07] upgraded libwbclient (3.6.8-1 -> 3.6.9-1)
    [2012-11-07 10:07] upgraded cifs-utils (5.6-2 -> 5.7-1)
    [2012-11-07 10:07] upgraded cmake (2.8.9-1 -> 2.8.10-1)
    [2012-11-07 10:07] upgraded device-mapper (2.02.97-1 -> 2.02.98-1)
    [2012-11-07 10:07] upgraded cryptsetup (1.5.0-2 -> 1.5.1-1)
    [2012-11-07 10:07] upgraded cups-filters (1.0.24-1 -> 1.0.24-2)
    [2012-11-07 10:07] upgraded cups-pk-helper (0.2.2-1 -> 0.2.4-1)
    [2012-11-07 10:07] upgraded cyrus-sasl-gssapi (2.1.23-10 -> 2.1.23-11)
    [2012-11-07 10:07] upgraded cyrus-sasl-ldap (2.1.23-10 -> 2.1.23-11)
    [2012-11-07 10:07] upgraded postgresql-libs (9.2.1-1 -> 9.2.1-2)
    [2012-11-07 10:07] upgraded cyrus-sasl-sql (2.1.23-10 -> 2.1.23-11)
    [2012-11-07 10:07] upgraded dvdauthor (0.7.1-1 -> 0.7.1-2)
    [2012-11-07 10:07] upgraded devede (3.22.0-2 -> 3.23.0-1)
    [2012-11-07 10:07] upgraded ilmbase (1.0.2-1 -> 1.0.3-1)
    [2012-11-07 10:07] upgraded openexr (1.7.1-1 -> 1.7.1-2)
    [2012-11-07 10:07] upgraded devil (1.7.8-13 -> 1.7.8-14)
    [2012-11-07 10:07] upgraded ptlib (2.10.5-1 -> 2.10.7-2)
    [2012-11-07 10:07] upgraded opal (3.10.5-1 -> 3.10.7-2)
    [2012-11-07 10:08] upgraded ekiga (3.3.2-6 -> 3.9.90-1)
    [2012-11-07 10:08] installed libzeitgeist (0.3.18-3)
    [2012-11-07 10:08] upgraded folks (0.6.9-2 -> 0.8.0-1)
    [2012-11-07 10:08] upgraded libnice (0.1.2-1 -> 0.1.3-1)
    [2012-11-07 10:08] upgraded farstream (0.1.2-1 -> 0.2.1-1)
    [2012-11-07 10:08] upgraded telepathy-farstream (0.4.0-1 -> 0.6.0-1)
    [2012-11-07 10:08] upgraded telepathy-logger (0.4.0-1 -> 0.6.0-1)
    [2012-11-07 10:08] installed iptables (1.4.16.2-1)
    [2012-11-07 10:08] upgraded iproute2 (3.5.1-1 -> 3.6.0-2)
    [2012-11-07 10:08] upgraded wpa_supplicant (1.0-1 -> 1.0-2)
    [2012-11-07 10:08] upgraded ppp (2.4.5-4 -> 2.4.5-5)
    [2012-11-07 10:08] installed dhclient (4.2.4.2-1)
    [2012-11-07 10:08] upgraded networkmanager (0.9.6.0-2 -> 0.9.6.4-1)
    [2012-11-07 10:08] upgraded telepathy-mission-control (5.12.1-1 -> 5.14.0-1)
    [2012-11-07 10:08] upgraded empathy (3.4.2.3-1 -> 3.6.1-2)
    [2012-11-07 10:08] upgraded libpeas (1.4.0-2 -> 1.6.1-1)
    [2012-11-07 10:08] upgraded eog (3.4.3-1 -> 3.6.1-1)
    [2012-11-07 10:08] upgraded epiphany (3.4.3-1 -> 3.6.1-1)
    [2012-11-07 10:08] upgraded poppler-glib (0.20.3-1 -> 0.20.5-1)
    [2012-11-07 10:08] upgraded evince (3.4.0-1 -> 3.6.1-1)
    [2012-11-07 10:08] upgraded gtkhtml4 (4.4.4-1 -> 4.6.0-1)
    [2012-11-07 10:08] upgraded evolution (3.4.4-1 -> 3.6.1-1)
    [2012-11-07 10:08] upgraded file-roller (3.4.2-1 -> 3.6.1.1-1)
    [2012-11-07 10:08] installed nss-myhostname (0.3-3)
    [2012-11-07 10:08] warning: /etc/shadow installed as /etc/shadow.pacnew
    [2012-11-07 10:08] upgraded filesystem (2012.10-1 -> 2012.10-2)
    [2012-11-07 10:08] upgraded firefox (16.0.1-1 -> 16.0.2-1)
    [2012-11-07 10:08] upgraded flashplugin (11.2.202.243-1 -> 11.2.202.251-1)
    [2012-11-07 10:08] upgraded freeglut (2.8.0-1 -> 2.8.0-2)
    [2012-11-07 10:08] upgraded gcalctool (6.4.2.1-1 -> 6.6.1-1)
    [2012-11-07 10:08] upgraded gcc (4.7.2-1 -> 4.7.2-2)
    [2012-11-07 10:08] upgraded gconf-editor (3.0.0-2 -> 3.0.1-1)
    [2012-11-07 10:08] upgraded gnome-session (3.4.2-3 -> 3.6.1-1)
    [2012-11-07 10:08] upgraded libcanberra-pulse (0.28-5 -> 0.30-2)
    [2012-11-07 10:08] upgraded python2-xdg (0.23-1 -> 0.23-2)
    [2012-11-07 10:08] installed ibus (1.4.99.20121006-1)
    [2012-11-07 10:08] upgraded gnome-settings-daemon (3.4.2-1 -> 3.6.1-2)
    [2012-11-07 10:08] upgraded zenity (3.4.0-1 -> 3.6.0-1)
    [2012-11-07 10:08] upgraded metacity (2.34.8-1 -> 2.34.13-1)
    [2012-11-07 10:08] warning: /etc/pam.d/gdm-password installed as /etc/pam.d/gdm-password.pacnew
    [2012-11-07 10:08] warning: directory permissions differ on var/lib/gdm/.config/
    filesystem: 700 package: 755
    [2012-11-07 10:08] warning: directory permissions differ on var/lib/gdm/.config/dconf/
    filesystem: 755 package: 700
    [2012-11-07 10:08] upgraded gdm (3.4.1-3 -> 3.6.1-2)
    [2012-11-07 10:08] installed webkitgtk2 (1.10.1-2)
    [2012-11-07 10:09] upgraded geany-plugins (1.22-1 -> 1.22-3)
    [2012-11-07 10:09] upgraded gmtk (1.0.6-1 -> 1.0.7-1)
    [2012-11-07 10:09] upgraded gnome-mplayer (1.0.6-1 -> 1.0.7-1)
    [2012-11-07 10:09] upgraded gecko-mediaplayer (1.0.6-1 -> 1.0.7-1)
    [2012-11-07 10:09] upgraded gtksourceview3 (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:09] upgraded gedit (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:09] upgraded gedit-plugins (3.4.0-2 -> 3.6.1-1)
    [2012-11-07 10:09] upgraded gegl (0.2.0-4 -> 0.2.0-5)
    [2012-11-07 10:09] upgraded git (1.7.12.2-1 -> 1.8.0-1)
    [2012-11-07 10:09] upgraded gjs (1.32.0-2 -> 1.34.0-1)
    [2012-11-07 10:09] upgraded qrencode (3.3.1-1 -> 3.4.1-1)
    [2012-11-07 10:09] upgraded glabels (3.0.1-1 -> 3.0.1-2)
    [2012-11-07 10:09] upgraded glew (1.8.0-2 -> 1.9.0-1)
    [2012-11-07 10:09] upgraded glibmm (2.32.1-1 -> 2.34.1-1)
    [2012-11-07 10:09] upgraded gucharmap (3.4.1.1-1 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded gnome-applets (3.4.1-2 -> 3.5.92-1)
    [2012-11-07 10:09] upgraded gnome-backgrounds (3.4.2-1 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded udisks2 (1.94.0-2 -> 2.0.0-1)
    [2012-11-07 10:09] upgraded gvfs (1.12.3-3 -> 1.14.1-1)
    [2012-11-07 10:09] upgraded obex-data-server (0.4.6-2 -> 0.4.6-3)
    [2012-11-07 10:09] upgraded gvfs-obexftp (1.12.3-3 -> 1.14.1-1)
    [2012-11-07 10:09] upgraded obexd-client (0.47-1 -> 1:0.46-1)
    [2012-11-07 10:09] upgraded gnome-bluetooth (3.4.2-1 -> 3.6.0-2)
    [2012-11-07 10:09] upgraded gnome-common (3.4.0.1-2 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded network-manager-applet (0.9.6.2-1 -> 0.9.6.4-1)
    [2012-11-07 10:09] installed libpwquality (1.2.0-1)
    [2012-11-07 10:09] warning: directory permissions differ on usr/share/polkit-1/rules.d/
    filesystem: 700 package: 755
    [2012-11-07 10:09] upgraded gnome-control-center (3.4.2-1 -> 3.6.2-1)
    [2012-11-07 10:09] upgraded gnome-dictionary (3.4.0-1 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded gnome-disk-utility (3.4.1-1 -> 3.6.1-1)
    [2012-11-07 10:09] upgraded gnome-font-viewer (3.4.0-1 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded gnome-games (3.4.2-2 -> 3.6.1-1)
    [2012-11-07 10:09] upgraded gnome-games-extra-data (3.2.0-1 -> 3.2.0-2)
    [2012-11-07 10:09] upgraded gnome-keyring (3.4.1-3 -> 3.6.1-1)
    [2012-11-07 10:09] upgraded iputils (20101006-7 -> 20121011-2)
    [2012-11-07 10:09] upgraded whois (5.0.19-1 -> 5.0.20-1)
    [2012-11-07 10:09] upgraded gnome-nettool (3.1.1-1 -> 3.2.0-1)
    [2012-11-07 10:09] upgraded gnome-power-manager (3.4.0-1 -> 3.6.0-1)
    [2012-11-07 10:09] installed python2-gnomedesktop (2.32.0-12)
    [2012-11-07 10:09] installed python2-gnomekeyring (2.32.0-12)
    [2012-11-07 10:09] installed python2-gtop (2.32.0-12)
    [2012-11-07 10:09] installed python2-metacity (2.32.0-12)
    [2012-11-07 10:09] installed python2-rsvg (2.32.0-12)
    [2012-11-07 10:09] installed python2-totem-plparser (2.32.0-12)
    [2012-11-07 10:09] installed python2-wnck (2.32.0-12)
    [2012-11-07 10:09] upgraded gnome-python-desktop (2.32.0-10 -> 2.32.0-12)
    [2012-11-07 10:09] upgraded libgnomekbd (3.4.0.2-1 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded gnome-screensaver (3.4.4-1 -> 3.6.1-1)
    [2012-11-07 10:09] upgraded gnome-screenshot (3.4.1-1 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded gnome-search-tool (3.4.0-1 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded mutter (3.4.1-2 -> 3.6.1-2)
    [2012-11-07 10:10] upgraded nautilus (3.4.2-1 -> 3.6.2-1)
    [2012-11-07 10:10] upgraded gnome-shell (3.4.2-1 -> 3.6.1-3)
    [2012-11-07 10:10] upgraded gnome-system-log (3.4.1-1 -> 3.6.0-1)
    [2012-11-07 10:10] upgraded gtkmm3 (3.4.1-1 -> 3.6.0-1)
    [2012-11-07 10:10] upgraded gnome-system-monitor (3.4.1-1 -> 3.6.0-1)
    [2012-11-07 10:10] upgraded vte-common (0.32.2-1 -> 0.34.1-1)
    [2012-11-07 10:10] upgraded vte3 (0.32.2-1 -> 0.34.1-1)
    [2012-11-07 10:10] upgraded gnome-terminal (3.4.1.1-1 -> 3.6.0-1)
    [2012-11-07 10:10] upgraded gnome-themes-standard (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:10] upgraded gnome-tweak-tool (3.4.0.1-1 -> 3.6.1-1)
    [2012-11-07 10:10] upgraded yelp-xsl (3.4.2-1 -> 3.6.0-1)
    [2012-11-07 10:10] upgraded yelp (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:10] upgraded gnome-user-docs (3.4.2-1 -> 3.6.0-1)
    [2012-11-07 10:10] upgraded gpm (1.20.6-10 -> 1.20.7-1)
    [2012-11-07 10:10] upgraded grantlee (0.2.0-1 -> 0.3.0-1)
    [2012-11-07 10:10] upgraded graphicsmagick (1.3.16-1 -> 1.3.17-1)
    [2012-11-07 10:10] upgraded gtk-engine-unico (1.0.2-1 -> 1.0.2-3)
    [2012-11-07 10:10] upgraded gtk-vnc (0.5.0-1 -> 0.5.1-1)
    [2012-11-07 10:10] upgraded gummi (0.6.4-1 -> 0.6.5-1)
    [2012-11-07 10:10] installed python2-notify (0.1.1-12)
    [2012-11-07 10:10] upgraded hamster-applet (2.91.2-2 -> 2.91.2-3)
    [2012-11-07 10:10] upgraded net-snmp (5.7.1-4 -> 5.7.2-1)
    [2012-11-07 10:10] upgraded wget (1.14-1 -> 1.14-2)
    [2012-11-07 10:10] upgraded hplip (3.12.10.a-2 -> 3.12.10.a-3)
    [2012-11-07 10:10] upgraded inkscape (0.48.3.1-5 -> 0.48.3.1-7)
    [2012-11-07 10:10] upgraded phonon (1:4.6.0-2 -> 1:4.6.0-3)
    [2012-11-07 10:10] upgraded kdelibs (4.9.2-2 -> 4.9.2-3)
    [2012-11-07 10:10] upgraded python (3.2.3-3 -> 3.3.0-1)
    [2012-11-07 10:10] upgraded ktoblzcheck (1.39-1 -> 1.39-3)
    [2012-11-07 10:10] upgraded lib32-glibc (2.16.0-4 -> 2.16.0-5)
    [2012-11-07 10:10] upgraded libcanberra-gstreamer (0.28-5 -> 0.30-2)
    [2012-11-07 10:10] upgraded libgeotiff (1.3.0-2 -> 1.4.0-1)
    [2012-11-07 10:10] upgraded libpaper (1.1.24-2 -> 1.1.24-3)
    [2012-11-07 10:10] upgraded libpurple (2.10.6-1 -> 2.10.6-2)
    [2012-11-07 10:10] upgraded libreoffice-en-US (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded libreoffice-common (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded libreoffice-base (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded libreoffice-calc (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded libreoffice-draw (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded libreoffice-extension-pdfimport (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded openjdk6 (6.b24_1.11.4-1 -> 6.b24_1.11.5-1)
    [2012-11-07 10:11] upgraded libreoffice-extension-report-builder (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded libreoffice-writer (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded libxml++ (2.34.2-1 -> 2.36.0-1)
    [2012-11-07 10:11] upgraded link-grammar (4.7.6-1 -> 4.7.9-1)
    [2012-11-07 10:11] upgraded mkinitcpio (0.10-1 -> 0.11.0-1)
    [2012-11-07 10:11] >>> Updating module dependencies. Please wait ...
    [2012-11-07 10:11] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-11-07 10:11] ==> Building image from preset: 'default'
    [2012-11-07 10:11] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-11-07 10:11] ==> Starting build: 3.6.6-1-ARCH
    [2012-11-07 10:11] -> Running build hook: [base]
    [2012-11-07 10:11] -> Running build hook: [udev]
    [2012-11-07 10:11] -> Running build hook: [autodetect]
    [2012-11-07 10:11] -> Running build hook: [pata]
    [2012-11-07 10:11] -> Running build hook: [scsi]
    [2012-11-07 10:11] -> Running build hook: [sata]
    [2012-11-07 10:11] -> Running build hook: [filesystems]
    [2012-11-07 10:11] -> Running build hook: [usbinput]
    [2012-11-07 10:11] -> Running build hook: [fsck]
    [2012-11-07 10:11] ==> Generating module dependencies
    [2012-11-07 10:11] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-11-07 10:11] ==> Image generation successful
    [2012-11-07 10:11] ==> Building image from preset: 'fallback'
    [2012-11-07 10:11] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-11-07 10:11] ==> Starting build: 3.6.6-1-ARCH
    [2012-11-07 10:11] -> Running build hook: [base]
    [2012-11-07 10:11] -> Running build hook: [udev]
    [2012-11-07 10:11] -> Running build hook: [pata]
    [2012-11-07 10:11] -> Running build hook: [scsi]
    [2012-11-07 10:11] -> Running build hook: [sata]
    [2012-11-07 10:11] -> Running build hook: [filesystems]
    [2012-11-07 10:11] -> Running build hook: [usbinput]
    [2012-11-07 10:11] -> Running build hook: [fsck]
    [2012-11-07 10:11] ==> Generating module dependencies
    [2012-11-07 10:11] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-11-07 10:11] ==> Image generation successful
    [2012-11-07 10:11] upgraded linux (3.5.6-1 -> 3.6.6-1)
    [2012-11-07 10:11] upgraded lirc-utils (1:0.9.0-30 -> 1:0.9.0-34)
    [2012-11-07 10:11] upgraded lvm2 (2.02.97-1 -> 2.02.98-1)
    [2012-11-07 10:11] upgraded man-pages (3.42-1 -> 3.43-1)
    [2012-11-07 10:11] upgraded mdadm (3.2.5-2 -> 3.2.6-1)
    [2012-11-07 10:12] upgraded meld (1.6.0-1 -> 1.6.1-1)
    [2012-11-07 10:12] upgraded mercurial (2.3.2-1 -> 2.4-1)
    [2012-11-07 10:12] upgraded mousetweaks (3.4.2-1 -> 3.6.0-1)
    [2012-11-07 10:12] upgraded nautilus-sendto (3.0.3-1 -> 3.6.0-1)
    [2012-11-07 10:12] upgraded nvidia (304.51-3 -> 304.64-1)
    [2012-11-07 10:12] upgraded opencl-nvidia (304.51-1 -> 304.64-1)
    [2012-11-07 10:12] upgraded openttd (1.2.2-1 -> 1.2.3-1)
    [2012-11-07 10:12] upgraded orca (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:12] upgraded package-query (1.0.1-1 -> 1.1-2)
    [2012-11-07 10:12] upgraded perl-image-exiftool (9.01-1 -> 9.03-1)
    [2012-11-07 10:12] upgraded perl-io-socket-ssl (1.76-1 -> 1.77-1)
    [2012-11-07 10:12] upgraded perl-sdl (2.540-2 -> 2.540-3)
    [2012-11-07 10:12] upgraded perl-sub-uplevel (0.22-2 -> 0.24-1)
    [2012-11-07 10:12] upgraded perl-tree-dag-node (1.06-3 -> 1.07-1)
    [2012-11-07 10:12] upgraded physfs (2.0.2-2 -> 2.0.3-1)
    [2012-11-07 10:12] upgraded pidgin (2.10.6-1 -> 2.10.6-2)
    [2012-11-07 10:12] upgraded pinta (1.3-2 -> 1.4-1)
    [2012-11-07 10:12] upgraded python2-distribute (0.6.28-1 -> 0.6.29-1)
    [2012-11-07 10:12] upgraded python2-zope-interface (3.8.0-1 -> 4.0.1-1)
    [2012-11-07 10:12] upgraded pitivi (0.15.2-1 -> 0.15.2-2)
    [2012-11-07 10:12] Note: The Unix domain socket location has changed; be sure to
    [2012-11-07 10:12] restart any local applications using libpq.so.
    [2012-11-07 10:12] upgraded postgresql (9.2.1-1 -> 9.2.1-2)
    [2012-11-07 10:12] upgraded procps-ng (3.3.3-6 -> 3.3.5-1)
    [2012-11-07 10:12] upgraded psiconv (0.9.8-9 -> 0.9.8-10)
    [2012-11-07 10:12] upgraded pygobject2-devel (2.28.6-6 -> 2.28.6-8)
    [2012-11-07 10:12] installed python2-egenix-mx-base (3.2.4-3)
    [2012-11-07 10:12] installed python2-logilab-common (0.58.2-3)
    [2012-11-07 10:12] installed python2-logilab-astng (0.24.1-1)
    [2012-11-07 10:12] upgraded pylint (0.25.2-1 -> 0.26.0-2)
    [2012-11-07 10:12] upgraded python-sip (4.13.3-2 -> 4.14-2)
    [2012-11-07 10:12] upgraded python-dbus (1.1.1-1 -> 1.1.1-2)
    [2012-11-07 10:12] upgraded pyqt (4.9.4-2 -> 4.9.5-3)
    [2012-11-07 10:12] upgraded python-distutils-extra (2.32-1 -> 2.37-1)
    [2012-11-07 10:12] installed python2-pysqlite (2.6.3-3)
    [2012-11-07 10:12] upgraded python2-crypto (2.6-2 -> 2.6-3)
    [2012-11-07 10:12] upgraded python2-gobject2 (2.28.6-6 -> 2.28.6-8)
    [2012-11-07 10:12] upgraded rsync (3.0.9-4 -> 3.0.9-5)
    [2012-11-07 10:12] upgraded ruby (1.9.3_p194-2 -> 1.9.3_p286-1)
    [2012-11-07 10:12] upgraded seahorse (3.4.1-1 -> 3.6.2-1)
    [2012-11-07 10:12] upgraded seahorse-nautilus (3.4.0-1 -> 3.6.1-1)
    [2012-11-07 10:12] upgraded smbclient (3.6.8-1 -> 3.6.9-1)
    [2012-11-07 10:12] upgraded soundconverter (2.0.3-1 -> 2.0.4-1)
    [2012-11-07 10:12] upgraded subversion (1.7.7-1 -> 1.7.7-2)
    [2012-11-07 10:12] upgraded supertux (0.3.3-6 -> 0.3.3-7)
    [2012-11-07 10:12] ==> syslog-ng now reads from /run/systemd/journal/syslog in the
    [2012-11-07 10:12] default config. If you still use sysvinit/initscripts, this
    [2012-11-07 10:12] must be /dev/log in /etc/syslog-ng/syslog-ng.conf
    [2012-11-07 10:12] upgraded syslog-ng (3.3.6-1 -> 3.3.6-3)
    [2012-11-07 10:12] upgraded system-config-printer-common (1.3.11-1 -> 1.3.11-2)
    [2012-11-07 10:12] upgraded system-config-printer-gnome (1.3.11-1 -> 1.3.11-2)
    [2012-11-07 10:12] >>> texlive: updating the filename database...
    [2012-11-07 10:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2012-11-07 10:13] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2012-11-07 10:13] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2012-11-07 10:13] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2012-11-07 10:13] mktexlsr: Done.
    [2012-11-07 10:13] recreating all formats... done.
    [2012-11-07 10:13] (logs are under /var/lib/texmf/web2c/<engine>/<formatname>.log)
    [2012-11-07 10:13] upgraded texlive-bin (2012.0-4 -> 2012.0-5)
    [2012-11-07 10:13] upgraded totem (3.4.3-1 -> 3.6.2-1)
    [2012-11-07 10:13] upgraded transcode (1.1.7-5 -> 1.1.7-6)
    [2012-11-07 10:13] upgraded transmission-gtk (2.71-1 -> 2.73-2)
    [2012-11-07 10:13] upgraded tuxpaint (0.9.21-5 -> 0.9.21-7)
    [2012-11-07 10:13] upgraded tuxpaint-config (0.0.12-1 -> 0.0.12-2)
    [2012-11-07 10:13] upgraded tuxpaint-stamps (2009.06.28-1 -> 2009.06.28-3)
    [2012-11-07 10:13] upgraded twisted (12.2.0-1 -> 12.2.0-2)
    [2012-11-07 10:13] upgraded vinagre (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:13] upgraded vino (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:13] upgraded xf86-video-nv (2.1.20-1 -> 2.1.20-2)
    [2012-11-07 10:13] upgraded xine-lib (1.2.2-2 -> 1.2.2-3)
    [2012-11-07 10:13] upgraded xorg-xinit (1.3.2-1 -> 1.3.2-3)
    [2012-11-07 10:13] upgraded xterm (283-1 -> 286-1)
    [2012-11-07 10:14] upgraded xulrunner (15.0-1 -> 16.0.2-1)
    [2012-11-07 10:14] warning: /etc/yaourtrc installed as /etc/yaourtrc.pacnew
    [2012-11-07 10:14] upgraded yaourt (1.1-1 -> 1.2.1-1)
    [2012-11-07 10:14] Running 'pacman -Syu'
    [2012-11-07 10:14] synchronizing package lists
    [2012-11-07 10:14] starting full system upgrade
    [2012-11-07 10:15] Running 'pacman -Syy'
    [2012-11-07 10:15] synchronizing package lists
    [2012-11-07 10:15] Running 'pacman -Sy'
    [2012-11-07 10:15] synchronizing package lists
    [2012-11-07 11:21] Running 'pacman -S deskbar-applet'
    [2012-11-07 11:21] Running 'pacman -S deskbar-applet'
    [2012-11-07 11:22] Running 'pacman -S gnome-desktop'
    [2012-11-07 11:22] upgraded gnome-desktop (1:3.6.1-1 -> 1:3.6.1-1)
    [2012-11-07 13:09] Running 'pacman -Syy'
    [2012-11-07 13:09] synchronizing package lists
    [2012-11-07 13:09] Running 'pacman -Syu'
    [2012-11-07 13:09] synchronizing package lists
    [2012-11-07 13:09] starting full system upgrade
    [2012-11-07 15:43] Running 'pacman -Syy'
    [2012-11-07 15:43] synchronizing package lists
    [2012-11-07 15:43] Running 'pacman -Sy'
    [2012-11-07 15:43] synchronizing package lists
    [2012-11-07 15:43] Running 'pacman -Syy'
    [2012-11-07 15:43] synchronizing package lists
    [2012-11-07 15:43] Running 'pacman -Syu'
    [2012-11-07 15:43] synchronizing package lists
    [2012-11-07 15:43] starting full system upgrade
    [2012-11-07 16:06] Running 'pacman -S firefox'
    [2012-11-07 16:07] upgraded firefox (16.0.2-1 -> 16.0.2-1)
    [2012-11-07 16:20] Running 'pacman -S firefox-gnome-keyring'
    [2012-11-07 16:20] Running 'pacman -U /tmp/yaourt-tmp-wesley/PKGDEST.x6n/firefox-gnome-keyring-0.8-7-x86_64.pkg.tar.xz'
    [2012-11-07 16:20] installed firefox-gnome-keyring (0.8-7)
    [2012-11-07 16:23] Running 'pacman -S firefox'
    [2012-11-07 16:23] upgraded firefox (16.0.2-1 -> 16.0.2-1)
    [2012-11-07 19:00] Running 'pacman -R firefox'
    [2012-11-07 19:00] Running 'pacman -R firefox-gnome-keyring'
    [2012-11-07 19:00] removed firefox-gnome-keyring (0.8-7)
    [2012-11-07 19:00] Running 'pacman -R firefox'
    [2012-11-07 19:01] removed firefox (16.0.2-1)
    [2012-11-07 19:01] Running 'pacman -Syy'
    [2012-11-07 19:01] synchronizing package lists
    [2012-11-07 19:01] Running 'pacman -Syu'
    [2012-11-07 19:01] synchronizing package lists
    [2012-11-07 19:01] starting full system upgrade
    [2012-11-07 19:01] Running 'pacman -S firefox'
    [2012-11-07 19:02] installed firefox (16.0.2-1)
    [2012-11-07 19:02] Running 'pacman -Syy'
    [2012-11-07 19:02] synchronizing package lists
    [2012-11-07 20:05] Running 'pacman -R firefox'
    [2012-11-07 20:05] removed firefox (16.0.2-1)
    [2012-11-07 20:06] Running 'pacman -Syy'
    [2012-11-07 20:06] synchronizing package lists
    [2012-11-07 20:06] Running 'pacman -S firefox 16.0.2-1'
    [2012-11-07 20:07] Running 'pacman -Syu firefox'
    [2012-11-07 20:07] synchronizing package lists
    [2012-11-07 20:07] starting full system upgrade
    [2012-11-07 20:07] installed firefox (16.0.2-1)
    [2012-11-07 20:21] Running 'pacman -Syyu'
    [2012-11-07 20:21] synchronizing package lists
    [2012-11-07 20:21] starting full system upgrade
      Googling brought up 'Ubuntu' forums dated back in February .
        To recap clicking on Firefox Icon displays Error Message .
             Using ' sudo ' in Terminal Firefox does run - Stripped Down - no bookmarks - no add ons - no passwords .
                 Thank You for any and all suggestions .
    Last edited by wesley_of_course (2012-11-08 12:53:20)

    phil wrote:What is the output of:
    pacman -Qi profile-sync-daemon
    [wesley@ratdog ~]$ pacman -Qi profile-sync-daemon
    Name : profile-sync-daemon
    Version : 3.11-1
    URL : https://wiki.archlinux.org/index.php/Profile-sync-daemon
    Licenses : GPL
    Groups : None
    Provides : None
    Depends On : rsync
    Optional Deps : cron: allow hourly (default) or periodic syncs of tmpfs <-->
    HDD/SDD storage
    Required By : None
    Conflicts With : firefox-sync firefox-tmpfs-daemon chromium-tmpfs
    tmpfs-store
    Replaces : sync-browsers-daemon
    Installed Size : 72.00 KiB
    Packager : Unknown Packager
    Architecture : any
    Build Date : Sat 01 Sep 2012 12:36:56 PM CDT
    Install Date : Sat 01 Sep 2012 12:37:04 PM CDT
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : Symlinks and syncs browser profile dirs to RAM thus reducing
    HDD/SDD calls and speeding-up browsers.
       Forgive me Please !  I didn't remember installing psd .  Mercy  -  should of checked and am Thankful for the Help .
      Wesley

  • First PKGBUILD (anki-git), review welcome

    According to a discussion at https://anki.tenderapp.com/discussions/ … arch-linux , a bug in Qt appears to have broken some functionality in Anki. There is a workaround in the git repo, but until the next stable version is released, the sidebar in the deck browser will not work.
    Because I use Anki heavily, and because I also like my Arch install up-to-date, I endeavored to write my first PKGBUILD. It is basically a combination of the current one for anki and an ankiqt-git package from last year, before Anki had a major overhaul.
    Since this is my first PKGBUILD, I would very much welcome some opinions before submitting it to the AUR. The install file is simply the same as the one for anki, but I have nonetheless included it for completeness.
    PKGBUILD: http://pastebin.com/4x16AN3B (updated 19:14 GMT)
    install file: http://pastebin.com/NEZsA4KB
    Last edited by tobi-fankhaenel (2013-04-02 19:15:23)

    Comments and alterations, untested, just a quick reply.
    pkgname=anki-git
    pkgver=20130402
    pkgver() { # Include a pkgver() function to provide more useful information
    cd "$pkgname"
    git describe | sed 's/-/./g' # Alter where appropriate
    } # pkgver= above will be automatically updated based on the result of this function
    pkgrel=1
    pkgdesc="Helps you remember facts efficiently. Git Version."
    url="https://github.com/dae/anki"
    license=('GPL')
    arch=('any')
    depends=('python2-pyqt' 'python2-sqlalchemy' 'python2-simplejson'
    'python2-pysqlite' 'python2-beautifulsoup3')
    makedepends=('git')
    optdepends=('python2-matplotlib: show graphs'
    'sox: audio recording'
    'portaudio') # Why is the an optdep? "portaudio: <reason>" (even if it's obvious)
    provides=('anki')
    conflicts=('anki' 'ankiqt-git')
    install=anki-git.install
    # pacman 4.1
    source=("$pkgname"::git+git://github.com/dae/anki.git) # I like using $pkgname:: for consistency across PKGBUILDs
    md5sums=('SKIP')
    build() {
    cd "$srcdir/$pkgname"
    sed -i 's|pyuic4 $i -o $py|python2-pyuic4 $i -o $py|' tools/build_ui.sh
    ./tools/build_ui.sh
    sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' runanki
    rm -f anki.bat
    package() {
    cd "$srcdir/$pkgname"
    # All of this is horrible practice
    # Instead of using cp or mv, use `install' with the appropriate permissions E.g. `install -Dm644 target "$pkgdir"/.../target'
    # if you have to use `cp' use `cp -dp --no-preserve=ownership --target-directory="$pkgdir"/...
    Last edited by Earnestly (2013-04-20 11:46:40)

  • Journalctl with no PID message for cups and avahi contemporary failure

    I have facing a persistent problem with avahi-daemon and cups as systemd services. They have been enabled but fallen in a failed state as being started. Any investigation of the failures by journalctl (using _PID=) returned no useful info (log period only). Is there another way how to find why the services failed? A dependency between cups and avahi should be IMHO optional and recommended only for those using printers connected remotedly (or managable by users in cups.conf).  I cannot identify wheather the failures are caused by systemd issue, some wrong config file or missing some needed file. Any idea? Thank you all.

    Had similar issue with my HP Deskjet F4500C All in one printer, here's what I did:
    make sure these packages are installed or install them
    pacman -S cups cups-pdf hplip pyqt3 python2-pyqt
    pacman -S system-config-printer-gnome
    rc.d cups start
    To add device and install hp driver:
    1. Run ‘hp-setup’ as root.
    2. Click ‘Show Advanced Options’ button and check-enable ‘Manual Discovery’.
    3. Enter IP address 192.168.59.63 in the ‘…device ID…’ entry and click ‘Next’ to install driver.
    run system-config-printer as root, to add printer
    # system-config-printer
    click “Add”, Select Device -> Network Printer -> input the IP address of the printer such as “192.168.1.3″, click “Find” -> “Process”
    you should be ok from here, if not some further steps:
    If you encounter the following error:
    File “/usr/share/system-config-printer/newprinter.py”, line 1531, in getNetworkPrinterMakeModel
    debugprint (host + “: ” + args)
    TypeError: cannot concatenate ‘str’ and ‘list’ objects
    You should comment out the error line at 1531 of newprinter.py, and then continue to add the printer.
    4). Finally, you can run hp-check to see what problems exists for the printer.

  • [Request] Bible Analyzer package

    I have tried doing the PKGBUILD myself but it came out horrible since I lack the experience to do it properly, could someone review it and change it so that it can be uploaded to AUR?
    # Contributor: Timothy Morton <[email protected]>
    # Maintainer: MyWorld <[email protected]>
    pkgname=bibleanalyzer
    pkgver=4.1_0
    pkgrel=1
    pkgdesc="A cross platform Bible study software program."
    url="http://www.bibleanalyzer.com"
    license="Custom"
    arch=('i686' 'x86_64')
    depends=('wxpython' 'python-espeak' 'python-configobj')
    makedepends=('deb2targz')
    source=(http://www.bibleanalyzer.com/${pkgname}_${pkgver//_/-}_i386.deb)
    md5sums=('4d3ffb131220cd2db1cf514b9384515b')
    build() {
    cd ${srcdir}
    # Convert the file
    deb2targz ${pkgname}_${pkgver//_/-}_i386.deb
    # Extract the file
    tar xvzf ${pkgname}_${pkgver//_/-}_i386.tar.gz -C /
    # Make it python2 compatible on a python3 system
    sed -i 's/python/python2/g' /usr/bin/bibleanalyzer /usr/share/applications/bibleanalyzer.desktop
    # Create the directories required
    echo -en '\E[01;31m'"\033[1m
    For the program to run you need to make sure you have the following directory:
    mkdir /home/[user]/Documents
    \033[0m"
    echo
    The package was originally designed for Ubuntu, hence the last part that the user should make sure he has a "Documents" folder.
    On IRC (freenode #archlinux) I have been told:
    * There is another way to extract the deb, so deb2targz is not needed?
    * I should not extract the package directly to / but to $pkgdir?
    * The comment on creating the directory should be appended somewhere else?
    Could someone please review this and help me correct my obvious mistakes?
    Thanks a million!
    Last edited by MW (2011-02-22 20:28:42)

    Thank you for the replies so far.
    How does it look now?
    # Contributor: Timothy Morton <xxxxxxx at bibleanalyzer dot com>
    # Maintainer: MyWorld <xxxxxxxxx at gmail dot com>
    pkgname=bibleanalyzer
    pkgver=4.1_0
    pkgrel=1
    pkgdesc="A cross platform Bible study software program."
    url="http://www.bibleanalyzer.com"
    license="custom"
    arch=('any')
    depends=('wxpython' 'python-espeak' 'python-configobj')
    noextract=("${pkgname}_${pkgver//_/-}_i386.deb")
    source=("http://www.bibleanalyzer.com/${pkgname}_${pkgver//_/-}_i386.deb"
    "LICENSE")
    install=bibleanalyzer.install
    md5sums=('4d3ffb131220cd2db1cf514b9384515b'
    '096341a48c2761d5dfd82e5e0401e9a0')
    package() {
    cd "$srcdir"
    bsdtar xf "${pkgname}_${pkgver//_/-}_i386.deb" data.tar.\*
    bsdtar xf data.tar.* -C "$pkgdir"
    # fix for python2 compatability on arch
    sed -i 's/python[^2]/python2/' "$pkgdir/usr/bin/bibleanalyzer" \
    "$pkgdir/usr/share/applications/bibleanalyzer.desktop"
    install -Dm 644 "$srcdir/LICENSE" \
    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
    .install
    pkgname=bibleanalyzer
    post_install() {
    echo ""
    echo "Please make sure you have the following directory to run the application"
    echo "/home/[username]/Documents"
    echo ""
    post_upgrade() {
    post_install $1

  • Import error: no module named odi

    When i try to do a reverse engineering in planning. it says started when i dadi ok. When i check the operator designer, under start reverse it throws the following error:
    (innermost last):
    File "<string>", line 3, in ?
    ImportError: No module named odi
    at org.apache.bsf.engines.jython.JythonEngine.exec(Unknown Source)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.h.y(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    can anyone please help me,
    Thanks in advance,
    Hanson

    You need to edit the PKGBUILD so that it says
    python2 setup.py install --root=$pkgdir/ --optimize=1
    instead of
    python setup.py install --root=$pkgdir/ --optimize=1
    because it uses python2, and python means python3 now (this package has been last updated over a year ago, so I flagged it out-of-date)
    Bad timing ;P http://mailman.archlinux.org/pipermail/ … 23055.html
    Edit: I think you need python2-setuptools or python2-distribute as a dependency instead of 'setuptools' https://aur.archlinux.org/packages.php?ID=43973
    Last edited by karol (2011-12-01 16:17:15)

  • Large amount of dependencies missing when installing Unity?

    Hello everyone, Ive been having a problem when I try to install unity following the guide on the archlinux wiki.
    When I do 
    pacman -S $(pacman -Slq Unity-for-Arch)
    I get
    :: bamf: requires libgtop
    :: compiz-ubuntu: requires boost-libs
    :: compiz-ubuntu: requires glu
    :: compiz-ubuntu: requires libxslt
    :: compiz-ubuntu: requires libwnck
    :: metacity-ubuntu: requires libcanberra
    :: metacity-ubuntu: requires libgtop
    :: metacity-ubuntu: requires zenity
    :: compiz-ubuntu: requires metacity-ubuntu
    :: compiz-ubuntu: requires pyrex
    :: gnome-settings-daemon-ubuntu: requires gnome-desktop
    :: gnome-settings-daemon-ubuntu: requires libcanberra-pulse
    :: gnome-settings-daemon-ubuntu: requires libwacom
    :: gnome-settings-daemon-ubuntu: requires pulseaudio
    :: gnome-settings-daemon-ubuntu: requires pulseaudio-alsa
    :: gnome-settings-daemon-ubuntu: requires upower
    :: gnome-settings-daemon-ubuntu: requires libibus
    :: gnome-settings-daemon-ubuntu: requires libgweather
    :: gnome-settings-daemon-ubuntu: requires geocode-glib
    :: gnome-settings-daemon-ubuntu: requires geoclue2
    :: compiz-ubuntu: requires gnome-settings-daemon
    :: dee-ubuntu: requires python-gobject
    :: dee-ubuntu: requires python2-gobject
    :: dee-qt: requires dee-ubuntu
    :: dee-qt: requires qt5-base
    :: dee-qt: requires qt5-declarative
    :: dee-ubuntu: requires python-gobject
    :: dee-ubuntu: requires python2-gobject
    :: geis: requires python3
    :: lightdm-ubuntu: requires libxklavier
    :: accountsservice-ubuntu: requires lightdm-ubuntu
    :: gnome-control-center-ubuntu: requires accountsservice
    :: gnome-control-center-ubuntu: requires cups-pk-helper
    :: gnome-control-center-ubuntu: requires gnome-bluetooth
    :: gnome-control-center-ubuntu: requires gnome-desktop
    :: gnome-control-center-ubuntu: requires gnome-menus
    :: gnome-control-center-ubuntu: requires gnome-online-accounts
    :: gnome-settings-daemon-ubuntu: requires gnome-desktop
    :: gnome-settings-daemon-ubuntu: requires libcanberra-pulse
    :: gnome-settings-daemon-ubuntu: requires libwacom
    :: gnome-settings-daemon-ubuntu: requires pulseaudio
    :: gnome-settings-daemon-ubuntu: requires pulseaudio-alsa
    :: gnome-settings-daemon-ubuntu: requires upower
    :: gnome-settings-daemon-ubuntu: requires libibus
    :: gnome-settings-daemon-ubuntu: requires libgweather
    :: gnome-settings-daemon-ubuntu: requires geocode-glib
    :: gnome-settings-daemon-ubuntu: requires geoclue2
    :: gnome-control-center-ubuntu: requires gnome-settings-daemon-ubuntu
    :: gnome-control-center-ubuntu: requires libgtop
    :: gnome-control-center-ubuntu: requires sound-theme-freedesktop
    :: gnome-control-center-ubuntu: requires upower
    :: gnome-control-center-ubuntu: requires libpwquality
    :: gnome-control-center-ubuntu: requires gnome-color-manager
    :: gnome-control-center-ubuntu: requires smbclient
    :: gnome-control-center-ubuntu: requires libgnomekbd
    :: gnome-control-center-ubuntu: requires grilo
    :: gnome-control-center-ubuntu: requires clutter-gtk
    :: gnome-control-center-ubuntu: requires webkitgtk3
    :: unity-control-center: requires gnome-desktop
    :: unity-control-center: requires gnome-menus
    :: gnome-settings-daemon-ubuntu: requires gnome-desktop
    :: gnome-settings-daemon-ubuntu: requires libcanberra-pulse
    :: gnome-settings-daemon-ubuntu: requires libwacom
    :: gnome-settings-daemon-ubuntu: requires pulseaudio
    :: gnome-settings-daemon-ubuntu: requires pulseaudio-alsa
    :: gnome-settings-daemon-ubuntu: requires upower
    :: gnome-settings-daemon-ubuntu: requires libibus
    :: gnome-settings-daemon-ubuntu: requires libgweather
    :: gnome-settings-daemon-ubuntu: requires geocode-glib
    :: gnome-settings-daemon-ubuntu: requires geoclue2
    :: unity-control-center: requires gnome-settings-daemon
    :: libtimezonemap: requires json-glib
    :: unity-control-center: requires libtimezonemap
    :: gnome-control-center-ubuntu: requires unity-control-center
    :: gnome-screensaver-ubuntu: requires libgnomekbd
    :: gnome-screensaver-ubuntu: requires gnome-desktop
    :: gnome-session-ubuntu: requires gnome-desktop
    :: gnome-session-ubuntu: requires json-glib
    :: gnome-settings-daemon-ubuntu: requires gnome-desktop
    :: gnome-settings-daemon-ubuntu: requires libcanberra-pulse
    :: gnome-settings-daemon-ubuntu: requires libwacom
    :: gnome-settings-daemon-ubuntu: requires pulseaudio
    :: gnome-settings-daemon-ubuntu: requires pulseaudio-alsa
    :: gnome-settings-daemon-ubuntu: requires upower
    :: gnome-settings-daemon-ubuntu: requires libibus
    :: gnome-settings-daemon-ubuntu: requires libgweather
    :: gnome-settings-daemon-ubuntu: requires geocode-glib
    :: gnome-settings-daemon-ubuntu: requires geoclue2
    :: gsettings-qt: requires qt5-base
    :: gsettings-qt: requires qt5-declarative
    :: bamf: requires libgtop
    :: hud: requires bamf
    :: indicator-application: requires json-glib
    :: bamf: requires libgtop
    :: indicator-appmenu: requires bamf
    :: indicator-bluetooth: requires gnome-bluetooth
    :: indicator-datetime: requires evolution-data-server
    :: indicator-datetime: requires libcanberra
    :: libtimezonemap: requires json-glib
    :: indicator-datetime: requires libtimezonemap
    :: lightdm-ubuntu: requires libxklavier
    :: accountsservice-ubuntu: requires lightdm-ubuntu
    :: gnome-control-center-ubuntu: requires accountsservice
    :: gnome-control-center-ubuntu: requires cups-pk-helper
    :: gnome-control-center-ubuntu: requires gnome-bluetooth
    :: gnome-control-center-ubuntu: requires gnome-desktop
    :: gnome-control-center-ubuntu: requires gnome-menus
    :: gnome-control-center-ubuntu: requires gnome-online-accounts
    :: gnome-settings-daemon-ubuntu: requires gnome-desktop
    :: gnome-settings-daemon-ubuntu: requires libcanberra-pulse
    :: gnome-settings-daemon-ubuntu: requires libwacom
    :: gnome-settings-daemon-ubuntu: requires pulseaudio
    :: gnome-settings-daemon-ubuntu: requires pulseaudio-alsa
    :: gnome-settings-daemon-ubuntu: requires upower
    :: gnome-settings-daemon-ubuntu: requires libibus
    :: gnome-settings-daemon-ubuntu: requires libgweather
    :: gnome-settings-daemon-ubuntu: requires geocode-glib
    :: gnome-settings-daemon-ubuntu: requires geoclue2
    :: gnome-control-center-ubuntu: requires gnome-settings-daemon-ubuntu
    :: gnome-control-center-ubuntu: requires libgtop
    :: gnome-control-center-ubuntu: requires sound-theme-freedesktop
    :: gnome-control-center-ubuntu: requires upower
    :: gnome-control-center-ubuntu: requires libpwquality
    :: gnome-control-center-ubuntu: requires gnome-color-manager
    :: gnome-control-center-ubuntu: requires smbclient
    :: gnome-control-center-ubuntu: requires libgnomekbd
    :: gnome-control-center-ubuntu: requires grilo
    :: gnome-control-center-ubuntu: requires clutter-gtk
    :: gnome-control-center-ubuntu: requires webkitgtk3
    :: unity-control-center: requires gnome-desktop
    :: unity-control-center: requires gnome-menus
    :: gnome-settings-daemon-ubuntu: requires gnome-desktop
    :: gnome-settings-daemon-ubuntu: requires libcanberra-pulse
    :: gnome-settings-daemon-ubuntu: requires libwacom
    :: gnome-settings-daemon-ubuntu: requires pulseaudio
    :: gnome-settings-daemon-ubuntu: requires pulseaudio-alsa
    :: gnome-settings-daemon-ubuntu: requires upower
    :: gnome-settings-daemon-ubuntu: requires libibus
    :: gnome-settings-daemon-ubuntu: requires libgweather
    :: gnome-settings-daemon-ubuntu: requires geocode-glib
    :: gnome-settings-daemon-ubuntu: requires geoclue2
    :: unity-control-center: requires gnome-settings-daemon
    :: libtimezonemap: requires json-glib
    :: unity-control-center: requires libtimezonemap
    :: gnome-control-center-ubuntu: requires unity-control-center
    :: indicator-datetime: requires gnome-control-center
    :: lightdm-ubuntu: requires libxklavier
    :: accountsservice-ubuntu: requires lightdm-ubuntu
    :: indicator-keyboard: requires accountsservice
    :: indicator-keyboard: requires gnome-desktop
    :: indicator-keyboard: requires ibus
    :: indicator-keyboard: requires libgee06
    :: indicator-keyboard: requires libgnomekbd
    :: lightdm-ubuntu: requires libxklavier
    :: indicator-keyboard: requires lightdm-ubuntu
    :: indicator-power: requires upower
    :: indicator-printers: requires cups
    :: lightdm-ubuntu: requires libxklavier
    :: accountsservice-ubuntu: requires lightdm-ubuntu
    :: indicator-sound: requires accountsservice
    :: indicator-sound: requires libgee06
    :: indicator-sound: requires libpulse
    :: libdbusmenu-glib: requires json-glib
    :: libdbusmenu-gtk2: requires libdbusmenu-glib=12.10.3daily14.03.19
    :: libappindicator: requires libdbusmenu-gtk2
    :: libdbusmenu-gtk2: requires libdbusmenu-glib=12.10.3daily14.03.19
    :: libindicate-gtk2: requires python2-gobject2
    :: qt4-ubuntu: requires libmng
    :: libindicate-qt: requires qt4
    :: libtimezonemap: requires json-glib
    :: dee-ubuntu: requires python-gobject
    :: dee-ubuntu: requires python2-gobject
    :: libunity: requires dee-ubuntu
    :: lightdm-ubuntu: requires libxklavier
    :: lightdm-unity-greeter: requires gnome-doc-utils
    :: lightdm-ubuntu: requires libxklavier
    :: lightdm-unity-greeter: requires lightdm-ubuntu
    :: metacity-ubuntu: requires libcanberra
    :: metacity-ubuntu: requires libgtop
    :: metacity-ubuntu: requires zenity
    :: nautilus-ubuntu: requires libexif
    :: nautilus-ubuntu: requires gnome-desktop
    :: nautilus-ubuntu: requires exempi
    :: nautilus-ubuntu: requires gvfs
    :: nautilus-ubuntu: requires libtracker-sparql
    :: nautilus-ubuntu: requires nautilus-sendto
    :: dee-ubuntu: requires python-gobject
    :: dee-ubuntu: requires python2-gobject
    :: libunity: requires dee-ubuntu
    :: nautilus-ubuntu: requires libunity
    :: nautilus-ubuntu: requires libzeitgeist
    :: nux: requires glew
    :: geis: requires python3
    :: nux: requires geis
    :: nux: requires ibus
    :: qt4-ubuntu: requires libmng
    :: sni-qt: requires libdbusmenu-qt
    :: qt4-ubuntu: requires libmng
    :: sni-qt: requires qt4-ubuntu
    :: bamf: requires libgtop
    :: unity: requires bamf
    :: unity: requires boost
    :: compiz-ubuntu: requires boost-libs
    :: compiz-ubuntu: requires glu
    :: compiz-ubuntu: requires libxslt
    :: compiz-ubuntu: requires libwnck
    :: metacity-ubuntu: requires libcanberra
    :: metacity-ubuntu: requires libgtop
    :: metacity-ubuntu: requires zenity
    :: compiz-ubuntu: requires metacity-ubuntu
    :: compiz-ubuntu: requires pyrex
    :: gnome-settings-daemon-ubuntu: requires gnome-desktop
    :: gnome-settings-daemon-ubuntu: requires libcanberra-pulse
    :: gnome-settings-daemon-ubuntu: requires libwacom
    :: gnome-settings-daemon-ubuntu: requires pulseaudio
    :: gnome-settings-daemon-ubuntu: requires pulseaudio-alsa
    :: gnome-settings-daemon-ubuntu: requires upower
    :: gnome-settings-daemon-ubuntu: requires libibus
    :: gnome-settings-daemon-ubuntu: requires libgweather
    :: gnome-settings-daemon-ubuntu: requires geocode-glib
    :: gnome-settings-daemon-ubuntu: requires geoclue2
    :: compiz-ubuntu: requires gnome-settings-daemon
    :: unity: requires compiz-ubuntu>=0.9.11
    :: unity: requires clutter-gtk
    :: unity: requires gjs
    :: unity: requires gnome-desktop
    :: gnome-screensaver-ubuntu: requires libgnomekbd
    :: gnome-screensaver-ubuntu: requires gnome-desktop
    :: unity: requires gnome-screensaver
    :: gnome-session-ubuntu: requires gnome-desktop
    :: gnome-session-ubuntu: requires json-glib
    :: unity: requires gnome-session-ubuntu
    :: bamf: requires libgtop
    :: hud: requires bamf
    :: unity: requires hud
    :: unity: requires libgnomeui
    :: unity: requires libunique
    :: dee-ubuntu: requires python-gobject
    :: dee-ubuntu: requires python2-gobject
    :: libunity: requires dee-ubuntu
    :: unity: requires libunity
    :: nux: requires glew
    :: geis: requires python3
    :: nux: requires geis
    :: nux: requires ibus
    :: unity: requires nux>=4.0.6
    :: dee-ubuntu: requires python-gobject
    :: dee-ubuntu: requires python2-gobject
    :: unity-scope-home: requires dee
    :: unity-scope-home: requires json-glib
    :: unity-scope-home: requires libgee06
    :: dee-ubuntu: requires python-gobject
    :: dee-ubuntu: requires python2-gobject
    :: libunity: requires dee-ubuntu
    :: unity-scope-home: requires libunity
    :: unity: requires unity-scope-home
    :: zeitgeist-ubuntu: requires json-glib
    :: zeitgeist-ubuntu: requires telepathy-glib
    :: unity: requires zeitgeist-ubuntu
    :: lightdm-unity-greeter: requires gnome-doc-utils
    :: lightdm-ubuntu: requires libxklavier
    :: lightdm-unity-greeter: requires lightdm-ubuntu
    :: unity: requires lightdm-unity-greeter
    :: unity-control-center: requires gnome-desktop
    :: unity-control-center: requires gnome-menus
    :: gnome-settings-daemon-ubuntu: requires gnome-desktop
    :: gnome-settings-daemon-ubuntu: requires libcanberra-pulse
    :: gnome-settings-daemon-ubuntu: requires libwacom
    :: gnome-settings-daemon-ubuntu: requires pulseaudio
    :: gnome-settings-daemon-ubuntu: requires pulseaudio-alsa
    :: gnome-settings-daemon-ubuntu: requires upower
    :: gnome-settings-daemon-ubuntu: requires libibus
    :: gnome-settings-daemon-ubuntu: requires libgweather
    :: gnome-settings-daemon-ubuntu: requires geocode-glib
    :: gnome-settings-daemon-ubuntu: requires geoclue2
    :: unity-control-center: requires gnome-settings-daemon
    :: libtimezonemap: requires json-glib
    :: unity-control-center: requires libtimezonemap
    :: unity-lens-applications: requires gnome-menus
    :: unity-lens-applications: requires libgee06
    :: dee-ubuntu: requires python-gobject
    :: dee-ubuntu: requires python2-gobject
    :: libunity: requires dee-ubuntu
    :: unity-lens-applications: requires libunity
    :: unity-lens-applications: requires libzeitgeist
    :: unity-lens-applications: requires xapian-core
    :: zeitgeist-ubuntu: requires json-glib
    :: zeitgeist-ubuntu: requires telepathy-glib
    :: unity-lens-applications: requires zeitgeist-ubuntu
    :: zeitgeist-ubuntu: requires json-glib
    :: zeitgeist-ubuntu: requires telepathy-glib
    :: unity-lens-files: requires zeitgeist-ubuntu
    :: unity-lens-files: requires libgee06
    :: dee-ubuntu: requires python-gobject
    :: dee-ubuntu: requires python2-gobject
    :: libunity: requires dee-ubuntu
    :: unity-lens-files: requires libunity
    :: unity-lens-music: requires gstreamer
    :: unity-lens-music: requires gst-plugins-base
    :: unity-lens-music: requires libgee06
    :: unity-lens-music: requires liboauth
    :: dee-ubuntu: requires python-gobject
    :: dee-ubuntu: requires python2-gobject
    :: libunity: requires dee-ubuntu
    :: unity-lens-music: requires libunity
    :: unity-lens-music: requires tdb
    :: unity-lens-photos: requires python-gobject
    :: python-oauthlib: requires python-crypto
    :: unity-lens-photos: requires python-oauthlib
    :: dee-ubuntu: requires python-gobject
    :: dee-ubuntu: requires python2-gobject
    :: unity-lens-photos: requires dee
    :: dee-ubuntu: requires python-gobject
    :: dee-ubuntu: requires python2-gobject
    :: libunity: requires dee-ubuntu
    :: unity-lens-photos: requires libunity
    :: dee-ubuntu: requires python-gobject
    :: dee-ubuntu: requires python2-gobject
    :: unity-lens-video: requires dee
    :: unity-lens-video: requires json-glib
    :: unity-lens-video: requires libgee06
    :: dee-ubuntu: requires python-gobject
    :: dee-ubuntu: requires python2-gobject
    :: libunity: requires dee-ubuntu
    :: unity-lens-video: requires libunity
    :: unity-lens-video: requires libzeitgeist
    :: unity-lens-music: requires gstreamer
    :: unity-lens-music: requires gst-plugins-base
    :: unity-lens-music: requires libgee06
    :: unity-lens-music: requires liboauth
    :: dee-ubuntu: requires python-gobject
    :: dee-ubuntu: requires python2-gobject
    :: libunity: requires dee-ubuntu
    :: unity-lens-music: requires libunity
    :: unity-lens-music: requires tdb
    :: unity-lens-video: requires unity-lens-music
    :: dee-ubuntu: requires python-gobject
    :: dee-ubuntu: requires python2-gobject
    :: unity-scope-home: requires dee
    :: unity-scope-home: requires json-glib
    :: unity-scope-home: requires libgee06
    :: dee-ubuntu: requires python-gobject
    :: dee-ubuntu: requires python2-gobject
    :: libunity: requires dee-ubuntu
    :: unity-scope-home: requires libunity
    :: dee-ubuntu: requires python-gobject
    :: dee-ubuntu: requires python2-gobject
    :: unity-scopes: requires dee
    :: dee-ubuntu: requires python-gobject
    :: dee-ubuntu: requires python2-gobject
    :: libunity: requires dee-ubuntu
    :: unity-scopes: requires libunity
    :: unity-scopes: requires python-gobject
    :: dee-ubuntu: requires python-gobject
    :: dee-ubuntu: requires python2-gobject
    :: unity-scope-home: requires dee
    :: unity-scope-home: requires json-glib
    :: unity-scope-home: requires libgee06
    :: dee-ubuntu: requires python-gobject
    :: dee-ubuntu: requires python2-gobject
    :: libunity: requires dee-ubuntu
    :: unity-scope-home: requires libunity
    :: unity-scopes: requires unity-scope-home
    :: unity-scopes: requires python-dbus
    :: unity-scopes: requires gnome-calculator
    :: unity-scopes: requires python-lxml
    :: unity-scopes: requires python-feedparser
    :: zeitgeist-ubuntu: requires json-glib
    :: zeitgeist-ubuntu: requires telepathy-glib
    That seems like way more dependencies than should be missing. I get the same thing when installing from the AUR. Any help?

    Trilby wrote:I suspect that either you have removed the standard repos from your pacman.conf, or you have not updated in a long time.  Can you retry that command with "pacman -Syu unity" and report the results?
    Thank you for your response!
    [frap129@arch ~]$ sudo pacman -Syu unity
    [sudo] password for frap129:
    :: Synchronizing package databases...
    core is up to date 0.0 B 0.00B/s 00:00 [-----------------------] 0%
    extra is up to date 0.0 B 0.00B/s 00:00 [-----------------------] 0%
    community is up to date
    Unity-for-Arch 15.8 KiB 0.00B/s 00:00 [#######################] 100%
    Unity-for-Arch-Extra 7.6 KiB 0.00B/s 00:00 [#######################] 100%
    :: Starting full system upgrade...
    resolving dependencies...
    warning: cannot resolve "libgtop", a dependency of "bamf"
    warning: cannot resolve "bamf", a dependency of "unity"
    warning: cannot resolve "boost", a dependency of "unity"
    warning: cannot resolve "boost-libs", a dependency of "compiz-ubuntu"
    warning: cannot resolve "glu", a dependency of "compiz-ubuntu"
    warning: cannot resolve "libxslt", a dependency of "compiz-ubuntu"
    warning: cannot resolve "libwnck", a dependency of "compiz-ubuntu"
    warning: cannot resolve "libcanberra", a dependency of "metacity-ubuntu"
    warning: cannot resolve "libgtop", a dependency of "metacity-ubuntu"
    warning: cannot resolve "zenity", a dependency of "metacity-ubuntu"
    warning: cannot resolve "metacity-ubuntu", a dependency of "compiz-ubuntu"
    warning: cannot resolve "pyrex", a dependency of "compiz-ubuntu"
    warning: cannot resolve "gnome-desktop", a dependency of "gnome-settings-daemon-ubuntu"
    warning: cannot resolve "libcanberra-pulse", a dependency of "gnome-settings-daemon-ubuntu"
    warning: cannot resolve "libwacom", a dependency of "gnome-settings-daemon-ubuntu"
    warning: cannot resolve "pulseaudio", a dependency of "gnome-settings-daemon-ubuntu"
    warning: cannot resolve "pulseaudio-alsa", a dependency of "gnome-settings-daemon-ubuntu"
    warning: cannot resolve "upower", a dependency of "gnome-settings-daemon-ubuntu"
    warning: cannot resolve "libibus", a dependency of "gnome-settings-daemon-ubuntu"
    warning: cannot resolve "libgweather", a dependency of "gnome-settings-daemon-ubuntu"
    warning: cannot resolve "geocode-glib", a dependency of "gnome-settings-daemon-ubuntu"
    warning: cannot resolve "geoclue2", a dependency of "gnome-settings-daemon-ubuntu"
    warning: cannot resolve "gnome-settings-daemon", a dependency of "compiz-ubuntu"
    warning: cannot resolve "compiz-ubuntu>=0.9.11", a dependency of "unity"
    warning: cannot resolve "clutter-gtk", a dependency of "unity"
    warning: cannot resolve "gjs", a dependency of "unity"
    warning: cannot resolve "gnome-desktop", a dependency of "unity"
    warning: cannot resolve "libgnomekbd", a dependency of "gnome-screensaver"
    warning: cannot resolve "gnome-desktop", a dependency of "gnome-screensaver"
    warning: cannot resolve "gnome-screensaver", a dependency of "unity"
    warning: cannot resolve "gnome-desktop", a dependency of "gnome-session-ubuntu"
    warning: cannot resolve "json-glib", a dependency of "gnome-session-ubuntu"
    warning: cannot resolve "gnome-session-ubuntu", a dependency of "unity"
    warning: cannot resolve "libgtop", a dependency of "bamf"
    warning: cannot resolve "bamf", a dependency of "hud"
    warning: cannot resolve "hud", a dependency of "unity"
    warning: cannot resolve "libgnomeui", a dependency of "unity"
    warning: cannot resolve "libunique", a dependency of "unity"
    warning: cannot resolve "python-gobject", a dependency of "dee-ubuntu"
    warning: cannot resolve "python2-gobject", a dependency of "dee-ubuntu"
    warning: cannot resolve "dee-ubuntu", a dependency of "libunity"
    warning: cannot resolve "libunity", a dependency of "unity"
    warning: cannot resolve "glew", a dependency of "nux"
    warning: cannot resolve "python3", a dependency of "geis"
    warning: cannot resolve "geis", a dependency of "nux"
    warning: cannot resolve "ibus", a dependency of "nux"
    warning: cannot resolve "nux>=4.0.6", a dependency of "unity"
    warning: cannot resolve "python-gobject", a dependency of "dee-ubuntu"
    warning: cannot resolve "python2-gobject", a dependency of "dee-ubuntu"
    warning: cannot resolve "dee", a dependency of "unity-scope-home"
    warning: cannot resolve "json-glib", a dependency of "unity-scope-home"
    warning: cannot resolve "libgee06", a dependency of "unity-scope-home"
    warning: cannot resolve "python-gobject", a dependency of "dee-ubuntu"
    warning: cannot resolve "python2-gobject", a dependency of "dee-ubuntu"
    warning: cannot resolve "dee-ubuntu", a dependency of "libunity"
    warning: cannot resolve "libunity", a dependency of "unity-scope-home"
    warning: cannot resolve "unity-scope-home", a dependency of "unity"
    warning: cannot resolve "json-glib", a dependency of "zeitgeist-ubuntu"
    warning: cannot resolve "telepathy-glib", a dependency of "zeitgeist-ubuntu"
    warning: cannot resolve "zeitgeist-ubuntu", a dependency of "unity"
    warning: cannot resolve "gnome-doc-utils", a dependency of "lightdm-unity-greeter"
    warning: cannot resolve "libxklavier", a dependency of "lightdm-ubuntu"
    warning: cannot resolve "lightdm-ubuntu", a dependency of "lightdm-unity-greeter"
    warning: cannot resolve "lightdm-unity-greeter", a dependency of "unity"
    warning: cannot resolve "linux>=3.15", a dependency of "virtualbox-guest-modules"
    warning: cannot resolve "linux>=3.15", a dependency of "virtualbox-guest-modules"
    warning: cannot resolve "X-ABI-VIDEODRV_VERSION=18", a dependency of "virtualbox-guest-utils"
    :: The following packages cannot be upgraded due to unresolvable dependencies:
    unity virtualbox-guest-modules virtualbox-guest-utils
    :: Do you want to skip the above packages for this upgrade? [y/N] y
    looking for inter-conflicts...
    Packages (16): clonezilla-3.10.11-2 drbl-2.8.25-1 gtk-engine-murrine-0.98.2-2
    gtk-engine-unico-1.0.2-6 lxinput-0.3.2-3 lxrandr-0.1.2-5
    lz4-120-1 notify-osd-0.9.34-2 openbox-themes-1.0.2-3
    partclone-0.2.70-1 partimage-0.6.9-6 scrot-0.8-7 slock-1.1-2
    spacefm-0.9.4-2 volumeicon-0.5.0-4 xxkb-1.11-5
    Total Installed Size: 18.04 MiB
    Net Upgrade Size: -5.43 MiB
    :: Proceed with installation? [Y/n] y
    (16/16) checking keys in keyring [#######################] 100%
    downloading required keys...
    :: Import PGP key 2048R/, "Jonathan Steel <[email protected]>", created: 2012-08-12? [Y/n] y
    error: key "Jonathan Steel <[email protected]>" could not be imported
    :: Import PGP key 4096R/753E0F1F, "Anatol Pomozov <[email protected]>", created: 2014-02-03? [Y/n] y
    :: Import PGP key 4096R/, "Sergej Pupykin <[email protected]>", created: 2011-07-15? [Y/n] y
    error: key "Sergej Pupykin <[email protected]>" could not be imported
    :: Import PGP key 2048R/, "Maxime Gauduin <[email protected]>", created: 2013-01-21? [Y/n] y
    error: key "Maxime Gauduin <[email protected]>" could not be imported
    :: Import PGP key 4096R/30D7CB92, "Felix Yan <[email protected]>", created: 2012-01-19? [Y/n] y
    :: Import PGP key 4096R/, "Seblu <[email protected]>", created: 2011-11-10? [Y/n] y
    error: key "Seblu <[email protected]>" could not be imported
    :: Import PGP key 2048R/, "Bartlomiej Piotrowski <[email protected]>", created: 2011-10-10? [Y/n] y
    error: key "Bartlomiej Piotrowski <[email protected]>" could not be imported
    :: Import PGP key 2048R/, "Alexander Rødseth <[email protected]>", created: 2011-09-29? [Y/n] y
    error: key "Alexander Rødseth <[email protected]>" could not be imported
    error: required key missing from keyring
    error: failed to commit transaction (unexpected error)
    Errors occurred, no packages were upgraded.
    Last edited by frap129 (2014-07-31 22:32:18)

  • Failed systemd-modules-load - X won't start

    So i recently updated my arch system, and after a restart i couldn't start a vnc session with it.
    Soon after that i discovered that X isn't running, so i checked journalctl -xn to find out that
    systemd-module-load
    has failed to start.
    At the startup, it also shows that that module has failed to load and the startup process is stuck at
    [reached] target graphical interface
    Only way to do stuff is to get on another ttyl or connect per ssh.
    What i tried so far (read somewhere that these helped some people)
    - Reinstall catalyst with aticonfig --initial
    - Reinstall systemd-tools
    - mkinitcpio -p linux, result is successfull
    Current version i'm running:
    Arch 3.8.5-1 64bit
    Ati Catalyst 13.3-5
    edit:
    This is the Xorx.0.log
    [ 10.337]
    X.Org X Server 1.13.3
    Release Date: 2013-03-07
    [ 10.337] X Protocol Version 11, Revision 0
    [ 10.337] Build Operating System: Linux 3.8.2-1-ARCH x86_64
    [ 10.337] Current Operating System: Linux server 3.8.5-1-ARCH #1 SMP PREEMPT Fri Mar 29 19:18:14 CET 2013 x86_64
    [ 10.337] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7dacf662-5f86-4141-ba35-c45eeac4a814 ro nomodeset verbose verbose
    [ 10.337] Build Date: 09 March 2013 08:45:37AM
    [ 10.337]
    [ 10.337] Current version of pixman: 0.28.2
    [ 10.337] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 10.337] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 10.338] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr 6 16:10:43 2013
    [ 10.412] (==) Using config file: "/etc/X11/xorg.conf"
    [ 10.412] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 10.482] (==) ServerLayout "aticonfig Layout"
    [ 10.482] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 10.482] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 10.482] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 10.482] (==) Automatically adding devices
    [ 10.482] (==) Automatically enabling devices
    [ 10.482] (==) Automatically adding GPU devices
    [ 10.594] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 10.594] Entry deleted from font path.
    [ 10.594] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 10.595] Entry deleted from font path.
    [ 10.595] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 10.595] Entry deleted from font path.
    [ 10.595] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 10.595] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 10.596] Entry deleted from font path.
    [ 10.596] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 10.596] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 10.596] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 10.596] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 10.596] (II) Loader magic: 0x7fcc20
    [ 10.596] (II) Module ABI versions:
    [ 10.596] X.Org ANSI C Emulation: 0.4
    [ 10.596] X.Org Video Driver: 13.1
    [ 10.596] X.Org XInput driver : 18.0
    [ 10.596] X.Org Server Extension : 7.0
    [ 10.597] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 10.604] (--) PCI:*(0:0:1:0) 1002:9802:1849:9802 rev 0, Mem @ 0xc0000000/268435456, 0xfeb00000/262144, I/O @ 0x0000f000/256
    [ 10.656] Initializing built-in extension Generic Event Extension
    [ 10.656] Initializing built-in extension SHAPE
    [ 10.656] Initializing built-in extension MIT-SHM
    [ 10.656] Initializing built-in extension XInputExtension
    [ 10.656] Initializing built-in extension XTEST
    [ 10.656] Initializing built-in extension BIG-REQUESTS
    [ 10.656] Initializing built-in extension SYNC
    [ 10.656] Initializing built-in extension XKEYBOARD
    [ 10.656] Initializing built-in extension XC-MISC
    [ 10.656] Initializing built-in extension SECURITY
    [ 10.656] Initializing built-in extension XINERAMA
    [ 10.656] Initializing built-in extension XFIXES
    [ 10.656] Initializing built-in extension RENDER
    [ 10.656] Initializing built-in extension RANDR
    [ 10.656] Initializing built-in extension COMPOSITE
    [ 10.656] Initializing built-in extension DAMAGE
    [ 10.656] Initializing built-in extension MIT-SCREEN-SAVER
    [ 10.656] Initializing built-in extension DOUBLE-BUFFER
    [ 10.656] Initializing built-in extension RECORD
    [ 10.656] Initializing built-in extension DPMS
    [ 10.656] Initializing built-in extension X-Resource
    [ 10.656] Initializing built-in extension XVideo
    [ 10.656] Initializing built-in extension XVideo-MotionCompensation
    [ 10.656] Initializing built-in extension XFree86-VidModeExtension
    [ 10.656] Initializing built-in extension XFree86-DGA
    [ 10.656] Initializing built-in extension XFree86-DRI
    [ 10.656] Initializing built-in extension DRI2
    [ 10.656] (II) "glx" will be loaded by default.
    [ 10.657] (II) LoadModule: "glx"
    [ 10.737] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 10.838] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 10.838] compiled for 6.9.0, module version = 1.0.0
    [ 10.838] Loading extension GLX
    [ 10.838] (II) LoadModule: "fglrx"
    [ 10.839] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 11.675] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [ 11.675] compiled for 1.4.99.906, module version = 12.10.5
    [ 11.675] Module class: X.Org Video Driver
    [ 11.676] (II) Loading sub module "fglrxdrm"
    [ 11.676] (II) LoadModule: "fglrxdrm"
    [ 11.676] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 11.729] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 11.729] compiled for 1.4.99.906, module version = 12.10.5
    [ 11.729] (II) AMD Proprietary Linux Driver Version Identifier:12.10.05
    [ 11.729] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-12.10.17
    [ 11.729] (II) AMD Proprietary Linux Driver Build Date: Mar 20 2013 21:34:16
    [ 11.729] (++) using VT number 7
    [ 11.739] (WW) Falling back to old probe method for fglrx
    [ 12.090] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [ 12.303] ukiDynamicMajor: failed to open /proc/ati/major
    [ 12.303] ukiDynamicMajor: failed to open /proc/ati/major
    [ 12.307] (--) Chipset Supported AMD Graphics Processor (0x9802) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:1:1) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:0) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:1) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:2) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:0) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:2) found
    [ 12.327] (II) AMD Video driver is running on a device belonging to a group targeted for this release
    [ 12.345] (II) AMD Video driver is signed
    [ 12.349] (II) fglrx(0): pEnt->device->identifier=0x27bdb40
    [ 12.349] (II) fglrx(0): === [xdl_xs113_atiddxPreInit] === begin
    [ 12.350] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 12.350] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 12.350] (==) fglrx(0): Default visual is TrueColor
    [ 12.350] (**) fglrx(0): Option "DPMS" "true"
    [ 12.350] (==) fglrx(0): RGB weight 888
    [ 12.350] (II) fglrx(0): Using 8 bits per RGB
    [ 12.350] (==) fglrx(0): Buffer Tiling is ON
    [ 12.351] (II) Loading sub module "fglrxdrm"
    [ 12.351] (II) LoadModule: "fglrxdrm"
    [ 12.351] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 12.351] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 12.352] compiled for 1.4.99.906, module version = 12.10.5
    [ 12.461] ukiDynamicMajor: failed to open /proc/ati/major
    [ 12.461] ukiDynamicMajor: failed to open /proc/ati/major
    [ 12.462] (**) fglrx(0): NoAccel = NO
    [ 12.462] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
    [ 12.462] (--) fglrx(0): Chipset: "AMD Radeon HD 6310 Graphics" (Chipset = 0x9802)
    [ 12.462] (--) fglrx(0): (PciSubVendor = 0x1849, PciSubDevice = 0x9802)
    [ 12.462] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
    [ 12.462] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
    [ 12.462] (--) fglrx(0): MMIO registers at 0xfeb00000
    [ 12.462] (--) fglrx(0): I/O port at 0x0000f000
    [ 12.462] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 12.538] (II) fglrx(0): Invalid ATI BIOS from int10, the adapter is not VGA-enabled
    [ 12.538] (EE) fglrx(0): Invalid video BIOS signature!
    [ 12.538] (EE) fglrx(0): GetBIOSParameter failed
    [ 12.538] (EE) fglrx(0): PreInitAdapter failed
    [ 12.538] (EE) fglrx(0): PreInit failed
    [ 12.538] (II) fglrx(0): === [xdl_xs113_atiddxPreInit] === end
    [ 12.576] (II) UnloadModule: "fglrx"
    [ 12.576] (II) UnloadSubModule: "fglrxdrm"
    [ 12.576] (II) Unloading fglrxdrm
    [ 12.576] (II) UnloadSubModule: "fglrxdrm"
    [ 12.576] (EE) Screen(s) found, but none have a usable configuration.
    [ 12.577]
    Fatal server error:
    [ 12.577] no screens found
    [ 12.577] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 12.577] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 12.577] (EE)
    [ 12.602] Server terminated with error (1). Closing log file.
    And this is the pacman log with the updates
    [2013-04-06 03:57] [PACMAN] Running 'pacman -Syyu'
    [2013-04-06 03:57] [PACMAN] synchronizing package lists
    [2013-04-06 03:57] [PACMAN] starting full system upgrade
    [2013-04-06 04:18] [PACMAN] upgraded boost-libs (1.52.0-3 -> 1.53.0-2)
    [2013-04-06 04:18] [PACMAN] upgraded akonadi (1.9.1-2 -> 1.9.1-3)
    [2013-04-06 04:18] [PACMAN] upgraded avogadro (1.1.0-3 -> 1.1.0-4)
    [2013-04-06 04:18] [PACMAN] upgraded linux-api-headers (3.7.4-1 -> 3.8.4-1)
    [2013-04-06 04:18] [ALPM-SCRIPTLET] Generating locales...
    [2013-04-06 04:18] [ALPM-SCRIPTLET] de_DE.UTF-8... done
    [2013-04-06 04:18] [ALPM-SCRIPTLET] en_US.UTF-8... done
    [2013-04-06 04:18] [ALPM-SCRIPTLET] Generation complete.
    [2013-04-06 04:18] [PACMAN] upgraded glibc (2.17-3 -> 2.17-4)
    [2013-04-06 04:18] [PACMAN] upgraded binutils (2.23.1-3 -> 2.23.2-1)
    [2013-04-06 04:18] [PACMAN] upgraded cups-filters (1.0.31-1 -> 1.0.33-1)
    [2013-04-06 04:18] [PACMAN] upgraded libpulse (3.0-2 -> 3.0-3)
    [2013-04-06 04:18] [PACMAN] upgraded ffmpeg (1:1.2-1 -> 1:1.2-2)
    [2013-04-06 04:18] [PACMAN] upgraded firefox (19.0.2-1 -> 20.0-1)
    [2013-04-06 04:18] [PACMAN] upgraded firefox-i18n-de (19.0.2-1 -> 20.0-1)
    [2013-04-06 04:18] [PACMAN] upgraded gcc-libs (4.7.2-4 -> 4.8.0-1)
    [2013-04-06 04:18] [PACMAN] upgraded gcc (4.7.2-4 -> 4.8.0-1)
    [2013-04-06 04:18] [PACMAN] upgraded kdelibs (4.10.1-2 -> 4.10.2-1)
    [2013-04-06 04:18] [PACMAN] upgraded nepomuk-core (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:18] [PACMAN] upgraded kactivities (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:18] [PACMAN] upgraded kde-base-artwork (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kde-l10n-de (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kde-wallpapers (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded oxygen-icons (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdebase-runtime (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeaccessibility-jovie (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeaccessibility-kaccessible (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeaccessibility-kmag (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeaccessibility-kmousetool (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeaccessibility-kmouth (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeadmin-kcron (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeadmin-ksystemlog (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdepimlibs (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeadmin-kuser (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeartwork-colorschemes (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeartwork-desktopthemes (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeartwork-emoticons (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeartwork-iconthemes (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdepim-runtime (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded lm_sensors (3.3.3-1 -> 3.3.3-2)
    [2013-04-06 04:19] [ALPM] warning: /usr/share/config/kdm/kdmrc installed as /usr/share/config/kdm/kdmrc.pacnew
    [2013-04-06 04:19] [PACMAN] upgraded kdebase-workspace (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded libkexiv2 (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeartwork-kscreensaver (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeartwork-sounds (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeartwork-styles (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeartwork-wallpapers (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeartwork-weatherwallpapers (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-lib (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded nepomuk-widgets (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-dolphin (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-katepart (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-kdepasswd (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-kdialog (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-keditbookmarks (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-kfind (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-konqueror (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-konq-plugins (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-konsole (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-kwrite (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-plasma (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebindings-python-common (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebindings-python2 (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-analitza (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-blinken (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-cantor (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded libkdeedu (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kalgebra (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kalzium (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kanagram (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kbruch (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kgeography (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-khangman (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kig (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kiten (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-klettres (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kmplot (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kstars (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-ktouch (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kturtle (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kwordquiz (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-marble (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-pairs (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-parley (4.10.1-2 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-rocs (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-step (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded libkdegames (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-bomber (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-bovo (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-granatier (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kajongg (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kapman (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-katomic (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kblackbox (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kblocks (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kbounce (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kbreakout (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kdiamond (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kfourinline (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kgoldrunner (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kigo (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-killbots (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kiriki (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kjumpingcube (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-klickety (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-klines (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded libkmahjongg (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kmahjongg (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kmines (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-knavalbattle (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-knetwalk (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kolf (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kollision (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-konquest (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kpatience (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kreversi (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kshisen (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-ksirk (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-ksnakeduel (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kspaceduel (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-ksquares (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-ksudoku (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-ktuberling (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kubrick (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-lskat (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegames-palapeli (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegames-picmi (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded libkipi (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-gwenview (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-kamera (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-kcolorchooser (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-kgamma (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-kolourpaint (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-kruler (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded libksane (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-ksaneplugin (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-ksnapshot (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-mobipocket (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-okular (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-strigi-analyzer (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-svgpart (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded libkdcraw (4.10.1-2 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-thumbnailers (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded libkcddb (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded libkcompactdisc (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdemultimedia-audiocd-kio (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdemultimedia-dragonplayer (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdemultimedia-ffmpegthumbs (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdemultimedia-juk (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdemultimedia-kmix (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdemultimedia-kscd (4.10.1-2 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdemultimedia-mplayerthumbs (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdenetwork-filesharing (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdenetwork-kdnssd (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdenetwork-kget (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdenetwork-kopete (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdenetwork-kppp (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdenetwork-krdc (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdenetwork-krfb (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-libkdepim (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-akonadiconsole (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-akregator (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-blogilo (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-console (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-kaddressbook (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-kalarm (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-kjots (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-kleopatra (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-kmail (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-knode (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-knotes (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-kontact (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-korganizer (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-kresources (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-ktimetracker (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-ktnef (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-bball (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-binary-clock (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-blackboard (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-bookmarks (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-bubblemon (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-calculator (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-charselect (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-libs (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-comic (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-community (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-dict (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-eyes (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-fifteenpuzzle (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-filewatcher (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-frame (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-fuzzy-clock (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-icontasks (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-incomingmsg (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-kdeobservatory (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-kimpanel (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-knowledgebase (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-kolourpicker (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-konqprofiles (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-konsoleprofiles (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-lancelot (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-leavenote (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-life (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-luna (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-magnifique (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-mediaplayer (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-microblog (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-news (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-notes (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-nowplaying (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-paste (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-pastebin (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-plasmaboard (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-previewer (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-qalculate (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-rememberthemilk (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-rssnow (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-showdashboard (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-showdesktop (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-social-news (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-spellcheck (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-systemloadviewer (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-timer (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-unitconverter (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-weather (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-weatherstation (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-webslice (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-containments (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-audioplayercontrol (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-browserhistory (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-characters (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-contacts (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-converter (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-datetime (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-dictionary (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-events (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-kate (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-katesessions (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-konquerorsessions (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-konsolesessions (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-kopete (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-mediawiki (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-spellchecker (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-youtube (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-wallpapers-mandelbrot (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-wallpapers-marble (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-wallpapers-pattern (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-wallpapers-potd (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-wallpapers-qmlwallpapers (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-wallpapers-virus (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-wallpapers-weather (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-cervisia (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-dev-scripts (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-dev-utils (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-dolphin-plugins (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-kapptemplate (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-kcachegrind (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-kioslaves (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-kompare (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-strigi-analyzers (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-lokalize (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-okteta (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-poxml (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-umbrello (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdetoys-amor (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdetoys-kteatime (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdetoys-ktux (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-ark (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-filelight (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-kcalc (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-kcharselect (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-kdf (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-kfloppy (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-kgpg (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-kremotecontrol (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-ktimer (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-kwallet (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-print-manager (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-superkaramba (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-sweeper (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdewebdev-kfilereplace (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdewebdev-kimagemapeditor (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdewebdev-klinkstatus (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdewebdev-kommander (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded lib32-glibc (2.17-2 -> 2.17-4)
    [2013-04-06 04:23] [PACMAN] upgraded lib32-gcc-libs (4.7.2-4 -> 4.8.0-1)
    [2013-04-06 04:23] [PACMAN] upgraded libkolabxml (0.8.3-1 -> 0.8.3-2)
    [2013-04-06 04:23] [PACMAN] upgraded libltdl (2.4.2-7 -> 2.4.2-8)
    [2013-04-06 04:23] [PACMAN] upgraded libtool (2.4.2-7 -> 2.4.2-8)
    [2013-04-06 04:23] [PACMAN] upgraded libtorrent-rasterbar (1:0.16.9-1 -> 1:0.16.9-2)
    [2013-04-06 04:23] [PACMAN] upgraded libxi (1.7-1 -> 1.7.1-1)
    [2013-04-06 04:23] [PACMAN] upgraded libzip (0.10.1-1 -> 0.11-1)
    [2013-04-06 04:24] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-04-06 04:24] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-04-06 04:24] [ALPM-SCRIPTLET] ==> Building image from preset: 'default'
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-04-06 04:24] [ALPM-SCRIPTLET] ==> Starting build: 3.8.5-1-ARCH
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-04-06 04:24] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-04-06 04:24] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-04-06 04:24] [ALPM-SCRIPTLET] ==> Building image from preset: 'fallback'
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-04-06 04:24] [ALPM-SCRIPTLET] ==> Starting build: 3.8.5-1-ARCH
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-04-06 04:24] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-04-06 04:24] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-04-06 04:24] [PACMAN] upgraded linux (3.8.4-1 -> 3.8.5-1)
    [2013-04-06 04:24] [PACMAN] upgraded linux-headers (3.8.4-1 -> 3.8.5-1)
    [2013-04-06 04:24] [PACMAN] upgraded lirc-utils (1:0.9.0-39 -> 1:0.9.0-40)
    [2013-04-06 04:24] [PACMAN] upgraded mpg123 (1.15.1-1 -> 1.15.3-1)
    Last edited by flash84 (2013-04-07 12:13:23)

    Trying to install the xf86-video-ati
    sudo pacman -S xf86-video-ati
    [sudo] password for xxx:
    Löse Abhängigkeiten auf...
    Suche nach Zwischenkonflikten...
    :: mesa-libgl und catalyst-utils stehen miteinander in Konflikt (libgl). catalyst-utils entfernen? [j/N] j
    Fehler: Konnte den Vorgang nicht vorbereiten (Kann Abhängigkeiten nicht erfüllen)
    :: lib32-catalyst-utils: benötigt catalyst-utils
    It's german, but it basically says that there are open dependencies.
    So trying to delete lib32-catalyst-utils states same message with other packages.
    So i try to recursively remove the packages dependent on catalyst-utils
    sudo pacman -Rnsc catalyst-utils
    Prüfe Abhängigkeiten...
    :: avahi benötigt optional gtk2: gtk2 bindings
    :: avahi benötigt optional qt4: qt4 bindings
    :: avahi benötigt optional pygtk: avahi-bookmarks, avahi-discover
    :: avahi benötigt optional python2-dbus: avahi-discover
    :: cronie benötigt optional pm-utils: defer anacron on battery power
    :: deluge benötigt optional pygtk: needed for gtk ui
    :: deluge benötigt optional python2-mako: needed for web ui
    :: gnupg benötigt optional libusb-compat: scdaemon
    :: iputils benötigt optional xinetd: for tftpd
    :: libtiff benötigt optional freeglut: for using tiffgt
    :: ntp benötigt optional libedit: ntpdc, ntpq
    :: pinentry benötigt optional gtk2: for gtk2 backend
    :: pinentry benötigt optional qt4: for qt4 backend
    :: systemd benötigt optional python: systemd library bindings
    :: twisted benötigt optional pygtk: for using manhole
    :: xdg-utils benötigt optional kdebase-runtime: for KDE support in xdg-open
    :: xdg-utils benötigt optional xorg-xprop: for Xfce support in xdg-open
    Pakete (614): a52dec-0.7.4-6 aalib-1.4rc5-9 akonadi-1.9.1-3 antlr2-2.7.7-3 aspell-0.60.6.1-1 atk-2.6.0-1 attica-0.4.1-2
    avogadro-1.1.0-4 bc-1.06-8 blas-3.4.2-1 ca-certificates-java-20121112+nmu2-1 cabextract-1.4-2 cairo-1.12.14-3
    ccrtp-2.0.3-2 cdparanoia-10.2-4 cfitsio-3.340-1 chemical-mime-data-0.1.94-6 chmlib-0.40-3 cln-1.3.2-1
    colord-0.1.31-1 compositeproto-0.4.2-2 convertlit-1.8-6 cups-1.6.2-1 cups-filters-1.0.33-1 dbus-glib-0.100.2-1
    dconf-0.14.1-1 djvulibre-3.5.25.3-1 dnssec-anchors-20130320-1 docbook-xml-4.5-5 docbook-xsl-1.78.0-1 dotconf-1.3-3
    ebook-tools-0.2.2-1 eclipse-4.2.2-1 eigen2-2.0.17-1 enca-1.14-1 enchant-1.6.0-4 exiv2-0.23-1 faac-1.28-4
    faad2-2.7-3 facile-1.1-15 farstream-0.2.2-1 ffmpeg-1:1.2-2 firefox-20.0-1 firefox-i18n-de-20.0-1 fontsproto-2.1.2-1
    freeglut-2.8.0-2 fribidi-0.19.5-1 gd-2.0.36RC1-5 gdk-pixbuf2-2.26.5-2 geoclue-0.12.99-1 ghostscript-9.07-1
    giflib-4.1.6-5 glew-1.9.0-2 glib-networking-2.34.2-1 glu-9.0.0-2 gnome-mime-data-2.18.0-6 gnugo-3.8-3
    gobject-introspection-1.34.2-1 gpm-1.20.7-1 grantlee-0.3.0-2 graphite-1:1.2.1-1 gsettings-desktop-schemas-3.6.1-1
    gsl-1.15-2 gsm-1.0.13-7 gst-plugins-base-libs-1.0.6-1 gstreamer-1.0.6-1 gstreamer0.10-0.10.36-1
    gstreamer0.10-base-0.10.36-1 gtk-update-icon-cache-2.24.17-1 gtk2-2.24.17-1 harfbuzz-0.9.15-1 hspell-1.2-1
    hunspell-1.3.2-2 ilmbase-1.0.3-1 imlib2-1.4.5-2 iso-codes-3.41-1 jack-0.121.3-7 jasper-1.900.1-8
    jdk7-openjdk-7.u17_2.3.8-1 jre7-openjdk-7.u17_2.3.8-1 jre7-openjdk-headless-7.u17_2.3.8-1 js-1.8.5-3 json-c-0.10-2
    kactivities-4.10.2-1 kde-agent-20130226-1 kde-base-artwork-4.10.2-1 kde-meta-kdeaccessibility-4.10-2
    kde-meta-kdeadmin-4.10-2 kde-meta-kdeartwork-4.10-2 kde-meta-kdebase-4.10-2 kde-meta-kdeedu-4.10-2
    kde-meta-kdegames-4.10-2 kde-meta-kdegraphics-4.10-2 kde-meta-kdemultimedia-4.10-2 kde-meta-kdenetwork-4.10-2
    kde-meta-kdepim-4.10-2 kde-meta-kdeplasma-addons-4.10-2 kde-meta-kdesdk-4.10-2 kde-meta-kdetoys-4.10-2
    kde-meta-kdeutils-4.10-2 kde-meta-kdewebdev-4.10-2 kdeaccessibility-jovie-4.10.2-1
    kdeaccessibility-kaccessible-4.10.2-1 kdeaccessibility-kmag-4.10.2-1 kdeaccessibility-kmousetool-4.10.2-1
    kdeaccessibility-kmouth-4.10.2-1 kdeadmin-kcron-4.10.2-1 kdeadmin-ksystemlog-4.10.2-1 kdeadmin-kuser-4.10.2-1
    kdeartwork-colorschemes-4.10.2-1 kdeartwork-desktopthemes-4.10.2-1 kdeartwork-emoticons-4.10.2-1
    kdeartwork-iconthemes-4.10.2-1 kdeartwork-kscreensaver-4.10.2-1 kdeartwork-sounds-4.10.2-1 kdeartwork-styles-4.10.2-1
    kdeartwork-wallpapers-4.10.2-1 kdeartwork-weatherwallpapers-4.10.2-1 kdebase-dolphin-4.10.2-1
    kdebase-katepart-4.10.2-1 kdebase-kdepasswd-4.10.2-1 kdebase-kdialog-4.10.2-1 kdebase-keditbookmarks-4.10.2-1
    kdebase-kfind-4.10.2-1 kdebase-konq-plugins-4.10.2-1 kdebase-konqueror-4.10.2-1 kdebase-konsole-4.10.2-1
    kdebase-kwrite-4.10.2-1 kdebase-lib-4.10.2-1 kdebase-plasma-4.10.2-1 kdebase-runtime-4.10.2-2
    kdebase-workspace-4.10.2-1 kdebindings-python-common-4.10.2-1 kdebindings-python2-4.10.2-1 kdeedu-analitza-4.10.2-1
    kdeedu-blinken-4.10.2-1 kdeedu-cantor-4.10.2-1 kdeedu-kalgebra-4.10.2-1 kdeedu-kalzium-4.10.2-1
    kdeedu-kanagram-4.10.2-1 kdeedu-kbruch-4.10.2-1 kdeedu-kgeography-4.10.2-1 kdeedu-khangman-4.10.2-1
    kdeedu-kig-4.10.2-1 kdeedu-kiten-4.10.2-1 kdeedu-klettres-4.10.2-1 kdeedu-kmplot-4.10.2-1 kdeedu-kstars-4.10.2-1
    kdeedu-ktouch-4.10.2-1 kdeedu-kturtle-4.10.2-1 kdeedu-kwordquiz-4.10.2-1 kdeedu-marble-4.10.2-1 kdeedu-pairs-4.10.2-1
    kdeedu-parley-4.10.2-1 kdeedu-rocs-4.10.2-1 kdeedu-step-4.10.2-1 kdegames-bomber-4.10.2-1 kdegames-bovo-4.10.2-1
    kdegames-granatier-4.10.2-1 kdegames-kajongg-4.10.2-1 kdegames-kapman-4.10.2-1 kdegames-katomic-4.10.2-1
    kdegames-kblackbox-4.10.2-1 kdegames-kblocks-4.10.2-1 kdegames-kbounce-4.10.2-1 kdegames-kbreakout-4.10.2-1
    kdegames-kdiamond-4.10.2-1 kdegames-kfourinline-4.10.2-1 kdegames-kgoldrunner-4.10.2-1 kdegames-kigo-4.10.2-1
    kdegames-killbots-4.10.2-1 kdegames-kiriki-4.10.2-1 kdegames-kjumpingcube-4.10.2-1 kdegames-klickety-4.10.2-1
    kdegames-klines-4.10.2-1 kdegames-kmahjongg-4.10.2-1 kdegames-kmines-4.10.2-1 kdegames-knavalbattle-4.10.2-1
    kdegames-knetwalk-4.10.2-1 kdegames-kolf-4.10.2-1 kdegames-kollision-4.10.2-1 kdegames-konquest-4.10.2-1
    kdegames-kpatience-4.10.2-1 kdegames-kreversi-4.10.2-1 kdegames-kshisen-4.10.2-1 kdegames-ksirk-4.10.2-1
    kdegames-ksnakeduel-4.10.2-1 kdegames-kspaceduel-4.10.2-1 kdegames-ksquares-4.10.2-1 kdegames-ksudoku-4.10.2-1
    kdegames-ktuberling-4.10.2-1 kdegames-kubrick-4.10.2-1 kdegames-lskat-4.10.2-1 kdegames-palapeli-4.10.2-1
    kdegames-picmi-4.10.2-1 kdegraphics-gwenview-4.10.2-1 kdegraphics-kamera-4.10.2-1 kdegraphics-kcolorchooser-4.10.2-1
    kdegraphics-kgamma-4.10.2-1 kdegraphics-kolourpaint-4.10.2-1 kdegraphics-kruler-4.10.2-1
    kdegraphics-ksaneplugin-4.10.2-1 kdegraphics-ksnapshot-4.10.2-1 kdegraphics-mobipocket-4.10.2-1
    kdegraphics-okular-4.10.2-1 kdegraphics-strigi-analyzer-4.10.2-1 kdegraphics-svgpart-4.10.2-1
    kdegraphics-thumbnailers-4.10.2-1 kdelibs-4.10.2-1 kdemultimedia-audiocd-kio-4.10.2-1
    kdemultimedia-dragonplayer-4.10.2-1 kdemultimedia-ffmpegthumbs-4.10.2-1 kdemultimedia-juk-4.10.2-1
    kdemultimedia-kmix-4.10.2-1 kdemultimedia-kscd-4.10.2-1 kdemultimedia-mplayerthumbs-4.10.2-1
    kdenetwork-filesharing-4.10.2-1 kdenetwork-kdnssd-4.10.2-1 kdenetwork-kget-4.10.2-1 kdenetwork-kopete-4.10.2-1
    kdenetwork-kppp-4.10.2-1 kdenetwork-krdc-4.10.2-1 kdenetwork-krfb-4.10.2-1 kdepim-akonadiconsole-4.10.2-2
    kdepim-akregator-4.10.2-2 kdepim-blogilo-4.10.2-2 kdepim-console-4.10.2-2 kdepim-kaddressbook-4.10.2-2
    kdepim-kalarm-4.10.2-2 kdepim-kjots-4.10.2-2 kdepim-kleopatra-4.10.2-2 kdepim-kmail-4.10.2-2 kdepim-knode-4.10.2-2
    kdepim-knotes-4.10.2-2 kdepim-kontact-4.10.2-2 kdepim-korganizer-4.10.2-2 kdepim-kresources-4.10.2-2
    kdepim-ktimetracker-4.10.2-2 kdepim-ktnef-4.10.2-2 kdepim-libkdepim-4.10.2-2 kdepim-runtime-4.10.2-1
    kdepimlibs-4.10.2-1 kdeplasma-addons-applets-bball-4.10.2-1 kdeplasma-addons-applets-binary-clock-4.10.2-1
    kdeplasma-addons-applets-blackboard-4.10.2-1 kdeplasma-addons-applets-bookmarks-4.10.2-1
    kdeplasma-addons-applets-bubblemon-4.10.2-1 kdeplasma-addons-applets-calculator-4.10.2-1
    kdeplasma-addons-applets-charselect-4.10.2-1 kdeplasma-addons-applets-comic-4.10.2-1
    kdeplasma-addons-applets-community-4.10.2-1 kdeplasma-addons-applets-dict-4.10.2-1
    kdeplasma-addons-applets-eyes-4.10.2-1 kdeplasma-addons-applets-fifteenpuzzle-4.10.2-1
    kdeplasma-addons-applets-filewatcher-4.10.2-1 kdeplasma-addons-applets-frame-4.10.2-1
    kdeplasma-addons-applets-fuzzy-clock-4.10.2-1 kdeplasma-addons-applets-icontasks-4.10.2-1
    kdeplasma-addons-applets-incomingmsg-4.10.2-1 kdeplasma-addons-applets-kdeobservatory-4.10.2-1
    kdeplasma-addons-applets-kimpanel-4.10.2-1 kdeplasma-addons-applets-knowledgebase-4.10.2-1
    kdeplasma-addons-applets-kolourpicker-4.10.2-1 kdeplasma-addons-applets-konqprofiles-4.10.2-1
    kdeplasma-addons-applets-konsoleprofiles-4.10.2-1 kdeplasma-addons-applets-lancelot-4.10.2-1
    kdeplasma-addons-applets-leavenote-4.10.2-1 kdeplasma-addons-applets-life-4.10.2-1
    kdeplasma-addons-applets-luna-4.10.2-1 kdeplasma-addons-applets-magnifique-4.10.2-1
    kdeplasma-addons-applets-mediaplayer-4.10.2-1 kdeplasma-addons-applets-microblog-4.10.2-1
    kdeplasma-addons-applets-news-4.10.2-1 kdeplasma-addons-applets-notes-4.10.2-1
    kdeplasma-addons-applets-nowplaying-4.10.2-1 kdeplasma-addons-applets-paste-4.10.2-1
    kdeplasma-addons-applets-pastebin-4.10.2-1 kdeplasma-addons-applets-plasmaboard-4.10.2-1
    kdeplasma-addons-applets-previewer-4.10.2-1 kdeplasma-addons-applets-qalculate-4.10.2-1
    kdeplasma-addons-applets-rememberthemilk-4.10.2-1 kdeplasma-addons-applets-rssnow-4.10.2-1
    kdeplasma-addons-applets-showdashboard-4.10.2-1 kdeplasma-addons-applets-showdesktop-4.10.2-1
    kdeplasma-addons-applets-social-news-4.10.2-1 kdeplasma-addons-applets-spellcheck-4.10.2-1
    kdeplasma-addons-applets-systemloadviewer-4.10.2-1 kdeplasma-addons-applets-timer-4.10.2-1
    kdeplasma-addons-applets-unitconverter-4.10.2-1 kdeplasma-addons-applets-weather-4.10.2-1
    kdeplasma-addons-applets-weatherstation-4.10.2-1 kdeplasma-addons-applets-webslice-4.10.2-1
    kdeplasma-addons-containments-4.10.2-1 kdeplasma-addons-libs-4.10.2-1
    kdeplasma-addons-runners-audioplayercontrol-4.10.2-1 kdeplasma-addons-runners-browserhistory-4.10.2-1
    kdeplasma-addons-runners-characters-4.10.2-1 kdeplasma-addons-runners-contacts-4.10.2-1
    kdeplasma-addons-runners-converter-4.10.2-1 kdeplasma-addons-runners-datetime-4.10.2-1
    kdeplasma-addons-runners-dictionary-4.10.2-1 kdeplasma-addons-runners-events-4.10.2-1
    kdeplasma-addons-runners-katesessions-4.10.2-1 kdeplasma-addons-runners-konquerorsessions-4.10.2-1
    kdeplasma-addons-runners-konsolesessions-4.10.2-1 kdeplasma-addons-runners-kopete-4.10.2-1
    kdeplasma-addons-runners-mediawiki-4.10.2-1 kdeplasma-addons-runners-spellchecker-4.10.2-1
    kdeplasma-addons-runners-youtube-4.10.2-1 kdeplasma-addons-wallpapers-mandelbrot-4.10.2-1
    kdeplasma-addons-wallpapers-marble-4.10.2-1 kdeplasma-addons-wallpapers-pattern-4.10.2-1
    kdeplasma-addons-wallpapers-potd-4.10.2-1 kdeplasma-addons-wallpapers-qmlwallpapers-4.10.2-1
    kdeplasma-addons-wallpapers-virus-4.10.2-1 kdeplasma-addons-wallpapers-weather-4.10.2-1 kdesdk-cervisia-4.10.2-1
    kdesdk-dev-scripts-4.10.2-1 kdesdk-dev-utils-4.10.2-1 kdesdk-dolphin-plugins-4.10.2-1 kdesdk-kapptemplate-4.10.2-1
    kdesdk-kate-4.10.2-1 kdesdk-kcachegrind-4.10.2-1 kdesdk-kioslaves-4.10.2-1 kdesdk-kompare-4.10.2-1
    kdesdk-lokalize-4.10.2-1 kdesdk-okteta-4.10.2-1 kdesdk-poxml-4.10.2-1 kdesdk-strigi-analyzers-4.10.2-1
    kdesdk-umbrello-4.10.2-1 kdetoys-amor-4.10.2-1 kdetoys-kteatime-4.10.2-1 kdetoys-ktux-4.10.2-1 kdeutils-ark-4.10.2-1
    kdeutils-filelight-4.10.2-1 kdeutils-kcalc-4.10.2-1 kdeutils-kcharselect-4.10.2-1 kdeutils-kdf-4.10.2-1
    kdeutils-kfloppy-4.10.2-1 kdeutils-kgpg-4.10.2-1 kdeutils-kremotecontrol-4.10.2-1 kdeutils-ktimer-4.10.2-1
    kdeutils-kwallet-4.10.2-1 kdeutils-print-manager-4.10.2-1 kdeutils-superkaramba-4.10.2-1 kdeutils-sweeper-4.10.2-1
    kdewebdev-kfilereplace-4.10.2-1 kdewebdev-kimagemapeditor-4.10.2-1 kdewebdev-klinkstatus-4.10.2-1
    kdewebdev-kommander-4.10.2-1 kpartsplugin-20120723-1 lame-3.99.5-1 lapack-3.4.2-1 lcms-1.19-2 lcms2-2.4-1
    ldns-1.6.16-1 lib32-acl-2.2.51-2 lib32-attr-2.4.46-2 lib32-bzip2-1.0.6-1 lib32-catalyst-utils-13.3-4
    lib32-expat-2.1.0-1 lib32-fontconfig-2.10.2-1 lib32-freetype2-2.4.11-1 lib32-gcc-libs-4.8.0-1
    lib32-gettext-0.18.2.1-1 lib32-glibc-2.17-4 lib32-glu-9.0.0-1 lib32-libdrm-2.4.43-1 lib32-libice-1.0.8-1
    lib32-libpciaccess-0.13.1-1 lib32-libsm-1.2.1-1 lib32-libx11-1.5.0-1 lib32-libxau-1.0.7-1 lib32-libxcb-1.9-2
    lib32-libxcursor-1.1.13-1 lib32-libxdamage-1.1.4-1 lib32-libxdmcp-1.1.1-1 lib32-libxext-1.3.1-1 lib32-libxfixes-5.0-1
    lib32-libxi-1.7-1 lib32-libxrandr-1.4.0-1 lib32-libxrender-0.9.7-1 lib32-util-linux-2.22.2-1 lib32-zlib-1.2.7-1
    libass-0.10.1-1 libasyncns-0.8-4 libatasmart-0.19-1 libbluray-0.2.3-1 libcaca-0.99.beta18-1 libcanberra-0.30-3
    libcddb-1.3.2-3 libcdio-0.90-2 libcdio-paranoia-10.2+0.90-1 libdatrie-0.2.5-1 libdbusmenu-qt-0.9.2-2 libdca-0.0.5-3
    libdiscid-0.4.1-1 libdmtx-0.7.4-3 libdvbpsi-0.2.2-1 libdvdnav-4.2.0-2 libdvdread-4.2.0-1 libebml-1.3.0-1
    libedit-20120601_3.0-1 libevent-2.0.21-2 libexif-0.6.21-1 libftdi-0.20-1 libgadu-1.11.2-1 libglade-2.6.4-3
    libgphoto2-2.5.1-1 libgusb-0.1.4-1 libical-0.48-1 libid3tag-0.15.1b-7 libidn-1.26-1 libieee1284-0.2.11-4
    libimobiledevice-1.1.4-2 libindi-0.9.6-1 libiodbc-3.52.8-1 libirman-0.4.5-3 libkate-0.4.1-3 libkcddb-4.10.2-1
    libkcompactdisc-4.10.2-1 libkdcraw-4.10.2-1 libkdeedu-4.10.2-1 libkdegames-4.10.2-1 libkexiv2-4.10.2-1
    libkgapi-0.4.4-1 libkipi-4.10.2-1 libkmahjongg-4.10.2-1 libkolab-0.4.1-1 libkolabxml-0.8.3-2 libksane-4.10.2-1
    libktorrent-1.3.1-1 libmad-0.15.1b-6 libmatroska-1.4.0-1 libmms-0.6.2-1 libmng-1.0.10-4 libmodplug-0.8.8.4-1
    libmp4v2-2.0.0-2 libmpcdec-1.2.6-3 libmpeg2-0.5.1-4 libmsn-4.2.1-1 libmusicbrainz3-3.0.3-2 libmusicbrainz5-5.0.1-1
    libmysqlclient-5.5.30-7 libnice-0.1.3-1 libnotify-0.7.5-1 libnova-0.14.0-1 libotr3-3.2.1-1 libplist-1.8-2
    libproxy-0.4.11-1 libpulse-3.0-3 libqalculate-0.9.7-3 libqzeitgeist-0.8.0-3 libraw1394-2.1.0-1 libshout-1:2.3.1-1
    libsoup-2.40.3-1 libspectre-0.2.7-1 libsrtp-1.4.4-2 libssh-0.5.4-1 libthai-0.1.18-1 libtheora-1.1.1-2
    libtiger-0.3.4-3 libupnp-1.6.18-1 libusb-compat-0.1.4-2 libva-1.1.1-1 libvncserver-0.9.9-1 libvpx-1.1.0-1
    libxcomposite-0.4.4-1 libxfont-1.4.5-1 libxklavier-5.3-1 libxml2-2.8.0-1 libxres-1.0.6-1 libxslt-1.1.26-3
    libxvmc-1.0.7-1 libxxf86dga-1.1.3-1 libzip-0.11-1 libzrtpcpp-2.1.2-1 lirc-utils-1:0.9.0-41 lm_sensors-3.3.3-2
    lua51-5.1.5-3 luckybackup-0.4.7-3 media-player-info-17-1 mediastreamer-2.8.2-4 mesa-demos-8.1.0-1 mime-types-8-1
    mozilla-common-1.4-3 mpg123-1.15.3-1 mplayer-35920-1 mysql-5.5.30-7 mysql-clients-5.5.30-7 neon-0.29.6-4
    nepomuk-core-4.10.2-1 nepomuk-widgets-4.10.2-1 net-snmp-5.7.2-3 netkit-bsd-finger-0.17-7 nspr-4.9.6-1 nss-3.14.3-2
    ocaml-4.00.1-3 openal-1.15.1-1 openbabel-2.3.2-1 opencore-amr-0.1.3-1 openexr-1.7.1-2 openjpeg-1.5.0-1
    openssh-6.2p1-1 opus-1.0.2-1 orc-0.4.17-1 ortp-0.20.0.20120701-1 oxygen-icons-4.10.2-1 pango-1.32.5-1
    phonon-1:4.6.0-8 phonon-vlc-0.6.2-1 pixman-0.28.2-1 pm-quirks-0.20100619-3 pm-utils-1.4.1-5 polkit-0.110-1
    polkit-kde-0.99.0-2 polkit-qt-0.103.0-2 poppler-0.22.2-1 poppler-qt-0.22.2-1 prison-1.0-2 pygobject-devel-3.4.2-1
    pygobject2-devel-2.28.6-8 pygtk-2.24.0-3 pyqt-common-4.10-1 python-3.3.1-1 python-cairo-1.10.0-2
    python-dbus-common-1.1.1-2 python-gobject-3.4.2-1 python-xdg-0.25-1 python2-beaker-1.6.4-1 python2-cairo-1.10.0-1
    python2-dbus-1.1.1-2 python2-gobject2-2.28.6-8 python2-mako-0.7.3-1 python2-markupsafe-0.15-2 python2-notify-0.1.1-12
    python2-numpy-1.7.0-2 python2-pyqt-4.10-1 python2-sip-4.14.5-1 qca-2.0.3-4 qca-ossl-2.0.0-6 qimageblitz-0.0.6-3
    qjson-0.8.1-2 qoauth-1.0.1-4 qpdf-4.0.1-1 qrencode-3.4.2-1 qscintilla-2.7.1-1 qt4-4.8.4-16 qtwebkit-2.3.0-1
    qwt-6.0.2-2 raptor-2.0.9-2 rasqal-1:0.9.30-1 recode-3.6-7 redland-1:1.0.16-2 redland-storage-virtuoso-1:1.0.16-2
    rsync-3.0.9-5 rtmpdump-20121203-1 sane-1.0.23-4 schroedinger-1.0.11-1 sdl-1.2.15-3 sdl_image-1.2.12-2 serf-1.2.0-1
    shared-color-profiles-0.1.5-1 shared-desktop-ontologies-0.10.0-1 shared-mime-info-1.1-1 sip-4.14.5-1 soprano-2.9.0-2
    sound-theme-freedesktop-0.8-1 speech-dispatcher-0.8-1 speex-1.2rc1-3 startup-notification-0.12-3 strigi-0.7.8-2
    subversion-1.7.9-1 taglib-1.8-1 telepathy-farstream-0.6.0-1 telepathy-glib-0.20.1-1 telepathy-qt-0.9.3-7
    tidyhtml-1.46-2 ucommon-5.5.0-1 udisks2-2.0.1-1 unzip-6.0-6 upower-0.9.20-1 usbmuxd-1.0.8-1 v4l-utils-0.9.3-2
    virtuoso-base-6.1.6-1 vlc-2.0.6-1 wcslib-4.16-1 webkitgtk2-1.10.2-3 wine-1.5.27-1 wine_gecko-1.9-1
    winetricks-20120912-1 x264-20130206-1 xcb-util-image-0.3.9-1 xcb-util-keysyms-0.3.9-1 xcb-util-renderutil-0.3.8-1
    xerces-c-3.1.1-3 xf86-input-evdev-2.7.3-2 xf86dgaproto-2.1-2 xinetd-2.3.15-2 xkeyboard-config-2.8-1
    xorg-bdftopcf-1.0.4-1 xorg-font-util-1.3.0-1 xorg-font-utils-7.6-3 xorg-fonts-alias-1.0.2-2 xorg-fonts-misc-1.0.1-2
    xorg-server-1.13.3-1 xorg-server-common-1.13.3-1 xorg-setxkbmap-1.3.0-1 xorg-xkbcomp-1.2.4-1 xorg-xmessage-1.0.4-1
    xorg-xprop-1.2.1-1 xvidcore-1.3.2-1 zvbi-0.2.33-4 catalyst-utils-13.3-4
    Gesamtgröße der entfernten Pakete: -870,59 MiB
    :: Möchten Sie diese Pakete entfernen? [J/n]

  • [CLOSED] bash: pyuic4: command not found

    Some day, i found that pyuic4 is missed from my computer.
    $pyuic4
    bash: pyuic4: command not found
    $py
    pyalacarte pydoc2 pylint pyshell python2-config python3.3m-config pywxrc
    pyalamode pydoc3 pylint-gui pytest2 python2-pyuic4 python3-config
    pycolor2 pydoc3.3 pylupdate4 python python3 python-config
    pycrust pygobject-codegen-2.0 pyprof2calltree python2 python3.3 pyvenv
    pydb pygtk-codegen-2.0 pyrcc4 python2.7 python3.3-config pyvenv-3.3
    pydoc pygtk-demo pyreverse python2.7-config python3.3m pywrap
    I use python2, symlink is set in my homefolder
    $echo $PATH
    /home/stig/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl:/opt/qt/bin
    echo $PYTHONPATH gives nothing.
    I've tried to reinstall pyqt-common python2-pyqt, but problem is still persist.
    What can it be?
    Please, help to find out the reason and restore pyuic4
    Last edited by citizen-stig (2013-01-20 14:09:29)

    Thank you.
    I don't know, why it package has been deleted.
    reinstalling helps.

  • 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

  • [SOLVED] Cannot upgrade virtuoso-base and libdrm-nouveau1

    Following the directions here, I see the following.  Where do I go from here?
    % sudo xargs sh -c 'pacman -Sd "$@" < /dev/tty' --
    resolving dependencies...
    warning: dependency cycle detected:
    warning: lib32-gcc-libs will be installed before its gcc-libs-multilib dependency
    looking for inter-conflicts...
    :: python2-beautifulsoup3 and python-beautifulsoup are in conflict. Remove python-beautifulsoup? [y/N] y
    :: libkcddb and kdemultimedia-kioslave are in conflict. Remove kdemultimedia-kioslave? [y/N] y
    Targets (527): kde-base-artwork-4.9.0-1 kdeedu-pairs-4.9.0-1
    kdemultimedia-kioslave-4.8.4-1 [removal]
    kdeplasma-addons-runners-youtube-4.9.0-1 libanjuta-3.4.4-1
    libdrm-nouveau1-2.4.33-1 libkgapi-0.4.1-1
    libmusicbrainz5-5.0.1-1 nepomuk-core-4.9.0-1
    pyqt-common-4.9.4-2 python-beautifulsoup-3.2.0-2 [removal]
    python2-beautifulsoup3-3.2.1-1 virtuoso-base-6.1.6-1
    accountsservice-0.6.22-1 akonadi-1.8.0-1 amarok-2.5.0-5
    anjuta-3.4.4-1 ati-dri-8.0.4-2 attica-0.4.0-1 audacious-3.3-1
    audacity-2.0.1-1 avogadro-1.0.3-6 baobab-3.4.1-2
    binutils-multilib-2.22-8 blas-3.4.1-1 blender-4:2.64-2
    bluefish-2.2.3-1 blueman-1.23-4 bluez-4.101-1 boost-1.50.0-2
    boost-libs-1.50.0-2 calibre-0.8.63-1
    calligra-braindump-2.4.3-3 calligra-flow-2.4.3-3
    calligra-interfaces-2.4.3-3 calligra-karbon-2.4.3-3
    calligra-kexi-2.4.3-3 calligra-kounavail-2.4.3-3
    calligra-krita-2.4.3-3 calligra-libs-2.4.3-3
    calligra-plan-2.4.3-3 calligra-plugins-2.4.3-3
    calligra-sheets-2.4.3-3 calligra-stage-2.4.3-3
    calligra-tools-2.4.3-3 calligra-words-2.4.3-3
    chromium-21.0.1180.57-1 clementine-1.0.1-7 clucene-2.3.3.4-6
    cryptsetup-1.5.0-1 cups-1.6.1-2 cups-filters-1.0.20-1
    dbus-1.6.4-1 dbus-core-1.6.4-1 dbus-glib-0.100-1
    device-mapper-2.02.96-3 digikam-2.7.0-2 distcc-3.1-7
    doxygen-1.8.1.2-1 eclipse-4.2-1 ekiga-3.3.2-6
    elfutils-0.154-1 empathy-3.4.2.3-1 enblend-enfuse-4.0-6
    evolution-3.4.3-1 exiv2-0.23-1 ffmpeg-1:0.11.1-1
    ffmpegthumbnailer-2.0.7-5 firefox-14.0.1-1
    foomatic-db-engine-1:4.0.17_20120712-1
    foomatic-db-nonfree-1:4.0.17_20120712-1
    foomatic-filters-1:4.0.17_20120712-1 freevo-1.9.0-9
    gcc-fortran-4.7.1-5 gcc-libs-multilib-4.7.1-5
    gcc-multilib-4.7.1-5 geeqie-1.0-7 gegl-0.2.0-2
    gimp-ufraw-0.18-5 git-1.7.11.4-1 glew-1.8.0-1 glib2-2.32.4-1
    glibmm-2.32.1-1 gmime-2.6.10-1 gnome-bluetooth-3.4.2-1
    gnome-color-manager-3.4.2-2 gnome-keyring-3.4.1-3
    gnome-screensaver-3.4.4-1 gnome-shell-3.4.2-1 gnutls-3.0.22-1
    gpsd-3.6-2 grep-2.13-2 gtk2-2.24.11-2 gtk3-3.4.4-1
    gtkdatabox-0.9.1.3-1 gtkhtml4-4.4.3-1 gtkpod-2.1.2-3
    gvfs-afc-1.12.3-3 gvfs-obexftp-1.12.3-3 gvim-7.3.600-1
    handbrake-0.9.8-1 hplip-3.12.6-3 hugin-2011.4.0-5
    icedtea-web-java7-1.2.1-2 icu-49.1.2-2 initscripts-2012.07.5-1
    inkscape-0.48.3.1-4 intel-dri-8.0.4-2 jade-1.2.1-8
    k3b-2.0.2-6 kactivities-4.9.0-1
    kde-meta-kdeaccessibility-4.9-3 kde-meta-kdeadmin-4.9-3
    kde-meta-kdeartwork-4.9-3 kde-meta-kdebase-4.9-3
    kde-meta-kdeedu-4.9-3 kde-meta-kdegames-4.9-3
    kde-meta-kdegraphics-4.9-3 kde-meta-kdemultimedia-4.9-3
    kde-meta-kdenetwork-4.9-3 kde-meta-kdepim-4.9-3
    kde-meta-kdeplasma-addons-4.9-3 kde-meta-kdesdk-4.9-3
    kde-meta-kdetoys-4.9-3 kde-meta-kdeutils-4.9-3
    kde-meta-kdewebdev-4.9-3 kdeaccessibility-jovie-4.9.0-1
    kdeaccessibility-kaccessible-4.9.0-1
    kdeaccessibility-kmag-4.9.0-1
    kdeaccessibility-kmousetool-4.9.0-1
    kdeaccessibility-kmouth-4.9.0-1 kdeadmin-kcron-4.9.0-1
    kdeadmin-ksystemlog-4.9.0-1 kdeadmin-kuser-4.9.0-1
    kdeadmin-system-config-printer-kde-4.9.0-1
    kdeartwork-kscreensaver-4.9.0-1 kdeartwork-styles-4.9.0-1
    kdebase-dolphin-4.9.0-1 kdebase-katepart-4.9.0-1
    kdebase-kdepasswd-4.9.0-1 kdebase-kdialog-4.9.0-1
    kdebase-keditbookmarks-4.9.0-1 kdebase-kfind-4.9.0-1
    kdebase-konq-plugins-4.9.0-1 kdebase-konqueror-4.9.0-1
    kdebase-konsole-4.9.0-1 kdebase-kwrite-4.9.0-1
    kdebase-lib-4.9.0-1 kdebase-plasma-4.9.0-1
    kdebase-runtime-4.9.0-3 kdebase-workspace-4.9.0-1
    kdebindings-python-4.9.0-1 kdebindings-python2-4.9.0-1
    kdeedu-analitza-4.9.0-1 kdeedu-blinken-4.9.0-1
    kdeedu-cantor-4.9.0-1 kdeedu-kalgebra-4.9.0-1
    kdeedu-kalzium-4.9.0-1 kdeedu-kanagram-4.9.0-1
    kdeedu-kbruch-4.9.0-1 kdeedu-kgeography-4.9.0-1
    kdeedu-khangman-4.9.0-1 kdeedu-kig-4.9.0-1
    kdeedu-kiten-4.9.0-1 kdeedu-klettres-4.9.0-1
    kdeedu-kmplot-4.9.0-1 kdeedu-kstars-4.9.0-1
    kdeedu-ktouch-4.9.0-1 kdeedu-kturtle-4.9.0-1
    kdeedu-kwordquiz-4.9.0-1 kdeedu-marble-4.9.0-1
    kdeedu-parley-4.9.0-1 kdeedu-rocs-4.9.0-1 kdeedu-step-4.9.0-1
    kdegames-bomber-4.9.0-1 kdegames-bovo-4.9.0-1
    kdegames-granatier-4.9.0-1 kdegames-kajongg-4.9.0-1
    kdegames-kapman-4.9.0-1 kdegames-katomic-4.9.0-1
    kdegames-kbattleship-4.9.0-1 kdegames-kblackbox-4.9.0-1
    kdegames-kblocks-4.9.0-1 kdegames-kbounce-4.9.0-1
    kdegames-kbreakout-4.9.0-1 kdegames-kdiamond-4.9.0-1
    kdegames-kfourinline-4.9.0-1 kdegames-kgoldrunner-4.9.0-1
    kdegames-kigo-4.9.0-1 kdegames-killbots-4.9.0-1
    kdegames-kiriki-4.9.0-1 kdegames-kjumpingcube-4.9.0-1
    kdegames-klickety-4.9.0-1 kdegames-klines-4.9.0-1
    kdegames-kmahjongg-4.9.0-1 kdegames-kmines-4.9.0-1
    kdegames-knetwalk-4.9.0-1 kdegames-kolf-4.9.0-1
    kdegames-kollision-4.9.0-1 kdegames-konquest-4.9.0-1
    kdegames-kpatience-4.9.0-1 kdegames-kreversi-4.9.0-1
    kdegames-kshisen-4.9.0-1 kdegames-ksirk-4.9.0-1
    kdegames-kspaceduel-4.9.0-1 kdegames-ksquares-4.9.0-1
    kdegames-ksudoku-4.9.0-1 kdegames-ktron-4.9.0-1
    kdegames-ktuberling-4.9.0-1 kdegames-kubrick-4.9.0-1
    kdegames-libkdegames-4.9.0-1 kdegames-libkmahjongg-4.9.0-1
    kdegames-lskat-4.9.0-1 kdegames-palapeli-4.9.0-1
    kdegraphics-gwenview-4.9.0-2 kdegraphics-kamera-4.9.0-1
    kdegraphics-kcolorchooser-4.9.0-1 kdegraphics-kgamma-4.9.0-1
    kdegraphics-kolourpaint-4.9.0-1 kdegraphics-kruler-4.9.0-1
    kdegraphics-ksaneplugin-4.9.0-1 kdegraphics-ksnapshot-4.9.0-1
    kdegraphics-mobipocket-4.9.0-1 kdegraphics-okular-4.9.0-1
    kdegraphics-strigi-analyzer-4.9.0-1 kdegraphics-svgpart-4.9.0-1
    kdegraphics-thumbnailers-4.9.0-1 kdelibs-4.9.0-4
    kdemultimedia-audiocd-kio-4.9.0-1
    kdemultimedia-dragonplayer-4.9.0-1
    kdemultimedia-ffmpegthumbs-4.9.0-1 kdemultimedia-juk-4.9.0-1
    kdemultimedia-kmix-4.9.0-1 kdemultimedia-kscd-4.9.0-1
    kdemultimedia-mplayerthumbs-4.9.0-1
    kdenetwork-filesharing-4.9.0-1 kdenetwork-kdnssd-4.9.0-1
    kdenetwork-kget-4.9.0-1 kdenetwork-kopete-4.9.0-1
    kdenetwork-kppp-4.9.0-1 kdenetwork-krdc-4.9.0-1
    kdenetwork-krfb-4.9.0-1 kdepim-akonadiconsole-4.9.0-2
    kdepim-akregator-4.9.0-2 kdepim-blogilo-4.9.0-2
    kdepim-console-4.9.0-2 kdepim-kaddressbook-4.9.0-2
    kdepim-kalarm-4.9.0-2 kdepim-kjots-4.9.0-2
    kdepim-kleopatra-4.9.0-2 kdepim-kmail-4.9.0-2
    kdepim-knode-4.9.0-2 kdepim-knotes-4.9.0-2
    kdepim-kontact-4.9.0-2 kdepim-korganizer-4.9.0-2
    kdepim-kresources-4.9.0-2 kdepim-ktimetracker-4.9.0-2
    kdepim-libkdepim-4.9.0-2 kdepim-runtime-4.9.0-2
    kdepimlibs-4.9.0-1 kdeplasma-addons-applets-bball-4.9.0-1
    kdeplasma-addons-applets-binary-clock-4.9.0-1
    kdeplasma-addons-applets-blackboard-4.9.0-1
    kdeplasma-addons-applets-bookmarks-4.9.0-1
    kdeplasma-addons-applets-bubblemon-4.9.0-1
    kdeplasma-addons-applets-calculator-4.9.0-1
    kdeplasma-addons-applets-charselect-4.9.0-1
    kdeplasma-addons-applets-comic-4.9.0-1
    kdeplasma-addons-applets-community-4.9.0-1
    kdeplasma-addons-applets-dict-4.9.0-1
    kdeplasma-addons-applets-eyes-4.9.0-1
    kdeplasma-addons-applets-fifteenpuzzle-4.9.0-1
    kdeplasma-addons-applets-filewatcher-4.9.0-1
    kdeplasma-addons-applets-frame-4.9.0-1
    kdeplasma-addons-applets-fuzzy-clock-4.9.0-1
    kdeplasma-addons-applets-icontasks-4.9.0-1
    kdeplasma-addons-applets-incomingmsg-4.9.0-1
    kdeplasma-addons-applets-kdeobservatory-4.9.0-1
    kdeplasma-addons-applets-kimpanel-4.9.0-1
    kdeplasma-addons-applets-knowledgebase-4.9.0-1
    kdeplasma-addons-applets-kolourpicker-4.9.0-1
    kdeplasma-addons-applets-konqprofiles-4.9.0-1
    kdeplasma-addons-applets-konsoleprofiles-4.9.0-1
    kdeplasma-addons-applets-lancelot-4.9.0-1
    kdeplasma-addons-applets-leavenote-4.9.0-1
    kdeplasma-addons-applets-life-4.9.0-1
    kdeplasma-addons-applets-luna-4.9.0-1
    kdeplasma-addons-applets-magnifique-4.9.0-1
    kdeplasma-addons-applets-mediaplayer-4.9.0-1
    kdeplasma-addons-applets-microblog-4.9.0-1
    kdeplasma-addons-applets-news-4.9.0-1
    kdeplasma-addons-applets-notes-4.9.0-1
    kdeplasma-addons-applets-nowplaying-4.9.0-1
    kdeplasma-addons-applets-paste-4.9.0-1
    kdeplasma-addons-applets-pastebin-4.9.0-1
    kdeplasma-addons-applets-plasmaboard-4.9.0-1
    kdeplasma-addons-applets-previewer-4.9.0-1
    kdeplasma-addons-applets-qalculate-4.9.0-1
    kdeplasma-addons-applets-rememberthemilk-4.9.0-1
    kdeplasma-addons-applets-rssnow-4.9.0-1
    kdeplasma-addons-applets-showdashboard-4.9.0-1
    kdeplasma-addons-applets-showdesktop-4.9.0-1
    kdeplasma-addons-applets-social-news-4.9.0-1
    kdeplasma-addons-applets-spellcheck-4.9.0-1
    kdeplasma-addons-applets-systemloadviewer-4.9.0-1
    kdeplasma-addons-applets-timer-4.9.0-1
    kdeplasma-addons-applets-unitconverter-4.9.0-1
    kdeplasma-addons-applets-weather-4.9.0-1
    kdeplasma-addons-applets-weatherstation-4.9.0-1
    kdeplasma-addons-applets-webslice-4.9.0-1
    kdeplasma-addons-containments-4.9.0-1
    kdeplasma-addons-libs-4.9.0-1
    kdeplasma-addons-runners-audioplayercontrol-4.9.0-1
    kdeplasma-addons-runners-browserhistory-4.9.0-1
    kdeplasma-addons-runners-characters-4.9.0-1
    kdeplasma-addons-runners-contacts-4.9.0-1
    kdeplasma-addons-runners-converter-4.9.0-1
    kdeplasma-addons-runners-datetime-4.9.0-1
    kdeplasma-addons-runners-events-4.9.0-1
    kdeplasma-addons-runners-katesessions-4.9.0-1
    kdeplasma-addons-runners-konquerorsessions-4.9.0-1
    kdeplasma-addons-runners-konsolesessions-4.9.0-1
    kdeplasma-addons-runners-kopete-4.9.0-1
    kdeplasma-addons-runners-mediawiki-4.9.0-1
    kdeplasma-addons-runners-spellchecker-4.9.0-1
    kdeplasma-addons-wallpapers-mandelbrot-4.9.0-1
    kdeplasma-addons-wallpapers-marble-4.9.0-1
    kdeplasma-addons-wallpapers-pattern-4.9.0-1
    kdeplasma-addons-wallpapers-potd-4.9.0-1
    kdeplasma-addons-wallpapers-virus-4.9.0-1
    kdeplasma-addons-wallpapers-weather-4.9.0-1
    kdesdk-cervisia-4.9.0-1 kdesdk-dolphin-plugins-4.9.0-1
    kdesdk-kapptemplate-4.9.0-1 kdesdk-kate-4.9.0-1
    kdesdk-kcachegrind-4.9.0-1 kdesdk-kioslave-4.9.0-1
    kdesdk-kmtrace-4.9.0-1 kdesdk-kompare-4.9.0-1
    kdesdk-kpartloader-4.9.0-1 kdesdk-kstartperf-4.9.0-1
    kdesdk-kuiviewer-4.9.0-1 kdesdk-lokalize-4.9.0-1
    kdesdk-okteta-4.9.0-1 kdesdk-poxml-4.9.0-1
    kdesdk-strigi-analyzer-4.9.0-1 kdesdk-umbrello-4.9.0-1
    kdetoys-amor-4.9.0-1 kdetoys-kteatime-4.9.0-1
    kdetoys-ktux-4.9.0-1 kdeutils-ark-4.9.0-1
    kdeutils-filelight-4.9.0-1 kdeutils-kcalc-4.9.0-1
    kdeutils-kcharselect-4.9.0-1 kdeutils-kdf-4.9.0-1
    kdeutils-kfloppy-4.9.0-1 kdeutils-kgpg-4.9.0-1
    kdeutils-kremotecontrol-4.9.0-1 kdeutils-ktimer-4.9.0-1
    kdeutils-kwallet-4.9.0-1 kdeutils-printer-applet-4.9.0-1
    kdeutils-superkaramba-4.9.0-1 kdeutils-sweeper-4.9.0-1
    kdewebdev-kfilereplace-4.9.0-1
    kdewebdev-kimagemapeditor-4.9.0-1 kdewebdev-klinkstatus-4.9.0-1
    kdewebdev-kommander-4.9.0-1 kipi-plugins-2.7.0-2
    klavaro-1.9.5-2 lapack-3.4.1-1 lftp-4.3.8-1
    lib32-dbus-core-1.6.4-1 lib32-gcc-libs-4.7.1-5
    lib32-glib2-2.32.4-1 lib32-gnutls-3.0.22-1
    lib32-gtk2-2.24.11-1 lib32-intel-dri-8.0.4-4
    lib32-libcups-1.6.1-1 lib32-libgl-8.0.4-4 lib32-libpulse-2.1-1
    lib32-mesa-8.0.4-4 lib32-pango-1.30.1-1 lib32-pcre-8.31-1
    lib32-qt-4.8.2-2 libcec-1.8.0-1 libcups-1.6.1-2
    libegl-8.0.4-2 libgexiv2-0.4.1-3 libgl-8.0.4-2
    libgpod-0.8.2-6 libimobiledevice-1.1.4-2 libkcddb-4.9.0-1
    libkcompactdisc-4.9.0-1 libkdcraw-4.9.0-1 libkdeedu-4.9.0-1
    libkexiv2-4.9.0-3 libkface-2.7.0-2 libkgeomap-2.7.0-2
    libkipi-4.9.0-1 libksane-4.9.0-1 libktorrent-1.2.1-2
    libkvkontakte-2.7.0-2 libmediawiki-2.7.0-2
    libmicrohttpd-0.9.21-1 libmp4v2-2.0.0-2 libpst-0.6.54-2
    libpulse-2.1-1 libpurple-2.10.6-1 libquicktime-1.2.4-2
    libreoffice-calc-3.5.5-1 libreoffice-common-3.5.5-1
    libreoffice-draw-3.5.5-1
    libreoffice-extension-pdfimport-3.5.5-1
    libreoffice-gnome-3.5.5-1 libreoffice-impress-3.5.5-1
    libreoffice-math-3.5.5-1 libreoffice-writer-3.5.5-1
    libtool-2.4.2-6 libtorrent-rasterbar-1:0.16.2-1
    libtracker-sparql-0.14.2-1 libva-1.1.0-1
    libva-driver-intel-1.0.18-1 libvirt-0.9.13-2 libwacom-0.6-1
    libwebkit-1.8.2-1 libwebkit3-1.8.2-1 linux-3.4.7-1
    linux-lts-3.0.38-1 lvm2-2.02.96-3 lxde-common-0.5.5-2
    lxdm-0.4.1-14 mashup-3.5-2 mediastreamer-2.8.2-2 mesa-8.0.4-2
    mkinitcpio-0.10-1 mpd-0.17-2 mplayer-35014-1
    mythplugins-mytharchive-1:0.25.2-1
    mythplugins-mythbrowser-1:0.25.2-1
    mythplugins-mythgallery-1:0.25.2-1
    mythplugins-mythgame-1:0.25.2-1
    mythplugins-mythmusic-1:0.25.2-1
    mythplugins-mythnetvision-1:0.25.2-1
    mythplugins-mythnews-1:0.25.2-1
    mythplugins-mythweather-1:0.25.2-1
    mythplugins-mythweb-1:0.25.2-1
    mythplugins-mythzoneminder-1:0.25.2-1 mythtv-1:0.25.2-1
    ncmpcpp-0.5.10-2 networkmanager-0.9.4.0-6 nmap-6.01-1
    nouveau-dri-8.0.4-2 obexd-client-0.47-1 octave-3.6.2-1
    opal-3.10.5-1 opencv-2.4.2-2 openimageio-1.0.8-1
    pcmanfm-0.9.10-3 pcre-8.31-1 php-5.4.5-1 pidgin-2.10.6-1
    pkg-config-0.27-1 poppler-0.20.2-1 poppler-glib-0.20.2-1
    poppler-qt-0.20.2-1 ptlib-2.10.5-1 pulseaudio-2.1-1
    pycups-1.9.62-1 pyqt-4.9.4-2 python-dbus-1.1.1-1
    python2-dbus-1.1.1-1 python2-matplotlib-1.1.1-1
    python2-numpy-1.6.2-1 python2-pyqt-4.9.4-2 qemu-kvm-1.1.1-1
    qscintilla-2.6.2-1 qt-4.8.2-3 qtcreator-2.5.1-1 r-2.15.1-2
    racket-5.2.1-3 raptor-2.0.8-1 rhythmbox-2.97-2 samba-3.6.6-1
    scribus-1.4.1-1 sdlmame-0.146.u4-2 skype-4.0.0.8-1
    smartmontools-5.43-1 soprano-2.8.0-2 strigi-0.7.7-2
    suitesparse-4.0.2-1 svga-dri-8.0.4-2 syslog-ng-3.3.5-2
    system-config-printer-common-1.3.10-1 systemd-tools-187-4
    taglib-1.7.2-2 telepathy-qt-0.9.3-1 tellico-2.3.6-2
    texlive-bin-2012.0-3 texlive-core-2012.26892-2
    thunderbird-14.0-1 tracker-0.14.2-1 transcode-1.1.7-5
    transmission-gtk-2.61-1 unetbootin-578-1 upower-0.9.17-2
    vala-0.16.1-1 valgrind-3.7.0-4 virt-manager-0.9.3-1
    virtinst-0.600.2-1 virtualbox-4.1.18-4
    virtualbox-modules-4.1.18-4 virtviewer-0.5.3-1 vlc-2.0.3-2
    wine-1.5.10-1 wine_gecko-1.7-1 wireshark-cli-1.8.1-1
    wireshark-gtk-1.8.1-1 wpa_supplicant-1.0-1 xbmc-11.0-6
    xf86-video-ati-1:6.14.6-1 xf86-video-intel-2.20.2-2
    xf86-video-nouveau-1.0.1-1 xine-lib-1.2.2-1 xlockmore-5.40-1
    xorg-server-1.12.3-1 xscreensaver-5.19-1 zsh-5.0.0-2
    Total Installed Size: 5552.36 MiB
    Net Upgrade Size: 55.65 MiB
    Proceed with installation? [Y/n]
    (525/525) checking package integrity [----------------------] 100%
    (525/525) loading package files [----------------------] 100%
    (525/525) checking for file conflicts [----------------------] 100%
    error: failed to commit transaction (conflicting files)
    virtuoso-base: /usr/bin/isql-vt exists in filesystem
    virtuoso-base: /usr/bin/isqlw-vt exists in filesystem
    virtuoso-base: /usr/bin/virtuoso-t exists in filesystem
    virtuoso-base: /usr/lib/libvirtuoso-t.a exists in filesystem
    virtuoso-base: /usr/lib/virtodbc.a exists in filesystem
    virtuoso-base: /usr/lib/virtodbc.so exists in filesystem
    virtuoso-base: /usr/lib/virtodbc_r.a exists in filesystem
    virtuoso-base: /usr/lib/virtodbc_r.so exists in filesystem
    virtuoso-base: /usr/lib/virtodbcu.a exists in filesystem
    virtuoso-base: /usr/lib/virtodbcu.so exists in filesystem
    virtuoso-base: /usr/lib/virtodbcu_r.a exists in filesystem
    virtuoso-base: /usr/lib/virtodbcu_r.so exists in filesystem
    libdrm-nouveau1: /usr/lib/libdrm_nouveau.so.1 exists in filesystem
    libdrm-nouveau1: /usr/lib/libdrm_nouveau.so.1.0.0 exists in filesystem
    Errors occurred, no packages were upgraded.
    Last edited by hexadecagram (2012-08-10 00:32:45)

    I was inspired after reading this post.
    % sudo pacman -Rdd virtuoso libdrm libdrm-nouveau
    % sudo pacman -S virtuoso-base libdrm libdrm-nouveau1
    % sudo xargs sh -c 'pacman -Sd "$@" < /dev/tty' --
    % sudo pacman -Su
    There were a few other packages needing manual intervention (sip and python-sip).  But now I've noticed that I've gotten missing modules errors during mkinitcpio and I'm seeing "glibc: /lib exists in filesystem."
    I'm marking this as solved while I wade through those other issues.

Maybe you are looking for