From owner-freebsd-alpha Fri Jun 16 5:29:39 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from nemesis.fortean.com (nemesis.fortean.com [209.42.194.41]) by hub.freebsd.org (Postfix) with ESMTP id 9CA1337BE87 for ; Fri, 16 Jun 2000 05:29:32 -0700 (PDT) (envelope-from rbud@fortean.com) Received: from nemesis.fortean.com (nemesis.fortean.com [209.42.194.41]) by nemesis.fortean.com (8.9.1/8.9.1) with SMTP id IAA04931; Fri, 16 Jun 2000 08:29:23 -0400 (EDT) Date: Fri, 16 Jun 2000 08:29:23 -0400 (EDT) From: Rich Bud To: Sidsel Jensen Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: error when installing mysql322-server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > But when i try to install mysql322-server from the ports tree, > it gives me a really ugly internal gcc compiler error. > It happens in the module sql_acl.cc. > > sql_acl.cc:1367: Internal compiler error. I ran into the same thing on an alpha 500, and it appears to be an optimization error. When it crashes, edit work/mysql-3.22.32/sql/Makefile and remove '-O' from the CXXFLAGS line (or -O2, or whatever variant you're using), then rerun make. Once you see it move on to the next file, CTRL-C and put the -O back (assuming you want to make sure the rest of the compile is optimized). Hope this helps, Rich Bud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message