From owner-freebsd-ports Mon Jul 15 16: 1: 7 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDACD37B400 for ; Mon, 15 Jul 2002 16:01:04 -0700 (PDT) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2863543E4A for ; Mon, 15 Jul 2002 16:01:04 -0700 (PDT) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.5/8.12.5) with ESMTP id g6FN0oX0068277; Mon, 15 Jul 2002 19:00:50 -0400 (EDT) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.5/8.12.5/Submit) id g6FN0n0q068208; Mon, 15 Jul 2002 19:00:49 -0400 (EDT) (envelope-from alane) Date: Mon, 15 Jul 2002 19:00:49 -0400 From: Alan E To: Todd M Kokoszka Cc: freebsd-ports@FreeBSD.ORG Subject: Re: problems compiling doxygen_1.2.16_1 Message-ID: <20020715230049.GA17417@wwweasel.geeksrus.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Jul 15, 2002 at 11:58:39AM -0500, Todd M Kokoszka wrote: >gmake[2]: Entering directory >`/usr/ports/devel/doxygen/work/doxygen-1.2.16/src' >c++ -c -O -pipe -D_THREAD_SAFE -Wall -W -I../qtools -o ../objects/config.o >config.cpp > >By a very long time -- about 50 minutes before I stopped it. config.o was >always 0 bytes. > >I had installed gcc-3.0.4 and it actually compiled that file in about 1 >minute, but I had some compiler config problems and I ended up installing >a >more recent version, 3.1.0 and it doesn't work with that. It also didn't >work and experienced exactly the same problem with gcc 2.95.3. > >Is this a problem with my configuration or a bug? Since I built on -STABLE before I committed, I would suggest that it is a problem with your system. It's never been tried with gcc 3.x by me, anyway, and since I don't run -CURRENT it won't be (at least not in the forseeable future). FWIW We don't support ports building with other than the standard system compiler. I have just confirmed that it builds correctly using 4.6-STABLE from 20020714. [alane ~]$ gcc --version 2.95.4 However, if it is any consolation, you can congratulate yourself that you have found a bug in the gcc 3.x compilers which failed to compile the file. Normally I would say that you wouldn't have a chance of getting the GCC folks to take a bug report on an input file that size; however, since it was generated by flex, they may make an exception. I'd suggest you submit a report on the latest 3.1.x version that you tried and include the flex input file, the output C file, the flex command line used, the version of flex used, and the gcc command line used. -- AlanE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message