Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 333321 - sys-apps/findutils-4.5.9 freezes during configure
Summary: sys-apps/findutils-4.5.9 freezes during configure
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-18 16:13 UTC by Alex Marcat
Modified: 2012-02-20 21:34 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (gag.txt,3.62 KB, text/plain)
2010-08-18 16:58 UTC, Alex Marcat
Details
config.log (bug.log,612.24 KB, text/plain)
2010-08-18 18:42 UTC, Alex Marcat
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Marcat 2010-08-18 16:13:55 UTC
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
Comment 1 Alex Marcat 2010-08-18 16:18:42 UTC
(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

Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2010-08-18 16:53:02 UTC
(In reply to comment #0)
> This is my emerge --info:
> 
> http://sprunge.us/OVUP

Attach that, please.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2010-08-18 16:56:01 UTC
Also, attach the config.log.
Comment 4 Alex Marcat 2010-08-18 16:58:39 UTC
Created attachment 243465 [details]
emerge --info
Comment 5 Alex Marcat 2010-08-18 18:38:17 UTC
well, I've attached emerge --info.
Since configure does not fail, but it freezes, where is located the config.log?
Comment 6 Alex Marcat 2010-08-18 18:40:12 UTC
ol, found, I attach it
Comment 7 Alex Marcat 2010-08-18 18:42:07 UTC
Created attachment 243473 [details]
config.log
Comment 8 Alex Marcat 2010-08-18 22:28:09 UTC
(In reply to comment #3)
> Also, attach the config.log.
> 

everything attached
Comment 9 SpanKY gentoo-dev 2010-08-19 20:51:46 UTC
try removing -msse4a from CFLAGS

try FEATURES=-sandbox

try stracing/gdbing the hung process

try running the binary in question manually
Comment 10 Alex Marcat 2010-08-22 12:43:42 UTC
(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
Comment 11 Alex Marcat 2010-08-22 12:50:46 UTC
(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
Comment 12 SpanKY gentoo-dev 2010-08-24 18:56:56 UTC
what do you mean "4 didnt work" ?  does the simple program execute properly when you run it manually ?  or does it hang too ?