You are not logged in.
All of a sudden whatever I search with "yaourt -Ss something" no aur packages appear.
I also tried "package-query -A" it just returns a blank line..
Everything else works. -Syu -Su etc. And my network connection is fine.
What could be the problem?
Offline
You should read this: aur website default ssl
Until it's fixed in yaourt, you can use another AUR helper such as cower, slurpy or packer.
Offline
Its fixed already. I just upgraded package-query and yaourt, and everything started working again.
Offline
confirmed, its fixed. That was fast
Offline
While the AUR package isn't updated, you can download yaourt and package-query from here:
http://repo.archlinux.fr/$arch
Offline
While the AUR package isn't updated, you can download yaourt and package-query from here:
http://repo.archlinux.fr/$arch
Just use package-query-git from AUR:
rm -rf /tmp/lol/ && mkdir -p /tmp/lol/ && cd /tmp/lol/ && wget https://aur.archlinux.org/packages/package-query-git/package-query-git/PKGBUILD && makepkg -fi && rm -rf /tmp/lol/
Offline
While the AUR package isn't updated, you can download yaourt and package-query from here:
http://repo.archlinux.fr/$arch
I confirm that that works.
Jay
Offline
.
Last edited by silent (2013-08-21 08:45:36)
Offline
When I run "yaourt -Syu --aur" it no longer shows all the installed packages from AUR, just counting in one line "Foreign packages: / 37 / 37". Is this normal?
It appears that yaourt has been considerably rewritten. There is no AUR package listing here anymore as well. Frankly, I do miss it.
Also the yaurtrc configuration appears to have changed. And the colors module in /usr/lib/yaourt/color.sh is totally rewritten. Unfortunate because previously I adapted the colors to a better readable light background terminal display. These changes are not valid anymore, pitifully.
Last edited by bernarcher (2010-10-27 18:10:10)
To know or not to know ...
... the questions remain forever.
Offline
For the old output, you can have a similar one with
yaourt -Qma
About colors, I think, it's easier to set some user defined color with the new version:
YAOURT_COLORS="core=1;36" yaourt -Ss pacman
see man package-query, section environment var to have the list of keys.
Offline
@tuxce
Thanks for the explanation. I do now export my custom YAOURT_COLORS definitions in ~/.bashrc.
And, just to be clear, "yaourt -Qma" only lists the currently installed AUR packages. Upgrading needs "yaourt -Syu --aur" of course which lists the counts only. But I can live with this.
To know or not to know ...
... the questions remain forever.
Offline
@tuxce
But I can live with this.
me not. Can we have back the old behaviour?
Offline
The old code was not removed, you can revert the change by replacing
DETAILUPGRADE=0 classify_pkg $(pacman -Qqm | wc -l)< <(eval $cmd)
by
classify_pkg < <(eval $cmd)
in /usr/lib/yaourt/abs.sh, line 196
in future release, I will see to add an additional variable to switch between the two behaviors (me, I don't like all the detailled progression )
Last edited by tuxce (2010-10-27 23:32:20)
Offline
I vote for the old bahaviour, with detailed progression. In such a way I can watch and control packages from AUR.
Offline
tuxce,
Meanwhile, yaourt 0.9.5.1 has been released, and I can't see anything like
DETAILUPGRADE=0 classify_pkg $(pacman -Qqm | wc -l)< <(eval $cmd)
to be replaced any more. But I want my list of AUR packages back!
What should I do?
Last edited by zivziv (2010-11-08 07:25:18)
Offline
You can now set it in the /etc/yaourtrc file. Set DETAILUPGRADE=2
Offline
You can now set it in the /etc/yaourtrc file. Set DETAILUPGRADE=2
It works, thanks!
Offline
While you are at it can we have an option to change "-G" the way it was (dropping files in current dir)? I am tired of copying things back. I already have a dir tree, i dont need it creating subdirs.
Offline