The change-set that I pushed just now:

        PSARC 2012/197 rsyslog
        4269283 RFE for syslogd to run over tcp with message sequencing
        6869456 Syslog should support RFC 5424
        7169028 ipmievd depends on system-log:default instance instead of just 
system-log service

introduces a flag-day for Userland developers.  rsyslog depends on two
libraries, and one of them depends on the other.  To get around this, one
must first build libestr, then install it, then build libee, then install
it, then one can finally build rsyslog; assuming valid $WS and that $REPO
is set to $WS/$(uname -p)/repo:

% cd $WS
% hg pull
% cd components/libestr
% gmake publish
% pfexec pkg install -g $REPO libestr
% cd ../libee
% gmake publish
% pfexec pkg install -g $REPO libee
% cd ../rsyslog
% gmake publish

Questions to me.

-- John

http://blogs.oracle.com/jbeck/
_______________________________________________
userland-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/userland-discuss

Reply via email to