"The Linux Gazette...making Linux just a little more fun!"


(?) The Answer Guy (!)


By James T. Dennis, tag@lists.linuxgazette.net
Starshine Technical Services, http://www.starshine.org/


(?) Where to Report Bugs and Send Patches

From Elwood C. Downey on Mon, 30 Nov 1998

(?) Hello,

I have found (and believe fixed) a bug in gcc libc, version 2.7.2.3 related to handling of daylight savings time and timezones. I would like to know exactly to whom I should send the report so it gets into the correct hands asap. Part of my confusion is gcc vs the new egcs (or whatever the new one is). I happen to be running Red Hat 5.1 if that matters.

Thanks,
Elwood Downey
President/Chief Programmer
Clear Sky Institute, Inc.

(!) One of the "dirty little secrets" of FSF/GNU documentation is that "they" have an official bias against 'man' pages. If you look at the 'gcc' man pages you'll find that they refer you to the "Info" (or "Texinfo" pages) and list the man pages as non-authoritative, deprecated, unmaintained etc.
'Info' is a hypertext documentation system which is nothing like HTML. The easiest way to access them for this case would be to issue the command:
info gcc
There we'll find a node/link labeled "Bugs::" and following that will provide us with some guidelines for reporting problems. I'll refer you to those pages so that you'll get the full details rather than just an @ddress.
Since 2.8.1 is the current version from the Free Software Foundation (http://www.gnu.org) you might encounter some resistance to accepting patches for 2.7.x at this point. Their maintainers may refer you to the more recent version. You might want to try the Debian package, which might include patches that update the GNU version.
According to the Debian site (http://www.debian.org) the maintainer for the Debian GCC package is Galen Hazelwood. You can use 'alien' to to convert among RPM (Red Hat et al), Debian, SLP (Stampede Linux Packages) and Slackage package formats.
Note that egcs is a spinoff of the GCC development.


Copyright © 1999, James T. Dennis
Published in The Linux Gazette Issue 36 January 1999


[ Answer Guy Index ] a b c 1 2 3 4 5 6 7 9 10 11 12
15 16 18 19 20 21 22 23 24 25 26 27 28
29 31 32 33 34 35 36 37 38 39 40 41 42 44
45 46 47 48 49 50 51 52 53 54 55 56 57 60 61 62 63 64 65 66
67 69 72 76 77 78 79 80 81 82 84 85 86 87 91 94 95 96 97 98


[ Table Of Contents ] [ Front Page ] [ Previous Section ] [ Next Section ]