bug-recutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-recutils] [help-recutils] Dependency warnings


From: Jose E. Marchesi
Subject: Re: [bug-recutils] [help-recutils] Dependency warnings
Date: Thu, 05 May 2011 12:18:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Sven.

[I am replacing address@hidden for address@hidden in the
CC.  It is the development mailing list, where bugs are reported.]
    
    when I build a Debian Package of recutils,
    I get the following warnings:

I just pushed a patch removing the unneeded linking of glib, libmdb and
libcheck in some of the utilities and the library.  That should get rid
of most of the warning messages.  You can get the git master:

$ git clone git://git.savannah.gnu.org/recutils.git

As for librt, it is a dependency introduced by the getttime gnulib
module.  The gettime function call is done in librec, and it uses a
function from the librt installed in the system, if any.  The problem is
that when we link the utilities with the libtool library gnulib.la the
dependency -lrt is also used.  This is not easy to fix.  I don't think
that level of fine-tuning is possible using the current gnulib
facilities, but I will raise the topic in the gnulib mailing list.

In the meanwhile, the only warning left shall be the one about librt.
Can you confirm that?

-- 
Jose E. Marchesi    address@hidden
GNU Project         http://www.gnu.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]