<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>tag:www.local-guru.net,2005:/blog/tag/palm</id>
  <link type="text/html" href="http://www.local-guru.net" rel="alternate"/>
  <link type="application/atom+xml" href="http://www.local-guru.net/blog/tag/palm.atom" rel="self"/>
  <title>GuruBlog : Articles about palm</title>
  <subtitle>local-guru.net</subtitle>
  <updated>2008-10-23T20:09:00+02:00</updated>
  <generator>GuruBlog engine</generator>
  <entry>
    <id>tag:www.local-guru.net,2005:Article/83</id>
    <published>2008-10-23T20:09:00+02:00</published>
    <updated>2008-10-23T20:09:00+02:00</updated>
    <link type="text/html" href="http://www.local-guru.net//blog/2008/10/23/patching-pose-for-ubuntu-8-04" rel="alternate"/>
    <author>
      <name>Nikolaus Gradwohl</name>
    </author>
    <title type="html">patching pose for Ubuntu 8.04</title>
    <category term="ubuntu" scheme="http://www.local-guru.net/blog/tag/ubuntu"/>
    <category term="pose" scheme="http://www.local-guru.net/blog/tag/pose"/>
    <category term="palm" scheme="http://www.local-guru.net/blog/tag/palm"/>
    <category term="patch" scheme="http://www.local-guru.net/blog/tag/patch"/>
    <content type="html">&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;
</content>
  </entry>
</feed>

