On Mon, Oct 12, 2009 at 1:07 PM, Rony G. Flatscher
<[email protected]> wrote:

> Trying to build the 64-bit ooRexx from trunk, following
> "unix-like-build.txt" directions.
>
> - Checked out trunk, put it into a directory "oorexx-4.0.0"
> - Ran "autoconf bootstrap", then "./bootstrap", then "./configure
> --disable-static", then creating a "tmp" dir, then "make DESTDIR=`pwd`/tmp
> deb"
> - after renaming to ".deps/rxsubcom-rxsubcom.Po" the following error is
> shown:

That's the wrong steps, but not the cause of the below.  You should
just do this on a fresh checkout:

./bootstrap
./configure --disable-static
make
make deb

To get back to a clean state do:

make maintainer-clean
svn update


> fakeroot dh_clean -k
> /bin/bash: fakeroot: command not found
> make: *** [deb] Error 127
>
> A "sudo apt-get fakeroot" or "sudo apt-get fakeroot-ng" does not yield a
> package at all!

Yeah, that's not the right package name.  You need:

apt-get debhelper

I think.  Maybe debhelpers.

In 
https://oorexx.svn.sourceforge.net/svnroot/oorexx/build-utilities/trunk/doc/debian-build.txt

is a list of the Debian packages you need to build.

--
Mark Miesfeld

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to