You are not logged in.
Pages: 1
Topic closed
neckbeards% install yaourt
resolving dependencies...
warning: cannot resolve "pacman<4.2", a dependency of "package-query"
warning: cannot resolve "package-query>=1.4", a dependency of "yaourt"
:: The following package cannot be upgraded due to unresolvable dependencies:
yaourt
:: Do you want to skip the above package for this upgrade? [y/N] n
error: failed to prepare transaction (could not satisfy dependencies)
:: package-query: requires pacman<4.2
:: yaourt: requires package-query>=1.4
Not sure on the fix for this. I had this issue with testing. But I disabled testing and now have this. I did notice a recent pacman update. Sorry if a repost. Still no answer found for me. thanks
Offline
... I disabled testing ...
Clearly you haven't done this properly. Pacman 4.2 is still in testing.
Oops. I see it was *just* moved to core.
EDIT: What is this "install" command? I figured this was a wrapper to makepkg. But that's clearly not using the PKGBUILDs currently in the AUR. This issue existed while pacman 4.2 was in testing, but the PKGBUILDs have been updated.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Online
That's just my alias for sudo pacman -S
Offline
Pacman can't install packages from the AUR. If you are using that unofficial repo that tries to break archlinux systems, feel free to report the bug to them. Or just stop using it. Also please be sure to mention when you are using unoffical repos.
The fix is simple though: install these properly from the AUR.
EDIT: Antsunrise - I'm sorry for my tone in this thread, it is not really what it should be. I have issues with the archlinux.fr repo, but this should not be directed at new members to these forums. So please accept my appologies for the tone. But the message is the same: my recommendation would be to remove that repo and actually learn about how to use the AUR effectively. The AUR wiki page can help.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Online
Hmm alright. I'll just lurk other threads with the same issue. thanks.
okay understood. no problems. I'll look into it in the morning about to get some sleep for now. thanks for info. I've only been using arch for a few months. so i'm not the best with it yet
Last edited by antsunrise (2014-12-29 04:10:21)
Offline
I'd like to point out that
$ which install
/usr/bin/install
so don't forget 'install' is an alias on your computer.
Apart from what Trilby wrote, there are other AUR helpers besides yaourt, you might want to "shop around".
Offline
last time i tried, a couple of weeks ago, yaourt itself wouldn't build with the current pacman version. yaourt-git and packagequery-git worked fine though. properly installed from their AUR packages, of course.
Offline
neckbeards% install yaourt resolving dependencies... warning: cannot resolve "pacman<4.2", a dependency of "package-query" warning: cannot resolve "package-query>=1.4", a dependency of "yaourt" :: The following package cannot be upgraded due to unresolvable dependencies: yaourt :: Do you want to skip the above package for this upgrade? [y/N] n error: failed to prepare transaction (could not satisfy dependencies) :: package-query: requires pacman<4.2 :: yaourt: requires package-query>=1.4
Not sure on the fix for this. I had this issue with testing. But I disabled testing and now have this. I did notice a recent pacman update. Sorry if a repost. Still no answer found for me. thanks
I "solved" this by
pacman -R yaourt package-query
pacman -Syyu
pacman-db-upgrade
"solved" under quotes because now pacman works but yaourt is gone. I will try packer instead today, hopefully this works better.
Offline
package-query-1.5.2 is out now (this morning). All good now.
[genEric@…] ~$
Offline
Yes, after update package-query all works well.
I love archlinux: the last STABLE kernel release + the last STABLE DE release + the last STABLE apps releases. The upstream developers decide what is STABLE.
Offline
Hey guys. Just woke up. Problem solved on update. I guess the repo children fixed it all. thanks for help and replies.
Offline
pacman -R yaourt package-query
pacman -Syyu
pacman-db-upgrade
> then manually reinstall yaourt
thanx. this fixed the issue for me as well.
▬▬ι═══════ﺤ
http://git.io/.files
Offline
fladi wrote:pacman -R yaourt package-query
pacman -Syyu
pacman-db-upgrade
> then manually reinstall yaourtthanx. this fixed the issue for me as well.
There is no need for that. Now that package-query is updated, all you need to do is update (reinstall) it via yaourt:
yaourt -S package-query
After doing that pacman -Syyu will work fine.
Offline
But then you still have to rebuild package-query manually after the update.
Online
Hey guys. Just woke up. Problem solved on update. I guess the repo children fixed it all. thanks for help and replies.
Congrats. Please mark the thread as [SOLVED]. Directions on how to do so are here. Thanks.
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
I had the same problem... and solved it using the procedure above. Thanks.
My question now is: what is the "right" way to upgrade pacman the next time?
Last edited by cavalierejody (2014-12-29 18:25:14)
Offline
The right way to upgrade an archlinux system has and always will be `pacman -Syu`.
The problem here is not pacman, but one or more of the following: the yaourt-affiliated packages, the archlinux.fr repo, and most importantly users who remain willfully ignorant of what they are doing by relying far to heavily on the first two items on this list.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Online
The right way to upgrade an archlinux system has and always will be `pacman -Syu`.
The problem here is not pacman, but one or more of the following: the yaourt-affiliated packages, the archlinux.fr repo, and most importantly users who remain willfully ignorant of what they are doing by relying far to heavily on the first two items on this list.
QFT. Closing.
Offline
Pages: 1
Topic closed