Re: [Fink-beginners] Problem building Python....

2017-01-24 Thread Smith, Phillip R.
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

Re: [Fink-beginners] Problem building Python....

2017-01-18 Thread Smith, Phillip R.
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

Re: [Fink-beginners] Problem building Python....

2017-01-17 Thread Alexander Hansen
>> >> 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

Re: [Fink-beginners] Problem building Python....

2017-01-11 Thread Alexander Hansen
> 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 -

[Fink-beginners] Problem building Python....

2017-01-11 Thread Smith, Phillip R.
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

[Fink-beginners] Problem building Python....

2017-01-09 Thread Phillip R Smith
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