all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dieter Deyke <deyke@comcast.net>
Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org,
	Jason Rumney <jasonr@gnu.org>
Subject: Re: old bootstrap error emerges again
Date: Sat, 25 Mar 2006 15:38:11 -0700	[thread overview]
Message-ID: <uy7yy6tgs.fsf@comcast.net> (raw)
In-Reply-To: <upskach7z.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 26 Mar 2006 00:06:08 +0200")

Eli Zaretskii <eliz@gnu.org> writes:

>> Cc: Eli Zaretskii <eliz@gnu.org>, emacs-pretest-bug@gnu.org,
>>         emacs-devel@gnu.org
>> From: Jason Rumney <jasonr@gnu.org>
>> Date: Sat, 25 Mar 2006 19:58:14 +0000
>>
>> Dieter Deyke <deyke@comcast.net> writes:
>>
>> > 390       if (SUBRP (fun))
>> > (gdb)
>> > 392           if (XSUBR (fun)->doc == 0)
>> > (gdb)
>> > 394           else if ((EMACS_INT) XSUBR (fun)->doc >= 0)
>>
>> Could it be that we are not explicitly setting doc to 0, and Dieter's
>> compiler is initializing its memory with something other than 0 to
>> detect this type of bug?
>
> Well, I think we both are using the same compiler, modulo the version.
> Dieter, what does your compiler say when invoked with --version, and
> what version of the MinGW runtime do you have installed?  Also, did
> any of these change lately on the machine where the problem
> disappeared?

[deyke@deyke2 bin]$ ./gcc --version
gcc.exe (GCC) 3.2.3 (mingw special 20030504-1)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

MinGW version 3.1.0 contains the following list of packages:

GCC-3.2.3-20030504-1.tar.gz
binutils-2.13.90-20030111-1
mingw-runtime-3.1
w32api-2.4
gdb-5.2.1-1
mingw32-make-3.80.0-3
mingw-utils-0.2.tar.gz

There is no difference between the 2 PCs (working and non-working)
that I am aware of, and the tools did not change for a few weeks.

But when I said I only have MinGW and cygwin, I oversimplified. The
reality is that I have the following stuff in the path (in that
order):

MinGW is first

the combined bin directory resulting from installing the following
packages from the gnuwin32 site is second:

GnuWin32 Packages.URL       giflib-4.1.4-bin.zip  libpng-1.2.8-dep.zip          tiff-3.8.2-doc.zip
MinGW - Download.URL        giflib-4.1.4-dep.zip  libpng-1.2.8-doc.zip          tiff-3.8.2-lib.zip
MinGW-3.1.0-1.exe           giflib-4.1.4-doc.zip  libpng-1.2.8-lib.zip          tiff-3.8.2-src.zip
coreutils-5.3.0-bin.zip     giflib-4.1.4-lib.zip  libpng-1.2.8-src.zip          xpm-3.5.1-1-bin.zip
coreutils-5.3.0-dep.zip     giflib-4.1.4-src.zip  mingw32-make-3.80.0-3.tar.gz  xpm-3.5.1-1-doc.zip
coreutils-5.3.0-doc.zip     jpeg-6b-4-bin.zip     texinfo-4.8-bin.zip           xpm-3.5.1-1-lib.zip
coreutils-5.3.0-src.zip     jpeg-6b-4-dep.zip     texinfo-4.8-dep.zip           xpm-3.5.1-1-src.zip
findutils-4.2.20-2-bin.zip  jpeg-6b-4-doc.zip     texinfo-4.8-doc.zip           zlib-1.2.3-bin.zip
findutils-4.2.20-2-dep.zip  jpeg-6b-4-lib.zip     texinfo-4.8-src.zip           zlib-1.2.3-doc.zip
findutils-4.2.20-2-doc.zip  jpeg-6b-4-src.zip     tiff-3.8.2-bin.zip            zlib-1.2.3-lib.zip
findutils-4.2.20-2-src.zip  libpng-1.2.8-bin.zip  tiff-3.8.2-dep.zip            zlib-1.2.3-src.zip

