Re: [gentoo-user] Hard drive change

2012-11-09 Thread mindrunner
someone calls me stupid and dumb, because i am sharing my opinion.
this never happened to me on a dev-mailinglist.
I came here to help out gentoo users. not to flame war.
If I want this kind of conversation, i would sign in to gulli board or
some similar, but not gentoo-users.
so I thought, we are all grown up here.
Now I have to leave you again.
bye

On 11/08/2012 09:37 PM, Volker Armin Hemmann wrote:
> Am Donnerstag, 8. November 2012, 16:23:08 schrieb mindrunner:
>> i always use ddrescue for migrating to another hdd.
>> it is much more comfortable than dd and does not depent on file
>> systems, etc.
>> I always prefer copying on block device level.
> 
> that is just stupid. You copy the fragmentation, the errors, the journal log 
> and all the other crap that accumulated over time. No excuses. Just dumb.
> 
> 



Re: [gentoo-user] Hard drive change

2012-11-08 Thread mindrunner
I never payed attention to this. all i know is that the alignment is
correct. (checked with parted)


On 11/08/2012 04:37 PM, Neil Bothwick wrote:
> On Thu, 08 Nov 2012 16:23:08 +0100, mindrunner wrote:
> 
>> i always use ddrescue for migrating to another hdd.
>> it is much more comfortable than dd and does not depent on file
>> systems, etc.
>> I always prefer copying on block device level.
> 
> Even when the two devices have different block sizes?
> 
> At best you'd get crap performance from misaligned filesystem boundaries.
> 
> 



Re: [gentoo-user] genkernel compile only one new module

2012-11-08 Thread mindrunner
Why exactly would you do this? Just because of saving time?
If you do not clean kernel dir, it will compile very fast.

On 11/08/2012 07:02 PM, Bruce Hill wrote:
> On Thu, Nov 08, 2012 at 06:55:31PM +0100, "ifj. Stefán István"
> wrote:
>> Hello!
>>
>> I have a quite good kernel, but today I realised that I need a
>> kernel module that hadn't been compiled before. Is there any way
>> to compile only that new module, and not compiling the whole
>> kernel and all of the modules again?
>>
>> Thanks, István
>
> make nconfig (or menuconfig or whatever-config) select M for the
> module exit and save make && make modules_install will put the
> module into /lib/modules/`uname -r`/build/ then you can "modprobe
> " and it will be in use.
>
> You should go ahead and install that new kernel and edit your
> bootloader as needed.
>
> Bruce
>



Re: [gentoo-user] Hard drive change

2012-11-08 Thread mindrunner
i always use ddrescue for migrating to another hdd.
it is much more comfortable than dd and does not depent on file
systems, etc.
I always prefer copying on block device level.


On 11/08/2012 03:12 PM, Srdjan Rakic wrote:
> I used rsync for that.
>
> On Thu, Nov 8, 2012 at 8:03 AM, Volker Armin Hemmann
> mailto:volkerar...@googlemail.com>>
> wrote:
>
> 2tb drive  probably different sector size. cp -auv recommended.
>
> Am 08.11.2012 12:12 schrieb  >:
>
> I am about to change my hard drive on my machine from a 500GB to
> 2tb.
>
> To transfer I  intend to dd the partitions across and then resize
> using lvm as home swap var are located on lvm.
>
> Is this the right approach or would you recommend another method?
>
> John D Maunder.
>
>
>
>
>
>
>
>



Re: [gentoo-user] Networking

2012-10-25 Thread mindrunner
Actually this is no reason not installing with portage...

On 10/25/2012 10:27 PM, Silvio Siefke wrote:
>> Why don't you want to install VirtualBox from portage.  
> Has not internet, only mobile conection and so i have downloaded
> by my dad direct from the website. 
> 



Re: [gentoo-user] Re: dual monitors and dual desktops

2012-10-25 Thread mindrunner
On 10/25/2012 07:40 PM, Grant Edwards wrote:
> So I actually have a total of 12 virtual desktops (3 sets of 4).

Searching the terminal window opened 6 hours ago on one of the 12
virutal desktops sounds like fun :D



Re: [gentoo-user] dual monitors and dual desktops

2012-10-25 Thread mindrunner
I am also using a notebook with an external screen when i am at home.
Till today I was not able to configure it correctly and comfortable.
(Tried with radeon and fglrx driver)

My wonderful working solution is One computer for every screen. :))
Connect all them with synergy and it seems to be one computer! :)

