Re: Multi-arch support in Mock

2018-06-15 Thread Richard Shaw
On Fri, Jun 15, 2018 at 6:49 AM Alexander Ploumistos < alex.ploumis...@gmail.com> wrote: > By the way, our 32-bit configurations have always been i386 instead of > i686? > They are i686, the chroots are named that for historical reasons. Thanks, Richard

Re: Multi-arch support in Mock

2018-06-15 Thread Alexander Ploumistos
By the way, our 32-bit configurations have always been i386 instead of i686? ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: Multi-arch support in Mock

2018-06-15 Thread Alexander Ploumistos
Thank you both, mock -r fedora-29-i386 --arch=i386 kernel-4.18.0-0.rc0.git9.1.fc29.src.rpm ran just fine. On the other hand, retrying after a "--scrub=all" with mock -r fedora-29-i386 --forcearch=i386 init gave the same error. ___ devel mailing list --

Re: Multi-arch support in Mock

2018-06-15 Thread Miroslav Suchý
Dne 15.6.2018 v 08:40 Alexander Ploumistos napsal(a): > ERROR: Could not find useradd in chroot, maybe the install failed? I have seen this error when there was old root cache (created prior rename of unprivileged user in buildroot). Try `-r fedora-29-i386 --scrub=all`. If this is the case, it

Re: Multi-arch support in Mock

2018-06-15 Thread Miroslav Suchý
Dne 15.6.2018 v 08:40 Alexander Ploumistos napsal(a): > ERROR: Could not find useradd in chroot, maybe the install failed? I have seen this error when there was old root cache (created prior rename of unprivileged user in buildroot). Try `-r fedora-29-i386 --scrub=all`. If this is the case, it

Re: Multi-arch support in Mock

2018-06-15 Thread Tom Hughes
On 15/06/18 07:40, Alexander Ploumistos wrote: I'm having trouble with the i386 arch on x86_64. I've tested it on actual hardware and in a VM and in both cases I get ERROR: Could not find useradd in chroot, maybe the install failed? I've tried building the kernel with mock -r fedora-29-i386

Re: Multi-arch support in Mock

2018-06-15 Thread Alexander Ploumistos
Hi Miroslav, I'm having trouble with the i386 arch on x86_64. I've tested it on actual hardware and in a VM and in both cases I get ERROR: Could not find useradd in chroot, maybe the install failed? I've tried building the kernel with mock -r fedora-29-i386 --forcearch=i386

Re: Multi-arch support in Mock

2018-06-14 Thread Petr Šabata
On Wed, Jun 13, 2018 at 05:46:59AM -0400, Charalampos Stratakis wrote: > > > - Original Message - > > From: "Miroslav Suchý" > > To: "Development discussions related to Fedora" > > > > Sent: Wednesday, June 13, 2018 9:07:18 AM > > Subject: Multi-arch support in Mock > > > > Hi, > > I

Re: Multi-arch support in Mock

2018-06-13 Thread Charalampos Stratakis
- Original Message - > From: "Miroslav Suchý" > To: "Development discussions related to Fedora" > > Sent: Wednesday, June 13, 2018 9:07:18 AM > Subject: Multi-arch support in Mock > > Hi, > I just pushed into updates-testing new release of Mock (1.4.11). It has nice > new feature: >