On Thu, Apr 28, 2005 at 09:50:00PM -0500, Robert G. (Doc) Savage wrote: > On Thu, 2005-04-28 at 15:41 -0500, Mike Chambers wrote: > > On Thu, 2005-04-28 at 08:00 -0400, Build System wrote: > > > > > gconf-editor-2.10.0-5 > > > --------------------- > > > * Wed Apr 27 2005 Jeremy Katz <katzj@xxxxxxxxxx> - 2.10.0-5 > > > - fix the %post to install the gconf schema correctly too (#152238) > > > > Ran into this just now while doing a rawhide upgrade... > > > > Cache file created successfully. > > Must set the GCONF_CONFIG_SOURCE environment variable > > error: %postun(gconf-editor-2.10.0-3.i386) scriptlet failed, exit status > > 1 > > Must set the GCONF_CONFIG_SOURCE environment variable > > error: %postun(gconf-editor-2.10.0-4.i386) scriptlet failed, exit status > > 1 > > Cache file created successfully. > > Mike, > > I saw the same errors. I expect Jeremy will push a corrected version out > very soon. AFAICS gconf-editor-2.10.0-5 is that corrected version. The problem is that due to the quoted errors you have leftovers of 2.10.0-3 and 2.10.0-4. Because %postun scriplets fail they are not cleaned up. A way out of this mess, if you already installed gconf-editor-2.10.0-5, is to do rpm -e --noscripts gconf-editor-2.10.0-3 rpm -e --noscripts gconf-editor-2.10.0-4 rpm -V gconf-editor-2.10.0-5 If the last command does not return silently, which is very likely, then you need to 'rpm -Uvh --force gconf-editor-2.10.0-5*.rpm' with a package for your installation architecture and this at last should not bring any complaints. Michal