[SOLVED] yaourt installation

I used to have Manjaro Linux as my OS but a few weeks ago have successfully installed Arch Linux on my laptop and has been sufficiently satisfied with how the OS (Arch) adequately sufficed my productive needs, except for one tini-tiny issue, and that is to install "yaourt" which really is putting me into a quagmire of disappointments.  I have tried all suggested and recommended means including adding up the Archlinuxfr server on my pacman.conf file to no avail, tried it a numerous times for the past weeks only to end up in failure, it has always ended up in failure to downlod package-query and yaourt itself.  When i was using Manjaro I remember how easy it was to install it following the pkgbuild protocol, I really like using Arch Linux now and the yaourt utility program really could make installing some of the packages i need and want to use from AUR a lot easier than doing it manually, besides updating and upgrading those AUR packages I have installed could be done with a lot of ease and don't know how to do it any other way...could someone please help me with this predicament...
Last edited by marcelo (2014-04-15 11:33:27)

...downloaded yaourt tarball, untarred it, cd-ied to the extracted folder, executed 'makepkg -s'...has this as the result...
==> Making package: yaourt 1.3-1 (Mon Apr 14 23:10:24 PHT 2014)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[sudo] password for marcelo:
error: target not found: package-query>=1.0
==> ERROR: 'pacman' failed to install missing dependencies.
...it has always been like that, I downloaded the tarball of package-query and has these results...
==> Making package: package-query 1.2-2 (Mon Apr 14 23:15:45 PHT 2014)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading package-query-1.2.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Warning: Transient problem: timeout Will retry in 3 seconds. 3 retries left.
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Warning: Transient problem: timeout Will retry in 3 seconds. 2 retries left.
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Warning: Transient problem: timeout Will retry in 3 seconds. 1 retries left.
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: mir.archlinux.fr
==> ERROR: Failure while downloading package-query-1.2.tar.gz
    Aborting...
...I know I have a strong internet connection since I'm the only one using the connection at home...

