Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Dec 2005 20:16:44 +0100
From:      Dejan Lesjak <dejan.lesjak@ijs.si>
To:        freebsd-x11@freebsd.org
Cc:        "Anthony M. Agelastos" <iqgrande@gmail.com>, freebsd-questions@freebsd.org
Subject:   Re: Upgrading xorg-server
Message-ID:  <200512062016.44704.dejan.lesjak@ijs.si>
In-Reply-To: <624EACBF-B659-4877-A0D0-E0BF5DD93DA8@gmail.com>
References:  <624EACBF-B659-4877-A0D0-E0BF5DD93DA8@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 05 of December 2005 04:34, Anthony M. Agelastos wrote:
> Hello everyone,
>
> Today, I tried updating xorg-server and it failed. Here is the
> primary error message:
>
> make: don't know how to make /diskad3/portsBuild/Usr/ports/x11-
> servers/xorg-server/work/xc/extras/Mesa/src/mesa/glapi/glapi.h. Stop
> *** Error code 2
>
> I tried updating it via portupgrade -arR, portupgrade xorg-server,
> and portmanager -u -l. I have the full session recorded via script so
> I can send that file compressed to whomever wants it (or additional
> information from it).
>
> I am running 6.0-STABLE. Has anyone had any problems doing the recent
> update? My make.conf is comprised of:
>
> CPUTYPE?=p3
> CFLAGS= -Os -pipe

As far as I know xorg-* won't work with -Os (xorg-libraries would build, but 
ports that depend on them would fail).

> NO_BLUETOOTH=true
> CUPS_OVERWRITE_BASE=yes
> NO_LPR=true
> NO_PROFILE=true
> PERL_VER=5.8.7
> PERL_VERSION=5.8.7
>
> I also tried building it with
> CFLAGS= -O -pipe
> CFLAGS= -pipe
> instead of what is shown above. Each time, it fails at a different
> spot. The error message above was with -O in CFLAGS. With -Os, it is:

Try to recompile and reinstall xorg-libraries withot the -Os, then try 
xorg-server again.


Dejan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512062016.44704.dejan.lesjak>