Hi Alexander:
Just to keep things moving, I followed your “workaround” (see below). “sudo
dpkg -i ” for each of the three python .deb files installed working
updates so that the other 50-odd pending updates could proceed.
I’m all set, but, of course, the underlying problem has not been dealt w
On Jan 11, 2017, at 1:15 PM, Alexander Hansen
wrote:
>
>
>> On Jan 10, 2017, at 11:08, Smith, Phillip R. wrote:
>>
>> Here is the problem code. The odd thing is that I have the same packages on
>> my laptop, and they built without an issue.
>>
>> =Ross
>>
>> gcc -c -fno-strict-aliasing -g
>>
>> I don’t reproduce this on my own 10.12/Xcode 8.2 setup, either, so my guess
>> is that you’ve got something wacky going on with this machine. My
>> /usr/include/sys/random.h has
>>
>> int getentropy(void* buffer, size_t size);
>>
>> on line 37. You might check whether that file is i
> On Jan 10, 2017, at 11:08, Smith, Phillip R. wrote:
>
> Here is the problem code. The odd thing is that I have the same packages on
> my laptop, and they built without an issue.
>
> =Ross
>
> gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall
> -Wstrict-prototypes -
Here is the problem code. The odd thing is that I have the same packages on my
laptop, and they built without an issue.
=Ross
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall
-Wstrict-prototypes -I. -IInclude -I./Include -I/sw/include -DPy_BUILD_CORE
-o Python/struct
Here is the problem ...
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall
-Wstrict-prototypes -I. -IInclude -I./Include -I/sw/include
-DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
In file included from Python/random.c:7:
/usr/include/sys/random.h:37:32: er