I am running a synergy setup with gentoo, mint, osx and windows8 and it
is much better than every multi monitor solution.

I know this is more a workaround as a solution, but multi monitor with
linux is crap, and synergy is a wonderful tool! :)))


On 10/25/2012 02:42 PM, Kfir Lavi wrote:
> Hi,
> I have a laptop and an external monitor.
> I would like to have both monitors showing different desktops.
> My aim is to have IRC and Email client on one side, and my shell and
> programming stuff on the other side.
> Currently I managed to do a big virtual workspace with XRANDR, but it
> stretches the browser and it is hard to setup correctly.
> I'm a Fluxbox user, and didn't find a way to define that starching the
> window, will not stretch outside of the monitor I'm on.
> This is why I would like each monitor have it's own desktop.
> 
> Thanks,
> Kfir
> 
> virtual dual monitors:
> xrandr --output LVDS1 --primary --mode 1280x800 --pos 0x0 --auto
> --output VGA1 --mode 1920x1080 --pos 448x0 --primary



Re: [gentoo-user] tun tap problem

2012-10-24 Thread mindrunner
yeah, saw this problem on my openvpn server today. i made upgrades a few
days ago.

i removed symlink to net.tap0 and removed tap0 from br0. now server is
booting correctly, but openvpn is not working...

no time to investigate further now. maybe in a few days.

On 10/24/2012 08:34 PM, Stefan G. Weichinger wrote:
> 
> Anyone else getting "no carrier" when trying to set up a network bridge
> with TUN/TAP? I use that for KVM, and it doesn't work since last reboot.
> 
> I saw the issue mentioned on forums.gentoo.org, no solution.
> 
> Downgrading openrc didn't help as well.
> 
> Any help available?
> 
> Thanks, Stefan
> 
> 
> 



Re: [gentoo-user] Heads-up: Several kernel versions have severe EXT4 data corruption bug

2012-10-24 Thread mindrunner
affected kernel versions are masked now!

On 10/25/2012 12:36 AM, john wrote:
> On Wed, 24 Oct 2012 13:10:24 -0500
> Bruce Hill  wrote:
> 
>> On Wed, Oct 24, 2012 at 04:54:39PM +0300, Nikos Chantziaras wrote:
>>> Kernels 3.4, 3.5, and 3.6 can result in severe data corruption if
>>> you're using the EXT4 filesystem:
>>>
>>> http://www.phoronix.com/scan.php?page=news_item&px=MTIxNDQ
>>>
>>> This includes gentoo-sources.  I hope the Gentoo developers are on
>>> top of this.  In the meantime, avoid doing reboots after too short
>>> an uptime.
>>
>> https://bugs.gentoo.org/show_bug.cgi?id=439502
> 
> I shall think myself lucky. Converted the
> majority of my file systems (var home) on laptop, desktop and qemu to
> ext4 a few weeks ago and was rebooting like crazy last night on 3.5.7.
> with my desktop after losing ptys, network and keyboard when downgrading
> openrc.
> 
> Shall reverse and make sure backups are in place. 
> 
> Thanks for the warning. I would hate to lose my xpenguins program
> 



Re: [gentoo-user] Re: Gnome3 haters: you should try the new cinnamon-1.6.1

2012-10-16 Thread mindrunner
This was my thread right before switching to lxde

http://forums.gentoo.org/viewtopic-t-928750-start-0.html

i assume that everything is correct in my system.

sometimes i use the one driver, sometimes the other.
both have advantages against the other one, but gnome3 experience is
always HELL.

(fglrx wasnt working at all for months with gnome shell) dont know if
this is fixed already

On 10/16/2012 01:07 AM, walt wrote:
> On 10/15/2012 12:40 PM, mindrunner wrote:
>> 02:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI
>> Manhattan [Mobility Radeon HD 5400 Series]
> 
> Are you using the proprietary ati drivers? (x11-drivers/ati-drivers)
> If yes, does fgl_glxgears run okay?
> 
>  
>> On 10/15/2012 02:23 PM, walt wrote:
>>> >On 10/15/2012 12:24 AM, mindrunner wrote:
>>> >
>>>> >>Ive had soo many problem with gnome 3 (mainly performance), so i
>>>> >>switched to lxde.
>>> >
>>> >The performance penalty can be due to old video hardware because
>>> >both gnome-shell and cinnamon use video compositing for silly and
>>> >unnecessary stuff like transparent windows.
>>> >
> 
> 
> 
> 



