<p dir="ltr">Do you see a sane way to make the file live (and be referenced in) an architecture specific directory?  That would solve the problem.</p>
<p dir="ltr">Thanks<br>
-Ben</p>
<div class="gmail_quote">On Jan 12, 2013 12:30 AM, "Maciej (Matchek) Bliziński" <<a href="mailto:maciej@opencsw.org">maciej@opencsw.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
2013/1/10 Dagobert Michelsen <<a href="mailto:dam@opencsw.org">dam@opencsw.org</a>>:<br>
> Indeed. That means it doesn't honour $libdir which it should, right? Maybe<br>
> you can bring this to upstream attention?<br>
<br>
Upstream did the right thing. See this file:<br>
<br>
/opt/csw/lib/python3.3/_sysconfigdata.py<br>
<br>
One difference between pentium_pro and amd64 is this:<br>
<br>
- 'DESTSHARED': '/opt/csw/lib/python3.3/lib-dynload',<br>
+ 'DESTSHARED': '/opt/csw/lib/64/python3.3/lib-dynload',<br>
<br>
Some other differences:<br>
<br>
- 'SIZEOF_LONG': 4,<br>
- 'SIZEOF_LONG_DOUBLE': 12,<br>
+ 'SIZEOF_LONG': 8,<br>
+ 'SIZEOF_LONG_DOUBLE': 16,<br>
<br>
The full diff: <a href="http://dpaste.com/872770/" target="_blank">http://dpaste.com/872770/</a><br>
<br>
It looks like the upstream did the right thing.<br>
<br>
To accommodate both 32-bit and 64-bit versions of Python, we'll have<br>
to use different _sysconfigdata.py files, which means we'll have to<br>
configure it differently.<br>
_______________________________________________<br>
maintainers mailing list<br>
<a href="mailto:maintainers@lists.opencsw.org">maintainers@lists.opencsw.org</a><br>
<a href="https://lists.opencsw.org/mailman/listinfo/maintainers" target="_blank">https://lists.opencsw.org/mailman/listinfo/maintainers</a><br>
.:: This mailing list's archive is public. ::.<br>
</blockquote></div>