X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: DOSEMU : sh -c "./configure" : hangs when making config.status Date: Thu, 7 Jul 2011 06:43:59 -0700 (PDT) Organization: http://groups.google.com Lines: 37 Message-ID: References: <201107031803 DOT 38427 DOT juan DOT guerrero AT gmx DOT de> <8339inqicu DOT fsf AT gnu DOT org> <13c5b3e7-0468-47d7-be62-4732ea4727ad AT gv8g2000vbb DOT googlegroups DOT com> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1310046341 22232 127.0.0.1 (7 Jul 2011 13:45:41 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 7 Jul 2011 13:45:41 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: t9g2000vbs.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: UHALERCNK X-HTTP-UserAgent: Opera/9.80 (Windows NT 5.1; U; en) Presto/2.9.168 Version/11.50,gzip(gfe) Bytes: 2867 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id p67E02HI007941 Reply-To: djgpp AT delorie DOT com Hi, On Jul 6, 5:19 pm, Rugxulo wrote: > > On Jul 3, 2:22 pm, Eli Zaretskii wrote: > > > This is Bash deliberately aborting because of some internal > > consistency check.  You should be able to find the test on line 226 of > > dispose_cmd.c in the Bash sources. > > Perhaps "--with-bash-malloc" (aka, --with-gnu-malloc) would help??? > (he asked naively) Hmmm, that may be the default. Anyways, I didn't fiddle with it. > Or maybe "--with-minimal-config" would help? (You never know.) I rebuilt 2.05b via "--enable-minimal-config", but it didn't seem to help, still crashed. (BTW, 2.05b is missing a tiny patch to execute_cmd.c when built this way. Basically he forgot a few ifdefs. So it won't build by default unless you fix that. See 3.x sources.) Anyways, here's what I have so far, it seems to work in various testing yesterday, so check it out if you're bored. I haven't tried again in DOSEMU lately, so I'll have to do that later today or tomorrow. Maybe using Bash 2.04 will help, but I doubt it. I'll probably have to use makefile.old (ugh). http://sites.google.com/site/rugxulo/brexx219.txt?attredirects=0 (.BAT to build with either 2.03p2 or 2.04) P.S. Just for variety, I left my "old" install of DJGPP (GCC 4.4.4) and used that (and 3.4.4 w/ 2.03p2). I was getting a weird (but silent) crash at the "build" (host) part of configure. I ended up just doing "--build=i386-pc-msdosdjgpp" as a quick (hopefully correct) workaround. (Yet another weird bug, who knows why.)