Re: [gentoo-user] Re: Gnome3 haters: you should try the new cinnamon-1.6.1

2012-10-15 Thread mindrunner
you should try terminator, or guake if you want an "alternate" terminal.
i am using both in combination (guake in luman-overlay, has applied some
additional patches)

lxde/openbox is very nice. slim and slimlock are working fine in
combination with it. so there is no need for heavy gnome/kde desktops.

if you want your old gnome 2.x dektop back, you should try mate, which
is a fork of the last gnome 2.x stable branch. (there is mate-overlay) ;)

(happy to see some other german gentoo users! :)))

On 10/15/2012 04:41 PM, Randolph Maaßen wrote:
> On Oct 15, 2012 2:59 PM, "Neil Bothwick"  > wrote:
>>
>> On Mon, 15 Oct 2012 05:23:44 -0700, walt wrote:
>>
>> > In fact, I blame all the new problems with both gnome3 and kde4
>> > on video compositing.  All the whiz-bang kids doing desktop
>> > development are determined to use compositing anywhere they can
>> > possibly use it, even if it's silly.
>>
>> KDE has a checkbox to enable/disable it, and it is disabled by default if
>> the system hardware is unsuitable. I agree about the unnecessary
>> proliferation of hardware-hammering eye candy, but have no problems with
>> it being there as long as it's optional.
>>
>>
>> --
>> Neil Bothwick
>>
>> The best antiques are old friends.
> 
> Hi,
> I have always loved gnome more than kde or anything else. About 2 years
> ago I had to use Windows till about 3 months ago, and I came back to
> gentoo and used gnome again. But I didn't feel that comfortable and
> home, so I tried kde and some other desktop environments, but these felt
> even worse. I found cinnamon and used it with  gdm, what made me happy
> for a while. But I couldn't find an easy way to configure this system to
> my needs. I found no way to change the gdm background for example. I
> googled for a couple of days. So I tried to get rid of gnome, but I have
> some programmms, that use it. I use Openbox and slim now, I could
> configure it within half a day, and I'm happy now.
> 
> By the way, I got used to tabbing terminal.in 
> gnome-terminal, does someone know a tabbing terminal without gnome or
> kde or something this big?
> 
> Mit freundlichen Grüßen / Best Regards
> 
> Randolph Maaßen
> 



Re: [gentoo-user] Gnome3 haters: you should try the new cinnamon-1.6.1

2012-10-15 Thread mindrunner
nemo is there, but for now i prefer nautilus 3.4, because nemo lacks
some of the functions (like the "extract here" context menu) :((

On 10/15/2012 02:38 PM, Michael Hampicke wrote:
> Am 15.10.2012 09:24, schrieb mindrunner:
>> Cinnamon is very great. Also nemo, the nautilus fork of 3.4, because
>> nautilus 3.6 is a very big regression in manys opinion (mine too).
> 
> Thanks for the heads-up, last time I looked nemo was not in portage. I
> use gnome3.6 and dislike the new nautilus - still have version 3.4 of it
> installed. But now I can switch to nemo.
> 
> 
> 



Re: [gentoo-user] Re: Gnome3 haters: you should try the new cinnamon-1.6.1

2012-10-15 Thread mindrunner
02:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI
Manhattan [Mobility Radeon HD 5400 Series]

i7-820QM

8GB-DDR3



On 10/15/2012 02:23 PM, walt wrote:
> On 10/15/2012 12:24 AM, mindrunner wrote:
> 
>> Ive had soo many problem with gnome 3 (mainly performance), so i
>> switched to lxde.
> 
> The performance penalty can be due to old video hardware because
> both gnome-shell and cinnamon use video compositing for silly and
> unnecessary stuff like transparent windows.
> 
> In fact, I blame all the new problems with both gnome3 and kde4
> on video compositing.  All the whiz-bang kids doing desktop
> development are determined to use compositing anywhere they can
> possibly use it, even if it's silly.  Just my grouchy old opinion,
> of course.
> 
> 
> 
> 



Re: [gentoo-user] Gnome3 haters: you should try the new cinnamon-1.6.1

2012-10-15 Thread mindrunner
Cinnamon is very great. Also nemo, the nautilus fork of 3.4, because
nautilus 3.6 is a very big regression in manys opinion (mine too).

Ive had soo many problem with gnome 3 (mainly performance), so i
switchesd to lxde.

It felt like replacing an intel pentium 4 with a core i7

now i am using lxde within my gentoo, and cinnamon on my secondary
screen (linux mint).

I love cinnamon. But it is unusable in my opinion, because it is on top
of gnome3. they should make this working standalone! :))

