From owner-freebsd-ports Sat Sep 7 12:50:57 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 EE04237B400; Sat, 7 Sep 2002 12:50:49 -0700 (PDT) Received: from encontacto.net (adsl-64-173-182-158.dsl.mtry01.pacbell.net [64.173.182.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D37F43E84; Sat, 7 Sep 2002 12:50:31 -0700 (PDT) (envelope-from eculp@encontacto.net) Received: from localhost (localhost [127.0.0.1]) (uid 80) by encontacto.net with local; Sat, 07 Sep 2002 12:50:09 -0700 Received: from adsl-64-173-182-155.dsl.mtry01.pacbell.net (adsl-64-173-182-155.dsl.mtry01.pacbell.net [64.173.182.155]) by Mail.EnContacto.Net (IMP) with HTTP for eculp@encontacto.net@encontacto.net; Sat, 7 Sep 2002 12:50:08 -0700 Message-ID: <1031428208.3d7a5870d3c5f@Mail.EnContacto.Net> Date: Sat, 7 Sep 2002 12:50:08 -0700 From: Edwin Culp To: Alexander Kabaev Cc: "current@freebsd.org" , "ports@freebsd.org" Subject: Re: GCC 3.2 patch References: <20020907015318.GA75937@freefall.freebsd.org> In-Reply-To: <20020907015318.GA75937@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Priority: 3 (Normal) X-Originating-IP: 64.173.182.155 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 Quoting Alexander Kabaev : | Hi everyone, | | I've collected a number of patches for several problems with | GCC 3.2 compiler which have been brought to my attention so far. | While I am waiting for these patches or other suitable fixes to be | incorporated into FSF CVS repository, I decided to make a patch | file available at http://people.freebsd.org/~kan/gcc-all.diff. | | People having problems compiling their problems with the new | system compiler are encouraged to give this patch a try and | let me know if their problem is fixed ot not. | | -- Alexander, Thanks. The patch applied cleanly. I built and installed with this morning's make world. I've tried it on a couple of programs that I have been having problems compiling. Centericq hasn't compiled since the gcc change and mysql323-server hasn't compiled for some time. It probably has nothing to do with the compiler, but I had hoped that maybe it would be the solution.:-) I don't yet have any successes to credit, yet, but it certainly doesn't seem to be worse. Centericq finished with the same as before the patch and gives an Internal compiler error, for what that's worth:-): ../kkconsui-0.1/include/colorschemer.h:77: warning: implicit typename is deprecated, please see the documentation for details icqconf.cc: In member function `void icqconf::setourid(const icqconf::imaccount&)': icqconf.cc:79: Internal compiler error in cp_expr_size, at cp/cp-lang.c:130 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. gmake[3]: *** [icqconf.o] Error 1 gmake[3]: Leaving directory `/usr/ports/net/centericq/work/centericq-4.8.3/src' gmake[2]: *** [all-recursive] Error 1 Mysql323-server exits with the following error even though someone did threaten to fix it about a week ago, something must have happened: Making all in share c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DDATADIR="\"/var/db/mysql\"" -DSHAREDIR="\"/usr/local/share/mysql\"" -DHAVE_CONFIG_H -I../bdb/build_unix -I../innobase/include -I./../include -I./../regex -I. -I../include -I.. -I. -DDBUG_OFF -O -pipe -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -c mysqld.cc /usr/include/tcpd.h: In function `void* handle_connections_sockets(void*)': /usr/include/tcpd.h:137: too many arguments to function `void sock_host()' mysqld.cc:2444: at this point in file /usr/include/tcpd.h:75: too many arguments to function `int hosts_access()' mysqld.cc:2445: at this point in file /usr/include/tcpd.h:130: too many arguments to function `char* eval_client()' mysqld.cc:2453: at this point in file *** Error code 1 Stop in /usr/ports/databases/mysql323-server/work/mysql-3.23.52/sql. *** Error code 1 Thanks, ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message