Similar Messages

  • [Solved]Yaourt sync issue

    I installed yaourt according to the instruction here http://archlinux.fr/yaourt-en
    But when I run yaourt -Syu --devel --aur , I get an error: problem setting dbpath '//usr/local/var/lib/pacman/' (could not find or read directory)
    The directory doesn't exist and pacman -v shows nothing related to that directory. What should I do?[]
    Last edited by codetrick (2011-03-04 14:28:03)

    I have the same problem. I get it when try to install 'package-query' and 'yaourt' from AUR, but i install it manually.
    In INSTALL file of package-query I found interesting thing:
    By default, `make install' installs the package's commands under
    `/usr/local/bin', include files under `/usr/local/include', etc. You
    can specify an installation prefix other than `/usr/local' by giving
    `configure' the option `--prefix=PREFIX', where PREFIX must be an
    absolute file name.
    I uninstall yaourt and package-query using pacman and delete /usr/local directory (the system is fresh and this directory is not important)
    Then i do
    ./configure --prefix=''
    sudo make install
    With yaourt i have more problems... Iven if you delete "/usr/local" from Makefile you don't solve the problem.
    I find all "/usr/local" substrings in files from yaourt.x.x.x.tar.gz with commands:
    tar -xzvf yaourt.x.x.x.tar.gz
    cd yaourt.x.x.x
    grep -RiHn 'usr/local/' *
    and manually delete them.
    Then i make and install my yaourt. It worked.
    Oh, i know that it is unnormal, but i can't find anything in internet and write it to others.
    P.S. I may install yaourt with this instruction^ http://archlinux.fr/yaourt-en  (with pacman)
    Last edited by Grandma (2011-12-18 00:06:52)

  • [SOLVED] yaourt seems not to manage cache correctly

    Firstly, I'll tell you that I put these options in /etc/yaourtrc to make yaourt save a copy of all the packages:
    # Build
    EXPORT=1
    EXPORTDIR="/var/cache/pacman/pkg-local"
    as it's written in the wiki. The problem is that, for example, when I try to update telegram-desktop, I always get an error like this:
    ==> Validating source files with md5sums...
        telegram-desktop.tar.xz ... FAILED
        telegram.svg ... Passed
        telegram ... Passed
        telegram.desktop ... Passed
    ==> ERROR: One or more files did not pass the validity check!
    ==> ERROR: Makepkg was unable to build telegram-desktop.
    ans that's because, last time I updated telegram-desktop, yaourt exported the package into the cache as these two files:
    # ls /var/cache/pacman/pkg-local/telegram*
    /var/cache/pacman/pkg-local/telegram-desktop-0.6.11-1-x86_64.pkg.tar.xz  /var/cache/pacman/pkg-local/telegram-desktop.tar.xz
    but I think the second one (without version numbers) should be a temporary file that should disappear after the installation in order to let yaourt download it again from the AUR (as I told before, the problem is that that file corresponds to an old version; indeed yaourt doesn't download anything when you try to update, it thinks it's already downloaded and checks the md5sum, which is wrong, obviously). Removing the file /var/cache/pacman/pkg-local/telegram-desktop.tar.xz lets yaourt update.
    What should I do to solve this? Is it a matter of yaourt or of telegram-desktop?
    Last edited by josealberto4444 (2014-11-26 22:54:09)

    Trilby wrote:But if the OP of this thread is new to using the AUR, which seems to be the case, I would still suggest not using yaourt (yet).
    Hmm... I've been using yaourt to install things from the AUR since the first day in Arch, more or less, one year ago, and I had no problems until I change that to have a copy of the installers. I thank you very much for your suggestions, I'll take a look at those packages (the one you said and the others) and I'll look for their advantages and disadvantages, but when I have time (wich seems to be in some months).
    Scimmia wrote:@josealberto4444, did you set SRCDEST in makepkg.conf?
    As an answer of this and the final solution (I hope), I put EXPORT=1 and removed $EXPORTDIR in /etc/yaourtrc, created ~/.packages and ~/.makepkg.conf with PKGDEST=~/.packages, moved all the files in /var/cache/pacman/pkg-local to ~/.packages, changed the ownership to me and removed /var/cache/pacman/pkg-local with its changed permissions and problems. Let's see how it works in the next update. I think it should work and fixes the problem with the security due to the changed permissions. I'll post here when I update any package using yaourt with new problems or the solved tag, haha.
    Thanks to all
    Edit: It worked perfectly, I put the tag [SOLVED].
    Last edited by josealberto4444 (2014-11-26 22:54:27)

  • [Solved] Yaourt + bash problem?

    Hello.
    For couple of weeks I am occasionally seeing a strange problem.
    When I use Yaourt I get some issues that I suspect might be caused by some bash configuration problem.
    Here is the output:
    $ yaourt -Syua
    You are not allowed to launch pacman with sudonPlease enter root password
    Password:
    :: Synchronizing package databases...
    core 37.1K 3.6M/s 00:00:00 [############################################] 100%
    extra 466.7K 467.0K/s 00:00:01 [############################################] 100%
    community 430.5K 824.4K/s 00:00:01 [############################################] 100%
    archlinuxfr is up to date
    aspell-sk: up to date
    bleachbit-svn: up to date
    argyllcms: up to date
    exfalso: up to date
    cairo-ubuntu: up to date
    eclipse-classic: not found on AUR
    doublecmd-svn: (local=3050-1 aur=3047-1)
    caffeine: (ignoring package upgrade)
    firefox4: up to date
    florence: up to date
    freetype2-ubuntu: up to date
    gnome-theme-bamboo-zen: up to date
    gnome-theme-eco: up to date
    gnome-theme-ellanna: up to date
    gnome-theme-exotic: up to date
    gnome-theme-industrial: up to date
    gnome-theme-infinity: up to date
    gnome-theme-orange: up to date
    gnome-theme-step-into-freedom: up to date
    gnome-theme-showtime: up to date
    gnome-theme-tropical: up to date
    gnome-theme-ubuntu-sunrise: up to date
    gnome-theme-wild-shine: up to date
    google-earth: up to date
    google-talkplugin: up to date
    gtk-candido-engine: up to date
    graveman: up to date
    gnome-theme-airlines: up to date
    ld-lsb: up to date
    gwget: up to date
    libjpeg: not found on AUR
    libjpeg6: up to date
    fontconfig-ubuntu: up to date
    murrine-themes-collection: up to date
    packer: (local=20110305-1 aur=20110301-1)
    openssl-compatibility: up to date
    phatch: up to date
    gnome-theme-split: up to date
    libxft-ubuntu: up to date
    pidgin-gtalksharedstatus: up to date
    qgtkstyle-svn: not found on AUR
    rawtherapee-hg: (local=374-1 aur=201-1)
    qshntoolsplit: up to date
    remobo: up to date
    remotedroid-server: up to date
    ttf-ms-fonts: up to date
    humanity-icons: up to date
    ttf-ubuntu-family-fonts: not found on AUR
    virtualbox-ext-oracle: up to date
    util-linux-ng: not found on AUR
    teamviewer: up to date
    xcalib: up to date
    gnome-color-manager: up to date
    gnome-theme-aquadreams: up to date
    xxe: up to date
    ==> Package upgrade only (new release):
    core/mkinitcpio 0.6.8-1 1 -> 2
    extra/krusader 2.3.0beta1-2 2 -> 3
    extra/mplayer 32792-2 2 -> 3
    extra/network-manager-applet 0.8.2-2 2 -> 3
    community/jre 6u24-1 1 -> 2
    community/jdk 6u24-1 1 -> 2
    aur/android-sdk r10-1 1 -> 2
    ==> Software upgrade (new version) :
    core/dhcpcd 5.2.10-1 -> 5.2.11-1
    core/iw 0.9.20-1 -> 0.9.22-1
    core/ncurses 5.7-4 -> 5.8-1
    core/kernel26 2.6.37.1-1 -> 2.6.37.2-1
    core/kernel26-headers 2.6.37.1-1 -> 2.6.37.2-1
    core/libmpc 0.8.2-3 -> 0.9-1
    core/ppl 0.11-1 -> 0.11.2-1
    core/shadow 4.1.4.2-4 -> 4.1.4.3-1
    extra/libgl 7.10.0.git20110215-1 -> 7.10.1-1
    extra/ati-dri 7.10.0.git20110215-1 -> 7.10.1-1
    extra/kdelibs 4.6.0-3 -> 4.6.1-1
    extra/oxygen-icons 4.6.0-1 -> 4.6.1-1
    extra/kdebase-runtime 4.6.0-2 -> 4.6.1-1
    extra/kdebase-workspace 4.6.0-3 -> 4.6.1-1
    extra/kdepimlibs 4.6.0-1 -> 4.6.1-1
    extra/mesa 7.10.0.git20110215-1 -> 7.10.1-1
    extra/mobile-broadband-provider-info 20100510-1 -> 20110218-1
    extra/thunderbird 3.1.7-3 -> 3.1.9-1
    community/wine 1.3.14-1 -> 1.3.15-1
    archlinuxfr/yaourt 0.9.5.1-1 -> 0.9.5.2-1
    aur/desktop-privileges 0.1-2 -> 0.2-2
    aur/xulrunner-system-cairo 1.9.2.13-4 -> 1.9.2.15-1
    ==> New package :
    /usr/bin/yaourt: eval: line 24: syntax error near unexpected token `required'
    /usr/bin/yaourt: eval: line 24: `echo (required by $requiredbypkg)'
    core/util-linux 2.19-4
    ==> Continue upgrade ? [Y/n]
    ==> [V]iew package detail [M]anually select packages
    ==> --------------------------------------------------
    ==> n
    Please note the first problem:
    "You are not allowed to launch pacman with sudonPlease enter root password"
    I checked the line of code and it reads:
    "echo -e $(eval_gettext 'You are not allowed to launch $command with sudo\nPlease enter root password') 1>&2"
    So obviously, the "\n" direction is not respected here. I tried to reproduce this problem in my bash prompt, but there everything seems to work as expected.
    $ echo -e "aaaa\nbbbb"
    aaaa
    bbbb
    After upgrade to the latest Yaourt version (0.9.5.2-1) this is gone and Yaourt only promps like this:
    $ yaourt -S yaourt
    Password:
    But there is second problem:
    /usr/bin/yaourt: eval: line 24: syntax error near unexpected token `required'
    /usr/bin/yaourt: eval: line 24: `echo (required by $requiredbypkg)'
    Which is still persistent and was not solved by version upgrade. I have feeling in the gut, that it might have the same culprit.
    I also have second Archlinux box (notebook) with installation that is very similar to this one. I have cloned it, but removed some packages. Most of the system is the same. This problem is not present there and Yaourt works fine.
    I know that Yaourt is not officially supported and there are other frontends, but I prefer Yaourt.
    Does anyone have idea what might be the problem?
    Thanks.
    Last edited by Raqua (2011-03-10 18:46:04)

    With regard to the sudo problem:  sudo recently underwent an upgrade that featured a rewriting of its plugins, including /etc/sudoers; I noticed the same issues for a couple days.  Add your user to the "wheel" group again, and it should clear things up.

  • [SOLVED] panda3d : installation issue

    Bonjour,
    I want to install panda3d but I have some issues and I didn"t find solutions in other topics.
    I have an Arch 64bit installation, with testing repos enabled.
    First I tried to install panda3d (the AUR version) but there is a message at the end :
    ==> Lancement de package()...
    Installing Panda3D into /tmp/yaourt-tmp-root/aur-panda3d/pkg/usr
    Installation finished!
    sed: impossible de lire /tmp/yaourt-tmp-root/aur-panda3d/pkg/usr/lib/python2.7/site-packages/panda3d.pth: Aucun fichier ou dossier de ce type
    I don't know how to deal with this.
    I can't download CVS version because of network security in my school. I'm stucked with the aur version.
    Does anyone encountered (and solved) this problem ?
    Thx,
    XscreaM
    Last edited by xscream (2011-05-26 02:08:40)

    Problem solved,
    There an error in the pkgbuild
    There's some line with the sed commande
    $pkgpath/etc/...
    I had to replace them with a full path
    /tmp/yaourt-tmp-root/aur-panda3d/pkg/etc/...
    idem for /usr/lib/....
    Thx,
    XscreaM.

  • [SOLVED] Yaourt search on AUR stopped working

    hi all :>
    yaourt's search engine was working quite nice until i booted up my computer this morning -.-
    does anyone have an idea to solve this problem!? downloading + building from aur works great with yaourt just the search thingy is kinda broken -.-
    can it be possible that it has to do something with my changes in sysctl.conf? i added several rules:
    # Disable packet forwarding
    net.ipv4.ip_forward=0
    # Disable the magic-sysrq key
    kernel.sysrq = 0
    # Enable TCP SYN Cookie Protection
    net.ipv4.tcp_syncookies = 1
    # Source Address verification
    net.ipv4.conf.all.rp_filter = 1
    # Block Ping
    net.ipv4.icmp_echo_ignore_all = 1
    net.ipv4.tcp_timestamps = 0
    net.ipv4.conf.all.accept_source_route=0
    net.ipv4.icmp_echo_ignore_broadcasts=1
    net.ipv4.icmp_ignore_bogus_error_responses=1
    best regards :>
    Last edited by arch0r (2008-12-29 19:37:54)

    I've come up with a workaround. It's quick and probably dirty, but it enables me to search the packages and view the descriptions.
    --- yaourt.orig    2008-12-26 13:12:42.000000000 +0100
    +++ /usr/bin/yaourt    2008-12-26 13:23:45.000000000 +0100
    @@ -1253,9 +1253,9 @@
        _pkg=`echo $1 | sed 's/ AND / /'`
        title $(eval_gettext 'searching for $_pkg on AUR')
        [ "$MAJOR" = "interactivesearch" ] && i=$(($(wc -l $searchfile | awk '{print $1}')+1))
    -    wget -q "${AUR_URL}${1}" -O - | grep -A 2 "<a href='/packages.php?ID=" \
    +    wget -q "${AUR_URL}${1}" -O - | grep -A 3 "<a href='packages.php?ID=" \
        | sed -e "s/<\/span>.*$//" -e "s/^.*packages.php?ID=.*span class.*'>/aur\//" -e "s/^.*span class.*'>//" \
    -    | grep -v " " | grep -v "^--" |
    +    | grep -v " " | grep -v "^--" | grep -v "^$" |
        while read line; do
            if [ "${line%\/*}" = "aur" ]; then
                package=$(echo $line | awk '{ print $1}' | sed 's/^.*\///')

  • [solved] Gnome3 - installation issues (missing lib / missing bin)

    Hi everyone,
    i tried to install Gnome 3 from testing.
    However i ran into some problems.
    Problem 1:
    While installing I get some "gtk-update-icon-cache: command not found" errors. They come from install scripts that are executed while upgrading.
    I am 100% sure that the gtk-update-icon-cache binary is present in /usr/lib before executing pacman -Syu.
    After pacman the binary is gone, reinstalling the package helps. So it seems some package breaks something here. (Don't know exactly which though, because there are plenty installed when upgrading)
    Problem 2:
    Just for the records: I'm using arch x86_64 and my repo order is
    - testing
    - multilib-testing
    - community-testing
    - core
    - extra
    - community
    nothing else.
    Upgrading itself works fine. Gnome 3 starts and fallback mode (gnome-panel) works from what I can see. (starting programs, including nautlilus, works well)
    But when I try to start gnome-shell (with or without the --replace option) I get an "error while loading shared libraries: libgtk-x11-3.0.so.0: cannot open shared object file: No such file or directory".
    Sometimes it is libgdk instead of gtk.
    Additional information:
    Using an Lenovo x200 with intel graphics. intel-dri is installed.
    I used compiz in gnome2, could that arise some problems?
    It does not work with a new user account also.
    If you need any further information to help me, feel free to ask. I tried the search engine but couldn't find any results regarding gtk-update-icon-cache or libgtk-x11. (Searching the packages via google seems to show that no package contains these files?!)
    Thank you very much
    David
    Last edited by deekay (2011-04-13 21:35:41)

    thanks for your help, but unfortunately nothing changed!
    [root@x200 deekay]# pacman -Sy gtk-update-icon-cache gtk3
    :: Synchronising package databases...
    testing is up to date
    multilib-testing is up to date
    community-testing is up to date
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    warning: gtk-update-icon-cache-2.24.4-1 is up to date -- reinstalling
    warning: gtk3-3.0.8-1 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Targets (2): gtk-update-icon-cache-2.24.4-1 gtk3-3.0.8-1
    Total Download Size: 0.00 MB
    Total Installed Size: 31.75 MB
    Proceed with installation? [Y/n]
    (2/2) checking package integrity [######################] 100%
    (2/2) checking for file conflicts [######################] 100%
    (1/2) upgrading gtk-update-icon-cache [######################] 100%
    (2/2) upgrading gtk3 [######################] 100%
    [root@x200 deekay]# pacman -Qm
    acct 6.5.5-1
    android-sdk r10-2
    anyremote-j2me-client-bin 4.18-1
    archlinux-themes-gdm 1.4-1
    autoconf-compat 2.13-2
    bootchart 0.9-9
    clutter-imcontext 0.1.4-1
    ddcxinfo-arch 0.8-2
    dropbox-experimental 1.1.7-1
    gdm-old 2.20.11-1
    gdm-themes 2.4-5
    gedit-latex-plugin 0.2-3
    gnomebaker 0.6.4-2
    gtkam 0.1.17-1
    hal-cups-utils 0.6.19-3
    hibernate-script 2.0-6
    hwd 5.5.2-1
    keepass 2.14-2
    lib32-dbus-glib 0.92-2
    lib32-libidl2 0.8.14-2
    lib32-libsasl 2.1.23-4
    libcanberra-gtk3 0.26-1
    libdownload 1.3-3
    libexif-gtk 0.3.5-9
    libpng12 1.2.44-1
    mozplugger 1.14.3-1
    nautilus-share 0.7.2-5
    package-query 0.7-1
    python-pyalsaaudio 0.6-2
    songbird-bin 1.8.0-1
    ssh2 2.0.13-6
    teamviewer 6.0.9224-4
    texmakerx 2.1-1
    tpb 0.6.4-2
    tpfan-admin 0.95-4
    tpfand 0.94-7
    tpfand-profiles 20090309-1
    tp_smapi 0.40-4
    ttf-ms-fonts 2.0-7
    ttf-vista-fonts 1-3
    ultrastardx 1.1-1
    violet 0.21.1-2
    virtualbox_bin 4.0.4-3
    wlan-ng26-utils 0.2.9-1
    wqy-microhei 0.2.0_beta-2
    yaourt 0.10.1-2
    yed 3.6.1.1-2
    Last edited by deekay (2011-04-13 21:18:08)

  • [solved] Yaourt + Pacmatic warning message on system update

    I've recently installed Pacmatic and I use Yaourt aswell, so I edited my yaourtrc so that the PacmanBin was pointing to pacmatic.
    But when I run a 'yaourt -Syu' and there isn't any news, I get the following message:
    Warning: stale installation, rerun with '-Syu'
    The upgrade otherwise runs perfectly and when there is news I don't get the warning at all. If I run 'pacmatic -Syu' I don't get the message when there is no news.
    Should I be worried? Is there anything else I need to do?
    Last edited by fastfret79 (2009-10-18 22:27:15)

    An update today fixed this - so marking as solved

  • [SOLVED]GStreamer installation is missing a plugin

    In gnome tracker, I get the following error,
    "Call to gst_discoverer_discover_uri() failed: Your GStreamer installation is missing a plug-in."
    This leads to none of my files being processed by gnome extract. That leads to none of the local files are displayed in gnome documents and that application is useless now.
    Any idea which plugin might be missing? How do I go about checking it?
    Edit: I reinstalled gstreamer plugins (including good, bad and ugly) and that seemed to solve the issue.
    Last edited by vjjustin (2012-03-22 00:48:29)

    quasifilmie wrote:I would do pacman -S gstreamer0.10-plugins. If you have them all installed, pacman will say up-to-date reinstalling etc. Reinstalling altogether may help anyway or this could be a bug .
    That was the quickest solution. Ever. Thank you sir!
    Edit: OHH CRAP ADMIN GONNA APPEAR AND REKT ME! PLS ADMIN NO H8 I KNOW THIS IS OLD THREAD BUT IT HELPED ME!!!!
    Last edited by erkexzcx (2014-12-04 21:41:46)

  • [Solved] yaourt / AUR is extremely slow [due to IPv6]

    I have a weird problem with yaourt for some days. Whatever action I do with it (installation of package, upgrade etc) it takes ages. For example, when I install a package it needs around 2 minutes to only fetch the PKGBUILD file. It seems that the problem is specific to yaourt or to its connection with AUR, since when I do 'yaourt -Syua' the upgrade process is smooth for the pacman repos, but it stalls when it reaches a package from AUR. Also I checked the journald logs, but everything seems normal. Since it is the only connection problem that I have (the Internet connection functions properly and also the AUR site is launched on time on my browser), does anyone have a suggestion of what it might be?
    Last edited by kostas213 (2013-08-12 13:14:52)

    If you are using IPv6 connectivity,
    Currently aur.archlinux.org IPv6 address can not seem to connect, with priority to use IPv6 Address Server until the connection over time, will jump back to the IPv4 address, it will be a little longer time spent
    I was directly in the / etc / hosts to add the following content, so you do not use IPv6 address
    78.46.78.247 aur.archlinux.org aur
    host aur.archlinux.org
    aur.archlinux.org has address 78.46.78.247
    aur.archlinux.org has IPv6 address 2a01: 4f8: 120:34 c2 :: 2
    aur.archlinux.org mail is handled by 10 mail.archlinux.org.
    /usr/bin/curl -v -O https://aur.archlinux.org/packages/ya/y … urt.tar.gz
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
      0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0* About to connect() to aur.archlinux.org port 443 (#0)
    *   Trying 2a01:4f8:120:34c2::2...
      0     0    0     0    0     0      0      0 --:--:--  0:00:15 --:--:--     0* Connection timed out
    *   Trying 78.46.78.247...
    * Connected to aur.archlinux.org (78.46.78.247) port 443 (#0)

  • [Solved] Yaourt not searching AUR

    My recent upgrade seems to have broken Yaourt. It does not search for packages in AUR anymore. I have tried searching the forum, but cannot figure out what's wrong. This is what my /etc/yaourtrc looks like:
    # a
    # a
    # ~/yaourtrc - Configuration for yaourt
    # See yaourt(8) for more information
    # AlwaysUpgradeDevel no
    # AlwaysUpgradeAur no
    # AlwaysForce no
    AurVoteSupport yes
    # ColorMod Normal
    # ColorMod LightBackGround
    # ColorMod NoColor
    # ColorMod TextOnly
    # DontNeedToPressEnter yes
    # EditPkgbuild yes
    # ExportToLocalRepository /where/you/want
    # LastCommentsNumber 5
    # LastCommentsOrder asc
    # NoConfirm no
    # PacmanBin /usr/bin/pacman-color
    PkgbuildEditor gvim
    SearchInAurUnsupported yes
    ShowAurComment yes
    # TmpDirectory /where/you/want
    # UpdateTerminalTitle yes
    # Define here your prefered Sourceforge mirror: (none surfnet ufpr heanet easynews umn switch belnet kent mesh optusnet jaist puzzle superb-east nchc superb-west)
    # SourceforgeMirror heanet
    Any ideas?
    Last edited by paramthegreat (2009-05-16 21:46:08)

    ok, so i seem to have solved the issue. i found a changelog for yaourt 0.9.2 that mentioned "fixing aur search". that prompted me to check the yaourt version on my machine and it was still at 0.9.0
    upgrading to the latest version seems to have fixed the problem.

  • [SOLVED] yaourt and "wrong hashes"

    I've just had some troubles updating several packages from AUR with yaourt.
    The issues where concentrating on seemingly "wrong hashes".
    Today I looked a little deeper and found out, that for some reason (maybe canceled upgrade or similar) yaourt was placing a symlink in the
    /tmp/yaourt-tmp-user/package-name/
    that refers to a (possibly) broken file in
    /var/cache/yaourt/build/
    Yaourt seems not to be able to delete it, so when trying to update (again) it will break operation on validating hashes.
    Not sure if that's just a system quirk introduced by a crash or a yaourt specific problem (as it's unable to delete the broken file from its build directory on its own).
    Anyhow: For me deleting the contents of the yaourt's build directory and the package build directories in /tmp solved this issue and I was able to update without any troubles!
    Happy times! Though I think it's sufficient to only delete the files specific to the package that fails to upgrade.
    Hope this could be of any use to someone.

    Can you add a Troubleshooting section to https://wiki.archlinux.org/index.php/Yaourt ?

  • [solved] yaourt messed up pacman - "pacman: command not found"

    Hi,
    i got some "xxxxxx not found on AUR" messages after doing a "yaourt -Syu --aur" so I began to remove them with "yaourt -Rs xxxxxxx".
    When there was only one left "aqpm2" this is what happened:
    [studio@myhost ~]$ yaourt -Rs aqpm2
    verificando dependências...
    Remover (2): aqpm2-20100615-2  qjson-0.7.1-2
    Tamanho total dos pacotes a serem removidos:   2,93 MB
    Deseja remover estes pacotes? [S/n] s
    (1/2) removendo aqpm2                                                                                                     [##########################################################################] 100%
    (2/2) removendo qjson                                                                                                     [##########################################################################] 100%
    /usr/lib/yaourt/basicfunctions.sh: line 10: pacman: comando não encontrado
    /usr/lib/yaourt/basicfunctions.sh: line 10: pacman: comando não encontrado
    /usr/bin/yaourt: line 201: testdb: comando não encontrado
    now pacman is broken:
    [studio@myhost ~]$ pacman
    bash: pacman: comando não encontrado
    [studio@myhost ~]$ yaourt -Syu --aur
    /usr/lib/yaourt/basicfunctions.sh: line 10: pacman: comando não encontrado
    You are not allowed to launch /usr/bin/pacman with sudo
    Please enter root password
    Senha:
    bash: /usr/bin/pacman: Arquivo ou diretório não encontrado
    ==> WARNING: problem in pkgbuild.sh library
    /usr/lib/yaourt/basicfunctions.sh: line 10: pacman: comando não encontrado
    /usr/lib/yaourt/basicfunctions.sh: line 10: pacman: comando não encontrado
    /usr/lib/yaourt/basicfunctions.sh: line 10: pacman: comando não encontrado
    ==> Searching for new version on AUR
    /usr/lib/yaourt/basicfunctions.sh: line 10: pacman: comando não encontrado
    Unable to open file: /etc/pacman.conf
    /usr/lib/yaourt/basicfunctions.sh: line 10: pacman: comando não encontrado
    /usr/lib/yaourt/basicfunctions.sh: line 10: pacman: comando não encontrado
    /usr/bin/yaourt: line 201: testdb: comando não encontrado
    [studio@myhost ~]$ sudo pacman -Syu
    sudo: pacman: command not found
    please help
    Last edited by capoeira (2010-10-16 14:33:39)

    capoeira wrote:
    can I use pacman-static from this repro?
    I'm afraid to break system even more
    http://repo.archmobile.org/x86_64/archmobile/
    OK, that gave me a segfault, so
    I downloaded the package and copied the folders to root.
    no pacman works but gaves me this errors afterwards:
    pacman-3.4.1-1: description file is missing
    pacman-3.4.1-1: dependency file is missing
    pacman-3.4.1-1: file list is missing
    how do I solve this?
    BTW: should I make a bug-report??
    EDIT: any package I try to instal I get this error:
    erro: não foi possível abrir o arquivo /var/lib/pacman/local/pacman-3.4.1-1/depends: Arquivo ou diretório não encontrado
    (it's in portuguese but i think its understandable)
    Last edited by capoeira (2010-10-15 22:08:36)

  • [Solved] yaourt -Syyua: file owned by 'p7zip' and 'p7zip-gui'

    Lately I got this really strange issue:
    Everytime I run
    yaourt -Syyua
    I get this output:
    :: Synchronizing package databases...
    core 105.4 KiB 392K/s 00:00 [------------------------------------------------] 100%
    extra 1516.7 KiB 1189K/s 00:01 [------------------------------------------------] 100%
    community 1943.1 KiB 1507K/s 00:01 [------------------------------------------------] 100%
    multilib 106.0 KiB 1413K/s 00:00 [------------------------------------------------] 100%
    archlinuxfr 8.6 KiB 4.22M/s 00:00 [------------------------------------------------] 100%
    padevchooser : Orphan
    Foreign packages: \ 95 / 95
    file owned by 'p7zip' and 'p7zip-gui': 'usr/bin/7zFM'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/bin/7zG'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/bin/p7zipForFilemanager'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/7z.sfx'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/7zFM'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/7zG'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/af.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/ar.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/ast.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/az.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/ba.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/be.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/bg.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/bn.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/br.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/ca.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/cs.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/cy.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/da.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/de.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/el.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/en.ttt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/eo.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/es.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/et.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/eu.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/ext.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/fa.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/fi.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/fr.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/fur.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/fy.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/gl.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/gu.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/he.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/hi.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/hr.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/hu.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/hy.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/id.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/io.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/is.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/it.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/ja.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/ka.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/kk.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/ko.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/ku-ckb.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/ku.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/lt.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/lv.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/mk.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/mn.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/mr.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/ms.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/nb.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/ne.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/nl.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/nn.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/pa-in.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/pl.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/ps.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/pt-br.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/pt.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/ro.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/ru.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/sa.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/si.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/sk.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/sl.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/sq.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/sr-spc.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/sr-spl.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/sv.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/ta.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/th.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/tr.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/tt.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/ug.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/uk.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/uz.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/va.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/vi.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/zh-cn.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/Lang/zh-tw.txt'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/7zip.hhc'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/7zip.hhk'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/commands/add.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/commands/bench.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/commands/delete.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/commands/extract.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/commands/extract_full.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/commands/index.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/commands/list.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/commands/style.css'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/commands/test.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/commands/update.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/exit_codes.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/index.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/style.css'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/ar_exclude.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/ar_include.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/ar_no.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/charset.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/exclude.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/include.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/index.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/large_pages.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/list_tech.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/method.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/output_dir.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/overwrite.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/password.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/recurse.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/sfx.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/ssc.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/stdin.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/stdout.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/stop_switch.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/style.css'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/type.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/update.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/volume.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/working_dir.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/switches/yes.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/cmdline/syntax.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/fm/about.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/fm/benchmark.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/fm/index.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/fm/menu.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/fm/options.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/fm/plugins/7-zip/add.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/fm/plugins/7-zip/extract.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/fm/plugins/7-zip/index.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/fm/plugins/7-zip/style.css'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/fm/plugins/index.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/fm/plugins/style.css'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/fm/style.css'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/general/7z.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/general/faq.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/general/formats.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/general/index.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/general/license.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/general/performance.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/general/style.css'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/general/thanks.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/start.htm'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/lib/p7zip/help/style.css'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/share/applications/7zFM.desktop'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/share/icons/hicolor/32x32/apps/p7zip.png'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/share/kde4/services/ServiceMenus/p7zip_compress.desktop'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/share/kde4/services/ServiceMenus/p7zip_compress2.desktop'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/share/kde4/services/ServiceMenus/p7zip_extract.desktop'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/share/kde4/services/ServiceMenus/p7zip_extract_subdir.desktop'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/share/kde4/services/ServiceMenus/p7zip_extract_to.desktop'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/share/kde4/services/ServiceMenus/p7zip_test.desktop'
    file owned by 'p7zip' and 'p7zip-gui': 'usr/share/kde4/services/ServiceMenus/readme.txt'
    When I go to check the file permissions, I see this:
    $ ls -la /usr/bin/7zFM
    -rwxr-xr-x 1 root root 38 30. Okt 2011 /usr/bin/7zFM
    $ ls -la /usr/lib/p7zip/Lang
    total 1340
    drwxr-xr-x 2 root root 4096 30. Okt 2011 .
    drwxr-xr-x 5 root root 4096 30. Okt 2011 ..
    -rw-r--r-- 1 root root 9894 30. Okt 2011 af.txt
    -rw-r--r-- 1 root root 16379 30. Okt 2011 ar.txt
    -rw-r--r-- 1 root root 10186 30. Okt 2011 ast.txt
    -rw-r--r-- 1 root root 13281 30. Okt 2011 az.txt
    -rw-r--r-- 1 root root 17623 30. Okt 2011 ba.txt
    -rw-r--r-- 1 root root 18371 30. Okt 2011 be.txt
    -rw-r--r-- 1 root root 20045 30. Okt 2011 bg.txt
    -rw-r--r-- 1 root root 22508 30. Okt 2011 bn.txt
    -rw-r--r-- 1 root root 10191 30. Okt 2011 br.txt
    -rw-r--r-- 1 root root 13255 30. Okt 2011 ca.txt
    -rw-r--r-- 1 root root 13566 30. Okt 2011 cs.txt
    -rw-r--r-- 1 root root 10163 30. Okt 2011 cy.txt
    -rw-r--r-- 1 root root 12403 30. Okt 2011 da.txt
    -rw-r--r-- 1 root root 13970 30. Okt 2011 de.txt
    -rw-r--r-- 1 root root 21044 30. Okt 2011 el.txt
    -rw-r--r-- 1 root root 12505 30. Okt 2011 en.ttt
    -rw-r--r-- 1 root root 10164 30. Okt 2011 eo.txt
    -rw-r--r-- 1 root root 13977 30. Okt 2011 es.txt
    -rw-r--r-- 1 root root 12938 30. Okt 2011 et.txt
    -rw-r--r-- 1 root root 12286 30. Okt 2011 eu.txt
    -rw-r--r-- 1 root root 13602 30. Okt 2011 ext.txt
    -rw-r--r-- 1 root root 16143 30. Okt 2011 fa.txt
    -rw-r--r-- 1 root root 13621 30. Okt 2011 fi.txt
    -rw-r--r-- 1 root root 14109 30. Okt 2011 fr.txt
    -rw-r--r-- 1 root root 13360 30. Okt 2011 fur.txt
    -rw-r--r-- 1 root root 11954 30. Okt 2011 fy.txt
    -rw-r--r-- 1 root root 10150 30. Okt 2011 gl.txt
    -rw-r--r-- 1 root root 26159 30. Okt 2011 gu.txt
    -rw-r--r-- 1 root root 15876 30. Okt 2011 he.txt
    -rw-r--r-- 1 root root 26250 30. Okt 2011 hi.txt
    -rw-r--r-- 1 root root 12963 30. Okt 2011 hr.txt
    -rw-r--r-- 1 root root 14041 30. Okt 2011 hu.txt
    -rw-r--r-- 1 root root 18182 30. Okt 2011 hy.txt
    -rw-r--r-- 1 root root 12794 30. Okt 2011 id.txt
    -rw-r--r-- 1 root root 9662 30. Okt 2011 io.txt
    -rw-r--r-- 1 root root 11781 30. Okt 2011 is.txt
    -rw-r--r-- 1 root root 13609 30. Okt 2011 it.txt
    -rw-r--r-- 1 root root 15410 30. Okt 2011 ja.txt
    -rw-r--r-- 1 root root 19279 30. Okt 2011 ka.txt
    -rw-r--r-- 1 root root 17161 30. Okt 2011 kk.txt
    -rw-r--r-- 1 root root 14199 30. Okt 2011 ko.txt
    -rw-r--r-- 1 root root 19177 30. Okt 2011 ku-ckb.txt
    -rw-r--r-- 1 root root 10725 30. Okt 2011 ku.txt
    -rw-r--r-- 1 root root 12727 30. Okt 2011 lt.txt
    -rw-r--r-- 1 root root 10236 30. Okt 2011 lv.txt
    -rw-r--r-- 1 root root 14626 30. Okt 2011 mk.txt
    -rw-r--r-- 1 root root 14198 30. Okt 2011 mn.txt
    -rw-r--r-- 1 root root 17123 30. Okt 2011 mr.txt
    -rw-r--r-- 1 root root 9950 30. Okt 2011 ms.txt
    -rw-r--r-- 1 root root 11271 30. Okt 2011 nb.txt
    -rw-r--r-- 1 root root 21349 30. Okt 2011 ne.txt
    -rw-r--r-- 1 root root 13670 30. Okt 2011 nl.txt
    -rw-r--r-- 1 root root 11004 30. Okt 2011 nn.txt
    -rw-r--r-- 1 root root 22337 30. Okt 2011 pa-in.txt
    -rw-r--r-- 1 root root 13559 30. Okt 2011 pl.txt
    -rw-r--r-- 1 root root 14620 30. Okt 2011 ps.txt
    -rw-r--r-- 1 root root 13330 30. Okt 2011 pt-br.txt
    -rw-r--r-- 1 root root 13466 30. Okt 2011 pt.txt
    -rw-r--r-- 1 root root 13460 30. Okt 2011 ro.txt
    -rw-r--r-- 1 root root 18564 30. Okt 2011 ru.txt
    -rw-r--r-- 1 root root 27889 30. Okt 2011 sa.txt
    -rw-r--r-- 1 root root 24592 30. Okt 2011 si.txt
    -rw-r--r-- 1 root root 13780 30. Okt 2011 sk.txt
    -rw-r--r-- 1 root root 11907 30. Okt 2011 sl.txt
    -rw-r--r-- 1 root root 11116 30. Okt 2011 sq.txt
    -rw-r--r-- 1 root root 18547 30. Okt 2011 sr-spc.txt
    -rw-r--r-- 1 root root 12835 30. Okt 2011 sr-spl.txt
    -rw-r--r-- 1 root root 13207 30. Okt 2011 sv.txt
    -rw-r--r-- 1 root root 20036 30. Okt 2011 ta.txt
    -rw-r--r-- 1 root root 23571 30. Okt 2011 th.txt
    -rw-r--r-- 1 root root 12954 30. Okt 2011 tr.txt
    -rw-r--r-- 1 root root 17867 30. Okt 2011 tt.txt
    -rw-r--r-- 1 root root 18251 30. Okt 2011 ug.txt
    -rw-r--r-- 1 root root 19186 30. Okt 2011 uk.txt
    -rw-r--r-- 1 root root 10221 30. Okt 2011 uz.txt
    -rw-r--r-- 1 root root 11686 30. Okt 2011 va.txt
    -rw-r--r-- 1 root root 13219 30. Okt 2011 vi.txt
    -rw-r--r-- 1 root root 12457 30. Okt 2011 zh-cn.txt
    -rw-r--r-- 1 root root 12544 30. Okt 2011 zh-tw.txt
    Does anyone know what's going on here? Thanks in advance for your help!
    Last edited by derblub (2013-04-28 11:09:04)

    Thanks for the link, unfortunately p7zip-extra didn't add anything to the context-menu. Will continue searching, since I liked the 7zip menu. Anyways - my main problem is now solved - shouldn't be a big problem to manually add that menu back again.
    Edit: For future readers - just got back the context-menu entries by re-installing following:
    pacman -S p7zip desktop-file-utils wxgtk
    Last edited by derblub (2013-04-28 11:39:20)

  • [SOLVED]yaourt wants to build dependencies from AUR

    Hi,
    I've installed kdemod4... the only problem is that yaourt wants ti install all the dependences of the package(s) i've choose from aur, altough dependencies are present in extra (correct version). How can i solve this??
    An example is:
    cairo-lcd: i have to build all the dependencies from aur, like libpng,etc; but i see from PKGBUILD that the version that needs cairo-lcd is present in extra repository...
    thanks in advance
    Last edited by chesterfork (2009-07-13 10:07:26)

    ..i'm running kdemod 4 x86_64...so if i try install everything using yaourt the dependencies are shown in this way:
    ==> lib32-cairo-lcd dependencies:
    - lib32-gcc-libs (building from AUR)
    - lib32-libpng (building from AUR)
    - lib32-libxrender (building from AUR)
    - lib32-fontconfig (building from AUR)
    - lib32-pixman (building from AUR)
    - lib32-xcb-util (building from AUR)
    if it could help i found this:
    chesterfork ~ $ yaourt -S lib32-cairo
    lib32-cairo not found on AUR
    Packages that were installed as dependencies but are no longer required by any installed package:
    error:
    what about the error? it's a blank line.... i checked yaourtrc in /etc but it seems ok..
    It's happen even if i have these packages installed (and checking in pkg build they have are the same version). EVERYTIME yaourt shows that; cairo, cairo-lcd, bin32-skype-lib32-cairo-lcd....eveything i tried it needs dependencies from aur ONLY. That's the problem....there is a solution??

Maybe you are looking for

  • Send mail to an external recipient in a 2013 Workflow

    Hi, What is the recommended method for sending an Email to an external email address form within a SharePoint 2013 Workflow? Regards, Dean

  • Jpeg crash in finder

    Have been working in Photoshop Elements 10 and Acorn and am having a crashing problem when I look in finder at the files I have edited and saved as jpegs. When it tries to show the image on finder, the little wheel starts to spin and then the iMac cr

  • Acrobat Professional 8.0 Question

    I work with the IT and came across a problem I could'nt fix with my client. Problem: - updated the Adobe Acrobat Pro 8.0 - everytime she opens a document, it will not show the advanced editor What is needed for problem to be solved - every time you o

  • Switching tabs causes an automatic tab reload in safari... how do I stop that?

    I generally keep 20 or so tabs open in my safari window. A month or so back, suddenly, each time I click over to a diffent tab the tab reloads. How do I stop this? And is this problem making my computer (fan or hard drive?) wind up for long periods o

  • How to improve the font size

    Hi All, Can any boady pleasse help me to solve the issue. In BSP page, how we can improve the font size. Regards, kishan