<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>GuruBlog : Articles about palm</title>
    <description>local-guru.net</description>
    <link>http://www.local-guru.net/blog</link>
    <ttl>40</ttl>
    <item>
      <title>patching pose for Ubuntu 8.04</title>
      <link>http://www.local-guru.net//blog/2008/10/23/patching-pose-for-ubuntu-8-04</link>
      <description>&lt;p&gt;I recently found my old Palm IIIe in one of my "old-hardware"-boxes, and wanted to
write some programs for it (coding nostalgia :-)). Unfortunately the ubuntu package
is broken and every time i started it i got a "hardware exception #3"&lt;/p&gt;

&lt;p&gt;not so funny&lt;/p&gt;

&lt;p&gt;after some googling i found out that i'm not the only one and there is a ubuntu
&lt;a href="https://bugs.launchpad.net/ubuntu/+source/pose/+bug/173799"&gt;bugreport including a patch&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;i could not get the posted dsc file to work so i searched a bit and found out how
to apply the patch manually&lt;/p&gt;

&lt;p&gt;first fetch the sourcecode of the pose package&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;apt-get source pose
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;then change into the directory&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;cd pose-3.5
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;and copy the download patch to &lt;code&gt;debian/patches&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;than edit the &lt;code&gt;debian/patches/00list&lt;/code&gt; and append the filename of the patch (50_gcc41.dpatch)&lt;/p&gt;

&lt;p&gt;change the version of the package using&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;dch -i
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;and buidl the deb files with&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;dpkg-buildpackage -rfakeroot -uc -b
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;then change to the parent directory and install the newly build deb files using&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;sudo dpkg -i pose_3.5-9.1ubuntu2_i386.deb
sudo dpkg -i pose-doc_3.5-9.1ubuntu2_all.deb
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&#233; voil&#224;! - a working pose&lt;/p&gt;
</description>
      <pubDate>2008-10-23T20:09:00+02:00</pubDate>
    </item>
  </channel>
</rss>

