mailing list of musl libc
 help / color / mirror / code / Atom feed
* [Vision for new platform] syslog, sed, cron
@ 2012-08-22 17:31 Daniel Cegiełka
  2012-08-22 18:38 ` Kurt H Maier
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Daniel Cegiełka @ 2012-08-22 17:31 UTC (permalink / raw)
  To: musl

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

Hi,

Rich started with basic tools for unix (noXCUse):

http://git.etalabs.net/cgi-bin/gitweb.cgi?p=noxcuse;a=summary

...and this is a good time to talk about other tools/daemons.


syslog
----------
rsyslog, syslog-ng - seems to be quite a hard choice. syslog-ng needs glib etc.

sysklogd - is an old and good, but today might be a little too outdated.

socklog - recommended by suckless.org etc., http://smarden.org/socklog/

metalog - (http://metalog.sourceforge.net/). Require PCRE, but it is a
very lightweight solution. The original release has ugly gnulib dep. I
deleted the extraneous code (gnulib) and packed everything into one
file (mlog.tar). The whole is adapted to musl. This stuff requires
further work (Makefile +-DOPTIONS)...


sed
-----
sed can be a big problem. I noticed that some programs require gnu sed
for proper installation (configure, Makefile).

minised is very interesting and worth a recommendation.

http://www.exactcode.de/site/open_source/minised/

Unfortunately, even with minised I can't build packages such as
e2fsprogs, findutils or find etc.

from my find's build.log:

checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for a sed that does not truncate output... configure: error:
no acceptable sed could be found in $PATH

We can prepare a patches etc... but if autotools will push gnu sed
this issue will return in the future as well as with other programs...

btw. I also ported to musl/linux bsd sed (from OpenBSD), but it has
worse compatibility with gnu sed than minised.


cron
------
I recommend ncron. Works very well with musl.
http://kain.us/nk/projects/


best regards,
Daniel

[-- Attachment #2: mlog.tar --]
[-- Type: application/x-tar, Size: 71680 bytes --]

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

end of thread, other threads:[~2012-08-23 12:31 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-22 17:31 [Vision for new platform] syslog, sed, cron Daniel Cegiełka
2012-08-22 18:38 ` Kurt H Maier
2012-08-22 18:53 ` Rich Felker
2012-08-22 18:56   ` Christian Neukirchen
2012-08-22 19:47     ` orc
2012-08-22 19:48     ` Daniel Cegiełka
2012-08-22 20:08       ` Christian Neukirchen
2012-08-22 22:46         ` Rich Felker
2012-08-23  0:11           ` John Spencer
2012-08-23  9:15         ` Jens Staal
2012-08-23  9:33           ` orc
2012-08-23 12:20             ` Rich Felker
2012-08-23 12:23             ` Kurt H Maier
2012-08-23 12:31               ` Rich Felker
2012-08-22 19:12   ` Daniel Cegiełka
2012-08-22 20:43   ` Daniel Cegiełka
2012-08-22 19:54 ` orc
2012-08-22 20:08   ` Daniel Cegiełka

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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).