public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Fodor Bertalan" <fodber@freemail.hu>
To: <cygwin@cygwin.com>
Subject: Make error 255 bug
Date: Thu, 25 Sep 2003 13:44:00 -0000	[thread overview]
Message-ID: <000c01c3836a$ee1b3b80$8006fea9@bertigep> (raw)
In-Reply-To: <20030925125239.GH10088@cygbert.vinschen.de>

So it looks like a bug either in cygwin or in cygwin make.

* Test command:

$ perl -e 'print "all:;\t\@true && \\\n"; foreach $i (0000..9999) { print
"\techo -n $i && \\\n"; } print "\ttrue\n";' | make -f -

* Cygwin 1.5
Make 3.80
Works only if number is not larger than 1989, otherwise
make: *** [all] Error 255

When long lines get into the way of make, it executes nothing, but stops
with this error.

Other systems:

* Solaris 2.7
GNU Make 3.76.1
...
-n 9999
-n 9999
-n 9999
-n 10000
--> Works correctly even with larger numbers.

* Linux 2.2.19
GNU Make 3.79.1
Works only if number is not larger than 7747
make: execvp: /bin/sh: Argument list too long
make: *** [all] Error 127

Bert


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

      parent reply	other threads:[~2003-09-25 13:42 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <000b01c382de$67fb2a10$8006fea9@bertigep>
2003-09-24 21:20 ` Strange make [Error 255] (cygwin bug?) Igor Pechtchanski
2003-09-24 22:05   ` Fodor Bertalan
2003-09-24 22:18     ` Igor Pechtchanski
2003-09-25  7:30       ` Fodor Bertalan
2003-09-25 12:46         ` Igor Pechtchanski
2003-09-25 13:12           ` Corinna Vinschen
2003-09-25 13:40             ` Igor Pechtchanski
2003-09-25 13:41               ` Corinna Vinschen
2003-09-25 13:54                 ` Christopher Faylor
2003-09-25 15:50                   ` Bertalan Fodor
2003-09-26  8:54                     ` Corinna Vinschen
2003-09-26 15:28                       ` Christopher Faylor
2003-09-26 18:02                         ` Corinna Vinschen
2003-09-27 14:05                           ` Jan Nieuwenhuizen
2003-09-27 16:11                             ` Christopher Faylor
2003-09-26  8:38                   ` Jan Nieuwenhuizen
2003-09-26  8:48                     ` Corinna Vinschen
2003-09-26 15:27                       ` Christopher Faylor
2003-09-25 13:44             ` Fodor Bertalan [this message]

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='000c01c3836a$ee1b3b80$8006fea9@bertigep' \
    --to=fodber@freemail.hu \
    --cc=cygwin@cygwin.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.
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 read-only IMAP folder(s) and NNTP newsgroup(s).