Page 1 of 1

SVN 460 rocks! But build doesn't detect arch ppc

Posted: Fri Jun 01, 2007 7:22 pm
by webaake
Tested version 0.50 but it had some problems with removing torrents and quitting.

The latest SVN version, 460 today, works really great though !!! It rocks!


But I did notice when building that it didn't detect arch 'ppc' (or powerpc). Quote;

Attempting to detect your system information
Couldn't detect CPU architecture
Linux operating system detected
Libraries nomt
running install
....

I'm on a PPC G4 400 mhz (mcpu=7400) with Ubuntu 7.04 and wouldn't it give some speed optimizations compilign it for the right architecture?

Best Regards,

Ake, Sweden

Re: SVN 460 rocks! But build doesn't detect arch ppc

Posted: Fri Jun 01, 2007 9:15 pm
by markybob
webaake wrote:Tested version 0.50 but it had some problems with removing torrents and quitting.

The latest SVN version, 460 today, works really great though !!! It rocks!


But I did notice when building that it didn't detect arch 'ppc' (or powerpc). Quote;

Attempting to detect your system information
Couldn't detect CPU architecture
Linux operating system detected
Libraries nomt
running install
....

I'm on a PPC G4 400 mhz (mcpu=7400) with Ubuntu 7.04 and wouldn't it give some speed optimizations compilign it for the right architecture?

Best Regards,

Ake, Sweden
i think i just fixed this in 461. let me know if it works for you now. thanks

Re: SVN 460 rocks! But build doesn't detect arch ppc

Posted: Fri Jun 01, 2007 10:00 pm
by webaake
Wov! Ill try it at once!


SRY,

Couldn't detect CPU architecture
Linux operating system detected
Libraries nomt
running build
------

Just tried build and it did.nt work out. I mean, it works anyway, but ppc got some nice speedups, if using the procesor in the right way.

I did this;

sudo svn co http://deluge-torrent.org/svn/trunk/

Hope it's the right way of downloading the latest source? It says;

A deluge_461/plugins
A deluge_461/plugins/NetworkHealth
A deluge_461/plugins/NetworkHealth/plugin.py
A deluge_461/plugins/TorrentSearch
A deluge_461/plugins/TorrentSearch/plugin.py
A deluge_461/plugins/TorrentSearch/searchdlg.glade
A deluge_461/plugins/ExamplePlugin
A deluge_461/plugins/ExamplePlugin/plugin.py
A deluge_461/plugins/ExamplePlugin/example.glade
A deluge_461/plugins/ExamplePlugin/example-plugin.png
A deluge_461/plugins/HelloWorld
A deluge_461/plugins/HelloWorld/plugin.py
A deluge_461/plugins/NetworkGraph
A deluge_461/plugins/NetworkGraph/plugin.py
A deluge_461/plugins/TorrentCreator
A deluge_461/plugins/TorrentCreator/plugin.py
..........


And so on.

Re: SVN 460 rocks! But build doesn't detect arch ppc

Posted: Fri Jun 01, 2007 11:03 pm
by markybob
webaake wrote:Wov! Ill try it at once!


SRY,

Couldn't detect CPU architecture
Linux operating system detected
Libraries nomt
running build
------

Just tried build and it did.nt work out. I mean, it works anyway, but ppc got some nice speedups, if using the procesor in the right way.

I did this;

sudo svn co http://deluge-torrent.org/svn/trunk/

Hope it's the right way of downloading the latest source? It says;

A deluge_461/plugins
A deluge_461/plugins/NetworkHealth
A deluge_461/plugins/NetworkHealth/plugin.py
A deluge_461/plugins/TorrentSearch
A deluge_461/plugins/TorrentSearch/plugin.py
A deluge_461/plugins/TorrentSearch/searchdlg.glade
A deluge_461/plugins/ExamplePlugin
A deluge_461/plugins/ExamplePlugin/plugin.py
A deluge_461/plugins/ExamplePlugin/example.glade
A deluge_461/plugins/ExamplePlugin/example-plugin.png
A deluge_461/plugins/HelloWorld
A deluge_461/plugins/HelloWorld/plugin.py
A deluge_461/plugins/NetworkGraph
A deluge_461/plugins/NetworkGraph/plugin.py
A deluge_461/plugins/TorrentCreator
A deluge_461/plugins/TorrentCreator/plugin.py
..........


And so on.
you're doing it right. run this python script and tell me the output, please:
#!/usr/bin/python
import platform
print "Processor is %s" %platform.machine()

Re: SVN 460 rocks! But build doesn't detect arch ppc

Posted: Sat Jun 02, 2007 7:42 am
by webaake
Just ran the script as you prescribed and it turned out;

desktop:~$ ./platformtest.py
Processor is ppc

Hope it helps!


/Ake

PS hwinfo | grep cpu gives this;

>> cpu.1: cpuinfo
----- /proc/cpuinfo -----
cpu : 7400, altivec supported
----- /proc/cpuinfo end -----
89 @01 cpus
name "cpus", model "", dtype "", compat ""
90 @89 cpus/PowerPC,G4@0
name "PowerPC,G4", model "", dtype "cpu", compat ""
91 @90 cpus/PowerPC,G4@0/l2-cache
>> cpu.1: cpuinfo
----- /proc/cpuinfo -----
cpu : 7400, altivec supported
----- /proc/cpuinfo end -----

Re: SVN 460 rocks! But build doesn't detect arch ppc

Posted: Sat Jun 02, 2007 9:06 pm
by markybob
webaake wrote:Just ran the script as you prescribed and it turned out;

desktop:~$ ./platformtest.py
Processor is ppc

Hope it helps!


/Ake

PS hwinfo | grep cpu gives this;

>> cpu.1: cpuinfo
----- /proc/cpuinfo -----
cpu : 7400, altivec supported
----- /proc/cpuinfo end -----
89 @01 cpus
name "cpus", model "", dtype "", compat ""
90 @89 cpus/PowerPC,G4@0
name "PowerPC,G4", model "", dtype "cpu", compat ""
91 @90 cpus/PowerPC,G4@0/l2-cache
>> cpu.1: cpuinfo
----- /proc/cpuinfo -----
cpu : 7400, altivec supported
----- /proc/cpuinfo end -----
ok, one last try. give 462 a run :-) should work now