On 10/15/2012 01:26 AM, walt wrote:
> I'm back in gnome heaven again, thanks to cinnamon-1.6.1 :)
> 
> First I'd like to thank Canek for his generous help to all of us
> here who have been struggling with gnome-shell.  I'm sure I'll
> try gnome-shell again when it's more mature, but for now I'm
> sticking with cinnamon.  It's a giant step backward and I love it :)
> 
> The newly ported system-monitor panel applet for cinnamon is what
> convinced me to switch -- it now looks and behaves exactly like the
> old gnome2 version.
> 
> There are a couple of things you should know if you've never tried
> cinnamon before.  (These may already be documented in the gentoo
> wiki but I haven't looked, which is why I had to figure them out
> for myself :)
> 
> Once you have cinnamon emerged, how do you actually start it? Just
> put this line in your .xinitrc:
> exec ck-launch-session gnome-session --session=cinnamon
> 
> BTW I tried deleting the ck-launch-session. That broke auto-mounting
> of removable media like usb sticks, so I put it back.  I'm sure this
> will change rapidly when systemd becomes the default, but systemd is
> not mature enough yet for my taste so I'm sticking with openrc for now.
> 
> Second, and very important for the system-monitor panel applet, is
> that networkmanager must be running for the network activity to be
> visible in the applet.  That took me a few days to work out :p
> 
> Another big change in the panel applet is that you must turn on the
> "Panel edit mode" before you can add any other applets to it.  That's
> done by right-clicking on the panel.  Then turn edit mode off again
> before the panel will work as expected.  That's very confusing if
> you have to find it by trial-and-error ;)
> 
> I'd be interested to hear other opinions about cinnamon.
> 
> 
> 
> 
> 



Re: [gentoo-user] Nightshade compiling failed

2012-10-11 Thread mindrunner
well, thats annoying.

i war digging deeper for the last hours, but i cannot solve it for now.

you should write a bug report here:

http://www.nightshadesoftware.org/


i will try again tomorrow. but now ---> bachelor thesis ;)

