Hi Massimo,

Are you sure, you have the fakeroot package installed ?
(sudo aptitude install fakeroot)
I think your message is not related to the fakeroot
command (perhaps another command on your system ?)

Note that the fakeroot is only usefull to compile harbour
as user (and not root) : this is more secure. Never run as root ;-)

Here the way i compile and install harbour (as user and not root !):

$ cd
$ svn co https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour
$ cd harbour
$ fakeroot sh mpkg_deb.sh
$ sudo dpkg -i ../harbour_1.0.1-1_i386.deb

Guy

Massimo Belgrano a écrit :
cd $home
cd src
cd harbour
fakeroot sh mpkg_deb.sh

fakerootkey set to 1787254769
nested operation not yet supported
2009/2/23 Guy Roussin <guy.rous...@teledetection.fr>:
Hi Massimo,

no more make_deb.sh in svn
now, you must use mpkg_deb.sh instead

for example, i use :
$ fakeroot sh mpkg_deb.sh

Guy

Massimo Belgrano a écrit :
cd $home
cd src
cd harbour
./make_deb.sh

bash:./make_deb.sh: no such file

svn have reported checked out revisione 10418

2009/2/22 Guy Roussin <guy.rous...@teledetection.fr>:

Hi,

cd $HOME
mkdir src
cd src
svn co

https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour
harbour
cd harbour
./make_deb.sh
sudo dpkg -i harbour 1.0.0-1_i386.deb



_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to