Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 135069

Summary: wget-1.10.2 fails when confcache is enabled
Product: Gentoo Linux Reporter: nm (RETIRED) <nightmorph>
Component: New packagesAssignee: Diego Elio Pettenò (RETIRED) <flameeyes>
Status: RESOLVED UPSTREAM    
Severity: normal CC: burcheri.massimo+bugs-gentoo, ferringb, geekypenguin, MatLinuxer2, papercrane, spiralvoice, tux
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 134459    
Bug Blocks: 134454    
Attachments: config.cache
config.log
genlop.txt

Description nm (RETIRED) gentoo-dev 2006-05-31 12:29:14 UTC
Okay, flameeyes, same story. requested files will be attached in the next few minutes. :)
Comment 1 nm (RETIRED) gentoo-dev 2006-05-31 12:31:08 UTC
Created attachment 88023 [details]
config.cache
Comment 2 nm (RETIRED) gentoo-dev 2006-05-31 12:31:51 UTC
Created attachment 88024 [details]
config.log
Comment 3 nm (RETIRED) gentoo-dev 2006-05-31 12:32:12 UTC
Created attachment 88025 [details]
genlop.txt
Comment 4 Jory A. Pratt 2006-05-31 15:13:31 UTC
ac_cv_header_sys_utime_h=${ac_cv_header_sys_utime_h=no} Is the problem with config-cache ... you most likely do not have the header now but configure is finding it anyways. You need to go threw and remove all the utime_h entries and you can compile it until your heart is content.
Comment 5 Jory A. Pratt 2006-05-31 15:45:24 UTC
ac_cv_func_clock_gettime=${ac_cv_func_clock_gettime=no}
ac_cv_func_gettimeofday=${ac_cv_func_gettimeofday=yes}
ac_cv_func_mktime=${ac_cv_func_mktime=yes}
ac_cv_func_strptime=${ac_cv_func_strptime=yes}
ac_cv_func_timegm=${ac_cv_func_timegm=yes}
ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h=yes}
ac_cv_header_sys_utime_h=${ac_cv_header_sys_utime_h=no}
ac_cv_header_time=${ac_cv_header_time=yes}
ac_cv_header_utime_h=${ac_cv_header_utime_h=yes}
ac_cv_lib_rt_clock_gettime=${ac_cv_lib_rt_clock_gettime=yes

Just so the record is clear this is what wget picks up from my confcache which I have rebuilt 5 times now.
Comment 6 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-06-01 16:32:38 UTC
Should be fixed, if the problem re-presents itself, reopen.
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2006-06-04 11:46:46 UTC
*** Bug 135545 has been marked as a duplicate of this bug. ***
Comment 8 spiralvoice 2006-06-04 12:44:44 UTC
And how was it fixed? I was sent here because of duplicate bug #135545.
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2006-06-04 20:21:54 UTC
(In reply to comment #8)
> And how was it fixed? I was sent here because of duplicate bug #135545.
> 

See Bug 134459. Delete your confcache.
Comment 10 Jory A. Pratt 2006-06-10 14:53:51 UTC
This is not fixed. Still getting failure even with confcache removed and emerge -e system rerun.
Comment 11 nm (RETIRED) gentoo-dev 2006-06-11 03:57:02 UTC
(In reply to comment #10)
> This is not fixed. Still getting failure even with confcache removed and emerge
> -e system rerun.

After unmerging confcache and removing it from FEATURES, did you remember to rm /var/tmp/confcache/* ?
Comment 12 Mike Doty (RETIRED) gentoo-dev 2006-06-17 13:14:40 UTC
I hit this bug while doing a emerge -e world.  I reran gcc-config and all was well.  Therefor I suspect it's a gcc-config(eselect compiler) bug.
Comment 13 nm (RETIRED) gentoo-dev 2006-06-26 17:59:25 UTC
(In reply to comment #12)
> I hit this bug while doing a emerge -e world.  I reran gcc-config and all was
> well.  Therefor I suspect it's a gcc-config(eselect compiler) bug.
> 

I dunno. It seems pretty well established in other bug reports that the cache is being poisoned by one particular package, which is what kills subsequent package compilations. AFAICT the big culprit is coreutils, which has some sort of missing/broken configure script that screws everything else over. I'm not aware of any other package being the cause of the poisoned cache at this time. Oh well, flameeyes masked confcache a few days ago anyway.
Comment 14 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-06-29 11:37:51 UTC
I'm closing them as UPSTREAM as for now I can't do much until Brian provides me a new version of confcache that allows to trace who poisoned the cache.
This is also the main reason why confcache is masked right now.
Comment 15 Jakub Moc (RETIRED) gentoo-dev 2006-08-08 15:38:35 UTC
*** Bug 143262 has been marked as a duplicate of this bug. ***
Comment 16 Jakub Moc (RETIRED) gentoo-dev 2006-10-08 01:19:42 UTC
*** Bug 150441 has been marked as a duplicate of this bug. ***
Comment 17 Carsten Lohrke (RETIRED) gentoo-dev 2008-06-13 21:18:29 UTC
*** Bug 226423 has been marked as a duplicate of this bug. ***