Re: bugzilla problem

2005-11-15 Thread Martin Vermeer
On Tue, Nov 15, 2005 at 01:10:18PM +0100, Georg Baum wrote: > Am I the only one who is getting only "Internal Server Error" pages from > http://bugzilla.lyx.org/, or is this a general problem? > > > Georg No, I'm getting the error too. - Martin pgpAfJqbfEsVm.pgp Description: PGP signature

bugzilla problem

2005-11-15 Thread Georg Baum
Am I the only one who is getting only "Internal Server Error" pages from http://bugzilla.lyx.org/, or is this a general problem? Georg

Re: bugzilla problem

2005-03-07 Thread G. Milde
On 21.02.05, Ralf Goertz wrote: > Hi, > > I don't know who I could ask about this, so I try it here. I wanted to change > the email address I gave for my account on LyX-bugzilla. I did this using the > prefs dialog. Then I got the message that to both my new and my old address > an email was se

Re: bugzilla problem

2005-02-21 Thread Jean-Marc Lasgouttes
> "Ralf" == Ralf Goertz <[EMAIL PROTECTED]> writes: Ralf> Hi, I don't know who I could ask about this, so I try it here. I Ralf> wanted to change the email address I gave for my account on Ralf> LyX-bugzilla. I did this using the prefs dialog. Then I got the Ralf> message that to both my new a

bugzilla problem

2005-02-21 Thread Ralf Goertz
Hi, I don't know who I could ask about this, so I try it here. I wanted to change the email address I gave for my account on LyX-bugzilla. I did this using the prefs dialog. Then I got the message that to both my new and my old address an email was sent for confirmation. However, I never got th

Re: LyX Bugzilla problem

2002-04-22 Thread Angus Leeming
On Monday 22 April 2002 1:20 pm, Andre Poenitz wrote: > On Mon, Apr 22, 2002 at 03:33:03PM +0200, Jean-Marc Lasgouttes wrote: > > Andre> What is wrong with your platform's "native compiler/linker > > Andre> combo"? > > > > Sun CC is not supported yet. It has many compilation errors (some > > real,

Re: LyX Bugzilla problem

2002-04-22 Thread Andre Poenitz
On Mon, Apr 22, 2002 at 03:33:03PM +0200, Jean-Marc Lasgouttes wrote: > Andre> What is wrong with your platform's "native compiler/linker > Andre> combo"? > > Sun CC is not supported yet. It has many compilation errors (some > real, some bogus) that we never bothered to fix. I see. I always thou

Re: LyX Bugzilla problem

2002-04-22 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> I think working around the ld problem would still be worth while as >> in the current state of affairs I really can't recommend using Lyx >> to my colleagues. Andre> What is wrong with GNU ld? One has to install it, and it can be a b

Re: LyX Bugzilla problem

2002-04-22 Thread Andre Poenitz
On Sun, Apr 21, 2002 at 03:25:27AM +, [EMAIL PROTECTED] wrote: > First to the lyx-devel list: the STL excessively long symbol names > barfing Solaris 2.6 ld problem can be worked around by compiling gcc > to use gnu binutils. That's the recommended combo anyway. If you use gcc for compiling,

Re: LyX Bugzilla problem

2002-04-22 Thread Jean-Marc Lasgouttes
> "sampo" == sampo <[EMAIL PROTECTED]> writes: sampo> First to the lyx-devel list: the STL excessively long symbol sampo> names barfing Solaris 2.6 ld problem can be worked around by sampo> compiling gcc to use gnu binutils. Took me hours, but now I can sampo> confirm success using Solaris-2

Re: LyX Bugzilla problem

2002-04-21 Thread Michael Koziarski
> I prefere generally email submission because > > - I do not have to learn anything new (except bug reporting > address) I'm looking at various options to allow e-mail submission to bugzilla, Similar to Rt. I've always found bugzilla (and bug trackers in general) useful at the other end

Re: LyX Bugzilla problem

2002-04-20 Thread sampo
First to the lyx-devel list: the STL excessively long symbol names barfing Solaris 2.6 ld problem can be worked around by compiling gcc to use gnu binutils. Took me hours, but now I can confirm success using Solaris-2.6 gcc-3.0.4 binutils-2.12 lyx-1.1.6fix4 I th