<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
On 2009-03-30 01:10, meik michalke wrote:
<blockquote
 cite="mid:200903300110.18421.meik.michalke@uni-duesseldorf.de"
 type="cite">
  <pre wrap="">am Sonntag, 29. März 2009 (23:40) schrieb meik michalke:
  </pre>
  <blockquote type="cite">
    <pre wrap="">i have built a .deb for hardy including that small fix:
 o <a class="moz-txt-link-freetext" href="http://reaktanz.de/stuff/R/rkward_0.5.0c-test5-1~hardy1_i386.deb">http://reaktanz.de/stuff/R/rkward_0.5.0c-test5-1~hardy1_i386.deb</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
... and used dpatch to create a diff file to build the .deb from 
the .orig.tar.gz sources:
 o <a class="moz-txt-link-freetext" href="http://reaktanz.de/stuff/R/rkward_0.5.0c-test5-1~hardy1.diff.gz">http://reaktanz.de/stuff/R/rkward_0.5.0c-test5-1~hardy1.diff.gz</a>

this adds dpatch to the build dependencies (only for hardy, though), but makes 
changes for one distro easy and obvious, since they all end up in the 
debian/patches directory. if there are other hardy users out there, i'd 
appreciate some testing, if that's ok...


viele grüße :: m.eik
  </pre>
</blockquote>
Hi<br>
I just set up a test machine with hardy 8.04.2 Desktop 32bit, R 2.8.1
and tested it. It complains that it can't find kde4-config.<br>
<br>
I have tried two methods and get essential the same error<br>
<br>
I have pulled the source from svn<br>
<br>
And I tried the method Thomas described earlier (making a deb package):<br>
<br>
<blockquote type="cite">
  <pre wrap="">Could you please try the following steps, and write back on the results:

In your /etc/apt/sources.list add this line:
        deb-src <a class="moz-txt-link-freetext"
 href="http://rkward.sourceforge.net/debian">http://rkward.sourceforge.net/debian</a> ./
Now go to a temporary directory and enter:
        apt-get source rkward
This should pull you the 0.5.0c-test3 sources and build scripts. Then:
        sudo apt-get build-dep rkward
This will install everything needed to compile. Two additional ones:
        sudo apt-get install dpkg-dev
        sudo apt-get install fakeroot
These are needed to create debian packages. Now inside your temporary 
directory:
        cd rkward-0.5.0c-test3
        dpkg-buildpackage -rfakeroot
Now your temporary directory (cd ..) should contain a .deb built for your 
system. Install that and test.
  </pre>
</blockquote>
<br>
Regards<br>
Finn<br>
</body>
</html>