Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Bugzilla
@ 2007-03-21  8:00 Sascha Radike
  2007-03-21 11:11 ` Bugzilla Daniel Jacobowitz
  0 siblings, 1 reply; 27+ messages in thread
From: Sascha Radike @ 2007-03-21  8:00 UTC (permalink / raw)
  To: gdb

Hi,

is there any date planned for switching to bugzilla? I think this would be
very helpful as bugzilla is just much more comfortable than the current bug
tracker. 

I don't know if it is possible to migrate from gnatsweb to bugzilla, but I
guess a simple solution would be to mark the gnatsweb as 'old' and setup a
new, fresh bugzilla. Maybe it is possible to send out a message to all users
who raised a bug and ask them to add their bug to bugzilla if the bug still
exists. Bugs being addressed for the next release could also be moved to
bugzilla.

I think it would be an improvement to the GDB project.

Sascha




^ permalink raw reply	[flat|nested] 27+ messages in thread
* Bugzilla
@ 2009-10-14  0:56 Nick Roberts
  2009-10-15  9:42 ` Bugzilla Doug Evans
  0 siblings, 1 reply; 27+ messages in thread
From: Nick Roberts @ 2009-10-14  0:56 UTC (permalink / raw)
  To: gdb

There seems to be disconnect between GDB bugzilla and the gdb mailing lists.
Bugs and patches submitted there seem to receive scant attention and I often
recommend posting to the mailing lists.

Would it be a good idea to configure Bugzilla to CC the gdb-patches mailing
lists so that traffic there gets more attention?

-- 
Nick                                           http://users.snap.net.nz/~nickrob


^ permalink raw reply	[flat|nested] 27+ messages in thread
* Re: bugzilla
@ 2004-07-08 19:44 Michael Elizabeth Chastain
  0 siblings, 0 replies; 27+ messages in thread
From: Michael Elizabeth Chastain @ 2004-07-08 19:44 UTC (permalink / raw)
  To: dberlin, mec.gnu; +Cc: cagney, cgf, gdb

> So if you guys want new fields, they need to be all decided before the 
> merge, so i can add all the necessary display stuff, etc :).

Fair enough.

Here is my list of fields.  I started with the gcc bugzilla list:

  Reporter
  Product
  Version
  Component
  Priority
  Severity
  Assigned To
  CC
  Host Triplet
  Target Triplet
  Build Triplet
  Summary
  Description

The additional fields I want are:

  Target Operating System Version
    (such as red hat linux 8, etc)
  Compiler Name
    (gcc, hp ansi c, hp acc, various sun compilers, diab, etc)
  Compiler Version
    (The compiler that you built your program with,
     not the compiler that you built gcc with.
     If gdb successfully builds, then gdb works the same no
     matter what compiler you build it with.  However, gdb
     reads debug information from your program, so we need
     the name and version of the compiler which you used to
     compile your program)
  Debug Format
    (dwarf-2, stabs+, som, mdebug, ..., other)

mec> . collapse 'priority' and 'severity' into one field,
mec>   or actually document what they mean in the online help.
db> I can't do this if you use the sources bugzilla installation, since 
db> they use priority and severity.

This is low priority to me.  I can live with whatever is easiest for
you, including no changes at all.

Michael C


^ permalink raw reply	[flat|nested] 27+ messages in thread
* Re: bugzilla
@ 2004-07-08 18:07 Michael Elizabeth Chastain
  0 siblings, 0 replies; 27+ messages in thread
From: Michael Elizabeth Chastain @ 2004-07-08 18:07 UTC (permalink / raw)
  To: cagney, dberlin; +Cc: cgf, gdb

db> Bugs id's are global to a given bugzilla, not local to a given product.
db> There exist bugs starting with the number one in there already.  Thus, 
db> gdb bugs would have to start with the highest number at the time of the 
db> import.

Erk, we use the bug number in other places.  It's a KFAIL number,
and it appears in PROBLEMS, and I link to them in my reports,
and we talk about them by number.

