[SOLVED]Yaourt aborting

Hi everyone im back to arch linux again and i tried makepkg -s and this is what i got
Code:[arch128@iSrosh128 yaourt]$ makepkg -s
==> Making package: yaourt 0.10.2-1 (Mon Dec 19 16:09:16 PST 2011)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
  -> Found yaourt-0.10.2.tar.gz
==> Validating source files with md5sums...
    yaourt-0.10.2.tar.gz ... Passed
==> Extracting Sources...
  -> Extracting yaourt-0.10.2.tar.gz with bsdtar
==> Removing existing pkg/ directory...
==> Starting build()...
/home/arch128/Desktop/yaourt/PKGBUILD: line 21: make: command not found
==> ERROR: A failure occurred in build().
    Aborting...
[arch128@iSrosh128 yaourt]$
Last edited by iSrosh128 (2011-12-20 00:29:35)

https://wiki.archlinux.org/index.php/AUR#Prerequisites
Please start reading the documentation we provide. It will save you time and trouble.
Last edited by Mr.Elendig (2011-12-20 15:52:28)

Similar Messages

  • [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 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 -S zoneminder fails

    I previously posted this on the package page, but no return.  So did anyone install zoneminder with success?
    zm_mpeg.h:63: error: use of enum 'PixelFormat' without previous declaration
    zm_mpeg.h:64: error: ISO C++ forbids declaration of 'AVOutputFormat' with no type
    zm_mpeg.h:64: error: expected ';' before '*' token
    zm_mpeg.h:65: error: ISO C++ forbids declaration of 'AVFormatContext' with no type
    zm_mpeg.h:65: error: expected ';' before '*' token
    zm_mpeg.h:66: error: ISO C++ forbids declaration of 'AVStream' with no type
    zm_mpeg.h:66: error: expected ';' before '*' token
    zm_mpeg.h:67: error: ISO C++ forbids declaration of 'AVFrame' with no type
    zm_mpeg.h:67: error: expected ';' before '*' token
    zm_mpeg.h:68: error: ISO C++ forbids declaration of 'AVFrame' with no type
    zm_mpeg.h:68: error: expected ';' before '*' token
    zm_mpeg.h:69: error: ISO C++ forbids declaration of 'uint8_t' with no type
    zm_mpeg.h:69: error: expected ';' before '*' token
    zm_mpeg.h:85: error: 'uint8_t' has not been declared
    In file included from zm_zone.h:27,
    from zm_monitor.h:27,
    from zmc.cpp:27:
    zm_event.h:188: warning: 'typedef' was ignored in this declaration
    zm_event.h:200: warning: 'typedef' was ignored in this declaration
    In file included from zmc.cpp:27:
    zm_monitor.h:114: warning: 'typedef' was ignored in this declaration
    make[2]: *** [zmc.o] Error 1
    make[2]: Leaving directory `/tmp/yaourt-tmp-marst/aur-zoneminder/zoneminder/src/ZoneMinder-1.23.3/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/tmp/yaourt-tmp-marst/aur-zoneminder/zoneminder/src/ZoneMinder-1.23.3'
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build zoneminder package.
    Last edited by marxav (2008-09-02 23:07:49)

    sorry to bump this old thread but I'm having the same problem..
    I already tried what foutrelis said but didnt work.. same error.. maybe the names of the files changed.. can someone give me some help in this?
    make[2]: Entering directory `/home/guilherme/Downloads/zoneminder/src/ZoneMinder-1.24.2/src'
    if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include -frepo -march=core2 -O2 -pipe -MT zmc.o -MD -MP -MF ".deps/zmc.Tpo" -c -o zmc.o zmc.cpp; \
    then mv -f ".deps/zmc.Tpo" ".deps/zmc.Po"; else rm -f ".deps/zmc.Tpo"; exit 1; fi
    In file included from zm_image.h:26,
    from zm_monitor.h:25,
    from zmc.cpp:28:
    zm_jpeg.h:39: error: declaration of C function 'void jpeg_mem_src(jpeg_decompress_struct*, const JOCTET*, int)' conflicts with
    /usr/include/jpeglib.h:959: error: previous declaration 'void jpeg_mem_src(jpeg_decompress_struct*, unsigned char*, long unsigned int)' here
    zm_jpeg.h:40: error: declaration of C function 'void jpeg_mem_dest(jpeg_compress_struct*, JOCTET*, int*)' conflicts with
    /usr/include/jpeglib.h:956: error: previous declaration 'void jpeg_mem_dest(jpeg_compress_struct*, unsigned char**, long unsigned int*)' here
    make[2]: *** [zmc.o] Error 1
    make[2]: Leaving directory `/home/guilherme/Downloads/zoneminder/src/ZoneMinder-1.24.2/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/guilherme/Downloads/zoneminder/src/ZoneMinder-1.24.2'
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    my actual PKGBUID:
    # This is a ZoneMinder PKGBUILD file.
    # Contributor: Ross melin <[email protected]>
    pkgname=zoneminder
    pkgver=1.24.2
    pkgrel=2
    pkgdesc="Capture, analyse, record and monitor video security cameras."
    arch=('i686' 'x86_64')
    url="http://www.zoneminder.com"
    license=('GPL')
    groups=()
    depends=('apache' 'php' 'mysql' 'pcre' 'openssl' 'ffmpeg-svn>=18940' 'perl-php-serialization' 'perl-libwww' 'perl-date-manip' 'perl-unicode-map' 'perl-dbi' 'perl-dbd-mysql' 'perl-io-stringy' 'perl-mime-lite' 'perl-timedate' 'perl-x10' 'perl-time-modules' 'perl-net-smtp-ssl' 'perl-sys-mmap' 'sudo' 'libv4l')
    makedepends=()
    provides=(zoneminder)
    conflicts=(zoneminder)
    replaces=()
    backup=()
    options=()
    install=zoneminder.install
    source=(http://www2.zoneminder.com/downloads/ZoneMinder-1.24.2.tar.gz \
    zm.rc.d \
    zm.conf.patch \
    zmupdate.patch \
    Controls_Orbit.sql \
    Makefile.patch \
    zm_libv4l.patch \
    zminit.arch \
    customdb \
    httpd-zm.conf \
    zmfilter.pl \
    http://www.sfr-fresh.com/unix/privat/jscalendar-1.0.zip \
    http://www.charliemouse.com:8080/code/cambozola/cambozola-0.50.tar.gz \
    zmeventbackup)
    noextract=()
    md5sums=('550d2f8f08852134028c3b1cf8fa437f'
    'b20fb25b187eb6abb21321e153a7fb25'
    '1d2a4233af027452ae38a3e0b6d062ee'
    '971947cc093f7d909f39c2ce83846f35'
    '5033bc098bf497c8aed1fc1b3c9c5f9c'
    'b7b532b39f0985c2b995c7923728bc1b'
    '60f5654582873da54796a0cf0641dc3c'
    'f9720872736f26d17bc49d8725b75ae4'
    '4ace13d1e20934abe192ef7372c75988'
    '00201eba9c0a5d1ed14b10cc55410698'
    '80c52cc3575073a7462ff6a54886a345'
    '10f2160fe68294013efcd1473cd36f72'
    'daded58688e16ab513920a54a0599267'
    '8b40137b6ff54f2fb26104b70edd22e9')
    build() {
    cd "$srcdir/ZoneMinder-$pkgver"
    patch -p1 < $srcdir/zm.conf.patch || read
    patch -p1 < $srcdir/zmupdate.patch || read
    patch -p1 -b < $srcdir/zm_libv4l.patch || read
    cat ../Controls_Orbit.sql >> db/zm_create.sql.in
    sed -i '22s/^$/#include <cstdio>/' \
    src/zm_utils.cpp
    sed -i 's/$max_socket_tries = 3;/$max_socket_tries = 15;/' \
    web/ajax/stream.php || read
    ./configure --prefix=/usr \
    --sysconfdir=/etc \
    --with-webuser=http \
    --with-webgroup=http \
    --with-mysql=/usr \
    --with-webdir=/var/lib/zm/www \
    --with-cgidir=/var/lib/zm/cgi-bin \
    --with-extralibs="-lv4l1 -lv4l2" \
    --bindir=/usr/lib/zm/bin \
    --enable-mmap=no \
    ZM_SSL_LIB=openssl
    patch -p1 < $srcdir/Makefile.patch ||read
    sed -i 's|<ffmpeg/avformat.h>|<libavformat/avformat.h>|' $srcdir/ZoneMinder-$pkgver/src/zm_mpeg.h
    sed -i 's|<ffmpeg/swscale.h>|<libswscale/swscale.h>|' $srcdir/ZoneMinder-$pkgver/src/zm_mpeg.h
    make || return 1
    make DESTDIR="$pkgdir" install || return 1
    install -D -m 700 $startdir/src/zminit.arch $startdir/pkg/usr/lib/zm/bin/zminit
    install -D -m 700 $startdir/src/zm.rc.d $startdir/pkg/etc/rc.d/zm
    install -D -m 700 scripts/zmdbbackup $startdir/pkg/usr/lib/zm/bin/zmdbbackup
    install -D -m 700 scripts/zmdbbackup $startdir/pkg/usr/lib/zm/bin/zmdbbackup
    install -D -m 700 scripts/zmdbrestore $startdir/pkg/usr/lib/zm/bin/zmdbrestore
    install -D -m 700 scripts/zmeventdump $startdir/pkg/usr/lib/zm/bin/zmeventdump
    install -D -m 700 scripts/zmlogrotate.conf $startdir/pkg/etc/logrotate.d/zm
    install -D -m 700 $startdir/src/zmeventbackup $startdir/pkg/etc/cron.hourly/zmeventbackup
    install -D -m 755 $startdir/src/zmfilter.pl $startdir/pkg/usr/lib/zm/bin/zmfilter.pl
    tar -zxf $startdir/src/cambozola-0.50.tar.gz
    install -m 644 cambozola-0.50/dist/cambozola.jar $startdir/pkg/var/lib/zm/www/cambozola.jar
    mkdir -p $startdir/pkg/etc/httpd/conf/extra/
    install -m 644 $startdir/src/httpd-zm.conf $startdir/pkg/etc/httpd/conf/extra/httpd-zm.conf
    unzip $startdir/src/jscalendar-1.0.zip
    mv $startdir/src/jscalendar-1.0 $startdir/pkg/var/lib/zm/www/tools/jscalendar
    install -D -m 700 $startdir/src/customdb $startdir/pkg/usr/lib/zm/upgrade/customdb
    install -D db/zm*.sql $startdir/pkg/usr/lib/zm/upgrade/
    mkdir -p $startdir/pkg/var/run/zm
    ### remove special files
    find $startdir/pkg/ -name "perllocal.pod" \
    -o -name ".packlist" \
    -o -name "*.bs" \
    |xargs -i rm -f {}
    # vim:set ts=2 sw=2 et:
    I copied those two lines foutrelis posted after the first two patches inside the build() and didnt worked, then I tried after the third patch and it didnt work too...(always the same error)
    some help would be gr8.
    regards!

  • [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, package removed for security reasons?

    Hi,
    if i use yaout for searching new software, teamspeak for example it will output this:
    yaourt -Ss teamspeak
    aur/mumble 1.1.3-1
    A voice chat applikation similar to TeamSpeak
    aur/oss2jack 0.25-7
    Routes /dev/dsp to Jack enabling TeamSpeak and other OSS-only mmap apps to work.
    aur/teamspeak2 rc2_2032-3
    TeamSpeak is software for quality voice communication via the Internet
    Ok, teamspeak2 is in aur...now i want to build it:
    [progger@myhost music]$ yaourt -S teamspeak2
    ==> Downloading teamspeak2 PKGBUILD from AUR...
    ==> WARNING: It seems like teamspeak2 was removed from AUR probably for security reason. Please Abort
    teamspeak2 rc2_2032-3 (NOT SAFE): TeamSpeak is software for quality voice communication via the Internet
    ==> teamspeak2 dependencies:
    - libxext (already installed)
    - libjpeg (already installed)
    - libsm (already installed)
    Now yaourt tells me that the package was removed for security reasons but i can still build it?
    How can someone build something that was removed?
    greets
    Last edited by metalfan (2008-03-25 15:08:02)

    Another example but I don't see the same issue with the pkgver
    $ yaourt -S sword
    ==> Downloading sword PKGBUILD from AUR...
    ==> WARNING: It seems like sword was removed from AUR probably for security reason. Please Abort
    sword 1.5.10-2 (NOT SAFE): SWORD libraries for Bible programs

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

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