Code review comment for lp://staging/~peter-pearse/ubuntu/natty/python2.6/prop003

Revision history for this message
Peter Pearse (peter-pearse) wrote :

Yes arm was in the wrong place.

The PIC error arises because the packages, as patched, is trying to build the perl dynamic modules against the static library. Altho linking static code into dynamic objects is theoretically allowed, armel static libraries are not guaranteed to be PIC. In this case they aren't so the linking fails.
I need to stop the cross build trying to do this.......

« Back to merge proposal