No it's the default make conf of the Pentium 4 install cds.
I've no USE flags set nor have I altered CFLAGS.
Mysterious to me is that this problem occurs on two different boxes...well both 
installed with the same make.conf.
I've emerged freevo.
And I think a broken python would be cause a lot more trouble thinking of portage?!

--- original Nachricht Ende ----


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: <a href='http://sourceforge.net/donate' 
target='_blank'><u>http://sourceforge.net/donate</u></a>/
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
<a href='https://lists.sourceforge.net/lists/listinfo/freevo-users' 
target='_blank'><u>https://lists.sourceforge.net/lists/listinfo/freevo-users</u></a>



-- 
Nur 1x anmelden
und automatisch bis zu 1200 Produktproben und Gutscheine erhalten!
http://www.freenet.de/tipp/shopping/probenking/index.html


-------------------------------------------------------
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