[SOLVED] yaourt upgrade check skips(?) packages

When running "yaourt -Syu --aur", after updating package databases for normal repositories, yaourt checks for AUR package upgrades and shows a counter, for example:
[ypoluektovich@arch ~]$ yaourt -Syu --aur
Password:
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
Foreign packages: 34 / 34
But lately, for me, the counter has been stopping just short of completion:
Foreign packages: / 49 / 50
What's going on and how do I fix it?
Last edited by ypoluektovich (2012-01-22 11:07:04)

Right, I've figured it out. Turns out the "missing" packages have been removed/renamed in the AUR database. Here's a one-liner that will print names of all such packages:
for x in `pacman -Qqm`; do [[ $( yaourt -Ss $x | grep "installed" | wc -l ) == 0 ]] && echo "$x"; done

Similar Messages

  • [SOLVED] Problems upgrading some haskell packages

    Hi Folks.
    I am getting this error message when trying to upgrade my System:
    [gasp0de@Gasp0de ~]$ yaourt -Syua
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    error: failed to prepare transaction (could not satisfy dependencies)
    :: Starting full system upgrade...
    :: haskell-transformers: requires ghc=7.6.3-1
    I searched the forums and found  a similar question, but the given solution doesn't work for me, as i don't have the unofficial haskell repository enabled.
    I don't understand exactly what the problem is here, as i seem to have the wanted version of ghc on my System:
    [gasp0de@Gasp0de ~]$ yaourt -Qs ghc
    extra/ghc 7.6.3-1
    The Glasgow Haskell Compiler
    Thank you in advance for any help you can give me.
    Gasp0de
    Edit: Marked as solved
    Last edited by Gasp0de (2014-05-06 21:28:31)

    $ sudo pacman -Rcs haskell-transformers
    checking dependencies...
    Packages (17): ghc-7.6.3-1 haskell-data-default-0.5.3-1 haskell-data-default-class-0.0.1-1 haskell-data-default-instances-base-0.0.1-4 haskell-data-default-instances-containers-0.0.1-1
    haskell-data-default-instances-dlist-0.0.1-1 haskell-data-default-instances-old-locale-0.0.1-1 haskell-dlist-0.5-24 haskell-extensible-exceptions-0.1.1.4-5 haskell-mtl-2.1.2-3 haskell-random-1.0.1.1-5
    haskell-utf8-string-0.3.7-5 haskell-x11-1.6.1.1-3 haskell-x11-xft-0.3.1-9 xmonad-0.11-7 xmonad-contrib-0.11.2-2 haskell-transformers-0.3.0.0-4
    Total Removed Size: 852.67 MiB
    :: Do you want to remove these packages? [Y/n]
    Seems bad.
    Is this really the intended path? Uninstall everything Haskell, then reinstall?

  • [solved] yaourt VCS package updates

    Hello,
    the command $ yaourt -Syua --devel upgrades all VCS packages. However, I do not completely understand how that works.
    Does yaourt upgrade all VCS packages that are installed regardless of their version or does yaourt reconcile the VCS packages with my local packages and upgrades only these that are newer?
    Regards
    Last edited by orschiro (2012-12-23 09:37:02)

    Then this feature is not working on my system.
    As an example I just upgraded two packages nemo-dropbox-git and nemo-fileroller-git. So they are definitely the latest version.
    Now when I run  $ yaourt -Syua --devel it still wants to upgrade them again:
    [orschiro@thinkpad ~]$ yaourt -Syua --devel
    :: Synchronizing package databases...
    cinnarch-repo is up to date
    cinnarch-core is up to date
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    Foreign packages: \ 19 / 19
    ==> upgrading SVN/CVS/HG/GIT package
    Targets (2): nemo-dropbox-git nemo-fileroller-git
    ==> Proceed with upgrade? [Y/n]
    ==> ----------------------------
    ==>

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

  • [SOLVED] yaourt shows new packages, pacaur says "nothing to do"

    Because of https://bbs.archlinux.org/viewtopic.php?pid=1455060, I decided to try pacaur.
    "pacaur -Syyua" says nothing to do, while "yaourt -Syyua" shows three packages.
    Is there anything special I need to do to migrate from yaourt?
    Last edited by simendsjo (2014-09-10 08:51:38)

    Awebb wrote:What does pacman say about pending updates? Are there any AUR packages that need an update? One of them lies, now you need to find out which one. If you don't know how to find that out, maybe you should not use a helper or use a low level helper like cower for a while.
    All three (pacman, pacaur and yaourt) shows these three packages as outdated.
    I found the reason though. I assumed "pacaur -Sua" would update *both* core and AUR packages, but it seems they are not combined like they're in yaourt.
    The documentation for pacaur states that "a" would use *only* AUR though, so perhaps "pacaur -Su" would update both? I guess I'll soon find out.

  • Check installed packages integrity? [Solved - script inside]

    Hi,
    is it possible to check installed packages for integrity - i.e. missing/changed files, etc. I looked at pacman man, but found nothing ...
    Last edited by drakosha (2007-06-18 17:53:24)

    klixon wrote:I guess it uses a directory name for empty directories that are required, so the [ ! -d ] check is still valid...
    Oh no, finally it's a little bug in pacman (src/pacman/package.c)
    225 if(!stat(path, &buf) && S_ISDIR(buf.st_mode)) {
    226 /* if we stat it and it is a dir, don't print */
    227 } else {
    228 fprintf(stdout, "%s %s\n", pkgname, path);
    229 }
    If a directory doesn't exist, or is only readable by root, it can't stat it and detect it's a directory, so it'll print it
    As root, the only directory it prints is the one which doesn't exist, ie /tmp/ttf-ms-fonts/
    because of the special status of the ttf-ms-fonts package.
    And as user, it also prints /var/spool/cups/tmp/ , because it doesn't have the right to stat it I guess.
    I'm glad i'm doing the opposite of what you're trying to do... That looks a bit more hairy.
    lol indeed, that's why I gave 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...

  • [SOLOVED] 'pacman -S yaourt' tries for 64bit package-query on 32bit

    I've been getting a 32bit chroot installed recently and have started over several times for learning and documentation purposes. One issue that has occurred every time is as follows:
    - Per the ArchWiki, I have added the following to /opt/arch32/etc/pacman.conf to allow for 'pacman -S yaourt':
    [archlinuxfr]
    Server = http://repo.archlinux.fr/i686
    - the only uncommented mirror in /opt/arch32/etc/pacman.d/mirrorlist is:
    --- Server = http://distro.ibiblio.org/pub/linux/dis … po/os/i686
    - everything that follows is done from my 32bit chroot, setup per the ArchWiki, with base and base-devel, daemon started, etc.
    - pacman -Syu && pacman -S yaourt
    - I have gotten this output every time I've tried:
    [jwhendy@bigBang ~]$ sudo pacman -S yaourt
    resolving dependencies...
    looking for inter-conflicts...
    Targets (6): run-parts-3.2.2-1 ca-certificates-20090814-3 curl-7.20.1-1
    yajl-1.0.9-3 package-query-0.1.1-1 yaourt-0.9.3.2-1
    Total Download Size: 0.62 MB
    Total Installed Size: 2.71 MB
    Proceed with installation? [Y/n]
    :: Retrieving packages from core...
    run-parts-3.2.2-1-i686 8.0K 1581.9K/s 00:00:00 [#####################] 100%
    ca-certificates-200... 108.6K 1109.5K/s 00:00:00 [#####################] 100%
    :: Retrieving packages from extra...
    curl-7.20.1-1-i686.... 419.2K 1126.8K/s 00:00:00 [#####################] 100%
    :: Retrieving packages from community...
    yajl-1.0.9-3-i686.p... 25.3K 1097.4K/s 00:00:00 [#####################] 100%
    :: Retrieving packages from archlinuxfr...
    error: failed retrieving file 'package-query-0.1.1-1-x86_64.pkg.tar.xz' from repo.archlinux.fr : Not Found
    yaourt-0.9.3.2-1-an... 60.3K 1171.3K/s 00:00:00 [#####################] 100%
    warning: failed to retrieve some files from archlinuxfr
    error: failed to commit transaction (Not Found)
    Errors occurred, no packages were upgraded.
    So... everything pacman is grabbing is i686 except package-query. Why in the world would this be? I would assume this happens on an actual 32bit install as well, but not sure... Could it have to do with me being on a 32bit chroot? I can't figure out how it would selectively be grabbing i686 and 64bit packages given my pacman.conf and mirrorlist, though...
    - Workaround:
    --- I've been just doing 'pacman -S curl yajl' and then using makepkg -si to install package-build from AUR
    I wanted to post this, though, as I think something is wrong in a depends list or repo somewhere to be causing this time after time.
    Is this me being stupid or is there something else going on here?
    Last edited by jwhendy (2010-04-20 22:35:08)

    1. First I issued 'pacman -R yaourt' and 'pacman -R package-query' to force a reinitiation of the package-query download
    2. sudo pacman --debug -S yaourt:
    [jwhendy@bigBang ~]$ sudo pacman --debug -S yaourt
    debug: config: attempting to read file /etc/pacman.conf
    debug: config: new section 'options'
    debug: config: HoldPkg: pacman
    debug: config: HoldPkg: glibc
    debug: config: SyncFirst: pacman
    debug: config: new section 'core'
    debug: setlibpaths() called
    debug: option 'cachedir' = /var/cache/pacman/pkg/
    debug: registering sync database 'core'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'core': http://distro.ibiblio.org/pub/linux/dis … re/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'extra'
    debug: registering sync database 'extra'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'extra': http://distro.ibiblio.org/pub/linux/dis … ra/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'community'
    debug: registering sync database 'community'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'community': http://distro.ibiblio.org/pub/linux/dis … ty/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'archlinuxfr'
    debug: registering sync database 'archlinuxfr'
    debug: adding new server URL to database 'archlinuxfr': http://repo.archlinux.fr/i686
    debug: config: finished parsing /etc/pacman.conf
    debug: registering local database
    debug: loading package cache for repository 'local'
    debug: loading package cache for repository 'core'
    debug: loading package cache for repository 'extra'
    debug: loading package cache for repository 'community'
    debug: loading package cache for repository 'archlinuxfr'
    debug: adding package yaourt-0.9.3.2-1 to the transaction targets
    resolving dependencies...
    debug: resolving target's dependencies
    debug: started resolving dependencies
    debug: checkdeps: package yaourt-0.9.3.2-1
    debug: checkdeps: missing dependency 'package-query' for package 'yaourt'
    debug: pulling dependency package-query (needed by yaourt)
    debug: checkdeps: package package-query-0.1.1-1
    debug: finished resolving dependencies
    debug: started sorting dependencies
    debug: sorting dependencies finished
    looking for inter-conflicts...
    debug: looking for conflicts
    debug: check targets vs targets
    debug: check targets vs targets
    debug: check targets vs db and db vs targets
    debug: check targets vs db
    debug: check db vs targets
    debug: checking dependencies
    debug: checkdeps: package package-query-0.1.1-1
    debug: checkdeps: package yaourt-0.9.3.2-1
    debug: setting download size 12068 for pkg package-query
    debug: found cached pkg: /var/cache/pacman/pkg/yaourt-0.9.3.2-1-any.pkg.tar.xz
    debug: setting download size 0 for pkg yaourt
    Targets (2): package-query-0.1.1-1  yaourt-0.9.3.2-1 
    Total Download Size:    0.01 MB
    Total Installed Size:   0.41 MB
    Proceed with installation? [Y/n]
    debug: using cachedir: /var/cache/pacman/pkg/
    :: Retrieving packages from archlinuxfr...
    debug: using 'package-query-0.1.1-1-x86_64.pkg.tar.xz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY:  (null)
    debug: ftp_proxy:  (null)
    error: failed retrieving file 'package-query-0.1.1-1-x86_64.pkg.tar.xz' from repo.archlinux.fr : Not Found
    warning: failed to retrieve some files from archlinuxfr
    error: failed to commit transaction (Not Found)
    Errors occurred, no packages were upgraded.
    debug: unregistering database 'local'
    debug: freeing package cache for repository 'local'
    debug: unregistering database 'core'
    debug: freeing package cache for repository 'core'
    debug: unregistering database 'extra'
    debug: freeing package cache for repository 'extra'
    debug: unregistering database 'community'
    debug: freeing package cache for repository 'community'
    debug: unregistering database 'archlinuxfr'
    debug: freeing package cache for repository 'archlinuxfr'

  • [SOLVED] yaourt doesnt search aur - new mirrror list

    Hi
    last night I discovered that yaourt doesnt search aur packages. I am guessing that it has something to do with last pacman upgrade and new mirror list.
    Does anybody have the same problem with yaourt and could anybody explaine, step by step , what soud I do with new mirror list? I did not understand completely all steps that should be done with new mirror list. Thanks.
    Last edited by liticovjesac (2009-01-03 17:23:33)

    Thanks.
    It works after I update yaourt to new version.
    Here is a trade you mentioned about same problem. http://bbs.archlinux.org/viewtopic.php?id=61664

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

  • [SOLVED] Yaourt issue - query's dependency (yajl) not installing

    First off, I'm fairly new to Arch, but with the assistance of the Beginner's Guide I managed to get a running, beautiful, simple system. Now...
    I've been trying to install yaourt, but it has a dependency (query) which ALSO has a dependency (yajl). I've tried downloading a tarball of yajl and installing it that way, and I've tried using the PKGBUILD file, but query still says that it isn't installed. I'm really not sure what I'm doing wrong, but any relevant input is welcome. Thanks, guys!
    Last edited by InfernalDante (2011-05-27 11:36:45)

    Thanks for the speedy response.
    I tried using the -s switch with query; yajl installed with no issues, as did query (or so the terminal said), but when I tried the same switch with yaourt, it gave me this:
    [dante@monster yaourt]$ makepkg -s
    ==> Making package: yaourt 0.10.1-2 (Thu May 26 21:29:05 PDT 2011)
    ==> Checking runtime dependencies...
    ==> Installing missing dependencies...
    error: target not found: package-query>=0.7
    ==> ERROR: 'pacman' failed to install missing dependencies.
    Am I doing something wrong?
    EDIT: Missed your edit. I'll try that now and report back when I do.
    Ah! I got it working. Thank you very much!
    Last edited by InfernalDante (2011-05-27 11:35:44)

  • Installation CS3 and trying to get past upgrade check

    Im doing a reinstall of my CS3 package on a new computer. I get everything installed and almost running but then get a window which is called upgrade check. I cannot seem to get past this step due to having to provide serial numbers i don't have. I don't want to upgrade. I just want to get CS3 running on this computer. Any help will be appreciated.

    mjnash51.
    In order to activate Upgrade version serial number, it is necessary to enter Previous Qualifying version serial number. You had any previous version like CS2, if yes enter the serial number on upgrade check window.
    Find your serial number quickly

  • Installing Existing Adobe Acrobat 9 Pro on new computer - The "Upgrade Check"

    I recently purchased a new computer (Windows 8) to replace my old computer (Windows XP).  I had purchased and installed Adobe Acrobat Pro 9 on the old computer in September 2009.  At that time I had the serial number of the previous edition of Adobe Acrobat to load into the Upgrade Check screen when installing Acrobat 9.  I just deactivated the Adobe Acrobat Pro 9 from the Windows XP machine and downloaded it to the Windows 8 machine and the install went well (still had the serial numbers for the Acrobat 9), until after the reboot when the "Upgrade Check" screen popped up.  I don't have the slightest clue what the serial number for the previous version of Acrobat was, I don't even recall what version of Acrobat I had.  How can I continue to install my Acrobat Pro 9?  I have been using it successfully for three plus years!
    Thanks.

    If you no longer have the AA7 information, you will have to contact Adobe to determine the software key you had before to allow the installation. Hopefully you had registered your previous product or at least the installation.

  • I just upgraded my iMac to Lion, and a few seconds ago, I upgraded the iWork package and now I'm having some problems with the new version of Pages (4.1) When I try to change something in a document, a message says "the program is not responding"

    I just upgraded my iMac to Lion, and a few seconds ago, I upgraded the iWork package and now I'm having some problems with the new version of Pages (4.1) When I try to change something in a document, a message says "the program is not responding", so I have to force it to close. By the way, the SAVE botton stays the same even I change erverything in my document. Please, a have a work to finish, **** me. What I can do abou it?

    I just upgraded my iMac to Lion, and a few seconds ago, I upgraded the iWork package and now I'm having some problems with the new version of Pages (4.1) When I try to change something in a document, a message says "the program is not responding", so I have to force it to close. By the way, the SAVE botton stays the same even I change erverything in my document. Please, a have a work to finish, **** me. What I can do abou it?

  • No upgrade check query for B1 8.8 in Note 1000846

    Hi Experts,
    I see that there is no upgrade check for B1 8.8 in SAP note 1000846 untul present. Is it difficult to develop it or just use existing one ? I am not sure if we can go on to upgrade without the query of upgrade check.
    Steve

    Dear Steve,
    In Business One 8.8 version Pre-Upgrade checks are a part of the Upgrade Wizard. SAP Note [1357462|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1357462] encloses all the SAP Notes for pre-upgrade checks. Always refer to this collective SAP Note for the latest pre-upgrade check list and details.
    For more information regarding Pre-Upgrade Checks under 8.8 please refer to the "Upgrade Wizard Online Help" or to the "Administrator's Guide 8.8 SQL", which can be found on the Documentation Resource Centre on the Portal.   
    hope it helps,
    Regards,
    Ladislav Meszaros
    SAP Business One Forum Team

Maybe you are looking for

  • No backup or copy of datafile 4 found to restore Error ??

    Hi, I have a 2 Virtual machine with Oracle 10g on OEL. Let's say machine 1 is called : OEL-SOURCE MACHINE Let's say machine 1 is called : DR-TARGET MACHINE When i am trying to restore rman backup on 2 machine 'DR', it comes with the message "RMAN-060

  • Resize with handles in CS2

    Folks, It's a bit embarrassing, but somehow I "turned off" the ability to interactively drag and resize in AI - used to work but not sure what I did to disable it.  Handles don't show up when I select a symbol or placed object (or anything else for t

  • PocketSync Merge Error

    Hi Guys Have had a search to find the answer to this question and all i have learnt is that a lot of people have a lot of varying issues with PocketMac. I had been syncing my Storm with my iMac for a couple of months with no dramas and then out of th

  • Need SAP GUI for Mac and process of how to install and configure

    Hi Experts,      I need SAP GUI for Mac. Also please explain the process of how to install, how to configure etc? Please help me.

  • Berkeley DB, SQLite and virtual tables

    Is it possible to compile support for the RTree module and the fts3 module with this version? Thanks Sebastian