Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135056 - confcache breaks app-office/dia-0.95.1 USE="python"
Summary: confcache breaks app-office/dia-0.95.1 USE="python"
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-31 10:10 UTC by Ed Catmur
Modified: 2006-06-29 11:37 UTC (History)
1 user (show)

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


Attachments
/var/tmp/confcache/config.cache (config.cache,24.84 KB, text/plain)
2006-05-31 10:11 UTC, Ed Catmur
Details
config.log (config.log,72.59 KB, text/plain)
2006-05-31 10:12 UTC, Ed Catmur
Details
genlop -l output (genlop -l output,173.34 KB, text/plain)
2006-05-31 10:13 UTC, Ed Catmur
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Catmur 2006-05-31 10:10:57 UTC
checking for db2html... no
checking for xsltproc... /usr/bin/xsltproc
checking for python... (cached) /usr/bin/python
checking if Python version >= 1.5.2... okay
checking local Python configuration... checking for  script directory... (cached) ${prefix}/lib/python2.4/site-packages
checking for  extension module directory... (cached) ${exec_prefix}/lib/python2.4/site-packages
looks good
checking for headers required to compile python extensions... found
checking for libpython2.4.a... not found
configure: error: could not find files required to build python plugin
Comment 1 Ed Catmur 2006-05-31 10:11:30 UTC
Created attachment 88004 [details]
/var/tmp/confcache/config.cache
Comment 2 Ed Catmur 2006-05-31 10:12:09 UTC
Created attachment 88005 [details]
config.log
Comment 3 Ed Catmur 2006-05-31 10:13:00 UTC
Created attachment 88006 [details]
genlop -l output
Comment 4 Ed Catmur 2006-05-31 10:29:40 UTC
Uh, the problem is that config.cache has:

test "${am_cv_python_pyexecdir+set}" = set || am_cv_python_pyexecdir='${exec_prefix}/lib/python2.4/site-packages'

but exec_prefix is NONE (from configure).
Comment 5 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.