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, 14 Jul 2011 14:21:39 -0700 (PDT) Organization: http://groups.google.com Lines: 63 Message-ID: <322f06fe-2636-4987-a53e-466841ecddd5@t7g2000vbv.googlegroups.com> References: NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1310680140 2313 127.0.0.1 (14 Jul 2011 21:49:00 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 14 Jul 2011 21:49:00 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: t7g2000vbv.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: 3077 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 p6EM05b7029228 Reply-To: djgpp AT delorie DOT com Hi again, On Jul 2, 7:42 pm, Rugxulo wrote: > > I just tried compiling BRexx 2.1.9 (just released), but no surprise, I > ran into the familiar bug where DOSEMU hangs at config.status > generation. I tried putting "set -x" at top of configure, but it > didn't tell me anything obvious. (sigh) Well, I don't know how this would help anybody figure it out, but I guess I should post it anyways. Here's a brief part of "set -x" output to show what happens. I have no idea. s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p b cont ' + sed ' s/%!_!# /"\\\ "/g' + cat + cat + cat + cat + cat + cat malloc: dispose_cmd.c:226: assertion botched free: called with unallocated block argument Stopping myself...Abort! Exiting due to signal SIGABRT Raised at eip=0007890c eax=00120170 ebx=00000120 ecx=00093c90 edx=00000008 esi=000000e2 edi=00069eac ebp=00120238 esp=00120160 program=c:\jkw\rugxulo\djgpp\bin\sh.exe cs: sel=01ff base=02ad0000 limit=002fffff ds: sel=0207 base=02ad0000 limit=002fffff es: sel=0207 base=02ad0000 limit=002fffff fs: sel=01d7 base=0000a420 limit=0000ffff gs: sel=0217 base=00000000 limit=0010ffff ss: sel=0207 base=02ad0000 limit=002fffff App stack: [00120568..000a0568] Exceptn stack: [0009fbac..0009dc6c] Call frame traceback EIPs: 0x00078867 0x0007890c 0x000746d0 0x00018556 0x00069e71 0x00069fd8 0x0006a26b 0x00034f1c 0x0000ef91 0x0000f08b 0x0000f3eb 0x0000f414 0x0000459c 0x0000411a 0x0006cc8f On a semi-related note, I need to double-check the brexx*.tgz files, there appear to be two of them, one without AutoTools. And rxconio.c seems to be renamed librxconio.c, so it's still there. But anyways, not bored enough to fool with it right now.