Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 435546 - ExcludeArch ppc blocks ocaml-cil from building on ppc
Summary: ExcludeArch ppc blocks ocaml-cil from building on ppc
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: ocaml-cil
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Richard W.M. Jones
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc
TreeView+ depends on / blocked
 
Reported: 2008-03-01 12:35 UTC by Richard W.M. Jones
Modified: 2017-04-22 09:28 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-04-22 09:28:51 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
ppc support patch (653 bytes, patch)
2008-03-01 18:32 UTC, David Woodhouse
no flags Details | Diff

Description Richard W.M. Jones 2008-03-01 12:35:12 UTC
This package needs some love to make it build on ppc and ppc64.

Comment 1 David Woodhouse 2008-03-01 18:07:16 UTC
Probably doesn't need much. I see comments like...

  *powerpc*darwin*)
    AC_MSG_RESULT(configuring for powerpc/darwin, which we treat like linux/x86)



Comment 2 David Woodhouse 2008-03-01 18:32:22 UTC
Created attachment 296457 [details]
ppc support patch

It really does look like this is all that's needed -- we don't make much use of
the arch information at all, and instead get everything from the underlying
compiler (including function descriptors, AFAICT, so ppc64 should be good too).


The CIL documentation says:
CIL is relatively independent on the underlying machine and compiler. When you
build it CIL will configure itself according to the underlying compiler.
However, CIL has only been tested on Intel x86 using the gcc compiler on Linux
and cygwin and using the MS Visual C compiler.

Do we have a test suite, or anyone familiar with the software to approve what
we build?

Comment 3 Richard W.M. Jones 2008-03-01 18:44:23 UTC
I used CIL to analyse libvirt.  There are some instructions about
what I did here:

http://et.redhat.com/~rjones/cil-analysis-of-libvirt/

At some point I'll be testing code with deputy
(http://deputy.cs.berkeley.edu/) again which makes lots of use
of CIL.

Anyway, thanks for the patch, I'll take a look later.

Comment 4 David Woodhouse 2008-03-02 16:34:03 UTC
It seems OK for ppc32, and passes its own tests although I haven't tested it
harder. The ppc64 build shows a compiler problem -- not a miscompilation but
just that we're overflowing the TOC. That's fixed by patch (to ocaml) at
http://ozlabs.org/pipermail/linuxppc-dev/2008-March/052442.html but I'm not sure
it's the best answer. It causes the linker to complain a lot, although I think
the complaints are bogus.

Comment 5 David Woodhouse 2008-03-02 18:30:11 UTC
Hm. A simpler answer might be to stop cil from creating a 'libcil.a' which isn't
really an archive at all, but is just a normal object file. The PPC64 ABI
doesn't allow multiple TOCs in in object files. When building an executable or a
shared library, the linker can cope. It's just 'ld -r -o libfoo.o *.o' that breaks.

Comment 6 Bug Zapper 2008-05-14 05:42:58 UTC
Changing version to '9' as part of upcoming Fedora 9 GA.
More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 7 Richard W.M. Jones 2008-05-14 21:14:28 UTC
Back to Rawhide.

Comment 8 Gabriel Kerneis 2011-11-04 06:57:54 UTC
This should be fixed in the next upstream release (1.4.0), scheduled in a few days.

I did not test it, though, but libcil.a has been renamed to libcil.o (btw, I'm not sure your cil-1.3.7-output-obj.patch is still necessary, works fine for me without it) and the configure targets added accordingly.

Comment 9 Peter Robinson 2017-04-22 09:28:51 UTC
ppc (ppc32) is no longer supported on Fedora


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