mailing list of musl libc
 help / color / mirror / code / Atom feed
From: "Daniel Cegiełka" <daniel.cegielka@gmail.com>
To: musl@lists.openwall.com
Subject: Re: [Vision for new platform] syslog, sed, cron
Date: Wed, 22 Aug 2012 22:43:17 +0200	[thread overview]
Message-ID: <CAPLrYEQfWPFGCfqadC7q2PpH_Qd0uMDfoVBWBUQRCFL4p5sPXg@mail.gmail.com> (raw)
In-Reply-To: <20120822185359.GF27715@brightrain.aerifal.cx>

2012/8/22 Rich Felker <dalias@aerifal.cx>:
> On Wed, Aug 22, 2012 at 07:31:49PM +0200, Daniel Cegiełka wrote:

>> 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
>
> What does "truncate output" mean? Are they trying to process data with
> embedded nuls? Or just really long lines?

I don't know.. but I found in bb's sed code:

	/* Lie to autoconf when it starts asking stupid questions. */
	if (argv[1] && strcmp(argv[1], "--version") == 0) {
		puts("This is not GNU sed version 4.0");
		return 0;
	}

Daniel


  parent reply	other threads:[~2012-08-22 20:43 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-22 17:31 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 [this message]
2012-08-22 19:54 ` orc
2012-08-22 20:08   ` Daniel Cegiełka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAPLrYEQfWPFGCfqadC7q2PpH_Qd0uMDfoVBWBUQRCFL4p5sPXg@mail.gmail.com \
    --to=daniel.cegielka@gmail.com \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).