I just emerge freevo on a gentoo box thats not quite 1.4 yet, and it
loaded fine..

Mick
On Fri, 2003-10-31 at 19:06, Tom Weichmann wrote:
> Probably not what you want to hear, but I just installed freevo on a Gentoo 
> 1.4 box w/o any problems.  Did you emerge freevo, or build it on your own?  I 
> am new to Gentoo, this is my 1st Gentoo install, but are you running with 
> some very optimized flags in your make.conf?  If so, maybe you have compiled 
> a broken binary of python or something else!!
> 
> Tom Weichmann
> 
> On Thursday 30 October 2003 11:54 pm, [EMAIL PROTECTED] wrote:
> > Hi,
> >
> > I'm running into the same problem on two different boxes.
> >
> > If I start freevo it crashes with
> > ./freevo: line151: <number looks like pid> Illegal instruction ./runapp
> > python -OO src/main.py $@
> >
> > The log internal-runapp-0.log states:
> > runapp: PATH = /sbin:/bin:/usr/sbin:/usr/bin
> > runapp: CWD = /opt/freevo
> > runapp: av[0] = './runapp'
> > runapp: av[1] = 'python'
> > runapp: av[2] = '-OO'
> > runapp: av[3] = 'src/main.py'
> > runapp: runtime NOT FOUND
> > runapp: newav[0] = 'python'
> > runapp: newav[1] = '-OO'
> > runapp: newav[2] = 'src/main.py'
> >
> > First I thought installing missing deps like egenix-mx-base and some others
> > would solve the problem but the problem remains. Then I've traced the error
> > down to the line of code where the illegal instruction seems to occur:
> >
> > ./skins/main1/area.py
> > Screen.show
> > self.s_content.blit(self.s_alpha, (x0, y0), (x0, y0, x1-x0, y1-y0))
> >
> > (on both machines the same)
> >
> > The values of the variables are:
> >
> > self.s_content = <Surface(800x600x32 SW)>
> > self.s_alpha = <Surface(800x600x32 SW)>
> > x0 = 0
> > y0 = 0
> > x1 = 800
> > y1 = 600
> >
> > Has anyone some hints for me to solve this problem, which as I said occurs
> > on 2 different Gentoo 1.4 boxes?
> >
> > Oliver
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?   SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to