<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: IBM Cell SDK/SDK for Multicore Acceleration on Debian/Ubuntu HOWTO</title>
	<atom:link href="http://mikearthur.co.uk/2007/12/ibm-cell-sdksdk-for-multicore-acceleration-on-debianubuntu-howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikearthur.co.uk/2007/12/ibm-cell-sdksdk-for-multicore-acceleration-on-debianubuntu-howto/</link>
	<description>the internet is leaking</description>
	<lastBuildDate>Mon, 25 Jan 2010 09:52:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ricard</title>
		<link>http://mikearthur.co.uk/2007/12/ibm-cell-sdksdk-for-multicore-acceleration-on-debianubuntu-howto/comment-page-1/#comment-1144</link>
		<dc:creator>Ricard</dc:creator>
		<pubDate>Thu, 26 Feb 2009 12:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://mikearthur.co.uk/index.php/?p=167#comment-1144</guid>
		<description>Hi,
Thanks a lot for the HOW/TO.  The only slight modification I had to do for my Ubuntu Intrepid on PS3 was:

cd devel
for i in /tmp/CellSDK-Devel-Fedora/x86_64/*.ppc.rpm; do alien –scripts $i; done
dpkg -i *.deb

cd extras
for i in /tmp/CellSDK-Extras-Fedora/x86_64/*.ppc.rpm; do alien –scripts $i; done
dpkg -i *.deb

Otherwise I was getting conflicts with the failing .ppc64.rpm</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks a lot for the HOW/TO.  The only slight modification I had to do for my Ubuntu Intrepid on PS3 was:</p>
<p>cd devel<br />
for i in /tmp/CellSDK-Devel-Fedora/x86_64/*.ppc.rpm; do alien –scripts $i; done<br />
dpkg -i *.deb</p>
<p>cd extras<br />
for i in /tmp/CellSDK-Extras-Fedora/x86_64/*.ppc.rpm; do alien –scripts $i; done<br />
dpkg -i *.deb</p>
<p>Otherwise I was getting conflicts with the failing .ppc64.rpm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nebok</title>
		<link>http://mikearthur.co.uk/2007/12/ibm-cell-sdksdk-for-multicore-acceleration-on-debianubuntu-howto/comment-page-1/#comment-1125</link>
		<dc:creator>nebok</dc:creator>
		<pubDate>Sat, 07 Feb 2009 15:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://mikearthur.co.uk/index.php/?p=167#comment-1125</guid>
		<description>anybody tried SDK3.1?

on intrepid I got  alien failing with these complaints for i686 packages:

dpkg-shlibdeps: warning: dependency on librt.so.1 could be avoided if &quot;debian/datamover-pcie-axon/usr/lib/libdm_pcie_axon.so.3.1&quot; were not uselessly linked against it (they use none of its symbols).
dh_gencontrol
dpkg-gencontrol: error: current host architecture &#039;amd64&#039; does not appear in package&#039;s architecture list (i386)
dh_gencontrol: command returned error code 65280</description>
		<content:encoded><![CDATA[<p>anybody tried SDK3.1?</p>
<p>on intrepid I got  alien failing with these complaints for i686 packages:</p>
<p>dpkg-shlibdeps: warning: dependency on librt.so.1 could be avoided if &#8220;debian/datamover-pcie-axon/usr/lib/libdm_pcie_axon.so.3.1&#8243; were not uselessly linked against it (they use none of its symbols).<br />
dh_gencontrol<br />
dpkg-gencontrol: error: current host architecture &#8216;amd64&#8242; does not appear in package&#8217;s architecture list (i386)<br />
dh_gencontrol: command returned error code 65280</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohit Banga</title>
		<link>http://mikearthur.co.uk/2007/12/ibm-cell-sdksdk-for-multicore-acceleration-on-debianubuntu-howto/comment-page-1/#comment-182</link>
		<dc:creator>Rohit Banga</dc:creator>
		<pubDate>Wed, 04 Jun 2008 05:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://mikearthur.co.uk/index.php/?p=167#comment-182</guid>
		<description>Hello
I am new to Linux &amp; having trouble with conversions of rpms to debs for CellSDK2.0.

OK can you explain in which directory is the following script supposed to be saved.

    cd open
    for i in ../openrpm/*.rpm; do alien --scripts $i; done
    dpkg -i *.deb

    cd devel
    for i in /tmp/CellSDK-Devel-Fedora/x86_64/*.rpm; do alien --scripts $i; done
    dpkg -i *.deb

    cd extras
    for i in /tmp/CellSDK-Extras-Fedora/x86_64/*.rpm; do alien --scripts $i; done
    dpkg -i *.deb

I have Core 2 Duo &amp; plan to install i386 Ubuntu.

And your tutorial talks about mounting the iso image first. Where is that being used?

In the iso image that i have downloaded, there&#039;s no folder called openrpms, though there is an rpms folder &amp; separate folders for each of the architectures (x86, x86-64,...)

I am not able to follow hoe to proceed.</description>
		<content:encoded><![CDATA[<p>Hello<br />
I am new to Linux &amp; having trouble with conversions of rpms to debs for CellSDK2.0.</p>
<p>OK can you explain in which directory is the following script supposed to be saved.</p>
<p>    cd open<br />
    for i in ../openrpm/*.rpm; do alien &#8211;scripts $i; done<br />
    dpkg -i *.deb</p>
<p>    cd devel<br />
    for i in /tmp/CellSDK-Devel-Fedora/x86_64/*.rpm; do alien &#8211;scripts $i; done<br />
    dpkg -i *.deb</p>
<p>    cd extras<br />
    for i in /tmp/CellSDK-Extras-Fedora/x86_64/*.rpm; do alien &#8211;scripts $i; done<br />
    dpkg -i *.deb</p>
<p>I have Core 2 Duo &amp; plan to install i386 Ubuntu.</p>
<p>And your tutorial talks about mounting the iso image first. Where is that being used?</p>
<p>In the iso image that i have downloaded, there&#8217;s no folder called openrpms, though there is an rpms folder &amp; separate folders for each of the architectures (x86, x86-64,&#8230;)</p>
<p>I am not able to follow hoe to proceed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel</title>
		<link>http://mikearthur.co.uk/2007/12/ibm-cell-sdksdk-for-multicore-acceleration-on-debianubuntu-howto/comment-page-1/#comment-181</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Mon, 14 Apr 2008 22:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://mikearthur.co.uk/index.php/?p=167#comment-181</guid>
		<description>According to a bug in /usr/share/perl5/Dpkg/Changelog/Debian.pm
the packages:
spu-gcc-4.1.1-107.i686.rpm
spu-gcc-c++-4.1.1-107.i686.rpm
spu-gcc-debuginfo-4.1.1-107.i686.rpm
spu-gcc-fortran-4.1.1-107.i686.rpm
failed for me too on an Ubuntu 8.04 x86.
The patch from here seems to fix this problem:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/206790</description>
		<content:encoded><![CDATA[<p>According to a bug in /usr/share/perl5/Dpkg/Changelog/Debian.pm<br />
the packages:<br />
spu-gcc-4.1.1-107.i686.rpm<br />
spu-gcc-c++-4.1.1-107.i686.rpm<br />
spu-gcc-debuginfo-4.1.1-107.i686.rpm<br />
spu-gcc-fortran-4.1.1-107.i686.rpm<br />
failed for me too on an Ubuntu 8.04 x86.<br />
The patch from here seems to fix this problem:<br />
<a href="https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/206790" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/206790</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://mikearthur.co.uk/2007/12/ibm-cell-sdksdk-for-multicore-acceleration-on-debianubuntu-howto/comment-page-1/#comment-180</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 09 Apr 2008 01:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://mikearthur.co.uk/index.php/?p=167#comment-180</guid>
		<description>Thanks for the howto, Mike.

I am having some trouble installing SDK 3.0 on Ubuntu Fiesty Fawn. I followed your instructions, and encountered a few errors.

Firstly, when running alien, I get a bunch of warnings that look like this:

warning: /media/cell/x86/trace-cross-devel-3.0-38.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 9ac02885

Then, when running dpkg on the open directory, I failed to install one of the packages:

Unpacking numactl (from numactl_0.9.10-2_i386.deb) ...
dpkg: error processing numactl_0.9.10-2_i386.deb (--install):
 trying to overwrite `/usr/lib/libnuma.so.1&#039;, which is also in package libnuma1
Errors were encountered while processing:
 numactl_0.9.10-2_i386.deb

Also, I get this during dpkg in the devel directory:

Setting up cellide (3.0.0-19) ...
chmod: cannot access `/opt/ibm/systemsim-cell/run/cell/linux&#039;: No such file or directory

Anyway, I charged through. A quick glance at /opt/ibm/systemsim-cell/ and there is nothing there except an empty directory called images.

Any suggestions would be appreciated.</description>
		<content:encoded><![CDATA[<p>Thanks for the howto, Mike.</p>
<p>I am having some trouble installing SDK 3.0 on Ubuntu Fiesty Fawn. I followed your instructions, and encountered a few errors.</p>
<p>Firstly, when running alien, I get a bunch of warnings that look like this:</p>
<p>warning: /media/cell/x86/trace-cross-devel-3.0-38.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 9ac02885</p>
<p>Then, when running dpkg on the open directory, I failed to install one of the packages:</p>
<p>Unpacking numactl (from numactl_0.9.10-2_i386.deb) &#8230;<br />
dpkg: error processing numactl_0.9.10-2_i386.deb (&#8211;install):<br />
 trying to overwrite `/usr/lib/libnuma.so.1&#8242;, which is also in package libnuma1<br />
Errors were encountered while processing:<br />
 numactl_0.9.10-2_i386.deb</p>
<p>Also, I get this during dpkg in the devel directory:</p>
<p>Setting up cellide (3.0.0-19) &#8230;<br />
chmod: cannot access `/opt/ibm/systemsim-cell/run/cell/linux&#8217;: No such file or directory</p>
<p>Anyway, I charged through. A quick glance at /opt/ibm/systemsim-cell/ and there is nothing there except an empty directory called images.</p>
<p>Any suggestions would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://mikearthur.co.uk/2007/12/ibm-cell-sdksdk-for-multicore-acceleration-on-debianubuntu-howto/comment-page-1/#comment-179</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sat, 05 Apr 2008 15:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://mikearthur.co.uk/index.php/?p=167#comment-179</guid>
		<description>I forgot to mention, that these .rpm are affected:

spu-gcc-4.1.1-107.i686.rpm
spu-gcc-c++-4.1.1-107.i686.rpm
spu-gcc-debuginfo-4.1.1-107.i686.rpm
spu-gcc-fortran-4.1.1-107.i686.rpm

All others .rpm in ./openrpm are processed by alien without any complains, besides:
warning: ../openrpm/libspe2-cross-devel-2.2.0-91.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 77550217

Maybe it does not work on Debian/Testing and it must be an Debian/Ubuntu?!

Best!
Frank</description>
		<content:encoded><![CDATA[<p>I forgot to mention, that these .rpm are affected:</p>
<p>spu-gcc-4.1.1-107.i686.rpm<br />
spu-gcc-c++-4.1.1-107.i686.rpm<br />
spu-gcc-debuginfo-4.1.1-107.i686.rpm<br />
spu-gcc-fortran-4.1.1-107.i686.rpm</p>
<p>All others .rpm in ./openrpm are processed by alien without any complains, besides:<br />
warning: ../openrpm/libspe2-cross-devel-2.2.0-91.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 77550217</p>
<p>Maybe it does not work on Debian/Testing and it must be an Debian/Ubuntu?!</p>
<p>Best!<br />
Frank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://mikearthur.co.uk/2007/12/ibm-cell-sdksdk-for-multicore-acceleration-on-debianubuntu-howto/comment-page-1/#comment-178</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sat, 05 Apr 2008 10:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://mikearthur.co.uk/index.php/?p=167#comment-178</guid>
		<description>Mike!

Converting the .rpm from openrpm into .deb format succeeds for the most of them, but some fail by reporting:

Package build failed. Here&#039;s the log:
dh_testdir
dh_testdir
dh_testroot
dh_clean -k -d
dh_installdirs
dh_installdocs
dh_installchangelogs
parsechangelog/debian: warning:     debian/changelog(l7): badly formatted heading line
LINE: - Fix PR 38589 Generate inline code for int to double conversion by default,
parsechangelog/debian: warning:     debian/changelog(l8): found change data where expected next heading or eof
LINE:   and call libgcc function with -Os.
Can&#039;t locate object method &quot;init&quot; via package &quot;Dpkg::Changelog::Entry&quot; at /usr/share/perl5/Dpkg/Changelog/Debian.pm line 258,  line 8.
dpkg-parsechangelog: failure: changelog parser /usr/lib/dpkg/parsechangelog/debian gave error exit status 9
dh_installchangelogs: changelog parse failure
make: *** [binary-arch] Error 1
find: spu-gcc-4.1.1: No such file or directory

Ups! Any ideas?

x86, debian/testing, sdk3.0

Frank</description>
		<content:encoded><![CDATA[<p>Mike!</p>
<p>Converting the .rpm from openrpm into .deb format succeeds for the most of them, but some fail by reporting:</p>
<p>Package build failed. Here&#8217;s the log:<br />
dh_testdir<br />
dh_testdir<br />
dh_testroot<br />
dh_clean -k -d<br />
dh_installdirs<br />
dh_installdocs<br />
dh_installchangelogs<br />
parsechangelog/debian: warning:     debian/changelog(l7): badly formatted heading line<br />
LINE: &#8211; Fix PR 38589 Generate inline code for int to double conversion by default,<br />
parsechangelog/debian: warning:     debian/changelog(l8): found change data where expected next heading or eof<br />
LINE:   and call libgcc function with -Os.<br />
Can&#8217;t locate object method &#8220;init&#8221; via package &#8220;Dpkg::Changelog::Entry&#8221; at /usr/share/perl5/Dpkg/Changelog/Debian.pm line 258,  line 8.<br />
dpkg-parsechangelog: failure: changelog parser /usr/lib/dpkg/parsechangelog/debian gave error exit status 9<br />
dh_installchangelogs: changelog parse failure<br />
make: *** [binary-arch] Error 1<br />
find: spu-gcc-4.1.1: No such file or directory</p>
<p>Ups! Any ideas?</p>
<p>x86, debian/testing, sdk3.0</p>
<p>Frank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Arthur</title>
		<link>http://mikearthur.co.uk/2007/12/ibm-cell-sdksdk-for-multicore-acceleration-on-debianubuntu-howto/comment-page-1/#comment-177</link>
		<dc:creator>Mike Arthur</dc:creator>
		<pubDate>Wed, 19 Mar 2008 00:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://mikearthur.co.uk/index.php/?p=167#comment-177</guid>
		<description>Thanks Jon, updated.</description>
		<content:encoded><![CDATA[<p>Thanks Jon, updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://mikearthur.co.uk/2007/12/ibm-cell-sdksdk-for-multicore-acceleration-on-debianubuntu-howto/comment-page-1/#comment-176</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Wed, 12 Mar 2008 10:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://mikearthur.co.uk/index.php/?p=167#comment-176</guid>
		<description>Hi Mike,

thank you for this nice howto. I ran into some problems, first I got some problems combining the packages from apt-get and the ones from the CD. This is solved by only using packages from the CD.

The next problem is a bit more serious. Something wrong happened when fixcelldebsarch.sh tried to change directory, making it alphabetically deleting directories in my home directory. Fortunately they did not include any important files:) I would therefore suggest to use a more safe version, e.g.
 #!/bin/bash
 #~/bin/fixcelldebsarch.sh
 origDir=`pwd`
 for i in `ls -d */`
 do
 cd $i
 sed -ie &quot;s/Architecture: i386/Architecture: amd64/&quot; debian/control
 fakeroot dpkg-buildpackage
 cd &quot;$origDir&quot;
 done</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>thank you for this nice howto. I ran into some problems, first I got some problems combining the packages from apt-get and the ones from the CD. This is solved by only using packages from the CD.</p>
<p>The next problem is a bit more serious. Something wrong happened when fixcelldebsarch.sh tried to change directory, making it alphabetically deleting directories in my home directory. Fortunately they did not include any important files:) I would therefore suggest to use a more safe version, e.g.<br />
 #!/bin/bash<br />
 #~/bin/fixcelldebsarch.sh<br />
 origDir=`pwd`<br />
 for i in `ls -d */`<br />
 do<br />
 cd $i<br />
 sed -ie &#8220;s/Architecture: i386/Architecture: amd64/&#8221; debian/control<br />
 fakeroot dpkg-buildpackage<br />
 cd &#8220;$origDir&#8221;<br />
 done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://mikearthur.co.uk/2007/12/ibm-cell-sdksdk-for-multicore-acceleration-on-debianubuntu-howto/comment-page-1/#comment-175</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 17 Feb 2008 15:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://mikearthur.co.uk/index.php/?p=167#comment-175</guid>
		<description>Hi Mike,

came across your small article while looking for ways to install the Cell under Ubuntu, which works a treat btw.  Just one thing, the first lines for converting the packages downloaded are only needed if you haven&#039;t installed the cell-sdk under Gutsy or a Cell powered box, right?

It sort of confused me at first (am running Gutsy so I can cross compile to my PS3) and it may confuse some other people if they try the first conversion step and get some errors.  Maybe it&#039;d be a good idea to point out that the first package conversion is only needed if if you&#039;re not running Gutsy or a Cell powered box.

cheers
James</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>came across your small article while looking for ways to install the Cell under Ubuntu, which works a treat btw.  Just one thing, the first lines for converting the packages downloaded are only needed if you haven&#8217;t installed the cell-sdk under Gutsy or a Cell powered box, right?</p>
<p>It sort of confused me at first (am running Gutsy so I can cross compile to my PS3) and it may confuse some other people if they try the first conversion step and get some errors.  Maybe it&#8217;d be a good idea to point out that the first package conversion is only needed if if you&#8217;re not running Gutsy or a Cell powered box.</p>
<p>cheers<br />
James</p>
]]></content:encoded>
	</item>
</channel>
</rss>
