Bug 1010329 - squeak-vm-4.10.2.2614 SRPM fails to build on i386 under mock
Summary: squeak-vm-4.10.2.2614 SRPM fails to build on i386 under mock
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: squeak-vm
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jaroslav Škarvada
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-20 14:09 UTC by Trevor Hemsley
Modified: 2013-09-20 14:26 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-20 14:21:44 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Trevor Hemsley 2013-09-20 14:09:38 UTC
Description of problem:
squeak-vm fails to build under mock for epel-6-i386

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Download http://fedorapeople.org/~jskarvad/squeak/squeak-vm-4.10.2.2614-1.fc18.src.rpm
2. Run `mock --rebuild -r epel-6-i386 squeak-vm-4.10.2.2614-1.fc18.src.rpm`
3.

Actual results:
Build fails with
RPM build errors:
    File not found: /builddir/build/BUILDROOT/squeak-vm-4.10.2.2614-1.el6.i386/usr/lib/squeak/4.10.2-2614/SqueakFFIPrims
Child return code was: 1

Expected results:
Build completes OK and produces output RPMs

Additional info:
Patch attached to ticket 861633 corrects the problem by changing the filename in the ifarch i386 to include so.SqueakFFIPrims not just SqueakFFIPrims. I would presume this bug affects more than just building for epel-6-i386 and would be applicable for all 32 bit builds.

Comment 1 Jaroslav Škarvada 2013-09-20 14:21:44 UTC
I finally got it, you are trying to rebuilt something that is obsoleted for a while (I need to remove it from the fedorapoeple site).

Correct steps (on some up-to-date Fedora x86_64/i386 machine):
$ yumdownloader --source squeak-vm
$ mock -r epel-6-i386 ./squeak-vm-4.10.2.2614-8.*.src.rpm

Or download the srpm from the koji or source repo by hand.

Comment 2 Jaroslav Škarvada 2013-09-20 14:26:05 UTC
(In reply to Jaroslav Škarvada from comment #1)
> I finally got it, you are trying to rebuilt something that is obsoleted for
> a while (I need to remove it from the fedorapoeple site).
> 
> Correct steps (on some up-to-date Fedora x86_64/i386 machine):
> $ yumdownloader --source squeak-vm
> $ mock -r epel-6-i386 ./squeak-vm-4.10.2.2614-8.*.src.rpm
>
$ mock -r epel-6-i386 ./squeak-vm-4.10.2.2614*.src.rpm


Note You need to log in before you can comment on or make changes to this bug.