Re: [gentoo-user] python build fail; undefined reference to pthread_* and sem_*

2017-11-27 Thread Mike Gilbert
On Mon, Nov 27, 2017 at 11:47 AM, Walter Dnes wrote: > On Wed, Oct 11, 2017 at 10:15:50PM -0400, Walter Dnes wrote >> On Wed, Oct 11, 2017 at 11:56:21AM -0400, Mike Gilbert wrote >> >> > I can reproduce the issue by adding -fopenmp to my CFLAGS. You can >> > work around it

Re: [gentoo-user] python build fail; undefined reference to pthread_* and sem_*

2017-11-27 Thread Walter Dnes
On Wed, Oct 11, 2017 at 10:15:50PM -0400, Walter Dnes wrote > On Wed, Oct 11, 2017 at 11:56:21AM -0400, Mike Gilbert wrote > > > I can reproduce the issue by adding -fopenmp to my CFLAGS. You can > > work around it by adding -fopenmp to LDFLAGS as well. > > Thanks. The following workaround

Re: [gentoo-user] python build fail; undefined reference to pthread_* and sem_*

2017-10-11 Thread Walter Dnes
On Wed, Oct 11, 2017 at 11:56:21AM -0400, Mike Gilbert wrote > I can reproduce the issue by adding -fopenmp to my CFLAGS. You can > work around it by adding -fopenmp to LDFLAGS as well. Thanks. The following workaround makes python build properly. LDFLAGS="-fopenmp" emerge

Re: [gentoo-user] python build fail; undefined reference to pthread_* and sem_*

2017-10-11 Thread Mike Gilbert
On Wed, Oct 11, 2017 at 11:50 AM, Mike Gilbert wrote: > On Wed, Oct 11, 2017 at 12:16 AM, Walter Dnes wrote: >> This is happening with both python 2.7.12 and 3.4.5 on a 32-bit x86 >> system. Build logs are attached, along with "emerge --info" output.

Re: [gentoo-user] python build fail; undefined reference to pthread_* and sem_*

2017-10-11 Thread Mike Gilbert
On Wed, Oct 11, 2017 at 12:16 AM, Walter Dnes wrote: > This is happening with both python 2.7.12 and 3.4.5 on a 32-bit x86 > system. Build logs are attached, along with "emerge --info" output. I > can't find anything relevant in bugzilla. >From the build log for 3.4.5:

Re: [gentoo-user] python build fail; undefined reference to pthread_* and sem_*

2017-10-11 Thread Walter Dnes
> ‹ӖÝYinfo.txt > FÃþÅL > (£)–QŽ@J=ŽRÊ%¥4ò•>#:Ӥȩ½ØnuŽÎ;k„ĉÎXö;©0¿K‡ Something failed there. I'll attach as plain text and hopefully the "emerge --info" output will get through -- Walter Dnes I don't run "desktop environments"; I run useful

[gentoo-user] python build fail; undefined reference to pthread_* and sem_*

2017-10-10 Thread Walter Dnes
This is happening with both python 2.7.12 and 3.4.5 on a 32-bit x86 system. Build logs are attached, along with "emerge --info" output. I can't find anything relevant in bugzilla. -- Walter Dnes I don't run "desktop environments"; I run useful applications