Hello All,
I'm trying to get a x86_64 mock setup working for both FC4/5 and CentOS4. I've downloaded the latest mock src.rpm package, rebuilt it for FC4/x86_64 and installed it. If /etc/mock/default.cfrg points to the i386 configuration, mock init works just fine. If it points to the x86_64 configuration, mock init does nothing.
[] $ mock --debug init DEBUG: ensuring dir /var/lib/mock/fedora-4-x86_64-core/state
[] $
Any ideas?
Gilboa
On Wed, 2006-02-01 at 17:23 +0200, Gilboa Davara wrote:
Hello All,
I'm trying to get a x86_64 mock setup working for both FC4/5 and CentOS4. I've downloaded the latest mock src.rpm package, rebuilt it for FC4/x86_64 and installed it. If /etc/mock/default.cfrg points to the i386 configuration, mock init works just fine. If it points to the x86_64 configuration, mock init does nothing.
[] $ mock --debug init DEBUG: ensuring dir /var/lib/mock/fedora-4-x86_64-core/state
[] $
Any ideas?
Gilboa
Permission problems with mock group. Please ignore.
Gilboa
On Wed, 2006-02-01 at 17:23 +0200, Gilboa Davara wrote:
Hello All,
I'm trying to get a x86_64 mock setup working for both FC4/5 and CentOS4. I've downloaded the latest mock src.rpm package, rebuilt it for FC4/x86_64 and installed it. If /etc/mock/default.cfrg points to the i386 configuration, mock init works just fine. If it points to the x86_64 configuration, mock init does nothing.
[] $ mock --debug init DEBUG: ensuring dir /var/lib/mock/fedora-4-x86_64-core/state
[] $
Any ideas?
strace it... what's it doing?
strace -p <pid of mock's python process>
Dan
devel@lists.stg.fedoraproject.org