Bug 149250 - dev-libs/boost-1.33.1 fails during make install
Bug#: 149250 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: cpp@gentoo.org Reported By: nesl247@gmail.com
Component: Library
URL: 
Summary: dev-libs/boost-1.33.1 fails during make install
Keywords:  
Status Whiteboard: 
Opened: 2006-09-26 20:58 0000
Description:   Opened: 2006-09-26 20:58 0000
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 From Thomas Rampelberg 2006-09-28 11:48:10 0000 -------
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 From David Li 2006-10-16 03:28:47 0000 -------
It appears I'm experiencing this bug as well. I have yet to try building with
python-2.4.

------- Comment #3 From Mike Arthur 2006-10-16 07:34:37 0000 -------
Also seeing this bug with python 2.5.
Forcing 2.4 seems to fix the problem.

------- Comment #4 From David Li 2006-10-16 20:29:01 0000 -------
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 From Mike Arthur 2006-11-01 15:28:30 0000 -------
Created an attachment (id=101015) [details]
Failing log

This log is with python 2.5, and demonstrates the fail.

------- Comment #6 From Mike Arthur 2006-11-01 15:29:38 0000 -------
Created an attachment (id=101016) [details]
Working log

This log is with python 2.4 hardcoded, and demonstrates boost compiling
successfully.

------- Comment #7 From Tiziano Müller 2006-11-04 16:25:36 0000 -------
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)