[solved] yaourt: Curl 404

Hello,
i am having a problem with yaourt. Which is a pitty, cause i like(d) it. What i am getting if i am trying to update, for example is:
curl: (22) The requested URL returned error: 404 Not Found
curl error: Couldn't connect to server
curl error: Couldn't connect to server
I found a realated topic, which had to do with tor. I am not using tor, but i onced istalled it, but removed, since that thread was recomending that. It didnt help.
my mirrorlist is fine, and new. pacman is working, as it is supposed to be.
An update with yaourt "just" fails the AUR part of it.
does anyone of you have ideas, a hint about this. What output would you like to see?
Thanks a lot.
Last edited by einsiedlerkrebs (2012-10-05 14:08:24)

hi,
actually i do get similar errors using pacman:
$ sudo pacman -Syu
[sudo] password for USERNAME:
:: Synchronisiere Paketdatenbanken...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 106k 100 106k 0 0 89551 0 0:00:01 0:00:01 --:--:-- 161k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1422k 100 1422k 0 0 618k 0 0:00:02 0:00:02 --:--:-- 680k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1785k 100 1785k 0 0 665k 0 0:00:02 0:00:02 --:--:-- 722k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 93632 100 93632 0 0 106k 0 --:--:-- --:--:-- --:--:-- 139k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 32658 100 32658 0 0 112k 0 --:--:-- --:--:-- --:--:-- 224k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
:: Starte komplette Systemaktualisierung...
Es gibt nichts zu tun
if i ping the URL from a packagebuild, i can observe that:
$ ping http://openwrt.org #<--- this is what i can find in the PKGBUILD of https://aur.archlinux.org/packages.php?ID=57132
ping: unknown host http://openwrt.org
USERNAME@HOSTNAME ~ $ ping https://openwrt.org
ping: unknown host https://openwrt.org
USERNAME@HOSTNAME ~ $ ping openwrt.org
PING openwrt.org (78.24.191.177) 56(84) bytes of data.
64 bytes from openwrt.org (78.24.191.177): icmp_req=1 ttl=55 time=67.0 ms
64 bytes from openwrt.org (78.24.191.177): icmp_req=2 ttl=55 time=66.4 ms
^C
--- openwrt.org ping statistics ---
3 packets transmitted, 2 received, 33% packet loss, time 2002ms
rtt min/avg/max/mdev = 66.479/66.783/67.088/0.399 ms
USERNAME@HOSTNAME ~ $ ping http://www.google.de
ping: unknown host http://www.google.de
USERNAME@HOSTNAME ~ $ ping www.google.de
PING www.google.de (173.194.69.94) 56(84) bytes of data.
64 bytes from www.google.de (173.194.69.94): icmp_req=1 ttl=49 time=48.8 ms
64 bytes from www.google.de (173.194.69.94): icmp_req=2 ttl=49 time=49.4 ms
^C
--- www.google.de ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 48.832/49.157/49.483/0.393 ms
my mirrorlist is quite short since it is edited via reflector:
$ cat /etc/pacman.d/mirrorlist
# Arch Linux mirrorlist generated by Reflector
# With: /usr/bin/reflector -l 5 --sort rate --save /etc/pacman.d/mirrorlist
# When: 2012-09-28 12:09:22 UTC
# From: https://www.archlinux.org/mirrors/status/json/
# Retrieved: 2012-09-28 12:09:15 UTC
# Last Check: 2012-09-28T11:26:43.075Z UTC
Server = http://mirror.rit.edu/archlinux/$repo/os/$arch
Server = http://www.laqee.unal.edu.co/archlinux/$repo/os/$arch
Server = ftp://mirror.rit.edu/archlinux/$repo/os/$arch
Server = ftp://ftp.jaist.ac.jp/pub/Linux/ArchLinux/$repo/os/$arch
Server = rsync://mirror.rit.edu/archlinux/$repo/os/$arch
Is it normal, that ping without http:// works, but within not?
Thank you for helping.
eins