Next in path is cygwin and the usual Windows stuff.

Given this setup here are some version strings:

C:\Users\deyke\emacs-build>set PATH=C:\MinGW\bin;C:\Users\deyke\emacs-build\\bin
;C:\Program Files\Wonderful;.;tools;c:\Users\deyke\.bin;C:\cygwin\bin;C:\cygwin\
usr\X11R6\bin;C:\Python24;C:\Python24\Scripts;C:\emacs\bin;C:\Program Files\Micr
osoft IntelliType Pro;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:
\Program Files\OpenVPN\bin;C:\Program Files\mplayer;C:\Program Files\Executive S
oftware\Diskeeper;C:\Software\Unison;C:\Program Files\Subversion\bin;C:\Program
Files\Aspell\bin;C:\Program Files\QuickTime\QTSystem

C:\Users\deyke\emacs-build>gcc --version
gcc (GCC) 3.2.3 (mingw special 20030504-1)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

C:\Users\deyke\emacs-build>make --version
GNU Make 3.80
Copyright (C) 2002  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

C:\Users\deyke\emacs-build>sh --version
GNU bash, version 3.00.16(14)-release (i686-pc-cygwin)
Copyright (C) 2004 Free Software Foundation, Inc.

--
Dieter Deyke
mailto:deyke@comcast.net mailto:deyke@gmx.net mailto:deyke@yahoo.com
Vs lbh pna ernq guvf, lbh unir jnl gbb zhpu gvzr.

  reply	other threads:[~2006-03-25 22:38 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-17 16:35 old bootstrap error emerges again Zhang Wei
2006-03-18 11:09 ` Eli Zaretskii
2006-03-18 11:59   ` Zhang Wei
2006-03-18 12:55     ` Herbert Euler
2006-03-18 15:49       ` Eli Zaretskii
2006-03-19  1:59         ` Herbert Euler
2006-03-19  4:27           ` Eli Zaretskii
2006-03-18 15:35     ` Eli Zaretskii
2006-03-18 16:22       ` Dieter Deyke
2006-03-18 17:54         ` Eli Zaretskii
2006-03-18 19:55           ` Dieter Deyke
2006-03-18 21:24             ` Jason Rumney
2006-03-18 21:45               ` Dieter Deyke
2006-03-18 22:55             ` Eli Zaretskii
2006-03-19  0:59               ` Dieter Deyke
2006-03-19  4:37                 ` Eli Zaretskii
2006-03-19 14:44                   ` Dieter Deyke
2006-03-19 19:14                     ` Eli Zaretskii
2006-03-19 20:56                       ` Dieter Deyke
2006-03-19 21:19                       ` Dieter Deyke
2006-03-25 13:57                         ` Eli Zaretskii
2006-03-25 15:54                           ` Dieter Deyke
2006-03-25 17:38                             ` Eli Zaretskii
2006-03-25 18:07                               ` Dieter Deyke
2006-03-25 19:58                                 ` Jason Rumney
2006-03-25 20:39                                   ` Andreas Schwab
2006-03-25 22:06                                   ` Eli Zaretskii
2006-03-25 22:38                                     ` Dieter Deyke [this message]
2006-03-26 16:52                                     ` Dieter Deyke
2006-03-26 20:14                                       ` Eli Zaretskii
2006-03-18 17:02       ` Zhang Wei
2006-03-18 18:01         ` Eli Zaretskii
2006-03-20 22:41         ` Jason Rumney
2006-03-27 19:43           ` Eli Zaretskii

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=uy7yy6tgs.fsf@comcast.net \
    --to=deyke@comcast.net \
    --cc=emacs-devel@gnu.org \
    --cc=emacs-pretest-bug@gnu.org \
    --cc=jasonr@gnu.org \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.