On Jan 27, 2006, at 9:15 AM, Rex Dieter wrote:
Jeff Sheltren wrote:
And some of my time, too! Although I do have mock/plague working
with RH7.3 - Rex, if you want to send more details of your problem
maybe I can help.
As per my original post:
http://www.redhat.com/archives/fedora-legacy-list/2005-December/
msg00060.html
mock's "init" step fails.
$ mock -rredhat-7-i386 --debug
...
DEBUG: Executing /usr/sbin/mock-helper chroot /var/lib/mock/
redhat-7-i386/root /bin/su - root -c "/usr/sbin/useradd -u 1482 -d /
builddir mockbuild"
ending
...
Non-zero return value 4 on executing /usr/sbin/mock-helper chroot /
var/lib/mock/redhat-7-i386/root /bin/su - root -c "/usr/sbin/ useradd
-u 1482 -d /builddir mockbuild"
Not helpful, so I ran what mock-helper does by hand (as root)
chroot /var/lib/mock/redhat-7-i386/root /bin/su - root -c "/usr/
sbin/useradd -u 1482 -d /builddir mockbuild"
useradd: uid 1482 is not unique