public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
* Antwort: Re: how to install gnatsweb???
@ 2001-03-20  1:05 stefan.kaes
  2001-03-20  1:13 ` Yngve Svendsen
  0 siblings, 1 reply; 3+ messages in thread
From: stefan.kaes @ 2001-03-20  1:05 UTC (permalink / raw)
  To: George Nawfal; +Cc: gnats-devel, gnats-devel-owner, wes

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 5879 bytes --]

Well, I had the same problem: the test failed

> [....] test.pl: Can't call method "header" on an undefined value at
gnatsweb.pl line 2117, <SOCK> line 1.
> connect...........................................FAIL

I continued the installation nevertheless: I can query the database via
gnatsweb and look at pr's but editing pr's doesn't work.
I get change notification messages per email, but the pr's never change in
the database. I suspected unix access rights but they look OK.
Any ideas?

The main reason that I'm trying gnatsweb is its supposed ability to include
file attachments, although from the documentation I got the feeleing, that
attachments show up in text format in notifications etc.

Will gnats4 have native support for attachments (so that bug reports have
mime format)?#


Stefan Kaes

portax.com GmbH
Zielstattstrasse 40, Geb. 16
81379 München

Tel:        +49 (0)89 748 99 - 127
Fax:        +49 (0)89 748 99 - 111
Mob:       +49 (0)172 89 86 401
E-Mail:   stefan.kaes@portax.com
Web:     http://www.portax.com
_________________________________

Additional award for portax.com - Top Chemical Content Award
portax.com has received the Top Chemical Content Award for a well
structured and user friendly marketplace, a broad range of daily updated
industry news and value added services. This award is given by Chemie.de a
leading information platform for the chemical and life science industry.
_________________________________



                                                                                                                                           
                    George Nawfal                                                                                                          
                    <george@cplane.com>               An:     Wes Barris <wes@networkcs.com>                                               
                    Gesendet von:                     Kopie:  Mailing List <gnats-devel@sourceware.cygnus.com>                             
                    gnats-devel-owner@sources.        Thema:  Re: how to install gnatsweb???                                               
                    redhat.com                                                                                                             
                                                                                                                                           
                                                                                                                                           
                    19.03.2001 19:08                                                                                                       
                                                                                                                                           
                                                                                                                                           



Hi!

I've had this problem before.   I was missing a colon in one of the lines
in the 'Categories' file.

Look into your gnats-db.conf file and make sure that it is correct.
Then look into the configuration files and verify that they are correct
too. Try to restore those files to their defaults and
see if that solves your problem. It worked for me.

George


Wes Barris wrote:

> Hello,
>
> I need some help installing gnatsweb.  I am trying to do this on a
> new Redhat 7 (Linux) system.  I have tried installing gnats via rpm
> (the prefered method), cvs (as described on
> http://sources.redhat.com/gnats/ ), and finally, building manually (using
> configure, make, etc.).  It seems that gnats itself is working.  I can
> use either send-pr or query-pr and all is well.
>
> I can't get gnatsweb-2.7beta to work with any of these installations.
> It can't be that hard.  Others use it, right?  The INSTALL file that
> comes with gnatsweb says:
>
> 1) install gnatsd -- Done.
>
> 2) configure host access -- Done.
>
> 3) gnats/web servers on same hose -- Skip.
>
> 4) line 1 of gnatsweb.pl -- Done.
>
> 5) make test USERNAME=anon PASSWORD=pw DATABASE=db_alias
>
> What is the "db_alias"?  This is the first I have seen it mentioned.
> Here is what I tried:
>
> root@kirby# make test USERNAME=wes PASSWORD=test DATABASE=gnats-adm
> perl test.pl
> Content-type: text/html
>
> <H1>Software error:</H1>
> <PRE>Can't call method &quot;header&quot; on an undefined value at
gnatsweb.pl line 2117, &lt;SOCK&gt; line 1.
> </PRE>
> <P>
> For help, please send mail to this site's webmaster, giving this error
message
> and the time and date of the error.
>
> [Mon Mar 19 10:13:54 2001] test.pl: Can't call method "header" on an
undefined value at gnatsweb.pl line 2117, <SOCK> line 1.
> connect...........................................FAIL
> make: *** [test] Error 255
> root@kirby#
>
> Would someone please please please tell me what I am missing?  Others
> must get this error too.  I have followed all of the instructions
> as far as I can tell.  What do others do to get gnatsweb to work???
>
> When I try to access gnatsweb.pl from the web, it prompts me for
> a username and password, but the database selection box is empty.
> I have attached a very small gif showing what it looks like.
>
> -----------------------------------------------------------------------
> Wes Barris                                            wes@networkcs.com
> Network Computing Services, Inc.                           612.626.8090
> -----------------------------------------------------------------------
> Today's fortune: It is easier to fight for one's principles than to
> live up to them.
>
>
------------------------------------------------------------------------
>                    Name: gnatsweb.gif
>    gnatsweb.gif    Type: GIF Image (image/gif)
>                Encoding: base64





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

* Re: Antwort: Re: how to install gnatsweb???
  2001-03-20  1:05 Antwort: Re: how to install gnatsweb??? stefan.kaes
@ 2001-03-20  1:13 ` Yngve Svendsen
  2001-03-20  1:36   ` Gerald Pfeifer
  0 siblings, 1 reply; 3+ messages in thread
From: Yngve Svendsen @ 2001-03-20  1:13 UTC (permalink / raw)
  To: stefan.kaes; +Cc: gnats-devel

At 10:03 20.03.2001 +0100, stefan.kaes@portax.com wrote:

>Well, I had the same problem: the test failed
>
> > [....] test.pl: Can't call method "header" on an undefined value at
>gnatsweb.pl line 2117, <SOCK> line 1.
> > connect...........................................FAIL
>
>I continued the installation nevertheless: I can query the database via
>gnatsweb and look at pr's but editing pr's doesn't work.
>I get change notification messages per email, but the pr's never change in
>the database. I suspected unix access rights but they look OK.
>Any ideas?

Check the gnats-adm/locks directory. There might be some left-over lock 
files there.


>The main reason that I'm trying gnatsweb is its supposed ability to include
>file attachments, although from the documentation I got the feeleing, that
>attachments show up in text format in notifications etc.
>
>Will gnats4 have native support for attachments (so that bug reports have
>mime format)?#

Unfortunately, no. However, since most people who are currently active on 
this list are from Europe, I believe we all feel the need for this. But we 
are in dire need of active developers. The drip-feeding of single patches 
now and then is too little.

Anyone care to do some thinking on how GNATS should be redesigned to handle 
MIME? And how should attachments be handled? Where should they be stored, 
and how should they appear when viewing GNATS reports in Gnatsweb? in 
Emacs? in plain command-line edit-pr?

- Yngve

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

* Re: Antwort: Re: how to install gnatsweb???
  2001-03-20  1:13 ` Yngve Svendsen
@ 2001-03-20  1:36   ` Gerald Pfeifer
  0 siblings, 0 replies; 3+ messages in thread
From: Gerald Pfeifer @ 2001-03-20  1:36 UTC (permalink / raw)
  To: Yngve Svendsen; +Cc: stefan.kaes, gnats-devel

On Tue, 20 Mar 2001, Yngve Svendsen wrote:
> But we are in dire need of active developers. The drip-feeding of
> single patches now and then is too little.

True. :-(  I become gnatsweb maintainer for lack of someone with more
time resources and so that I can install a couple of patches of mine
and from the gcc.gnu.org site, and also to deal with "lost" patches,
but after a few patches earlier this year, the feed has nearly stopped
(and I still don't and won't have much more time anytime soon).

I can only repeat my offer: If one of you wants to become co-maintainer
of gnatsweb, s/he's most welcome, as are patches!

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/

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

end of thread, other threads:[~2001-03-20  1:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-20  1:05 Antwort: Re: how to install gnatsweb??? stefan.kaes
2001-03-20  1:13 ` Yngve Svendsen
2001-03-20  1:36   ` Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).