On 3/6/07, Travis Willard <travisw@wmpub.ca> wrote:
$ makepkg -c ==> Entering fakeroot environment ==> Making package: audacious-plugins 1.3.0-1 (Tue Mar 6 21:52:22 EST 2007) ==> Checking Runtime Dependencies...
==> Missing Dependencies: -> audacious-player>=1.3.0 -> libmpcdec>=1.2.5 ==> Checking Buildtime Dependencies... ==> ERROR: could not resolve all dependencies. -[travis@Cerebral]-[~/archlinux/extra/multimedia/audacious-plugins]- 09:52pm $ pacman -Q audacious-player audacious-player 1.3.0-1 -[travis@Cerebral]-[~/archlinux/extra/multimedia/audacious-plugins]- 09:52pm $ pacman -Q libmpcdec libmpcdec 1.2.5-1 -[travis@Cerebral]-[~/archlinux/extra/multimedia/audacious-plugins]- 09:52pm $ pacman -Q pacman pacman 3.0.0-1
I do indeed have the deps, as you can see.
This should be fixed in CVS. The deptesting wasn't splitting the comparators out, so "foo>=1.2" was taken literally. That is, you don't have a package named "foo>=1.2" installed. 8) Expect this fixed when the next push comes around.