Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149250 - dev-libs/boost-1.33.1 fails during make install
Summary: dev-libs/boost-1.33.1 fails during make install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-26 20:58 UTC by Alex
Modified: 2006-11-04 16:25 UTC (History)
0 users

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


Attachments
Failing log (dev-libs:boost-1.33.1-r1:20061101-214822.log,537.65 KB, text/x-log)
2006-11-01 15:28 UTC, Mike McQuaid
Details
Working log (dev-libs:boost-1.33.1-r1:20061101-222718.log,510.67 KB, text/x-log)
2006-11-01 15:29 UTC, Mike McQuaid
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex 2006-09-26 20:58:40 UTC
When emerging boost-1.33.1 (using python 2.5, not sure if this has anything to do with it but I had a friend test with python 2.4 and it built. This is what it exits with. If posting the entire emerge helps, just ask.

FileClone /var/tmp/portage/boost-1.33.1/image/usr/include/boost/dynamic_bitset/config.hpp
...failed updating 3 targets...
...skipped 4 targets...
...updated 3608 targets...
Comment 1 Thomas Rampelberg 2006-09-28 11:48:10 UTC
I can confirm that this is a problem. By changing $PYVER in the boost-1.33.1.ebuild to 2.4 instead of 2.5, boost will build and install just fine.
Comment 2 David Li 2006-10-16 03:28:47 UTC
It appears I'm experiencing this bug as well. I have yet to try building with python-2.4.
Comment 3 Mike McQuaid 2006-10-16 07:34:37 UTC
Also seeing this bug with python 2.5.
Forcing 2.4 seems to fix the problem.
Comment 4 David Li 2006-10-16 20:29:01 UTC
I realized that I was using python 2.4 (doh!) and filed a separate bug for my issue. Anyways, you guys probably want to attach a build log as it's pretty hard to diagnose a boost compilation problem without a log.
Comment 5 Mike McQuaid 2006-11-01 15:28:30 UTC
Created attachment 101015 [details]
Failing log

This log is with python 2.5, and demonstrates the fail.
Comment 6 Mike McQuaid 2006-11-01 15:29:38 UTC
Created attachment 101016 [details]
Working log

This log is with python 2.4 hardcoded, and demonstrates boost compiling successfully.
Comment 7 Tiziano Müller (RETIRED) gentoo-dev 2006-11-04 16:25:36 UTC
Fixed in CVS for version 1.33.1-r1. Please give it some time to hit the mirrorrs, resync and emerge.
Thanks for reporting. (btw: v1.34.* of boost does compile with v2.5 of python)