From owner-freebsd-current Mon Jun 24 8:32:56 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx2.datanet.hu (mx2.datanet.hu [194.149.13.163]) by hub.freebsd.org (Postfix) with ESMTP id 1950037B503 for ; Mon, 24 Jun 2002 08:32:28 -0700 (PDT) Received: from fonix.adamsfamily.xx (nilus-1882.adsl.datanet.hu [195.56.95.104]) by mx2.datanet.hu (DataNet) with ESMTP id 17D81591D for ; Mon, 24 Jun 2002 17:32:26 +0200 (CEST) Received: from fonix.adamsfamily.xx (localhost [127.0.0.1]) by fonix.adamsfamily.xx (8.12.4/8.12.4) with ESMTP id g5OFWR2K001198 for ; Mon, 24 Jun 2002 17:32:27 +0200 (CEST) (envelope-from sziszi@bsd.hu) Received: (from cc@localhost) by fonix.adamsfamily.xx (8.12.4/8.12.4/Submit) id g5OFWRai001197 for freebsd-current@FreeBSD.ORG; Mon, 24 Jun 2002 17:32:27 +0200 (CEST) X-Authentication-Warning: fonix.adamsfamily.xx: cc set sender to sziszi@bsd.hu using -f Date: Mon, 24 Jun 2002 17:32:27 +0200 From: Szilveszter Adam To: freebsd-current@FreeBSD.ORG Subject: Re: GCC3.1 internal compiler error when compiling XFree86-4-libraries Message-ID: <20020624153227.GA1139@fonix.adamsfamily.xx> Mail-Followup-To: Szilveszter Adam , freebsd-current@FreeBSD.ORG References: <20020623160654.J17304-100000@levais.imp.ch> <20020623220222.Q20796-100000@mail1.hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020623220222.Q20796-100000@mail1.hub.org> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jun 23, 2002 at 10:02:42PM -0300, Marc G. Fournier wrote: > > [...] > > > > Sun Jun 23 16:05:30 CEST 2002 > > > > build of X Window System complete. > > > > Here it also worked with the last gcc snapshot. > > My experiences here are that building X works, installing X dooesn't ... This means building it did not work either. The 'make World' target of the X build is set up so that it ignores build errors and continues on. The only way you can notice the errors is by taping the output to a file and grepping for "all not remade because of errors". So, the fact that you could see the above end trailer does not mean that the build was successful. In this case it tries to finish it up at install time, of course failing again, but this time the failure is fatal. It's just a build config thing, if you just use a 'make all' you will see the errors one-by-one. -- Regards: Szilveszter ADAM Szombathely Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message