Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=565958 --- Comment #4 from timlank <timlank@xxxxxxxxxxx> 2010-02-19 14:07:26 EST --- you'll need a "BuildRequires:" tag to include python and python-devel. Without it, mock will not complete properly (mock can't find python interpreter).... As-is without the BuildRequires: python python-devel ...... # mock --rebuild SynapticsConfig-0.1.3-1.src.rpm INFO: mock.py version 1.0.2 starting... State Changed: init plugins State Changed: start INFO: Start(SynapticsConfig-0.1.3-1.src.rpm) Config(fedora-12-x86_64) State Changed: lock buildroot State Changed: clean State Changed: init State Changed: lock buildroot Mock Version: 1.0.2 INFO: Mock Version: 1.0.2 INFO: enabled root cache INFO: root cache aged out! cache will be rebuilt INFO: enabled yum cache State Changed: cleaning yum metadata INFO: enabled ccache State Changed: running yum State Changed: creating cache State Changed: setup State Changed: build ERROR: Exception(SynapticsConfig-0.1.3-1.src.rpm) Config(fedora-12-x86_64) 2 minutes 1 seconds INFO: Results and/or logs in: /var/lib/mock/fedora-12-x86_64/result ERROR: Command failed. See logs for output. # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/SynapticsConfig.spec'] With the BuildRequires: python python-devel ...... # mock --rebuild SynapticsConfig-0.1.3-1.src.rpm INFO: mock.py version 1.0.2 starting... State Changed: init plugins State Changed: start INFO: Start(SynapticsConfig-0.1.3-1.src.rpm) Config(fedora-12-x86_64) State Changed: lock buildroot State Changed: clean State Changed: init State Changed: lock buildroot Mock Version: 1.0.2 INFO: Mock Version: 1.0.2 INFO: enabled root cache State Changed: unpacking root cache INFO: enabled yum cache State Changed: cleaning yum metadata INFO: enabled ccache State Changed: running yum State Changed: setup State Changed: build INFO: Done(SynapticsConfig-0.1.3-1.src.rpm) Config(default) 0 minutes 33 seconds INFO: Results and/or logs in: /var/lib/mock/fedora-12-x86_64/result -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review