ltib
[Top][All Lists]
Advanced

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

Re: [Ltib] patch: nss-mdns, Avahi, dbus, libdaemon


From: Fritz Mueller
Subject: Re: [Ltib] patch: nss-mdns, Avahi, dbus, libdaemon
Date: Sun, 11 Mar 2012 13:19:10 -0700

I've noticed in the recent auto build notices (after my patch submissions) that 
Avahi is now lit up with "X"s across the board for many platforms.  Is this 
concerning?

My own platform where these patches were developed is a customized version of 
the MPC8308 ported to ltib.org from a Freescale BSP.  I think Mike got these 
patches going on his own platform (also custom?) and I presume Stuart would 
have given these a quick build-test on one of the standard platforms before 
committing the patches to cvs.  Anybody else given these a try and having 
difficulty with them?

Are the error logs from the autobuilder available anywhere to provide a clue as 
to what the problem may be or how severe?

I'd hate to think that I have contributed largely broken code and would like to 
fix this if I can.

        thanks,
          --FritzM.

On Mar 4, 2012, at 9:56 AM, Stuart Hughes wrote:

> Hi Fritz,
> 
> This has been applied, thanks again.
> 
> Regards, Stuart
> 
> On 29/02/12 08:50, Stuart Hughes wrote:
>> Hi Fritz,
>> 
>> Thanks, I'm still trying to get to integrating the backlog I have.
>> 
>> Regards, Stuart
>> 
>> On 28/02/12 22:26, Fritz Mueller wrote:
>>> One further tweak to the nss-mdns spec file.  Localstatedir needs to
>>> be set to /var to match localstatdir of Avahi (so nss-mdns can find
>>> the socket file to connect to the daemon).  Also, the stock nss-mdns
>>> makefile has it's own .la file cleanup, so Mike's .la cleanup via the
>>> spec file is not necessary in this case.
>>> 
>>> Patch attached below -- obsoletes nss-mdns part of the previous
>>> combined patch.
>>> 
>>> Index: dist/lfs-5.1/nss-mdns/nss-mdns.spec
>>> ===================================================================
>>> RCS file: /sources/ltib/ltib/dist/lfs-5.1/nss-mdns/nss-mdns.spec,v
>>> retrieving revision 1.1.1.1
>>> diff -u -a -r1.1.1.1 nss-mdns.spec
>>> --- dist/lfs-5.1/nss-mdns/nss-mdns.spec    6 Nov 2007 15:44:42
>>> -0000    1.1.1.1
>>> +++ dist/lfs-5.1/nss-mdns/nss-mdns.spec    28 Feb 2012 22:10:59 -0000
>>> @@ -2,7 +2,7 @@
>>> 
>>> Summary         : plugin for the GNU Name Service Switch providing
>>> host name resolution via Multicast DNS
>>> Name            : nss-mdns
>>> -Version         : 0.8
>>> +Version         : 0.10
>>> Release         : 1
>>> License         : LGPL
>>> Vendor          : Freescale
>>> @@ -20,7 +20,7 @@
>>> 
>>> %Build
>>> export ac_cv_func_malloc_0_nonnull=yes
>>> -./configure --prefix=%{_prefix} --host=$CFGHOST --build=%{_build}
>>> --mandir=%{_mandir}
>>> +./configure --prefix=%{_prefix} --host=$CFGHOST --build=%{_build}
>>> --mandir=%{_mandir} --localstatedir=/var
>>> make
>>> 
>>> %Install
>>> @@ -34,5 +34,3 @@
>>> %Files
>>> %defattr(-,root,root)
>>> %{pfx}/*
>>> -
>>> -
>>> 
>>> 
>>> _______________________________________________
>>> LTIB home page: http://ltib.org
>>> 
>>> Ltib mailing list
>>> address@hidden
>>> https://lists.nongnu.org/mailman/listinfo/ltib
>> 
>> 1.
>> 
>> 
>> 
>> 
>> _______________________________________________
>> LTIB home page: http://ltib.org
>> 
>> Ltib mailing list
>> address@hidden
>> https://lists.nongnu.org/mailman/listinfo/ltib




reply via email to

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