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: Mike Goins
Subject: Re: [Ltib] patch: nss-mdns, Avahi, dbus, libdaemon
Date: Sun, 12 Feb 2012 06:51:18 -0500

On Sat, Feb 11, 2012 at 4:32 PM, Fritz Mueller <address@hidden> wrote:
> On 02/11/2012 12:49 PM, Mike Goins wrote:
>>
>> dbus.spec: --localstatedir=/tmp' Dbus appends an additional path to this
>> setting and if it does not already exist, it exits. I used /var path for
>> such items and use the skel package to create a directory.
>
>
> I'll change this over to /var before I resubmit the patch.  On my system,
> the build/install does seem to somehow already create the extra hierarchy
> under /tmp (and assume it would just as well under /var) -- is this
> different on your system?  Is the addition to skel actually required here?


It could possibly be some other variation just on my system.  It's
fairly easy to troubleshoot if it appears again. No problem to leave
it.  I think without localstatedir specified, it defaults to var.

One more modification, since some of the input to avahi's build is
derived from dbus build, you can add a dependency in ltib to rebuild
avahi if dbus changes:

Index: ltib
===================================================================
RCS file: /sources/ltib/ltib/ltib,v
retrieving revision 1.78
diff -u -r1.78 ltib
--- ltib        29 Nov 2011 07:43:55 -0000      1.78
+++ ltib        12 Feb 2012 11:41:49 -0000
@@ -273,7 +273,8 @@
                 PKG_SKELL  => [ qw/PKG_SYSCONFIG/ ],
                 PKG_MERGE  => [ qw/PKG_MODEPS/ ],
                 PKG_TSLIB  => [ qw/PKG_XORG_SERVER PKG_ENLIGHTENMENT
-                                   PKG_ECORE/ ]
+                                   PKG_ECORE/ ],
+                PKG_DBUS   => [ qw/PKG_AVAHI/ ]
               };

 # packages install dependencies




>    thanks,
>      --FritzM.



reply via email to

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