boost-python-libs and associated compile errors

2009-08-26 Thread David Southwell
I have just completed # portupgrade -fRra following a system upgrade from freebsd 7.2 p2 to p3 after a few minor hiccuups and recompiling ssome of the ports I am left with four failing ports. As at least three of them seem to share some common features. If anyone would be willing to help me o

Re: boost-python-libs and associated compile errors

2009-09-01 Thread David Southwell
> I have just completed > # portupgrade -fRra > following a system upgrade from freebsd 7.2 p2 to p3 > > after a few minor hiccuups and recompiling ssome of the ports I am left > with four failing ports. As at least three of them seem to share some > common features. If anyone would be willing to h

Re: boost-python-libs and associated compile errors

2009-09-01 Thread Alexander Churanov
David, In your case compiler is actually complaining on /usr/include/c++/4.2/bits/gthr-default.h, which is a part of GCC. It's either an internal issue of GCC or GCC packing/installation issue, or compiler compatibility issue. I'd like to know what is your compiler? Did you perform any steps for

Re: boost-python-libs and associated compile errors

2009-09-01 Thread David Southwell
> David, > > In your case compiler is actually complaining on > /usr/include/c++/4.2/bits/gthr-default.h, which is a part of GCC. It's > either an internal issue of GCC or GCC packing/installation issue, or > compiler compatibility issue. > > I'd like to know what is your compiler? > Did you perfor

Re: boost-python-libs and associated compile errors

2009-09-02 Thread Alexander Churanov
David, Unfortunately, the issue is not reproducible on my machine. I've just re-built all boost ports. I'll try to reproduce the issue by updating ports and re-building openbabel and kdeedu4. Could you send me the output of 'md5 /usr/include/c++/4.2/bits/gthr-default.h'? Sincerely, Alexander Chu

Re: boost-python-libs and associated compile errors

2009-09-02 Thread David Southwell
> > Hi > > > > Thanks for taking a look -- much appreciated. Here is the output you > > asked for: > > > > dns1# c++ --version > > c++ (GCC) 4.2.1 20070719 [FreeBSD] > > Copyright (C) 2007 Free Software Foundation, Inc. > > This is free software; see the source for copying conditions. There is >

Re: boost-python-libs and associated compile errors

2009-09-03 Thread Alexander Churanov
[Repeating part of thread here to return to the mailing list] 2009/9/3 David Southwell : >> > dns1# md5 /usr/include/c++/4.2/bits/gthr-default.h >> > MD5 (/usr/include/c++/4.2/bits/gthr-default.h) = >> > 2195ca86c1ea76936a87adabe52e461b >> >> Well, this is the same as my. Compiler/header inconsist

Re: boost-python-libs and associated compile errors

2009-09-03 Thread Mel Flynn
On Wednesday 26 August 2009 16:07:56 David Southwell wrote: > I have just completed > # portupgrade -fRra > following a system upgrade from freebsd 7.2 p2 to p3 > > after a few minor hiccuups and recompiling ssome of the ports I am left > with four failing ports. As at least three of them seem to s

Re: boost-python-libs and associated compile errors

2009-09-03 Thread David Southwell
> On Wednesday 26 August 2009 16:07:56 David Southwell wrote: > > I have just completed > > # portupgrade -fRra > > following a system upgrade from freebsd 7.2 p2 to p3 > > > > after a few minor hiccuups and recompiling ssome of the ports I am left > > with four failing ports. As at least three of

Re: boost-python-libs and associated compile errors

2009-09-03 Thread Mel Flynn
On Thursday 03 September 2009 17:48:36 David Southwell wrote: > > On Wednesday 26 August 2009 16:07:56 David Southwell wrote: > > > I have just completed > > > # portupgrade -fRra > > > following a system upgrade from freebsd 7.2 p2 to p3 > > > > > > after a few minor hiccuups and recompiling ssome

Re: boost-python-libs and associated compile errors -SOLVED

2009-09-04 Thread David Southwell
> [Repeating part of thread here to return to the mailing list] > > 2009/9/3 David Southwell : > >> > dns1# md5 /usr/include/c++/4.2/bits/gthr-default.h > >> > MD5 (/usr/include/c++/4.2/bits/gthr-default.h) = > >> > 2195ca86c1ea76936a87adabe52e461b > >> > >> Well, this is the same as my. Compiler/h

Re: boost-python-libs and associated compile errors -SOLVED

2009-09-05 Thread David Southwell
> > [Repeating part of thread here to return to the mailing list] > > > > 2009/9/3 David Southwell : > > >> > dns1# md5 /usr/include/c++/4.2/bits/gthr-default.h > > >> > MD5 (/usr/include/c++/4.2/bits/gthr-default.h) = > > >> > 2195ca86c1ea76936a87adabe52e461b > > >> > > >> Well, this is the same a

Re: boost-python-libs and associated compile errors -SOLVED

2009-09-07 Thread Alexander Churanov
2009/9/5 David Southwell : > I should have mentioned that openbabel & kdeedu4 also then compiled without > problem. I have no idea what caused the original failure or how the cure could > have been connected to the recompiling of gnome2-2.26.3. However I can report > that immediately before the rec

Re: boost-python-libs and associated compile errors -SOLVED

2009-09-07 Thread David Southwell
> 2009/9/5 David Southwell : > > I should have mentioned that openbabel & kdeedu4 also then compiled > > without problem. I have no idea what caused the original failure or how > > the cure could have been connected to the recompiling of gnome2-2.26.3. > > However I can report that immediately befo

Re: boost-python-libs and associated compile errors -SOLVED

2009-09-08 Thread David Southwell
> 2009/9/5 David Southwell : > > I should have mentioned that openbabel & kdeedu4 also then compiled > > without problem. I have no idea what caused the original failure or how > > the cure could have been connected to the recompiling of gnome2-2.26.3. > > However I can report that immediately befo

Re: boost-python-libs and associated compile errors -SOLVED

2009-09-08 Thread Alexander Churanov
David, Thank you for the information. From my point of view, it's likely that issues of building boost-python-libs are related to devel/pth and libpthread-stubs-0.1. I'll try to examine that when I have time. Alexander Churanov, maintainer of devel/boost-* 2009/9/8 David Southwell : > Bearing i