Upgrading xorg-server

Dejan Lesjak dejan.lesjak at ijs.si
Tue Dec 6 11:17:00 PST 2005


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


More information about the freebsd-x11 mailing list