On 10/10/2012 12:31 PM, Jacques Montier wrote:
> Hi,
>
> I tried different versions of gcc and boost. gcc-4.5.4 and
> boost-1.49.0-r1 : failed gcc-4.5.4 and boost-1.46.1-r1 : failed
> gcc-4.4.7 in a new slot and boost-1.49.0-r1 : failed. gcc-4.4.7 in
> a new slot and boost-1.46.1-r1 : success !
>
> So compiling Nightshade needs gcc-4.4.7 AND boost-1.46.1-r1. Why
> the new versions don't work ? I really don't know.
>
> Cheers,
>
> -- Jacques
>
>
>
> 2012/10/10 Jacques Montier  <mailto:jmont...@gmail.com>>
>
> Hi,
>
> Thank you Lukas for looking at my problem. The LSS-version of
> Nightshade is a clone of the official Nightsade version + keyboard
> shortcuts which can launch scripts, videos and music. Each key of
> the 105 keys has a special function and it is specially designed
> for a planetarium public show. With bluetooth modules, we can drive
> the show with a Nintendo Wii remote ; very useful.
> http://www.lss-planetariums.info/index.php?lang=en&menu=hardware&page=keyboard
>
>  I tried to compile Nightshade-LSS on Ubuntu-12, Linux Mint and
> Mageia2 via VirtualBox and i get exactly the same errors. So, i
> think it is not a Gentoo problem...but nevertheless very annoying
> :-(
>
> I looked at the Nightshade-LSS sources and it seems that the error
> occurs with the nshade_shared_memory.h and nshade_shared_memory.cpp
> in ~/nightshade-11.7.1/nscontrol/src I join the two files ; may be
> these files would help us.
>
> Thank you very much,
>
> -- Jacques
>
>
>
>
>
>
> 2012/10/10 mindrunner mailto:ker...@ccube.de>>
>
> Hi, i stepped little further in the last hours. I copied the
> ebuild to my layman overlay (luman) and tried to emerge. I got the
> same error you got compiling your special version! At the moment I
> am cloning the official bzr repository (>1GB) which means waiting a
> long time at 1mbit DSL :( When cloned, I will dig some more into
> the sources.
>
> the error we get here points to some wrong usage of the boost
> container, but i cannot tell any more right now.
>
> what exactly is the difference to your ns-version compared to
> vanilla one?
>
> I think just replacing version number and url should provide you a
> working ebuild. we can try this after compiling vanilla sucesfull.
>
>
> lukas
>
> On 10/09/2012 10:53 PM, Jacques Montier wrote:
>> Hi ,
>>
>> Thank you Lukas for your post. The Nighshade soft i use is a LSS
>> version compiled for small planetariums by Yves Lhoumeau and
>> Lionel Ruiz. I can only get the sources here :
>>
> http://www.lss-planetariums.info/index.php?lang=en&menu=nightshade&page=nightshade
>
>  The sabayon Nightshade ebuild is different .
>> I agree with you, i very much prefer to install packages using
> ebuilds,
>> but i am afraid i am not able to develop any ebuild... Sorry...
>> :-( Some months ago i successfully compiled Nightshade with
> boost-1.46.1-r1
>> ; but unfortunately it does not anymore compile even with the
> same boost
>> version...
>>
>> Thank you again,
>>
>> Cheers,
>>
>> -- Jacques
>>
>>
>> 2012/10/9 mindrunner mailto:ker...@ccube.de>
> <mailto:ker...@ccube.de <mailto:ker...@ccube.de>>>
>>
>> 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.
&g

Re: [gentoo-user] Want to start open source development

2012-10-10 Thread mindrunner
Hi,
I think google can help you making the first steps. There are many
efforts to recruit new open source contributors.
You will find many documents like this:

http://teachingopensource.org/index.php/How_to_start_contributing_to_or_using_Open_Source_Software

or this

https://live.gnome.org/GnomeUniversity

or this

http://redmonk.com/dberkholz/2012/07/10/how-to-recruit-open-source-contributors/

But if you are as lazy as I am, you will just browse to you favourite
open source tool and begin evaluating the bugtracker.

Another way is to simply use your linux and the software on it. You WILL
find TONS of bugs, or missing features in it. Just implement and fix
them and then post your patches to upsteam! ;)

This is the way I do. :)


Happy coding! :D



On 10/10/2012 03:45 PM, karan garg wrote:
> Hi all,
> 
> I have been an open-source enthusiast since 2010 and using Linux as my
> operating system for last 2 years. However, now I want to take an active
> part in open-source development and contribute to the society under an
> expert guidance. I am an RHCE and have a basic understanding of a fair
> few things like database, c, c++, ruby, shell scripting, etc. I would
> really consider it an honor if you would guide me.
> 
> -- 
> Regards :)
> Karan
> 



Re: [gentoo-user] Nightshade compiling failed

2012-10-09 Thread mindrunner
Hi,
i stepped little further in the last hours. I copied the ebuild to my
layman overlay (luman) and tried to emerge. I got the same error you got
compiling your special version!
At the moment I am cloning the official bzr repository (>1GB) which
means waiting a long time at 1mbit DSL :(
When cloned, I will dig some more into the sources.

the error we get here points to some wrong usage of the boost container,
but i cannot tell any more right now.

what exactly is the difference to your ns-version compared to vanilla one?

I think just replacing version number and url should provide you a
working ebuild.
we can try this after compiling vanilla sucesfull.


lukas

On 10/09/2012 10:53 PM, Jacques Montier wrote:
> Hi ,
> 
> Thank you Lukas for your post.
> The Nighshade soft i use is a LSS version compiled for small
> planetariums by Yves Lhoumeau and Lionel Ruiz.
> I can only get the sources here :
> http://www.lss-planetariums.info/index.php?lang=en&menu=nightshade&page=nightshade
> The sabayon Nightshade ebuild is different .
> I agree with you, i very much prefer to install packages using ebuilds,
> but i am afraid i am not able to develop any ebuild...
> Sorry... :-(
> Some months ago i successfully compiled Nightshade with boost-1.46.1-r1
> ; but unfortunately it does not anymore compile even with the same boost
> version...
> 
> Thank you again,
> 
> Cheers,
> 
> --
> Jacques
> 
> 
> 2012/10/9 mindrunner mailto:ker...@ccube.de>>
> 
> 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
> 
> 



Re: [gentoo-user] Nightshade compiling failed

2012-10-09 Thread mindrunner
The Link you postet is outdated. I copied the ebuild to my overlay and
will try with the most recent version.
Lets see if the Problem persists

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



Re: [gentoo-user] Nightshade compiling failed

2012-10-09 Thread mindrunner
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