XChat2 python script in /usr/lib/xchat/plugins?

I'm trying to globally add cap_sasl_xchat.py, a python script to negotiate SASL authentication.  I tried putting it in /usr/lib/xchat/plugins, but it doesn't seem to be auto-loading.  If it's in ~/.xchat2/, it works. Any thoughts?

That is how it's designed it only loads plugins from there you must load scripts per user. There are multiple SASL plugins though you can find and compile, and HexChat in the AUR comes with SASL support.

Similar Messages

  • Firefox cannot find flashplayer that I installed after upgrade to Firefox 11. On a OpenSolaris 11 machine. I did move libplayer.so to /usr/lib/firefox/plugins and bounced firefox... but plugin not found.

    Firefox cannot find flashplayer plugin that I installed after upgrade to Firefox 11. I am running OpenSolaris 11 64 bit. I did move libplayer.so to /usr/lib/firefox/plugins and bounced firefox... but plugin not found.

    Firefox cannot find flashplayer plugin that I installed after upgrade to Firefox 11. I am running OpenSolaris 11 64 bit. I did move libplayer.so to /usr/lib/firefox/plugins and bounced firefox... but plugin not found.

  • I am using opensuse 11.3, I download and execute firefox from sh file. But it cannot find libflashplayer.so. All my other browsers have flash player (usr/lib/browser-plugins/libflashplayer.so). But firefox cannot see that file. What must I do?

    That's all no much details.

    Try to place a symlink to the Flash plugin in /usr/lib/mozilla/plugins
    See also:
    *http://kb.mozillazine.org/Determining_plugin_directory_on_Linux

  • Why are systemd startup scripts under /usr/lib and not /etc? [SOLVED]

    Just out of curiosity: why are systemd configuration files (startup scripts, or whatever they are called) in /usr/lib/systemd/system/ and not somewhere under /etc?
    After all, they are configuration files and not libraries.
    It may simply be my lack of knowledge of the standard linux filesystem layout, so please enlighten me.
    Last edited by louic (2015-04-09 09:12:11)

    https://wiki.archlinux.org/index.php/Sy … unit_files

  • [solved] my script in /usr/lib/systemd/system-sleep/ was erroneous

    Maybe I just didn't see something I need to do...
    I have this script:
    -rwxr-xr-x 1 root root 322 13. Nov 10:13 /usr/lib/systemd/system-sleep/resume.sh*
    And whether I suspend with the kde suspend thingy or with systemctl suspend, this script does not run on resume from suspend.
    The script looks like this:
    #!/bin/bash
    case $1/$2 in
    pre/*)
    exit 0
    # some lines to put graphics card back to sleep with vgaswitcheroo
    esac
    Did i do something wrong or do I need to do something else?
    Last edited by Cdh (2012-11-19 00:58:54)

    I did some further testing with my system, it appears that using the '*)' specifically causes a "Job for suspend.target canceled" on resume, which could be the problem you are facing. It could also be that the syntax for the pre and post are explicitly given, otherwise I don't see a reason why would it print that message.
    Given the code:
    #!/bin/sh
    #can also be /bin/bash
    case $1/$2 in
    echo "a $1 with $2"
    esac
    Works and does not produce the above (red) message.
    However combining "pre/*)" and "*)" generates the message, regardless of the shell.
    I was doing all the suspends with systemctl suspend
    So I'd suggest putting a lot of echo statements in your script and then observe the output of journalctl -b -u systemd-suspend (this is where the echo statements get logged) and check for any errors it might throw. And try to use the pre/*) post/*) if you didn't try that yet.
    EDIT:
    Forgot to mention I was doing all this as root
    Last edited by ytech (2012-11-18 20:46:34)

  • Running python script with system arguments from applescript

    Hi,
    I am trying to run a python code from within applescript. A string should be passed as an argument to the python script, i.e. from the terminal, I would do the following
    cd /Users/thatsme/Library/Scripts/myfolder
    python my_python_file.py abcdefg
    There are two ways I figure I could do this in applescript. "abcdefg" are contained in the variable strNote
    a) directly:
    do shell script "cd /Users/thatsme/Library/Scripts/myfolder; python my_python_file.py " & strNote
    b) calling Terminal
    tell application "Terminal"
      activate
              do script "cd /Users/claushaslauer/Library/Scripts/OO_latex; python my_python_file.py " & strNote
    end tell
    I would prefer option a) as I don't really want to have Terminal windows popping up. The strange thing is, that I see in the applescript results window the result of the print statements in the python script, but no output is generated (the python script contains a few os.system() commands.
    Option b) does what it is supposed to be doing, however, applescript does not wait until the script is finished running.
    Why does option a) nor work, and what do I need to change to make it work?

    Thank you guys for your help, this is really weird.
    Here is my full applescript
    set strNoteQ to "1+1=2"
    (* for whatever reason, this does not work *)
    do shell script "cd /Users/claushaslauer/Library/Scripts/OO_latex; python create_latex_pdf.py " & strNoteQ
    Below is my python skript.
    When I call it as
         python create_latex_pdf.py 1+1=2
    it creates a wonderful pdf.
    With the applescript above, it prints the print statements, it also generates the latex file temp.tex -- correctly, so I assume the string in this example is ok.
    However, it does not execute the latex related commands (the three os.system calls)
    Is it not a good idea / not possible to execute os.system in a python script that is called from applescript? <sorry if I had brought all the attention to the string issue>
    here is the python script:
    #!/usr/bin/env python
    # -*- coding: utf-8 -*-
    import sys
    import os
    import datetime
    import time
    def main():
        str_latex_note = sys.argv[1]
        print "%s" %  str_latex_note
        preamble = """\documentclass{article}
    \usepackage{amsmath,amssymb}
    \pagestyle{empty}
    \\begin{document}
    {\huge
    %s
    \end{document}"""% (str_latex_note)
        ## write latex file
        cur_path = r'/Users/mypath/Library/Scripts/OO_latex'
        cur_file = "temp.tex"
        fobj = open(os.path.join(cur_path, cur_file), 'w')
        fobj.writelines(preamble)
        fobj.close()
        ## process latex file
        print cur_path
        os.chdir(cur_path)
        cmd = 'latex temp.tex'
        print cmd
        print "running latex"
        os.system(cmd)
        cmd2 = 'dvips -E -f -X 1200 -Y 1200 temp.dvi > temp.ps'
        print "running dvips"
        os.system(cmd2)
        cmd3 = 'epstopdf temp.ps'
        print "running epstopdf"
        os.system(cmd3)
        print "done!"
    if __name__ == '__main__':
        main()

  • Recovering Permissions on /usr/lib - pkgchk or perl script?

    We have a SUN 280R running solaris 8 which accidently had a 'chmod-R 644 /usr/lib' run on it. The result was that on reboot, the system could not 'execute' or 'find' specific libraries such as ld.so.1 and some files associated with the veritas volume software we have installed on the system. We have been able to chmod most of /usr/lib 755 including ld.so.1. We would like to restore permissions to prevent any system stablity problems. so what is the better method to use here?
    1.) do a grep /usr/lib on /var/sadm/install/contents, pull out all the package names with an awk statement and then run them in a loop with pkgchk -fa?
    2.) Run a perl script which parses /var/sadm/install/contents, pulls out all the individual files in /usr/lib, and run a chmod <perm> $file on each file name?
    Which method would be less destructive? My concern is that running pkgchk on all packages associated with /usr/lib may 'fix' something, or modify something which would prevent the system from coming up.
    What key files in /usr/lib would prevent the system from coming back up, if permissions were incorrect? (i.e 644)? Should a chmod <perm> <file> for each file in the contents file for all files in /usr/lib resolve this problem completely?
    Any advice would be appreciated.

    If you don't already have a current backup, back up all data, then reinstall the OS. You don't need to erase the startup volume, and you won't need your backup unless something goes wrong. If your Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade.
    If you installed the Java runtime distributed by Apple and still need it, you'll have to reinstall it.

  • Ldconfig: File /usr/lib/libnotify.so is empty, not checked. power down

    Hello During installation of gnome and gnome-extra  i have a  power  down in whole house. when its back up i try to install packages and here is a problem now.
    [2013-05-20 12:05] [PACMAN] installed libsecret (0.15-1)
    [2013-05-20 12:05] [PACMAN] installed libwebp (0.3.0-3)
    =======================POWER DOWN ==============================
    [2013-05-20 12:07] [PACMAN] Running 'pacman -S cpupower acpi'
    [2013-05-20 12:07] [PACMAN] installed cpupower (3.9-2)
    [2013-05-20 12:07] [PACMAN] installed acpi (1.6-1)
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so.0.0.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so.4 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so.3 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so.4.0.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libssl3.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libsmime3.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so.0.0.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssckbi.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so.3.0.1 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so.0.0.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssdbm3.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so.2 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssutil3.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnss3.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so.0.0.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libsoftokn3.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libfreebl3.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so.2.37.0 is empty, not checked.
    how to solve this problem ? i cant install it.
    Last edited by bula6595 (2013-05-20 09:33:31)

    [2013-05-20 12:43] [PACMAN] Running 'pacman -S --force gnome gnome-extra'
    [2013-05-20 12:44] [PACMAN] installed baobab (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-icon-theme-symbolic (3.8.2.2-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-icon-theme (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed libgweather (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed libical (1.0-2)
    [2013-05-20 12:44] [PACMAN] installed liboauth (1.0.1-1)
    [2013-05-20 12:44] [PACMAN] installed gcr (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed libgdata (0.13.3-1)
    [2013-05-20 12:44] [PACMAN] installed evolution-data-server (3.8.2-2)
    [2013-05-20 12:44] [PACMAN] installed libzeitgeist (0.3.18-3)
    [2013-05-20 12:44] [PACMAN] installed libtracker-sparql (0.16.1-1)
    [2013-05-20 12:44] [PACMAN] installed folks (0.9.1-3)
    [2013-05-20 12:44] [PACMAN] installed iso-codes (3.41-1)
    [2013-05-20 12:44] [PACMAN] installed libogg (1.3.0-1)
    [2013-05-20 12:44] [PACMAN] installed libvorbis (1.3.3-1)
    [2013-05-20 12:44] [PACMAN] installed alsa-lib (1.0.27-2)
    [2013-05-20 12:44] [PACMAN] installed tdb (1.2.11-1)
    [2013-05-20 12:44] [PACMAN] installed sound-theme-freedesktop (0.8-1)
    [2013-05-20 12:44] [PACMAN] installed libcanberra (0.30-3)
    [2013-05-20 12:44] [PACMAN] installed libasyncns (0.8-4)
    [2013-05-20 12:44] [PACMAN] installed flac (1.2.1-3)
    [2013-05-20 12:44] [PACMAN] installed libsndfile (1.0.25-2)
    [2013-05-20 12:44] [PACMAN] installed json-c (0.10-2)
    [2013-05-20 12:44] [PACMAN] installed libpulse (3.0-3)
    [2013-05-20 12:44] [PACMAN] installed libnice (0.1.4-1)
    [2013-05-20 12:44] [PACMAN] installed farstream (0.2.3-1)
    [2013-05-20 12:44] [PACMAN] installed telepathy-farstream (0.6.0-1)
    [2013-05-20 12:44] [PACMAN] installed telepathy-logger (0.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed libgnome-keyring (3.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed pm-quirks (0.20100619-3)
    [2013-05-20 12:44] [PACMAN] installed pm-utils (1.4.1-5)
    [2013-05-20 12:44] [PACMAN] installed libplist (1.10-1)
    [2013-05-20 12:44] [PACMAN] installed usbmuxd (1.0.8-1)
    [2013-05-20 12:44] [PACMAN] installed libimobiledevice (1.1.5-1)
    [2013-05-20 12:44] [PACMAN] installed upower (0.9.20-2)
    [2013-05-20 12:44] [PACMAN] installed libqmi (1.2.0-2)
    [2013-05-20 12:44] [PACMAN] installed modemmanager (0.7.990-4)
    [2013-05-20 12:44] [PACMAN] installed networkmanager (0.9.8.0-3)
    [2013-05-20 12:44] [PACMAN] installed telepathy-mission-control (5.14.0-1)
    [2013-05-20 12:44] [ALPM-SCRIPTLET] To use Empathy you need to install at least one Telepathy connection manager.
    [2013-05-20 12:44] [PACMAN] installed empathy (3.8.1-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-desktop (1:3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed libexif (0.6.21-1)
    [2013-05-20 12:44] [PACMAN] installed exempi (2.2.0-1)
    [2013-05-20 12:44] [PACMAN] installed python2-markupsafe (0.15-2)
    [2013-05-20 12:44] [PACMAN] installed python2-beaker (1.6.4-1)
    [2013-05-20 12:44] [PACMAN] installed python2-mako (0.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed gobject-introspection (1.36.0-1)
    [2013-05-20 12:44] [PACMAN] installed libpeas (1.8.0-2)
    [2013-05-20 12:44] [PACMAN] installed eog (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed startup-notification (0.12-3)
    [2013-05-20 12:44] [PACMAN] installed libxres (1.0.6-1)
    [2013-05-20 12:44] [PACMAN] installed libwnck3 (3.4.5-1)
    [2013-05-20 12:44] [PACMAN] installed epiphany (3.8.1-1)
    [2013-05-20 12:44] [PACMAN] installed libgxps (0.2.2-3)
    [2013-05-20 12:44] [PACMAN] installed lcms (1.19-2)
    [2013-05-20 12:44] [PACMAN] installed ghostscript (9.07-2)
    [2013-05-20 12:44] [PACMAN] installed libspectre (0.2.7-1)
    [2013-05-20 12:44] [ALPM-SCRIPTLET] Updating font cache... done.
    [2013-05-20 12:44] [PACMAN] installed gsfonts (1.0.7pre44-3)
    [2013-05-20 12:44] [PACMAN] installed openjpeg (1.5.1-1)
    [2013-05-20 12:44] [PACMAN] installed poppler (0.22.3-3)
    [2013-05-20 12:44] [PACMAN] installed poppler-glib (0.22.3-3)
    [2013-05-20 12:44] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:44] [PACMAN] installed djvulibre (3.5.25.3-1)
    [2013-05-20 12:44] [PACMAN] installed libxpm (3.5.10-1)
    [2013-05-20 12:44] [PACMAN] installed libxaw (1.0.11-1)
    [2013-05-20 12:44] [PACMAN] installed t1lib (5.1.2-3)
    [2013-05-20 12:44] [PACMAN] installed evince (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed accountsservice (0.6.32-1)
    [2013-05-20 12:44] [PACMAN] installed python2-cairo (1.10.0-1)
    [2013-05-20 12:44] [PACMAN] installed pygobject-devel (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed python2-gobject (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed python2-atspi (2.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed libxklavier (5.3-1)
    [2013-05-20 12:44] [PACMAN] installed caribou (0.4.10-1)
    [2013-05-20 12:44] [PACMAN] installed js (17.0.0-1)
    [2013-05-20 12:44] [PACMAN] installed gjs (1.36.1-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-bluetooth (3.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-menus (3.8.0-2)
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so.0.0.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so.4 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so.3 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so.4.0.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libssl3.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libsmime3.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so.0.0.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssckbi.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so.3.0.1 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so.0.0.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssdbm3.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so.2 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssutil3.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnss3.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so.0.0.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libsoftokn3.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libfreebl3.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so.2.37.0 is empty, not checked.
    [2013-05-20 12:44] [PACMAN] installed gconf (3.2.6-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-session (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed libcanberra-pulse (0.30-3)
    [2013-05-20 12:44] [PACMAN] installed libwacom (0.7-1)
    [2013-05-20 12:44] [PACMAN] installed rtkit (0.11-2)
    [2013-05-20 12:44] [PACMAN] installed speex (1.2rc1-3)
    [2013-05-20 12:44] [PACMAN] installed fftw (3.3.3-1)
    [2013-05-20 12:44] [PACMAN] installed libsamplerate (0.1.8-1)
    [2013-05-20 12:44] [PACMAN] installed webrtc-audio-processing (0.1-1)
    [2013-05-20 12:44] [PACMAN] installed sbc (1.1-1)
    [2013-05-20 12:44] [ALPM-SCRIPTLET] >>> See the wiki at http://wiki.archlinux.org/index.php/PulseAudio for details
    [2013-05-20 12:44] [ALPM-SCRIPTLET] on configuring your system for PulseAudio.
    [2013-05-20 12:44] [ALPM-SCRIPTLET]
    [2013-05-20 12:44] [ALPM-SCRIPTLET] >>> Make sure to install pulseaudio-alsa to configure ALSA for PulseAudio.
    [2013-05-20 12:44] [PACMAN] installed pulseaudio (3.0-3)
    [2013-05-20 12:44] [PACMAN] installed alsa-plugins (1.0.27-1)
    [2013-05-20 12:44] [PACMAN] installed pulseaudio-alsa (2-2)
    [2013-05-20 12:44] [PACMAN] installed gtk2 (2.24.18-1)
    [2013-05-20 12:44] [PACMAN] installed python2-xdg (0.25-1)
    [2013-05-20 12:44] [PACMAN] installed ibus (1.5.2-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-settings-daemon (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed cantarell-fonts (0.0.12-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-themes-standard (3.8.1-1)
    [2013-05-20 12:44] [PACMAN] installed libgdm (3.8.1.1-1)
    [2013-05-20 12:44] [PACMAN] installed zenity (3.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed mutter (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed mobile-broadband-provider-info (20120614-1)
    [2013-05-20 12:44] [PACMAN] installed network-manager-applet (0.9.8.0-3)
    [2013-05-20 12:44] [PACMAN] installed unzip (6.0-6)
    [2013-05-20 12:44] [PACMAN] installed gnome-shell (3.8.2-2)
    [2013-05-20 12:44] [PACMAN] installed gdm (3.8.1.1-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-backgrounds (3.8.1-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-calculator (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed sdl (1.2.15-3)
    [2013-05-20 12:44] [PACMAN] installed libdv (1.0.0-4)
    [2013-05-20 12:44] [PACMAN] installed mjpegtools (2.0.0-3)
    [2013-05-20 12:44] [PACMAN] installed gsm (1.0.13-7)
    [2013-05-20 12:44] [PACMAN] installed lame (3.99.5-1)
    [2013-05-20 12:44] [PACMAN] installed recode (3.6-7)
    [2013-05-20 12:44] [PACMAN] installed enca (1.14-1)
    [2013-05-20 12:44] [PACMAN] installed fribidi (0.19.5-1)
    [2013-05-20 12:44] [PACMAN] installed libass (0.10.1-1)
    [2013-05-20 12:44] [PACMAN] installed libbluray (0.2.3-1)
    [2013-05-20 12:44] [PACMAN] installed libmodplug (0.8.8.4-1)
    [2013-05-20 12:44] [PACMAN] installed libtheora (1.1.1-2)
    [2013-05-20 12:44] [PACMAN] installed libva (1.1.1-1)
    [2013-05-20 12:44] [PACMAN] installed libvpx (1.2.0-1)
    [2013-05-20 12:44] [PACMAN] installed opencore-amr (0.1.3-1)
    [2013-05-20 12:44] [PACMAN] installed opus (1.0.2-2)
    [2013-05-20 12:44] [PACMAN] installed rtmpdump (20121203-1)
    [2013-05-20 12:44] [PACMAN] installed schroedinger (1.0.11-1)
    [2013-05-20 12:44] [PACMAN] installed v4l-utils (0.9.5-1)
    [2013-05-20 12:44] [PACMAN] installed x264 (20130206-1)
    [2013-05-20 12:44] [PACMAN] installed xvidcore (1.3.2-1)
    [2013-05-20 12:44] [PACMAN] installed ffmpeg (1:1.2.1-1)
    [2013-05-20 12:44] [PACMAN] installed chromaprint (0.7-5)
    [2013-05-20 12:44] [PACMAN] installed libmms (0.6.2-1)
    [2013-05-20 12:44] [PACMAN] installed faad2 (2.7-3)
    [2013-05-20 12:44] [PACMAN] installed mpg123 (1.15.3-1)
    [2013-05-20 12:44] [PACMAN] installed libmp4v2 (2.0.0-2)
    [2013-05-20 12:44] [PACMAN] installed faac (1.28-4)
    [2013-05-20 12:44] [PACMAN] installed celt (0.11.3-1)
    [2013-05-20 12:44] [PACMAN] installed libdca (0.0.5-3)
    [2013-05-20 12:44] [PACMAN] installed soundtouch (1.7.1-1)
    [2013-05-20 12:44] [PACMAN] installed spandsp (0.0.6pre21-1)
    [2013-05-20 12:44] [PACMAN] installed libdvdread (4.2.0-1)
    [2013-05-20 12:44] [PACMAN] installed libdvdnav (4.2.0-2)
    [2013-05-20 12:44] [PACMAN] installed libgme (0.6.0-2)
    [2013-05-20 12:44] [PACMAN] installed gst-plugins-bad (1.0.7-1)
    [2013-05-20 12:44] [PACMAN] installed cdparanoia (10.2-4)
    [2013-05-20 12:44] [PACMAN] installed libvisual (0.4.0-4)
    [2013-05-20 12:44] [PACMAN] installed gst-plugins-base (1.0.7-1)
    [2013-05-20 12:44] [PACMAN] installed jack (0.121.3-7)
    [2013-05-20 12:44] [PACMAN] installed wavpack (4.60.1-2)
    [2013-05-20 12:44] [PACMAN] installed aalib (1.4rc5-9)
    [2013-05-20 12:44] [PACMAN] installed taglib (1.8-1)
    [2013-05-20 12:44] [PACMAN] installed libshout (1:2.3.1-1)
    [2013-05-20 12:44] [PACMAN] installed libid3tag (0.15.1b-7)
    [2013-05-20 12:44] [PACMAN] installed imlib2 (1.4.5-4)
    [2013-05-20 12:44] [PACMAN] installed libcaca (0.99.beta18-1)
    [2013-05-20 12:44] [PACMAN] installed libraw1394 (2.1.0-1)
    [2013-05-20 12:44] [PACMAN] installed libavc1394 (0.5.4-1)
    [2013-05-20 12:44] [PACMAN] installed libiec61883 (1.2.0-3)
    [2013-05-20 12:44] [PACMAN] installed gst-plugins-good (1.0.7-2)
    [2013-05-20 12:44] [PACMAN] installed gnome-video-effects (0.4.0-2)
    [2013-05-20 12:44] [PACMAN] installed nautilus-sendto (3.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed cheese (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-contacts (3.8.1-1)
    [2013-05-20 12:44] [PACMAN] installed cups-pk-helper (0.2.4-1)
    [2013-05-20 12:44] [PACMAN] installed libgtop (2.28.4-1)
    [2013-05-20 12:44] [PACMAN] installed libpwquality (1.2.1-1)
    [2013-05-20 12:44] [PACMAN] installed vte-common (0.34.5-1)
    [2013-05-20 12:44] [PACMAN] installed vte3 (0.34.5-1)
    [2013-05-20 12:44] [PACMAN] installed exiv2 (0.23-1)
    [2013-05-20 12:44] [PACMAN] installed mash (0.2.0-2)
    [2013-05-20 12:44] [PACMAN] installed shared-color-targets (0.1.2-1)
    [2013-05-20 12:44] [PACMAN] installed colord-gtk (0.1.25-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-color-manager (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed libcap-ng (0.7.3-1)
    [2013-05-20 12:44] [PACMAN] installed talloc (2.0.8-1)
    [2013-05-20 12:44] [PACMAN] installed libbsd (0.4.2-1)
    [2013-05-20 12:44] [PACMAN] installed libwbclient (4.0.5-3)
    [2013-05-20 12:44] [PACMAN] installed cifs-utils (6.0-2)
    [2013-05-20 12:44] [PACMAN] installed tevent (0.9.18-1)
    [2013-05-20 12:44] [PACMAN] installed ldb (1.1.15-1)
    [2013-05-20 12:44] [PACMAN] installed smbclient (4.0.5-3)
    [2013-05-20 12:44] [PACMAN] installed gnome-control-center (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-dictionary (3.6.0-2)
    [2013-05-20 12:44] [PACMAN] installed libatasmart (0.19-1)
    [2013-05-20 12:44] [PACMAN] installed udisks2 (2.1.0-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-disk-utility (3.8.0-2)
    [2013-05-20 12:44] [PACMAN] installed gnome-font-viewer (3.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-icon-theme-extras (3.6.2-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-keyring (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-screenshot (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-system-log (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed libsigc++ (2.3.1-1)
    [2013-05-20 12:45] [PACMAN] installed glibmm (2.36.2-1)
    [2013-05-20 12:45] [PACMAN] installed cairomm (1.10.0-3)
    [2013-05-20 12:45] [PACMAN] installed pangomm (2.34.0-1)
    [2013-05-20 12:45] [PACMAN] installed atkmm (2.22.7-1)
    [2013-05-20 12:45] [PACMAN] installed gtkmm3 (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-system-monitor (3.8.2.1-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-terminal (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed yelp-xsl (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed yelp (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-user-docs (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed apr (1.4.6-1)
    [2013-05-20 12:45] [PACMAN] installed unixodbc (2.3.1-1)
    [2013-05-20 12:45] [PACMAN] installed apr-util (1.5.2-1)
    [2013-05-20 12:45] [PACMAN] installed apache (2.2.24-1)
    [2013-05-20 12:45] [PACMAN] installed mod_dnssd (0.6-4)
    [2013-05-20 12:45] [PACMAN] installed gnome-user-share (3.8.0-1)
    [2013-05-20 12:45] [PACMAN] installed mousetweaks (3.8.0-2)
    [2013-05-20 12:45] [PACMAN] installed libcddb (1.3.2-3)
    [2013-05-20 12:45] [PACMAN] installed libcdio (0.90-2)
    [2013-05-20 12:45] [PACMAN] installed libcdio-paranoia (10.2+0.90+1-1)
    [2013-05-20 12:45] [PACMAN] installed gvfs (1.16.2-1)
    [2013-05-20 12:45] [PACMAN] installed libnautilus-extension (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed nautilus (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed neon (0.29.6-4)
    [2013-05-20 12:45] [PACMAN] installed libmusicbrainz5 (5.0.1-1)
    [2013-05-20 12:45] [PACMAN] installed gtksourceview3 (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed sushi (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed gmime (2.6.15-1)
    [2013-05-20 12:45] [PACMAN] installed lua (5.2.2-1)
    [2013-05-20 12:45] [PACMAN] installed libquvi-scripts (0.4.14-1)
    [2013-05-20 12:45] [PACMAN] installed libquvi (0.4.1-2)
    [2013-05-20 12:45] [PACMAN] installed totem-plparser (3.4.5-1)
    [2013-05-20 12:45] [PACMAN] installed python (3.3.1-1)
    [2013-05-20 12:45] [PACMAN] installed python-cairo (1.10.0-2)
    [2013-05-20 12:45] [PACMAN] installed python-gobject (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed python-xdg (0.25-1)
    [2013-05-20 12:45] [PACMAN] installed totem (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed libgsf (1.14.26-1)
    [2013-05-20 12:45] [PACMAN] installed tracker (0.16.1-1)
    [2013-05-20 12:45] [PACMAN] installed vino (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed xdg-user-dirs (0.14-3)
    [2013-05-20 12:45] [PACMAN] installed xdg-user-dirs-gtk (0.10-1)
    [2013-05-20 12:45] [PACMAN] installed accerciser (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed guile (1.8.8-2)
    [2013-05-20 12:45] [ALPM-SCRIPTLET]
    [2013-05-20 12:45] [ALPM-SCRIPTLET] (gconftool-2:17218): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
    [2013-05-20 12:45] [ALPM-SCRIPTLET] Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    [2013-05-20 12:45] [PACMAN] installed aisleriot (3.2.3.2-1)
    [2013-05-20 12:45] [PACMAN] installed gdl (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed libanjuta (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed autogen (5.17.2-1)
    [2013-05-20 12:45] [PACMAN] installed devhelp (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed glade (3.15.0-1)
    [2013-05-20 12:45] [PACMAN] installed libmariadbclient (5.5.30-2)
    [2013-05-20 12:45] [PACMAN] installed postgresql-libs (9.2.4-1)
    [2013-05-20 12:45] [PACMAN] installed gd (2.0.36RC1-6)
    [2013-05-20 12:45] [PACMAN] installed gts (0.7.6-2)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] Warning: Could not load "/usr/lib/graphviz/libgvplugin_rsvg.so.6" - file not found
    [2013-05-20 12:45] [ALPM-SCRIPTLET] Warning: Could not load "/usr/lib/graphviz/libgvplugin_rsvg.so.6" - file not found
    [2013-05-20 12:45] [PACMAN] installed graphviz (2.30.1-3)
    [2013-05-20 12:45] [PACMAN] installed libgda (5.1.2-2)
    [2013-05-20 12:45] [PACMAN] installed serf (1.2.0-1)
    [2013-05-20 12:45] [PACMAN] installed subversion (1.7.9-4)
    [2013-05-20 12:45] [PACMAN] installed vala (0.20.1-1)
    [2013-05-20 12:45] [PACMAN] installed anjuta (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed cdrkit (1.1.11-2)
    [2013-05-20 12:45] [PACMAN] installed libmad (0.15.1b-6)
    [2013-05-20 12:45] [PACMAN] installed libao (1.1.0-3)
    [2013-05-20 12:45] [PACMAN] installed cdrdao (1.2.3-6)
    [2013-05-20 12:45] [PACMAN] installed dvd+rw-tools (7.1-4)
    [2013-05-20 12:45] [PACMAN] installed brasero (3.8.0-2)
    [2013-05-20 12:45] [PACMAN] installed gtkhtml4 (4.6.5-1)
    [2013-05-20 12:45] [PACMAN] installed libpst (0.6.58-1)
    [2013-05-20 12:45] [PACMAN] installed libytnef (1.5-3)
    [2013-05-20 12:45] [PACMAN] installed evolution (3.8.2-2)
    [2013-05-20 12:45] [PACMAN] installed file-roller (3.8.2-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed five-or-more (3.8.1-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed four-in-a-row (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed gedit (3.8.2-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-chess (3.8.2.1-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-clocks (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-devel-docs (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed libzapojit (0.0.3-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-documents (3.8.2.1-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-getting-started-docs (3.8.2-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-klotski (3.8.2-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-mahjongg (3.8.0-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-mines (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed idnkit (1.0-2)
    [2013-05-20 12:45] [PACMAN] installed dnssec-anchors (20130320-1)
    [2013-05-20 12:45] [PACMAN] installed dnsutils (9.9.2.P2-1)
    [2013-05-20 12:45] [PACMAN] installed whois (5.0.25-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-nettool (3.8.0-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-nibbles (3.8.0-1)
    [2013-05-20 12:45] [PACMAN] installed babl (0.1.10-1)
    [2013-05-20 12:45] [PACMAN] installed gegl (0.2.0-8)
    [2013-05-20 12:45] [PACMAN] installed gnome-photos (3.8.2-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-robots (3.8.1-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-sudoku (3.8.1-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-tetravex (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-weather (3.8.2-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed iagno (3.8.1-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed lightsoff (3.8.0-1)
    [2013-05-20 12:45] [PACMAN] installed python-atspi (2.8.0-1)
    [2013-05-20 12:45] [PACMAN] installed python-dbus-common (1.1.1-2)
    [2013-05-20 12:45] [PACMAN] installed python-dbus (1.1.1-2)
    [2013-05-20 12:45] [PACMAN] installed dotconf (1.3-3)
    [2013-05-20 12:45] [PACMAN] installed speech-dispatcher (0.8-1)
    [2013-05-20 12:45] [PACMAN] installed liblouis (2.5.2-2)
    [2013-05-20 12:45] [PACMAN] installed tcl (8.6.0-4)
    [2013-05-20 12:45] [PACMAN] installed cython (0.19-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] Please add your user to the brlapi group.
    [2013-05-20 12:45] [PACMAN] installed brltty (4.5-3)
    [2013-05-20 12:45] [PACMAN] installed orca (3.8.1-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed quadrapassel (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed gssdp (0.14.2-1)
    [2013-05-20 12:45] [PACMAN] installed gupnp (0.20.2-1)
    [2013-05-20 12:45] [PACMAN] installed gupnp-av (0.12.1-1)
    [2013-05-20 12:45] [PACMAN] installed gupnp-dlna (0.10.1-1)
    [2013-05-20 12:45] [PACMAN] installed libunistring (0.9.3-5)
    [2013-05-20 12:45] [PACMAN] installed xdg-utils (1.1.0.git20121008-2)
    [2013-05-20 12:45] [PACMAN] installed rygel (0.18.2-1)
    [2013-05-20 12:45] [PACMAN] installed seahorse (3.8.2-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed swell-foop (3.8.1-1)
    [2013-05-20 12:46] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:46] [PACMAN] installed tali (3.8.0-1)
    [2013-05-20 12:46] [PACMAN] installed gtk-vnc (0.5.2-2)
    [2013-05-20 12:46] [PACMAN] installed vinagre (3.8.2-1)
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so.0.0.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so.4 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so.3 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so.4.0.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libssl3.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libsmime3.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so.0.0.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssckbi.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so.3.0.1 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so.0.0.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssdbm3.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so.2 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssutil3.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnss3.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so.0.0.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libsoftokn3.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libfreebl3.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so.2.37.0 is empty, not checked.
    FULL install gnome log --force. gnome dont work .. ;/

  • Youtube-dl called from python script fails...why ? [solved]

    Hi there,
    since downloading youtube stuff with Browser plugins has been pretty unstable for me lately (read: mostly incomplete videos) I switched over to youtube-dl again. Unfortunately youtube-dl often stops downloading as well...
    I wrote a small Python script which looks for incomplete downloads in my Youtube folder and restarts the download again. The code is quite simple:
    #!/usr/bin/python
    # -*- coding: utf8 -*-
    # Modules used:
    import sys, os
    part_files = os.popen ("ls *.part")
    for part_file in part_files:
    target_name = part_file.strip()[:-5]
    target_name = target_name.split(".")[0]
    yt_id = target_name [len(target_name)-11:]
    cli = 'youtube-dl -t http://www.youtube.com/watch?v=' + yt_id
    print cli
    os.popen (cli)
    Unfortunately youtube-dl bombs out with the following stack trace and I have got no clue why...
    youtube-dl -t http://www.youtube.com/watch?v=XNVaEoQMarg
    Traceback (most recent call last):
    File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
    File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
    File "/usr/bin/youtube-dl/__main__.py", line 17, in <module>
    File "/usr/bin/youtube-dl/youtube_dl/__init__.py", line 516, in main
    File "/usr/bin/youtube-dl/youtube_dl/__init__.py", line 500, in _real_main
    File "/usr/bin/youtube-dl/youtube_dl/FileDownloader.py", line 507, in download
    File "/usr/bin/youtube-dl/youtube_dl/InfoExtractors.py", line 92, in extract
    File "/usr/bin/youtube-dl/youtube_dl/InfoExtractors.py", line 87, in initialize
    File "/usr/bin/youtube-dl/youtube_dl/InfoExtractors.py", line 313, in _real_initialize
    File "/usr/bin/youtube-dl/youtube_dl/InfoExtractors.py", line 197, in report_lang
    File "/usr/bin/youtube-dl/youtube_dl/FileDownloader.py", line 192, in to_screen
    IOError: [Errno 32] Broken pipe
    Does anybody have an idea why this happens ? Using youtube-dl without the "resume download" script works perfectly though...
    TIA,
    D$
    Last edited by Darksoul71 (2013-06-06 11:00:51)

    I think the problem is that you are using os.popen.
    The function returns a file object to which the pipe of the new spawned process is connected. If you don't catch that file object, python might garbage collect it. (In addition, your script terminates, so the file object will be garbage collected).
    Check out the subprocess module from the standard lib. I think there you can redirect the pipe of the new spawned processs to /dev/null or something.
    http://docs.python.org/2/library/subprocess.html

  • Unexpected error when running Python scripts?

    I always get this crash when I try to run python scripts. Anyone know what is causing this or how to fix it?
    Process:         Python [8022]
    Path:            /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/C ontents/MacOS/Python
    Identifier:      Python
    Version:         2.7.2 (2.7.2)
    Code Type:       X86-64 (Native)
    Parent Process:  ??? [1]
    User ID:         501
    Date/Time:       2012-11-23 05:13:46.990 -0700
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          62859 sec
    Crashes Since Last Report:           6
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      9A83E25A-0D91-6DC9-960B-E7126A515A89
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00007faa1b19ad5e
    VM Regions Near 0x7faa1b19ad5e:
        MALLOC_TINY            00007faa1b000000-00007faa1b100000 [ 1024K] rw-/rwx SM=COW 
    -->
        MALLOC_SMALL           00007faa1b800000-00007faa1c800000 [ 16.0M] rw-/rwx SM=COW 
    Application Specific Information:
    *** single-threaded process forked ***
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_c.dylib                       0x00007fff87fafde1 tiny_free_list_add_ptr + 112
    1   libsystem_c.dylib                       0x00007fff87fb354e tiny_malloc_from_free_list + 1078
    2   libsystem_c.dylib                       0x00007fff87fb3ad8 szone_malloc_should_clear + 971
    3   libsystem_c.dylib                       0x00007fff87fa6153 malloc_zone_malloc + 71
    4   libsystem_c.dylib                       0x00007fff87fa6c61 realloc + 82
    5   org.python.python                       0x00000001065e6ac9 0x10658b000 + 375497
    6   org.python.python                       0x00000001065e4b23 0x10658b000 + 367395
    7   org.python.python                       0x00000001065e6646 0x10658b000 + 374342
    8   org.python.python                       0x00000001065a4494 PyEval_EvalFrameEx + 8967
    9   org.python.python                       0x00000001065a2147 PyEval_EvalCodeEx + 1934
    10  org.python.python                       0x00000001065dbd7a 0x10658b000 + 331130
    11  org.python.python                       0x000000010659a6c6 PyObject_Call + 97
    12  org.python.python                       0x00000001065b79bf 0x10658b000 + 182719
    13  org.python.python                       0x000000010659a6c6 PyObject_Call + 97
    14  org.python.python                       0x00000001065a8018 PyEval_CallObjectWithKeywords + 177
    15  org.python.python                       0x00000001065ba46e PyCodec_Encode + 78
    16  org.python.python                       0x0000000106633978 PyUnicodeUCS2_AsEncodedString + 141
    17  org.python.python                       0x00000001065c232f 0x10658b000 + 226095
    18  org.python.python                       0x00000001065c0c91 0x10658b000 + 220305
    19  org.python.python                       0x00000001065bfc43 0x10658b000 + 216131
    20  org.python.python                       0x00000001065bff0d PyArg_ParseTuple + 143
    21  _socket.so                              0x0000000106b2c7f3 0x106b28000 + 18419
    22  _socket.so                              0x0000000106b2b743 0x106b28000 + 14147
    23  org.python.python                       0x00000001065a2f72 PyEval_EvalFrameEx + 3557
    24  org.python.python                       0x00000001065a2147 PyEval_EvalCodeEx + 1934
    25  org.python.python                       0x00000001065dbd7a 0x10658b000 + 331130
    26  org.python.python                       0x000000010659a6c6 PyObject_Call + 97
    27  _functools.so                           0x00000001068d34a2 0x1068d2000 + 5282
    28  org.python.python                       0x000000010659a6c6 PyObject_Call + 97
    29  org.python.python                       0x00000001065a478d PyEval_EvalFrameEx + 9728
    30  org.python.python                       0x00000001065a2147 PyEval_EvalCodeEx + 1934
    31  org.python.python                       0x00000001065a88df 0x10658b000 + 121055
    32  org.python.python                       0x00000001065a463a PyEval_EvalFrameEx + 9389
    33  org.python.python                       0x00000001065a2147 PyEval_EvalCodeEx + 1934
    34  org.python.python                       0x00000001065a88df 0x10658b000 + 121055
    35  org.python.python                       0x00000001065a463a PyEval_EvalFrameEx + 9389
    36  org.python.python                       0x00000001065a8869 0x10658b000 + 120937
    37  org.python.python                       0x00000001065a463a PyEval_EvalFrameEx + 9389
    38  org.python.python                       0x00000001065a2147 PyEval_EvalCodeEx + 1934
    39  org.python.python                       0x00000001065a19b3 PyEval_EvalCode + 54
    40  org.python.python                       0x00000001065ddc70 0x10658b000 + 339056
    41  org.python.python                       0x00000001065ddd3c PyRun_FileExFlags + 165
    42  org.python.python                       0x00000001065dd726 PyRun_SimpleFileExFlags + 410
    43  org.python.python                       0x0000000106601e27 Py_Main + 2715
    44  libdyld.dylib                           0x00007fff8fe447e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libsystem_network
    0   libsystem_c.dylib                       0x00007fff87fb32dd tiny_malloc_from_free_list + 453
    1   libsystem_c.dylib                       0x00007fff87fb3ad8 szone_malloc_should_clear + 971
    2   libsystem_c.dylib                       0x00007fff87fa6153 malloc_zone_malloc + 71
    3   libsystem_c.dylib                       0x00007fff87fa6ba7 malloc + 41
    4   libsystem_c.dylib                       0x00007fff8801026d tre_make_trans + 412
    5   libsystem_c.dylib                       0x00007fff8800ff59 tre_ast_to_tnfa + 145
    6   libsystem_c.dylib                       0x00007fff8800ff2f tre_ast_to_tnfa + 103
    7   libsystem_c.dylib                       0x00007fff8800e30b tre_compile + 4627
    8   libsystem_c.dylib                       0x00007fff8800c79f regncomp_l + 346
    9   libsystem_c.dylib                       0x00007fff87f9b278 __asl_parse_time_block_invoke_0 + 151
    10  libdispatch.dylib                       0x00007fff8a6ce0b6 _dispatch_client_callout + 8
    11  libdispatch.dylib                       0x00007fff8a6ce041 dispatch_once_f + 50
    12  libsystem_c.dylib                       0x00007fff87f9ad57 asl_parse_time + 61
    13  libsystem_c.dylib                       0x00007fff87fa139a _asl_time_string + 72
    14  libsystem_c.dylib                       0x00007fff87fa130e asl_msg_to_string_raw + 322
    15  libsystem_c.dylib                       0x00007fff87f99c77 _asl_send_message + 1273
    16  libsystem_c.dylib                       0x00007fff87f99412 _asl_lib_vlog + 513
    17  libsystem_c.dylib                       0x00007fff87f86839 vsyslog + 107
    18  libdispatch.dylib                       0x00007fff8a6d3cd1 _dispatch_log + 224
    19  libdispatch.dylib                       0x00007fff8a6cfba0 _dispatch_update_kq + 430
    20  libdispatch.dylib                       0x00007fff8a6cf9ee _dispatch_mgr_wakeup + 16
    21  libdispatch.dylib                       0x00007fff8a6cee65 _dispatch_wakeup + 28
    22  libdispatch.dylib                       0x00007fff8a6cee10 _dispatch_queue_push_list_slow2 + 33
    23  libdispatch.dylib                       0x00007fff8a6ceecd _dispatch_wakeup + 132
    24  libdispatch.dylib                       0x00007fff8a6cf027 _dispatch_resume_slow + 17
    25  libxpc.dylib                            0x00007fff8ea12ff2 _xpc_connection_listen_for_reply + 198
    26  libxpc.dylib                            0x00007fff8ea13ccf xpc_connection_send_message_with_reply + 122
    27  libsystem_network.dylib                 0x00007fff9163bd8c __net_helper_get_settings_block_invoke_0 + 181
    28  libdispatch.dylib                       0x00007fff8a6d1f01 _dispatch_call_block_and_release + 15
    29  libdispatch.dylib                       0x00007fff8a6ce0b6 _dispatch_client_callout + 8
    30  libdispatch.dylib                       0x00007fff8a6cf47f _dispatch_queue_drain + 235
    31  libdispatch.dylib                       0x00007fff8a6cf2f1 _dispatch_queue_invoke + 52
    32  libdispatch.dylib                       0x00007fff8a6cf1c3 _dispatch_worker_thread2 + 249
    33  libsystem_c.dylib                       0x00007fff87f8fcab _pthread_wqthread + 404
    34  libsystem_c.dylib                       0x00007fff87f7a171 start_wqthread + 13
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff85af06d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff87f8feec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff87f8fcb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff87f7a171 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00000000000fffe0  rbx: 0x00000000000009ac  rcx: 0x00007faa1b000000  rdx: 0x00007faa1b09ad80
      rdi: 0x0000000106585000  rsi: 0x00000001066fea00  rbp: 0x00007fff5967ced0  rsp: 0x00007fff5967cec8
       r8: 0x000000000000003f   r9: 0x000007faa1b09ad8  r10: 0x00007faa1b0b6300  r11: 0x000000000000fffe
      r12: 0x0000000000000002  r13: 0x00007faa1b09ad60  r14: 0x00000000066efffe  r15: 0x00000001066fea00
      rip: 0x00007fff87fafde1  rfl: 0x0000000000010202  cr2: 0x00007faa1b19ad5e
    Logical CPU: 0
    Binary Images:
           0x106581000 -        0x106581fff  org.python.python (2.7.2 - 2.7.2) <A3CE5618-7FE0-3307-B2C1-DE2661C936B2> /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/C ontents/MacOS/Python
           0x10658b000 -        0x106698fff  org.python.python (2.7.2 - 2.7.2) <B2E5B3C9-2D7C-37D7-B23D-84DEF8DDAF28> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
           0x10689b000 -        0x10689efff  operator.so (60.3) <16E539EB-683E-3BDF-83AA-77ED26146560> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/operator.so
           0x1068d2000 -        0x1068d3fff  _functools.so (60.3) <610F4A5F-CEE5-3353-94CD-F586D4F2DAD0> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_functools.so
           0x1068d7000 -        0x1068d8fff  _locale.so (60.3) <D7B03EB6-5126-3306-8699-D3816B044AAB> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_locale.so
           0x1068dc000 -        0x1068ddfff  time.so (60.3) <B81E8A2D-38E3-3BA7-AA2F-7A543F20DACF> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/time.so
           0x106924000 -        0x106926fff  select.so (60.3) <191F03CF-4038-38AF-A0BA-22AC770298A0> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/select.so
           0x10692c000 -        0x10692dfff  fcntl.so (60.3) <5E2DBA68-27EB-3589-B7B4-8B7918DC9716> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/fcntl.so
           0x106931000 -        0x106934fff  _struct.so (60.3) <2D1A807F-2084-3CEE-9E4B-DE124502AB69> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_struct.so
           0x10693a000 -        0x10693cfff  binascii.so (60.3) <A96BD9F2-1025-3803-A942-AC8AE48243A9> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/binascii.so
           0x106940000 -        0x106941fff  cStringIO.so (60.3) <F4174A1F-B66E-3986-985C-0632FCD266F9> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/cStringIO.so
           0x106946000 -        0x106949fff  _collections.so (60.3) <20EAC750-00E1-3216-BB1F-472C0CEA6118> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_collections.so
           0x10698f000 -        0x106995fff  itertools.so (60.3) <C273B16D-A69E-3D3C-B3F5-43F6B0BC333F> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/itertools.so
           0x10699e000 -        0x10699efff  _bisect.so (60.3) <BEAA36C6-86EF-3272-9F95-29AED2B60109> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_bisect.so
           0x1069a2000 -        0x1069a3fff  _heapq.so (60.3) <C02D109C-B83B-385E-86E9-04F551749448> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_heapq.so
           0x1069a8000 -        0x1069b3ff7  datetime.so (60.3) <B359E7F5-D6D1-343C-A770-F1186D123691> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/datetime.so
           0x1069bc000 -        0x1069c5fff  _sqlite3.so (60.3) <C0006BFF-3590-3B8E-A9B5-DECD4A764236> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_sqlite3.so
           0x106acf000 -        0x106ad3fff  math.so (60.3) <15868E58-734E-3A35-A4C2-AC4625F37902> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/math.so
           0x106b19000 -        0x106b1afff  _hashlib.so (60.3) <9B8C96E2-6DE6-3830-B300-35C790DA40C7> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_hashlib.so
           0x106b1f000 -        0x106b22fff  strop.so (60.3) <33FECDE8-3D85-37A8-95CA-08C1F2B820D4> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/strop.so
           0x106b28000 -        0x106b2eff7  _socket.so (60.3) <E186283B-C7D4-3D7E-9198-CD7761B70100> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_socket.so
           0x106b36000 -        0x106b39fff  _ssl.so (60.3) <2AEDA15A-56F4-3E82-9415-297BFE6C8F38> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_ssl.so
           0x106b7f000 -        0x106b7ffff  _scproxy.so (60.3) <43CCA6F3-BA7C-3186-8450-B63D00D8AC6F> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_scproxy.so
           0x106bc4000 -        0x106bc8fff  array.so (60.3) <56A0FB1F-7603-3450-AF31-9801D9AB95D5> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/array.so
           0x106bce000 -        0x106bcffff  _random.so (60.3) <E2D3E74F-9797-30D4-A9B7-E9FE72564C50> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_random.so
           0x106bd3000 -        0x106bdffff  cPickle.so (60.3) <869D9434-2C00-3EC8-93A1-2A8104957B7E> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/cPickle.so
           0x106c25000 -        0x106c29fff  _json.so (60.3) <5899CF83-4D57-34C0-A01F-DC215C5C26D0> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_json.so
           0x106cae000 -        0x106cbffff  _io.so (60.3) <79CDBE7E-1D18-39A6-99AA-CA9466FAD6C2> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_io.so
           0x106d4e000 -        0x106d4efff  grp.so (60.3) <F1C42F13-D323-3F5A-B59E-ACB09DD18ABE> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/grp.so
           0x106fd2000 -        0x106fd4fff  zlib.so (60.3) <987E51DB-7827-3F1A-AD5E-CF58C673E644> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/zlib.so
           0x106fd9000 -        0x106fdffff  pyexpat.so (60.3) <72D45F21-63F8-3EEF-B71D-DC73B0309D55> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/pyexpat.so
           0x107066000 -        0x107077fff  _ctypes.so (60.3) <A4E934BA-B8B3-3CD6-9AA6-78458DEAA491> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_ctypes.so
           0x10740e000 -        0x1074b2ff7  unicodedata.so (60.3) <D2954B53-CE7D-3182-8056-F04F7CAABC6C> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/unicodedata.so
        0x7fff66181000 -     0x7fff661b593f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff84fa3000 -     0x7fff8518cfff  com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff851b6000 -     0x7fff853b6fff  libicucore.A.dylib (491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib
        0x7fff85724000 -     0x7fff85729fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff85ade000 -     0x7fff85af9ff7  libsystem_kernel.dylib (2050.18.24) <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
        0x7fff85dc3000 -     0x7fff85dcefff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff861ed000 -     0x7fff861eeff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
        0x7fff86617000 -     0x7fff86625fff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
        0x7fff87f30000 -     0x7fff87f38fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff87f79000 -     0x7fff88045fe7  libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
        0x7fff88046000 -     0x7fff88058ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff88134000 -     0x7fff88159ff7  libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
        0x7fff88221000 -     0x7fff88272ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <E095637C-457F-3D8F-AE32-A032F9D5A46C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8835f000 -     0x7fff8838dff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff89823000 -     0x7fff8982bff7  libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff89f9d000 -     0x7fff8a09afff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff8a6cc000 -     0x7fff8a6e1ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff8a704000 -     0x7fff8a750ff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff8ac23000 -     0x7fff8ac24fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8acf1000 -     0x7fff8adf3fff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8aeea000 -     0x7fff8b00292f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff8b070000 -     0x7fff8b072fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8b112000 -     0x7fff8b113ff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8ba1a000 -     0x7fff8ba1bff7  libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib
        0x7fff8bbfa000 -     0x7fff8bc62ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8c0fb000 -     0x7fff8c132ff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff8cd20000 -     0x7fff8cd56fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff8d244000 -     0x7fff8d249fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff8ea07000 -     0x7fff8ea29ff7  libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
        0x7fff8eadd000 -     0x7fff8eb2cff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff8eb55000 -     0x7fff8eb57fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff8f0ec000 -     0x7fff8f0f2fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff8fe42000 -     0x7fff8fe45ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff8fe93000 -     0x7fff8fe95ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8fe96000 -     0x7fff8fe9dfff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff9022f000 -     0x7fff90230fff  libffi.dylib (18) <D20FE81C-271C-3446-ABC8-50B6A6F5BEA4> /usr/lib/libffi.dylib
        0x7fff904f0000 -     0x7fff9050bff7  libexpat.1.dylib (12) <95D59F1F-0A5C-3F33-BA97-26F7D796CE7A> /usr/lib/libexpat.1.dylib
        0x7fff908e2000 -     0x7fff908e3fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff90c13000 -     0x7fff90c14ff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
        0x7fff912c0000 -     0x7fff912c6ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff91562000 -     0x7fff915cbfff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff915cc000 -     0x7fff915ccfff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff91635000 -     0x7fff91643ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 5843
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=67.5M resident=24.5M(36%) swapped_out_or_unallocated=43.0M(64%)
    Writable regions: Total=66.6M written=11.4M(17%) resident=19.8M(30%) swapped_out=0K(0%) unallocated=46.8M(70%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    MALLOC                             55.5M
    MALLOC guard page                    32K
    STACK GUARD                        56.0M
    Stack                              10.6M
    VM_ALLOCATE                          20K
    __DATA                             1924K
    __LINKEDIT                         53.6M
    __TEXT                             13.9M
    __UNICODE                           544K
    shared memory                        12K
    ===========                      =======
    TOTAL                             192.0M
    Model: MacBookAir4,2, BootROM MBA41.0077.B0F, 2 processors, Intel Core i7, 1.8 GHz, 4 GB, SMC 1.73f65
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.98.81.22)
    Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SM256C, 251 GB
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8404, 0xfd110000 / 3
    USB Device: FaceTime Camera (Built-in), apple_vendor_id, 0x850a, 0xfa200000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x024c, 0xfa120000 / 5
    USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821f, 0xfa113000 / 8

    I guess you could say Cheetah is in stable release since 2010 as that was when it was last updated. Python has changed considerably since then.
    Pypl.org shows a list of available packages by ascending Python version. By the time one looks for Cheetah support in Python 2.6, it is strictly Linux. In the Python 2.7 section, there is no Cheetah package listed at all.
    In my estimation, development on Cheetah has been abandoned, and it remains incompatible with Python 2.7.2 as installed on OS X. You should abandon Cheetah. Look at Jinja2, or Django.
    OS X still uses Python scripts for some system activity. If the system version of Python gets messed up with an incompatible module, these system python scripts are compromised too.
    Seriously, look at Pythonbrew. It allows you to create full-blown Python installs and switch between versions and virtual environments.

  • Nvidia-utils: /usr/lib/libXvMCNVIDIA_dynamic.so.1 exists in filesystem

    FIXED NOW. REMOVED the CONFLICTING file. big deal.
    Hello i just do my usual pacman -Syu and hit a problem with nvidia-utils package.
    :: Starting full system upgrade...
    resolving dependencies... done.
    looking for inter-conflicts... done.
    Targets: alunn-0.7.1.2-1 device-mapper-1.02.24-1 fakeroot-1.9-1 fuse-2.7.2-1 kazehakase-0.5.1-1 logrotate-3.7.5-1
    lvm2-2.02.29-1 python-2.5.1-4 mutagen-1.13-1 ntfs-3g-1.1120-1 nvidia-utils-169.07-1 nvidia-169.07-1
    roxterm-1.9.1-1 tcpdump-3.9.8-1
    Total Package Size: 23.67 MB
    Proceed with installation? [Y/n] Y
    (14/14) checking for file conflicts [##############################################################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    nvidia-utils: /usr/lib/libXvMCNVIDIA_dynamic.so.1 exists in filesystem
    errors occurred, no packages were upgraded.
    Maybe just some minor problem, will se what i do with it later today.
    !!Fixed now.
    Not a big deal, tried to stop X and remove nvidia module but had to move or remove this file
    /usr/lib/libXvMCNVIDIA_dynamic.so.1
    to somewhere.
    And upgrade of nvidia-utils finished fine then.
    Last edited by Kaso_Da_Zmok (2008-01-08 11:16:53)

    cell wrote:I read some where that the conflict comes when if you install with the script from nvidia.com and then reverse back to the driver from the repository.
    Same happened to me.
    I never installed anything manually, and I also had that issue.
    So the explanation given in the link I gave above is more probable, at least in my case.
    Otherwise, simply removing the conflicting file is in my opinion the easiest and safest way.

  • Python script, "No module named 'new'"

    Hi,
    I'm trying to run a python hot-corners script from here (at the very bottom of that page). Unfortunately I'm presented the following output:
    $ /tmp/hot-corners.py
    Traceback (most recent call last):
    File "/tmp/hot-corners.py", line 6, in <module>
    from Xlib import display
    File "/usr/lib/python3.3/site-packages/Xlib/display.py", line 20, in <module>
    import new
    ImportError: No module named 'new'
    Google brought up some tech talk on how there is no need to "manually" import new and such, but that didn't help me in how I get that script working. Sure I could comment out "import new" in line 20 in /usr/lib/python3.3/site-packages/Xlib/display.py but then I don't know anything about python and I feel like, if that was the solution because importing the module new has become obsolete, then it would've been fixed upstream. And since it isn't, I'm probably missing somethin.
    So can anyone help me out?

    There seems to be an error in the Python 3 version of Xlib/display.py. They probably naively converted the old Python 2 version to Python 3.
    The "python" executable on Arch is Python 3. Whenever you save a script from the internet you should convert the hashbang to explicitly invoke the correct version of the Python interpreter. In your case, change it to
    #! /usr/bin/env python2

  • [SOLVED] error when execute a python script in home partition

    Friends,
       After of install the Arch in my notebook (note: "/" and "/home" in separated partition) if I open a terminal/shell and try execute a python program/script in the /home partition I receive many erros and the program don't run:
    [leandro@professionalit ~]$ alacarte
    'import site' failed; use -v for traceback
    Traceback (most recent call last):
    File "/usr/bin/alacarte", line 22, in <module>
    from Alacarte.MainWindow import MainWindow
    ImportError: No module named Alacarte.MainWindow
    [leandro@professionalit ~]$
    [leandro@professionalit ~]$ dropbox start
    'import site' failed; use -v for traceback
    Traceback (most recent call last):
    File "/usr/bin/dropbox", line 26, in <module>
    import optparse
    File "/usr/lib/python2.6/optparse.py", line 75, in <module>
    import sys, os
    File "os.py", line 2, in <module>
    import socket
    File "/usr/lib/python2.6/socket.py", line 92, in <module>
    __all__.extend(os._get_exports_list(_socket))
    AttributeError: 'module' object has no attribute '_get_exports_list'
    But, if I go to another partition, for example, the folder opt in partition / (/opt) and try execute the program it run OK.
    Any idea ?
    Best regards,
    Leandro.
    Last edited by LeandroTiger (2010-05-21 23:02:29)

    [leandro@professionalit ~]$ pwd
    /home/leandro
    [leandro@professionalit ~]$ python
    'import site' failed; use -v for traceback
    Python 2.6.5 (r265:79063, Apr 1 2010, 05:22:20)
    [GCC 4.4.3 20100316 (prerelease)] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import sys
    >>> print sys.path
    ['', '', '/usr/lib/openoffice/basis-link/program/', '/usr/lib/python26.zip', '/usr/lib/python2.6/', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload']
    >>> import site
    Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    File "/usr/lib/python2.6/site.py", line 62, in <module>
    import os
    File "os.py", line 2, in <module>
    import socket
    File "/usr/lib/python2.6/socket.py", line 92, in <module>
    __all__.extend(os._get_exports_list(_socket))
    AttributeError: 'module' object has no attribute '_get_exports_list'
    >>> import Alacarte
    Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    ImportError: No module named Alacarte
    >>>

  • Binfmt.d & /usr/lib/binfmt.d/mono.conf - dangerous ?

    copied from https://bbs.archlinux.org/viewtopic.php … 8#p1453898 as i felt this issue is better discussed in a separate thread.
    Raynman wrote:The mono package provides /usr/lib/binfmt.d/mono.conf. That makes it possible to put the binary in /usr/bin with the executable bit set. I don't see why that would be such a bad idea.
    <snip>
    Let's look inside /usr/lib/binfmt.d/mono.conf
    :CLR:M::MZ::/usr/bin/mono:
    the description for conf files in binfmt.d/ folders is in the kernel sources, Documentation/binfmt_misc.txt  .
    entries follow this format :name:type:offset:magic:mask:interpreter:flags
    applying that to mono.conf :
    name = CLR
    type = M , shell will use magic numbers to determine executable, not extension
    offset = empty, defaults to 0
    magic = MZ   that magic number corresponds with windows executables
    mask : empty , defaults to 0xff
    interpreter = /usr/bin/mono
    flags = optional
    The effect of using mono.conf is that any file with the executionable bit set and the magic bytes for a windows executable will be executed by mono .
    mono is crossplatform and mono executables will run both on windows and linux.
    A hypothetical example :
    a malevolent person creates a malware program foo using mono , gives it a name that will make people want to download / run it
    To make things easier for *nix users, they offer it as a tar.xz, with the executable bit set for foo.exe
    linux user downloads and tries to run it.
    if /usr/lib/mono.conf was present on that system before last boot, linux will execute foo.exe and the linux system now has malware installed.
    incase /usr/lib/binfmt.d/mono.conf is not present (or disabled) , nothing happens.

    TL:DR : falconindy has several valid points, but IN MY OPINION the inclusion of /usr/lib/binfmt.d/mono.conf is a security risk.
    It should not be enabled by default.
    falconindy wrote:
    Lone_Wolf wrote:it's ELF vs MZ binary format .
    No, it isn't -- the mono compiler doesn't produce machine code. The windows native binary format PE or COFF.  Mono and other C# compilers produce bytecode known as CLR (Common Language Runtime). The MZ magic number you're referring to is in fact a carryover from older DOS binaries, but you aren't going to produce that format from a mono compiler.
    I don't know  what type of binaries mono produces,  but if they're not detected by linux as MZ binaries, the supplied mono.conf won't work as intended.
    The same goes for PE / COFF / CLR : if they are detected as having the MZ magic number, they will be executed by mono when /usr/lib/binfmt.d/mono.conf is present.
    falconindy wrote:
    Lone_Wolf wrote:Afaict all those compilers you mention compile to a linux-native ELF-format binary , and we can't block that and still have a working system.
    I mentioned javac which is a bytecode compiler.
    javac bytecode doesn't appear to be executable by the linux kernel, and the arch java packages don't come with a binfmt.d file .
    falconindy wrote:The fact that you can't "block" ELF means that ELF is by far a better choice for malware than any other option.
    correct.
    falconindy wrote:
    Lone_Wolf wrote:In my opinion any file in a binfmt.d/ default folder ( /etc/binfmt.d , /usr/lib/binmft.d , /run/binfmt.d ) that's added by an automatic process enlarges the potential attack surface against *nix systems by a big factor.
    You're still avoiding my question. Why is a mono program more suspicious than an ELF binary when ELF is the universal Linux format? Are you simply equating Windows to malware?
    i've worked as a windows sysadmin for over 8 years (desktop and server support) , privately helped windows users for 2 decades and had to solve many malware problems.
    Well-configured windows systems can be very safe, unfortunately in my experience those are a small minority.
    It's defintely possible i overreact wrt windows malware.
    falconindy wrote:
    Lone_Wolf wrote:Mono upstream / AL devs / pacman decrease my system security without even NOTIFYING me.
    So, you're annoyed that you installed Mono, and now Mono programs Just Work™? I'd say that you could just mask the binfmt service, but you make it very clear that you aren't running systemd. You're on your own.
    I don't have mono installed, was just worried about a security issue.
    As for being part of a very small minority of arch linux users because i prefer another init then systemd :  i'm used to that, arch still has many advantages over all other distros that's why i stay.
    binfmt.d doesn't come from systemd, but from the kernel .
    It's man page lists a simple solution to override /usr/lib/binfmt.d files, no need to mask anything.
    falconindy wrote:Also note that your malicious binary in /usr/bin could just as easily be a shell script which calls "mono /path/to/my/malware" (or replace "mono" with "python", "ruby", or some rogue ld.so).
    correct, but those methods don't open up my system to a large number of unknown binaries.

  • [Solved] error: /usr/lib/libgdk-3.so.0: undefined symbol: cairo_s

    Since updating gtk I'm getting a number of apps refusing to open, with the following error:
    symbol lookup error: /usr/lib/libgdk-3.so.0: undefined symbol: cairo_surface_set_device_scale
    Last edited by emacsomancer (2014-12-15 15:23:55)

    zobi8225 wrote:
    hi, sorry for the newbee question but i have the same probleme :
    ➜  ~  sudo pacman -Qs cairo
    local/cairo-infinality-ultimate 1.12.16-3 (infinality-bundle)
        Cairo vector graphics library with respect-fontconfig, expose and Ubuntu patches (infinality-bundle)
    local/cairomm 1.10.0-3
        C++ bindings to Cairo vector graphics library
    local/goocanvas1 1.0.0-3
        A cairo canvas widget for GTK+
    local/lib32-cairo-infinality-ultimate 1.12.16-3 (infinality-bundle-multilib)
        Cairo vector graphics library with respect-fontconfig, expose and Ubuntu patches (32-bit, infinality-bundle)
    ➜  ~  sudo pacman -R cairo-infinality-ultimate       
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: awesome: requires cairo
    :: cairomm: requires cairo
    :: gst-plugins-good: requires cairo
    :: gstreamer0.10-good-plugins: requires cairo
    :: gtk2: requires cairo
    :: gtk3: requires cairo
    :: lib32-cairo-infinality-ultimate: requires cairo-infinality-ultimate
    :: libgdiplus: requires cairo
    :: libgxps: requires cairo
    :: pango: requires cairo
    :: poppler: requires cairo
    :: python-cairo: requires cairo
    :: python-gobject: requires cairo
    :: python2-cairo: requires cairo
    :: python2-gobject: requires cairo
    :: scribus: requires cairo
    How can we replace cairo-infinality-ultimate with simple cairo ?
    simply install cairo:
    `pacman -S cairo`
    it will ask you that you sure to replace cairo-infinality-ultimate with cairo, and you answer yes. pacman will take care of those dependency stuff.

Maybe you are looking for

  • How to take a picture with my mac bok pro???

    Years ago I took pictures and selfies with my MacBook Pro. After spending a lot of time only using my phone to take pics I'm only trying now to take one simple pic of my dog on the other side of my computer screen tonight. Now I can't seem to find ou

  • How can I make a contact sheet in Bridge CC?

    I am working on a Mac OSX 10.9.1. I saw the output module did not ship with Bridge CC, and downloaded the files from Adobe to install it. When I finished and clicked on "output", the set up was blank. I followed the directions without success. I went

  • HT4859 How to get the photos and videos backed up on iCloud to import.

    I had not sync my phone prior to them replacing my phone but the Mac Genius said I was not going to lose any of the stuff on my phone because I had used iCloud.  I was able to successfully back up all my files but am unable to import the new photos a

  • Single Logical Table Source VS Multiple Logical Table Source

    When is it appropriate to use a Single Logical Table Source VS Multiple Logical Table Source.

  • 3D content in Acrobat Standard edition

    Hi, Can I view 3D content in Acrobat 8.0 Standard? This is what I have on my machine and the attempt to access the 3D toolbar results in an error message. I believe that the free Reader allows 3D viewing, but I am hesitant to load that on top of Acro