On Fri, 29 Jul 2005, Orion Poplawski wrote: > I'm having trouble getting mock to setup the chroot environment. > Specifically, the groupinstall build is failing with lots of rpm script > errors: > > error: %post(libgcc-4.0.1-4.fc4.i386) scriptlet failed, exit status 255 > error: %post(glibc-common-2.3.5-10.i386) scriptlet failed, exit status 255 Just for kicks, try turning SELinux off. 'setenforce 0' or modify /etc/sysconfig/selinux. While mock should work correctly with selinux on, this is a lot like what I was getting before Jeremy added selinux support to mock. Dan