On 07/28/2011 10:08 AM, Eric Blake wrote: > On 07/28/2011 01:44 AM, Tom Hughes wrote: >> On 27/07/11 21:53, Justin M. Forbes wrote: >> >>> For those of you using the virt-preview repository for Fedora 15, >>> binutils was updated, which allowed me to build seabios and put the rest >>> of the stack in sync. You should notice updates on most packages today, >>> and things will stay in sync with F16 moving forward. >> >> Something seems to be not quite right with the virt-manager package: >> >> Error in PREIN scriptlet in rpm package virt-manager-0.9.0-2.fc15.noarch >> /var/tmp/rpm-tmp.feDzUS: line 1: fg: no job control >> error: %pre(virt-manager-0.9.0-2.fc15.noarch) scriptlet failed, exit >> status 1 > > I created https://bugzilla.redhat.com/show_bug.cgi?id=726403; looks like > the %pre snippet needs to add 'set -m', or not try using job control. >
The RPM error reporting sucks, but root cause was a spec issue in virt-manager. We switched to using fedora gconf macros in the spec, which needed a BuildRequires: GConf2 that I didn't add. Rawhide has updated builds, pushing f16 builds today. If people are having trouble downgrading to old virt-manager, make sure you 'yum remove virt-manager\*' , since f16/rawhide virt-manager package has been split into 3 parts: virt-manager, virt-manager-common, virt-manager-tui. Sorry for the breakage! - Cole _______________________________________________ virt mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/virt
