--install issue with mock-1.1.10-1.fc14

Paul Howarth paul at city-fan.org
Wed Jun 29 23:01:05 UTC 2011


On Wed, 29 Jun 2011 17:14:28 -0500
Paul B Schroeder <paulbsch at vbridges.com> wrote:

> I have a F14 system with all of the latest updates, including the
> latest mock.
> 
> I --init my chroot with:
> $ mock -r fedora-14-x86_64 --init
> 
> And then try to install additional packages in my chroot with:
> mock -r fedora-14-x86_64 --verbose --install "revisor-cli
> revisor-comps revisor-isolinux"
> 
> And get:
> ERROR: Command failed:
>  # ['/usr/bin/yum', '--installroot',
> '/var/lib/mock/fedora-14-x86_64/root/', 'install', 'revisor-cli
> revisor-comps revisor-isolinux', '--setopt=tsflags=nocontexts']
> Error: Nothing to do
> 
> When I do a 'yum downgrade' to mock-1.1.5-1.fc14, I am able to install
> the additional packages without issue.  The error seems to be coming
> from yum, but only causes an issue with the latest mock.  Has anybody
> seen this issue or have any idea as to what is going on?
> 
> Thanks...Paul...

Try it without the quotes:

mock -r fedora-14-x86_64 --verbose --install revisor-cli revisor-comps revisor-isolinux

Paul.


More information about the buildsys mailing list