You are not logged in.
I am trying to upgrade my system, but archboot requires lzo2 and in the testing repository, lzo2 has been replaced by the new lzo package.
pacman -Qi lzo
shows that lzo provides, replaces, and conflicts with lzo2, but archboot still fails with:
lzo2 and lzo are in conflict
pacman -Qi archboot shows:
lzo2>=2.06-1
When I install lzo2 and archboot and try to upgrade lzo, I get:
error: failed to prepare transaction (could not satisfy dependencies)
:: archboot: requires lzo2>=2.06-1
Is this expected behavior or is this a bug in pacman's dependency handling?
Offline
Please post the exact command you run when you encountered this issue.
What happens if you remove lzo when prompted?
Last edited by karol (2014-07-28 19:45:00)
Offline
File a bugreport. Either lzo needs to have a versioned provide or archboot needs updated.
Offline
I did install archboot w/o a problem, so I don't understand what the issue is.
Offline
I get:
:: lzo2 and lzo are in conflict. Remove lzo? [y/N]This is because of the versioned lzo2 dependency. You must have lzo installed which replaces lzo2 to see this.
Offline
lzo needs to have a versioned provide
I am going to add it and push a new lzo revision to [testing] soon.
But IMHO archboot should not use version specifier, lzo 2.06 has been released long time and there is no way back.
Read it before posting http://www.catb.org/esr/faqs/smart-questions.html
Ruby gems repository done right https://bbs.archlinux.org/viewtopic.php?id=182729
Fast initramfs generator with security in mind https://wiki.archlinux.org/index.php/Booster
Offline
The issue should be fixed by lzo-2.08-3 in [testing].
Read it before posting http://www.catb.org/esr/faqs/smart-questions.html
Ruby gems repository done right https://bbs.archlinux.org/viewtopic.php?id=182729
Fast initramfs generator with security in mind https://wiki.archlinux.org/index.php/Booster
Offline