| Summary: | dev-lang/python-2.6.4-r1 build fails. Failed modules: _elementtree pyexpat Can't find bsddb185 sunaudiodev | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alex Cannon <alex6z> |
| Component: | [OLD] Core system | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED INVALID | ||
| Severity: | major | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
Build log for python-2.6.4-r1
emerge -l dev-libs/expat log file |
||
|
Description
Alex Cannon
2010-04-12 14:04:09 UTC
Would you mind attaching build log ? So, you know, somebody could get a look at the real error. Reinstall expat and attach build log. *** Bug 314921 has been marked as a duplicate of this bug. *** Created attachment 227713 [details]
Build log for python-2.6.4-r1
I attached the build.log file. How do I install expat? eix -s / -S expat shows nothing. Post the output of: emerge -ptv dev-libs/expat emerge -ptv dev-libs/expat These are the packages that would be merged, in reverse order: Calculating dependencies... done! [ebuild R ] dev-libs/expat-2.0.1-r3 0 kB Total: 1 package (1 reinstall), Size of downloads: 0 kB Please run: emerge -1 dev-libs/expat Created attachment 227823 [details]
emerge -l dev-libs/expat log file
Does the original problem still occur? Still the same problem with emerge python Comparing with my own build log, my first guess would be: '-I/usr/local/include', that is 'it's time for a purge'. Check whole /usr/local. Thanks! I renamed /usr/local and python installed. Is the /usr/local issue still considered to be a bug in the python build? I don't know what file was in /usr/local that would have been causing the problem. (In reply to comment #13) > Is the /usr/local issue still considered to be a bug in the python build? No. > I don't know what file was in /usr/local that would have been causing > the problem. Probably headers of an older (manually installed) version of expat. |