Latest sys-apps/findutils (4.5.9) freezes while configuring. Every time it stops at this line: checking whether strcasestr works in linear time... I left the pc emerging all night, but it is blocked there. Looking at emerge.log, it should take only a minute for emerging. Reproducible: Always Steps to Reproduce: 1. emerge -avuDN @world (or emerge -avuDN sys-apps/findutils) I tryed to resync, delete the ebuild and download it again, but I had no result. This is my emerge --info: http://sprunge.us/OVUP
(In reply to comment #0) I forgot to say that the cpu runs very high for the first minute while is blocked, then it's return to normal activity
(In reply to comment #0) > This is my emerge --info: > > http://sprunge.us/OVUP Attach that, please.
Also, attach the config.log.
Created attachment 243465 [details] emerge --info
well, I've attached emerge --info. Since configure does not fail, but it freezes, where is located the config.log?
ol, found, I attach it
Created attachment 243473 [details] config.log
(In reply to comment #3) > Also, attach the config.log. > everything attached
try removing -msse4a from CFLAGS try FEATURES=-sandbox try stracing/gdbing the hung process try running the binary in question manually
(In reply to comment #9) > try removing -msse4a from CFLAGS > > try FEATURES=-sandbox > > try stracing/gdbing the hung process > > try running the binary in question manually > findutils finally compiled, and I didn't nothing; but now I get the same problem while compiling the latest wget update. I'll try
(In reply to comment #9) > try removing -msse4a from CFLAGS > > try FEATURES=-sandbox > > try stracing/gdbing the hung process > > try running the binary in question manually > solutions 1, 2 and 4 don't work. I'll try gdb now
what do you mean "4 didnt work" ? does the simple program execute properly when you run it manually ? or does it hang too ?