[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building gnokii from cvs for debian - path error
From: |
BORBELY Zoltan |
Subject: |
Re: Building gnokii from cvs for debian - path error |
Date: |
Fri, 27 Feb 2004 18:05:41 +0100 |
User-agent: |
Mutt/1.4.1i |
Hi,
On Thu, Feb 26, 2004 at 04:30:42PM +0000, address@hidden wrote:
> I think we're misunderstanding each other here. From my part, I
> attempted to build a debian package from cvs and it had lots of errors
> because it couldn't find files. By trial and error, I found that if in
> the mv statement ect., I included '/local' the build was successful.
Let's start it from scratch. I managed to build a debian package, here
is what you have to do:
* create a fresh cvs snapshot
* cd gnokii
* mv packaging/Debian debian
* removing dh_installchangelogs lines from debian/rules
* run autogen.sh, you can stop it when configure starts to run (look
into the script first to see everything is installed (e.g. gettextize,
libtoolize, ...). It generates some important files, e.g. configure
* you can run fakeroot dpkg-buildpackage
> However, when I installed the deb files, the installed gnokii file was
> simply a script and not a binary.
Yes, /usr/lib/gnokii/gnokii will be the real binary.
Bye,
Bozo