I guess we could have a flag day.  As far as I know, there's
no automated systems that will break, just some dangling links
that we will have.

Could we convert after the 6.2 release?

Michael C


^ permalink raw reply	[flat|nested] 27+ messages in thread
* Re: bugzilla
@ 2004-07-08 18:03 Michael Elizabeth Chastain
  2004-07-08 19:17 ` bugzilla Daniel Berlin
  0 siblings, 1 reply; 27+ messages in thread
From: Michael Elizabeth Chastain @ 2004-07-08 18:03 UTC (permalink / raw)
  To: cagney, gdb; +Cc: cgf, dberlin

I like bugzilla for gcc just great!
In particular, it's much easier to add attachments.

Some requests:

. add target/host/build fields similar to gcc bugzilla

. add a field for the compiler used to build the test program.
  i don't care what compiler is used to build gdb itself
  (unless it's a build failure or a failure in selftest.exp).
  i care a lot what compiler is used to write the program that
  gdb is reading.  occasionally i care about the binutils version
  as well, but perhaps not enough to have a field for it.

. add a field for debug format.  this can be drop down:
  dwarf-2, stabs+, som, mdebug, ..., other.

. add instructions on running the 'script' command,
  or running gdb inside emacs and capturing the session.
  see a recent version of doc/gdb.info.

. let us know where the online help is and how to edit it.

. collapse 'priority' and 'severity' into one field,
  or actually document what they mean in the online help.

Michael C


^ permalink raw reply	[flat|nested] 27+ messages in thread
* bugzilla
@ 2004-07-08 14:31 Andrew Cagney
  2004-07-08 14:52 ` bugzilla Daniel Berlin
  2004-07-08 14:59 ` bugzilla Dave Korn
  0 siblings, 2 replies; 27+ messages in thread
From: Andrew Cagney @ 2004-07-08 14:31 UTC (permalink / raw)
  To: gdb; +Cc: Christopher Faylor, Daniel Berlin

Please discuss :-)

--

I've cc'd DanielB and ChrisF who would need to be involved in any 
logistical matters.


^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2009-10-20  9:06 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-21  8:00 Bugzilla Sascha Radike
2007-03-21 11:11 ` Bugzilla Daniel Jacobowitz
2007-03-21 11:29   ` Bugzilla Sascha Radike
2007-03-21 11:45     ` Bugzilla 'Daniel Jacobowitz'
  -- strict thread matches above, loose matches on Subject: below --
2009-10-14  0:56 Bugzilla Nick Roberts
2009-10-15  9:42 ` Bugzilla Doug Evans
2009-10-15 16:07   ` Bugzilla Tom Tromey
2009-10-17  1:05     ` Bugzilla Nick Roberts
2009-10-17  9:39       ` Bugzilla Tom Tromey
2009-10-18  1:03         ` Bugzilla Daniel Jacobowitz
2009-10-18  2:27           ` Bugzilla Nick Roberts
2009-10-18  2:46             ` Bugzilla Daniel Jacobowitz
2009-10-18 19:41               ` Bugzilla Joel Brobecker
2009-10-20  7:56                 ` Bugzilla Nick Roberts
2009-10-20 10:02                   ` Bugzilla Joel Brobecker
2004-07-08 19:44 bugzilla Michael Elizabeth Chastain
2004-07-08 18:07 bugzilla Michael Elizabeth Chastain
2004-07-08 18:03 bugzilla Michael Elizabeth Chastain
2004-07-08 19:17 ` bugzilla Daniel Berlin
2004-07-08 14:31 bugzilla Andrew Cagney
2004-07-08 14:52 ` bugzilla Daniel Berlin
2004-07-08 15:07   ` bugzilla Andrew Cagney
2004-07-08 15:11     ` bugzilla Daniel Jacobowitz
2004-07-08 15:17       ` bugzilla Daniel Berlin
2004-07-08 15:16     ` bugzilla Daniel Berlin
2004-07-08 14:59 ` bugzilla Dave Korn
2004-07-08 15:15   ` bugzilla Daniel Berlin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox