From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 37B43138010 for ; Tue, 9 Oct 2012 18:39:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A77021C01B; Tue, 9 Oct 2012 18:38:54 +0000 (UTC) Received: from wp065.webpack.hosteurope.de (wp065.webpack.hosteurope.de [80.237.132.72]) by pigeon.gentoo.org (Postfix) with ESMTP id DB5E921C01C for ; Tue, 9 Oct 2012 18:37:46 +0000 (UTC) Received: from f054122161.adsl.alicedsl.de ([78.54.122.161] helo=[192.168.25.10]); authenticated by wp065.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) id 1TLegb-0003ba-PF; Tue, 09 Oct 2012 20:37:45 +0200 Message-ID: <50746EF8.6030804@ccube.de> Date: Tue, 09 Oct 2012 20:37:44 +0200 From: mindrunner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120913 Thunderbird/15.0.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Nightshade compiling failed References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;kernel@ccube.de;1349807866;00fe5d41; X-Archives-Salt: e0e1d7f4-26a9-4871-8328-eb2edaaf8915 X-Archives-Hash: edf72f525b2b333ad1e386fb4502656d Hi, I always prefer to NOT install software this way into my gentoo. Instead of this I first check http://gpo.zugaina.org/ if there is already an ebuild or outdated ebuild for this piece of software. If not I begin to develop my own ebuild. In this case there is already one (sabayon-overlay). However, you should NOT add sabayon overlay into your gentoo box. I got some weird problems doing this some time ago. I think this shoul only be used in sabayon distro, but I dont know exactly. If you want to, I could copy it into my overlay (luman), which should be more safe not bricking your whole gentoo box. Yeah, I know... you asked sth. completely different, but in my opinion, you should better do this way... KLooking at you Problem tells me that you got a boost problem. Maybe wrong version you compile against? Since I am writing my bachelor thesis right now, I have only little spartetime, but if you want to we could try to make a working ebuild on base of the sabayon one. regards Lukas On 10/09/2012 07:06 PM, Jacques Montier wrote: > Hi everybody, > > Since a few months i have a problem about compiling Nightshade soft. > Nightshade is a full dome planetarium opensource software. > http://www.lss-planetariums.info/index.php?lang=en&menu=nightshade&page=nightshade > Nightshade is not in portage so i have to manually install it > (./configure, make and make install). > make fails with errors : > > ------------------------- > In file included from /usr/include/boost/container/map.hpp:26:0, > from /usr/include/boost/interprocess/containers/map.hpp:19, > from nshade_shared_memory.h:34, > from nshade_shared_memory.cpp:30: > ------------------------ > ----------------------- > boost::interprocess::iset_index> > >, bool is_iterator = false, P0 = > std::less, P1 = > boost::interprocess::allocator boost::interprocess::offset_ptr >, > boost::interprocess::segment_manager boost::interprocess::rbtree_best_fit, > boost::interprocess::iset_index> >, size_t = long unsigned int]’ > nshade_shared_memory.cpp:251:1: instantiated from here > /usr/include/boost/container/map.hpp:147:1: erreur: invalid application > of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE’ > make[4]: *** [nshade_shared_memory.lo] Erreur 1 > > I don't know how to solve that problem. > Have you any idea about it ? > Thank you very much, > > Cheers, > > -- > Jacques