For a local reasons the trigger for flash-plugin on firefox update is failing. yum-3.2.21-9.fc11.noarch is failing with this traceback. Updating : firefox 1/2 /var/tmp/rpm-tmp.cu8c88: line 1: /usr/lib/flash-plugin/setup: Permission denied Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/yum/rpmtrans.py", line 389, in callback self._scriptError(bytes, total, h) File "/usr/lib/python2.6/site-packages/yum/rpmtrans.py", line 519, in _scriptError msg = "Non-fatal %s scriptlet failure in rpm package %s" % (rpm.tagnames[bytes], txmbr.po) KeyError: 1100L error: python callback <bound method RPMTransaction.callback of <yum.rpmtrans.RPMTransaction instance at 0xbb1e96c>> failed, aborting! Tracked to yum-HEAD.patch. Disabling the patch gives the expected output. Updating : firefox 1/2 /var/tmp/rpm-tmp.qqVpkj: line 1: /usr/lib/flash-plugin/setup: Permission denied warning: %triggerin(flash-plugin-10.0.15.3-release.i386) scriptlet failed, exit status 126 Cleanup : firefox 2/2
I've fixed this upstream, as it's a really bad idea to fail in rpm callbacks. However rpm shouldn't be giving us internal only tagnames ... so I'm going to reassign this too. % fgrep 1100 -r /usr/include/rpm /usr/include/rpm/rpmlib.h: RPMTAG_TRIGGERIN = 1100, /*!< internal */
Thanks - looks like something changed the type it was using. I've made a change to make sure it doesn't catch us again.