Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 407433 - dev-games/simgear fails to build with >=dev-libs/boost-1.48
Summary: dev-games/simgear fails to build with >=dev-libs/boost-1.48
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Maciej Mrozowski
URL:
Whiteboard:
Keywords: PATCH
: 409187 (view as bug list)
Depends on:
Blocks: 405665 413815
  Show dependency tree
 
Reported: 2012-03-08 15:44 UTC by c bou
Modified: 2012-07-09 15:09 UTC (History)
7 users (show)

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


Attachments
simgear-2.4.0-boost148.patch (simgear-2.4.0-boost148.patch,899 bytes, patch)
2012-03-09 09:22 UTC, Lars Wendler (Polynomial-C) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description c bou 2012-03-08 15:44:05 UTC
In file included from /var/tmp/portage/dev-games/simgear-2.4.0/work/simgear-2.4.0/simgear/structure/SGExpression.hxx:34:0,
                 from /var/tmp/portage/dev-games/simgear-2.4.0/work/simgear-2.4.0/simgear/structure/SGExpression.cxx:26:
/var/tmp/portage/dev-games/simgear-2.4.0/work/simgear-2.4.0/simgear/structure/Singleton.hxx:4:43: erreur fatale: boost/pool/detail/singleton.hpp : Aucun fichier ou dossier de ce type
compilation terminée.



include this patch : 
https://code.google.com/p/flightgear-bugs/issues/attachmentText?id=512&aid=5120000000&name=0003-fix-build-with-Boost-1.48.patch&token=dXjsVf4V-sOnqSKZFJU2eDYAVow%3A1331221395494
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2012-03-09 09:22:12 UTC
Created attachment 304711 [details, diff]
simgear-2.4.0-boost148.patch

Patch for simgear-2.4.0
Comment 2 Piotr Szymaniak 2012-03-16 08:05:33 UTC
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-games/simgear-2.4.0/work/simgear-2.4.0/simgear/structure -I../../simgear -I/var/tmp/portage/dev-games/simgear-2.4.0/work/simgear-2.4.0    -Os -march=pentium4 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c -o SGExpression.o /var/tmp/portage/dev-games/simgear-2.4.0/work/simgear-2.4.0/simgear/structure/SGExpression.cxx
In file included from /var/tmp/portage/dev-games/simgear-2.4.0/work/simgear-2.4.0/simgear/structure/SGExpression.hxx:34:0,
                 from /var/tmp/portage/dev-games/simgear-2.4.0/work/simgear-2.4.0/simgear/structure/SGExpression.cxx:26:
/var/tmp/portage/dev-games/simgear-2.4.0/work/simgear-2.4.0/simgear/structure/Singleton.hxx:4:43: fatal error: boost/pool/detail/singleton.hpp: No such file or directory
compilation terminated.
Comment 3 Piotr Szymaniak 2012-03-21 19:40:17 UTC
*** Bug 409187 has been marked as a duplicate of this bug. ***
Comment 4 Silvio 2012-05-29 12:49:53 UTC
(In reply to comment #0)
> In file included from
> /var/tmp/portage/dev-games/simgear-2.4.0/work/simgear-2.4.0/simgear/
> structure/SGExpression.hxx:34:0,
>                  from
> /var/tmp/portage/dev-games/simgear-2.4.0/work/simgear-2.4.0/simgear/
> structure/SGExpression.cxx:26:
> /var/tmp/portage/dev-games/simgear-2.4.0/work/simgear-2.4.0/simgear/
> structure/Singleton.hxx:4:43: erreur fatale: boost/pool/detail/singleton.hpp
> : Aucun fichier ou dossier de ce type
> compilation terminée.
> 
> 
> 
> include this patch : 
> https://code.google.com/p/flightgear-bugs/issues/
> attachmentText?id=512&aid=5120000000&name=0003-fix-build-with-Boost-1.48.
> patch&token=dXjsVf4V-sOnqSKZFJU2eDYAVow%3A1331221395494

Same problem here
Comment 5 Michael Weber (RETIRED) gentoo-dev 2012-06-09 12:23:29 UTC
confirmed to work on ppc/gcc:4.5 and amd64/gcc:4.6.
amd64/gcc:4.7 fails to other reasons.
Comment 6 Michael Weber (RETIRED) gentoo-dev 2012-06-09 12:34:52 UTC
doesn't hurt on amd64/gcc:4.6 w/ boost:1.46, so I'd suggest add it w/o version bump
Comment 7 Michael Weber (RETIRED) gentoo-dev 2012-06-09 12:35:10 UTC
(In reply to comment #6)
> doesn't hurt on amd64/gcc:4.6 w/ boost:1.46, so I'd suggest add it w/o
> version bump

... without revision bump
Comment 8 Michael Weber (RETIRED) gentoo-dev 2012-07-09 15:09:02 UTC
+  09 Jul 2012; Michael Weber <xmw@gentoo.org>
+  +files/simgear-2.4.0-boost148.patch, simgear-2.4.0.ebuild:
+  Fix boost-1.48 compilation issue (bug 407433, c bou)
+