Similar Messages

  • [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] 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 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 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 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 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??

  • [SOLVED] Yaourt Symbolic link error, any ideas?

    When I try to install glusterfs via yaourt, I always run into this error:
    libtool: install: warning: remember to run `libtool --finish /usr/lib/glusterfs/3.2.4/xlator/system'
    Making install in glusterfsd
    Making install in src
    ln: failed to create symbolic link `/home/chojin/tmp/yaourt-tmp-chojin/aur-glusterfs/pkg/usr/sbin/glusterfs': No such file or directory
    make[3]: *** [install-data-local] Error 1
    make[3]: *** Waiting for unfinished jobs....
      /bin/sh ../../libtool --mode=install /bin/install -c 'glusterfsd' '/home/chojin/tmp/yaourt-tmp-chojin/aur-glusterfs/pkg/usr/sbin/glusterfsd'
    /bin/install -c .libs/glusterfsd /home/chojin/tmp/yaourt-tmp-chojin/aur-glusterfs/pkg/usr/sbin/glusterfsd
    make[2]: *** [install-am] Error 2
    make[1]: *** [install-recursive] Error 1
    make: *** [install-recursive] Error 1
    ==> ERROR: A failure occurred in build().
        Aborting...
    ==> ERROR: Makepkg was unable to build glusterfs.
    ==> Restart building glusterfs ? [y/N]
    ==> ----------------------------------
    ==>
    This happens regardless of running yaourt as root or not, and it makes no difference if I specify a different tmp directory.
    It's a really weird issue, since I was able to install it successfully on my 64bit Desktop running arch, but not on my servers. But now my desktop also fails, even though the package version hasn't changed.
    Has anyone experienced this error? Perhaps with a different package, but maybe the same solution or work around would apply.
    EDIT:
    Weird, this time it worked.
    I commented out the MAKEFLAGS in makepkg.conf and I ran makepkg directly as a user with the following flags: makepkg -L -m -s --check
    I wonder what did the magic? Strange.
    Update,
    seems the MAKEFLAGS was the culprit. I had it set to 48 since my server has 48 cores, but I guess some packages don't like that.
    Solved, I guess.
    Last edited by ChojinDSL (2011-10-17 12:41:01)

    Yes! You are right. Now, this sounds so familiar. I vaguely remember doing this when I originally installed Arch on this laptop, but I must have done it as part of the "beginners guide" procedure. I guess this explains it:
    https://wiki.archlinux.org/index.php?ti … did=168068
    Now, I take it from this that I safely remove ALL the symlinks from my rc.local?
    rc.local:
    ln -s /dev/sr0 /dev/cdrom
    ln -s /dev/sr0 /dev/cdrw
    ln -s /dev/sr0 /dev/dvd
    ln -s /dev/sr0 /dev/dvdrw

  • [solved] yaourt+customizepkg no longer work

    I set up customizepkg to patch a few packages before building them from source (see the original thread where I asked how to do it)
    It worked great initially, but yesterday I started seeing this error when trying to sync:
    $ yaourt -S gnome-applets
    ==> Building gnome-applets from sources
    gnome-applets was not found on abs repos.archlinux.org
    Any idea what's wrong? I swear it worked before I don't think I changed anything that could potentially affect yaourt or customizepkg
    The files in /etc/customizepkg.d/ are fine, I can successfully do this:
    ~$ mkdir test; cd test
    ~/test$ cp /var/abs/extra/gnome-applets/* .
    ~/test$ customizepkg -m
    ~/test$ makepkg
    ~/test$ sudo pacman -U gnome-applets-2.26.3-1-x86_64.pkg.tar.gz
    Thanks!
    Last edited by alexk (2009-09-05 02:58:10)

    tuxce wrote:yaourt use http://repos.archlinux.org/viewvc.cgi to search and download package files but url returns a 404 error.
    Thanks, it seems to work fine now that viewvc.cgi is back.

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

  • How can I to solve the error 404?

    I received  this message: https://caldav.calendar.yahoo.com/principals/users/MYEMAIL ADDRESS
    http error 404
    Please, how to solve it?

    hpuche wrote:
    Thank you toNiel and Kappy. However, I did not write the caldav link. It is the imac that it is looking to update the calendar from my iphone and ipad wiht the computer and it does not seem to find them. I never wrote any of those links that the error message shows. Therefore, I do not know where to change the address. The server is apple's server, not mine.
    That is not an Apple Server, it is a Yahoo Server, the iMac did not create it, Yahoo did and supplied it to your iMac. Call Yahoo tech support so you may to verify or correct the address.
    https://caldav.calendar.yahoo.com/principals/users/MYEMAIL

  • [SOLVED] yaourt how to update aur packages

    Hi!
    I got a quick question. I thought that yaourt is able to update old packages installed from Aur automatically.
    So for example I type as usually yaourt -Syu --aur but I noticed it doesn't show AUR packages I can update. Only from core/extra/community
    For example I just typed:
    yaourt yaourt
    1 aur/yaourt 0.9.2.6-1 [0.9.2.5-1 installed] (2406)
    and see that I can update yaourt. I have other packages installed from AUR, how do I know that a newer version is available without checking it manually?
    edit:
    so I am happy to mark it as solved. It wasn't a bug, but it is a way how yaourt works.
    yaourt -Syu --aur shows packages from core/extra/community.
    If I press Y (to install them). It shows a list again with the information how much to download and install and then after pressing "No" to install them, yaourt continues to check AUR packages in this case.
    Julien MISCHKOWITZ, the developer said he could change the behavior
    Thanks everyone for the attention!
    Last edited by ngsupb (2009-08-21 13:15:09)

    shining wrote:yaourt has a bug tracker : http://bugs.archlinux.fr/index/proj3?or … &sort=desc
    Thank you shining. I have opened a ticket there. Lets wait, I hope they can help!

Maybe you are looking for