You are not logged in.
Hello,
when I try to update all my AUR packets I receive the following error message
yay --devel
:: Paketdatenbanken werden synchronisiert …
core ist aktuell
extra ist aktuell
sublime-text ist aktuell
:: Durchsuche AUR nach Updates...
:: Prüfe Entwicklungspakete...
:: Durchsuche Datenbanken nach Updates...
-> Als nicht aktuell markierte AUR-Pakete: brave-bin
es gibt nichts zu tun
The last two lines saying:
-> AUR packages marked as not up-to-date: brave-bin
there is nothing to do
I don't think that I say the message before, what is the reason for this message
Offline
Using yay.
Not reading manapages.
What do you expect "yay --devel" to do?
yay will just accept bogus input and then do something™
Offline
"yay --devel" checks the AUR for updates by checking the newest commit hash in git agains the currect installed package hash. This is at least what I understand. Maybe I missunderstand something.
For me the words "make as not up-to-date" means that the hash in git in different from the current installed package, but why does the next line said "there is nothing to do" ?
I already installed the brave-bin again but the message is still the same afterwards. I don't get it.
Offline
Try "yay -Syu --devel" - or, even better: Don't use yay
Offline
Hello seth,
thank you for your reply
if I use "yay -Syu --devel" nothing is different from the reported output.
Still the same message, also the output for the command is the same:
yay -Syu --devel
:: Paketdatenbanken werden synchronisiert …
core ist aktuell
extra 7,8 MiB 9,37 MiB/s 00:01 [-------------------------------------] 100%
sublime-text ist aktuell
:: Durchsuche AUR nach Updates...
:: Prüfe Entwicklungspakete...
:: Durchsuche Datenbanken nach Updates...
-> Als nicht aktuell markierte AUR-Pakete: brave-bin
es gibt nichts zu tun
If you suggest to not use "yay" I am not sure what I should use to install for example brave-bin. Do you have a hint for me what might be the better way. I am happy to try different ways.
PS:
Maybe I'm wrong, but I have the feeling that you are answering me (at least) in an aggressive way, but I don't know why. I asked a friendly question that will help me improve my skills to gain experience and maybe help other users on this forum in the future. If someone hasn't read the manpage (for whatever reason), why not say "I think you'll find the reason for your problem in manpage xyz" or "I think you misunderstood the output". At least that's my wish to get an answer from someone.
Please don't take this comment as a personal attack, because these are just my thoughts and I don't want to attack anyone.
Offline
Mod note: moving to AUR Issues.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Not angry, maybe annoyed. And by yay - Not you.
Try Just "yay -Syu", brave-bin ist probably Not a git package.
The proper approachbis to Not rely on Pacman wrappers:
https://wiki.archlinux.org/title/Arch_U … g_packages
Offline
Hello seth,
thank you for your answer. The output for "yay -Syu" shows the same result as before.
I even deinstalled brave with yay -R and installed it again with yay -S, afterwards I still get the message.
BR
Offline
@Zatena if yay is not working as expected why not raise this with the authors of yay or through their support channels? yay is far from the only AUR helper and no helper is required to use AUR.
Offline
Also please check "LC_ALL=C yay -Syu", I suspect that this is a translation issue and this is actually a message telling you that the package has been flagged out of date
Offline
What do you expect to happen? The -devel flag tells yay only to check for upgrades of *-git packages - or in otherwords, explicitly not brave-bin. There is nothing wrong here. What you are referring to as an error message is not an error message. It's a report of successful completion: yay did what you asked.
I mean, I agree with all of the above: you shouldn't use yay. But you're not even using it correctly. If you are going to use it, read the man page.
Last edited by Trilby (2024-05-11 23:05:17)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline