supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
* compiling runit-1.2.2
@ 2005-04-15 10:43 Ian Stokes-Rees
  2005-04-15 11:03 ` Uffe Jakobsen
  2005-04-15 20:10 ` Gerrit Pape
  0 siblings, 2 replies; 3+ messages in thread
From: Ian Stokes-Rees @ 2005-04-15 10:43 UTC (permalink / raw)


Hi, I have just tried to compile and install runit-1.2.2 however during 
the checking phase I get the following:

****************************************************

Checking svlogd...
usage: svlogd [-ttv] [-r c] [-R abc] [-l len] [-b buflen] dir ...

111
$Id: svlogd.c,v 1.15 2005/04/03 09:21:47 pape Exp $
usage: svlogd [-ttv] [-r c] [-R abc] [-l len] [-b buflen] dir ...

111
0
foo
0
foo
bar
baz
0
foo
bar
baz
:oo
:ar
:az
0
svlogd failed.
make: *** [check] Error 1

****************************************************

It looks like the CVS $Id:$ tag in runit-1.2.2/compile/svlogd.dist has 
not been updated:

[root@grid compile]# diff svlogd.dist svlogd.local
4c4
< $Id: svlogd.c,v 1.14 2004/11/06 15:38:34 pape Exp $
---
 > $Id: svlogd.c,v 1.15 2005/04/03 09:21:47 pape Exp $

Same for:

svwaitdown.dist
svwaitup.dist

Cheers,

Ian

-- 
Ian Stokes-Rees                 i.stokes-rees@physics.ox.ac.uk
Particle Physics, Oxford        http://www-pnp.physics.ox.ac.uk/~stokes


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: compiling runit-1.2.2
  2005-04-15 10:43 compiling runit-1.2.2 Ian Stokes-Rees
@ 2005-04-15 11:03 ` Uffe Jakobsen
  2005-04-15 20:10 ` Gerrit Pape
  1 sibling, 0 replies; 3+ messages in thread
From: Uffe Jakobsen @ 2005-04-15 11:03 UTC (permalink / raw)



Hi, 

I have exact the same problem on Fedora Core 2/Intel i686

Regards Uffe


Ian Stokes-Rees wrote:
> Hi, I have just tried to compile and install runit-1.2.2 however during 
> the checking phase I get the following:
> 
> ****************************************************
> 
> Checking svlogd...
> usage: svlogd [-ttv] [-r c] [-R abc] [-l len] [-b buflen] dir ...
> 
> 111
> $Id: svlogd.c,v 1.15 2005/04/03 09:21:47 pape Exp $
> usage: svlogd [-ttv] [-r c] [-R abc] [-l len] [-b buflen] dir ...
> 
> 111
> 0
> foo
> 0
> foo
> bar
> baz
> 0
> foo
> bar
> baz
> :oo
> :ar
> :az
> 0
> svlogd failed.
> make: *** [check] Error 1
> 
> ****************************************************
> 
> It looks like the CVS $Id:$ tag in runit-1.2.2/compile/svlogd.dist has 
> not been updated:
> 
> [root@grid compile]# diff svlogd.dist svlogd.local
> 4c4
> < $Id: svlogd.c,v 1.14 2004/11/06 15:38:34 pape Exp $
> ---
>  > $Id: svlogd.c,v 1.15 2005/04/03 09:21:47 pape Exp $
> 
> Same for:
> 
> svwaitdown.dist
> svwaitup.dist
> 
> Cheers,
> 
> Ian
> 


-- 
Uffe Jakobsen
email: uffe@uffe.org


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: compiling runit-1.2.2
  2005-04-15 10:43 compiling runit-1.2.2 Ian Stokes-Rees
  2005-04-15 11:03 ` Uffe Jakobsen
@ 2005-04-15 20:10 ` Gerrit Pape
  1 sibling, 0 replies; 3+ messages in thread
From: Gerrit Pape @ 2005-04-15 20:10 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 461 bytes --]

On Fri, Apr 15, 2005 at 11:43:28AM +0100, Ian Stokes-Rees wrote:
> Hi, I have just tried to compile and install runit-1.2.2 however during 
> the checking phase I get the following:

> Checking svlogd...
[...]
> svlogd failed.
> make: *** [check] Error 1

> It looks like the CVS $Id:$ tag in runit-1.2.2/compile/svlogd.dist has 
> not been updated:

> Same for:
> svwaitdown.dist
> svwaitup.dist

Darn, yes.  I'll fix that with version 1.2.3.  Thanks, Gerrit.

[-- Attachment #2: diff --]
[-- Type: text/plain, Size: 1597 bytes --]

Index: src/svlogd.dist
===================================================================
RCS file: /cvs/runit/src/svlogd.dist,v
retrieving revision 1.4
diff -u -r1.4 svlogd.dist
--- src/svlogd.dist	6 Nov 2004 15:43:44 -0000	1.4
+++ src/svlogd.dist	15 Apr 2005 20:07:36 -0000
@@ -1,7 +1,7 @@
 usage: svlogd [-ttv] [-r c] [-R abc] [-l len] [-b buflen] dir ...
 
 111
-$Id: svlogd.c,v 1.14 2004/11/06 15:38:34 pape Exp $
+$Id: svlogd.c,v 1.15 2005/04/03 09:21:47 pape Exp $
 usage: svlogd [-ttv] [-r c] [-R abc] [-l len] [-b buflen] dir ...
 
 111
Index: src/svwaitdown.dist
===================================================================
RCS file: /cvs/runit/src/svwaitdown.dist,v
retrieving revision 1.2
diff -u -r1.2 svwaitdown.dist
--- src/svwaitdown.dist	12 Jan 2005 23:01:58 -0000	1.2
+++ src/svwaitdown.dist	15 Apr 2005 20:07:36 -0000
@@ -1,7 +1,7 @@
 usage: svwaitdown [-v] [-t 1..6000] service ...
 
 1
-$Id: svwaitdown.c,v 1.12 2005/01/10 19:35:51 pape Exp $
+$Id: svwaitdown.c,v 1.13 2005/04/03 09:21:47 pape Exp $
 usage: svwaitdown [-v] [-t 1..6000] service ...
 
 1
Index: src/svwaitup.dist
===================================================================
RCS file: /cvs/runit/src/svwaitup.dist,v
retrieving revision 1.2
diff -u -r1.2 svwaitup.dist
--- src/svwaitup.dist	12 Jan 2005 23:01:58 -0000	1.2
+++ src/svwaitup.dist	15 Apr 2005 20:07:36 -0000
@@ -1,7 +1,7 @@
 usage: svwaitup [-v] [-s 1..600] service ...
 
 1
-$Id: svwaitup.c,v 1.8 2005/01/10 19:35:51 pape Exp $
+$Id: svwaitup.c,v 1.9 2005/04/03 09:21:47 pape Exp $
 usage: svwaitup [-v] [-s 1..600] service ...
 
 1

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-04-15 20:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-15 10:43 compiling runit-1.2.2 Ian Stokes-Rees
2005-04-15 11:03 ` Uffe Jakobsen
2005-04-15 20:10 ` Gerrit Pape

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).