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

General support for problems installing or using Deluge
Post Reply
webaake
Member
Member
Posts: 16
Joined: Wed May 30, 2007 6:58 am

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

Post 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
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

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

Post 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
webaake
Member
Member
Posts: 16
Joined: Wed May 30, 2007 6:58 am

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

Post 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.
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

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

Post 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()
webaake
Member
Member
Posts: 16
Joined: Wed May 30, 2007 6:58 am

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

Post 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 -----
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

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

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