Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Dec 2004 21:39:29 -0500
From:      Sean O'Neill <swoneill@speakeasy.net>
To:        freebsd-x11@freebsd.org
Subject:   FreeBSD 5.3 on Ultra 5 and compiling xorg-server 6.8.1 - it ain't work'n
Message-ID:  <41D36A61.1040004@speakeasy.net>

next in thread | raw e-mail | index | archive | help
Just recently installed FreeBSD 5.3 on an Ultra 5.  Normal cvsup update
to /usr/src and /usr/ports works just fine and [build|install]kernel and
[build|install]world work - so system is current to 5.3p2.

Now I'm trying to upgrade the Xorg ports from 6.7.0 to 6.8.1 using
portupgrade on the xorg-server port.  It gets a good ways into the
compile process and then I get the following:

<snip>
making all in programs/Xserver/hw/xfree86/dummylib...
making all in programs/Xserver/hw/xfree86/xf86cfg...
rm -f interface.o
cc -c -O -pipe -ansi -pedantic -Wno-system-headers -Dasm=__asm  -Wall
-Wpointer-arith -Wundef    -fno-merge-constants -I../common -I../scanpci
-I../loader
-I/usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver/hw/xfree86/os-support
  -I/usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver/include
-I/usr/ports/x11-servers/xorg-server/work/xc/exports/include/X11
    -I/usr/ports/x11-servers/xorg-server/work/xc/lib/font/include
-I/usr/ports/x11-servers/xorg-server/work/xc
-I/usr/ports/x11-servers/xorg-server/work/xc/exports/include
-I/usr/X11R6/include -I/usr/X11R6/include -DCSRG_BASED -DSHAPE -DXINPUT
-DXKB  -DXAPPGROUP    -DXCSECURITY -DTOGCUP   -DXF86BIGFONT
-DDPMSExtension     -DPANORAMIX   -DRENDER -DRANDR        -DXFIXES
-DDAMAGE -DCOMPOSITE -DXEVIE -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV
-DSINGLEDEPTH                             -DXFreeXDGA -DXvExtension
                           -DXFree86LOADER  -DXFree86Server
-DXF86VIDMODE                            -DXvMCExtension
         -DSMART_SCHEDULE                                 -DBUILDDEBUG
-DXResExtension   -DX_BYTE_ORDER=X_BIG_ENDIAN
    -DXORG_VERSION_CURRENT="(((6) * 10000000) + ((8) * 100000) + ((1) *
1000) + 0)" -D_XSERVER64 -DNDEBUG   -DFUNCPROTO=15 -DNARROWPROTO
-DXF86CONFIG=\"xorg.conf\" -DUSE_MODULES         -DHAS_NCURSES
   -DPROJECT_ROOT=\"/usr/X11R6\"
-DXF86CONFIGDIR=\"/usr/X11R6/lib/X11\" -DSYSCONS_SUPPORT
-D__XCONFIGFILE__='"xorg.conf"'
-D__XCONFIGDIR__='"/usr/X11R6/lib/X11"' -D__XLOGFILE__='"Xorg"'
-D__XSERVERNAME__='"Xorg"' -D__XKBDEFRULES__='"xorg"'   interface.c
interface.c: In function `Usage':
interface.c:224: warning: string length `630' is greater than the length
`509' ISO C89 compilers are required to support
interface.c: In function `main':
interface.c:411: error: `compositeWidgetClass' undeclared (first use in
this function)
interface.c:411: error: (Each undeclared identifier is reported only once
interface.c:411: error: for each function it appears in.)
*** Error code 1

Stop in
/usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver/hw/xfree86/xf86cfg.
*** Error code 1

Stop in
/usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver/hw/xfree86.
*** Error code 1

Stop in /usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver.
*** Error code 1

Stop in /usr/ports/x11-servers/xorg-server.

Just for kicks I added:

X_WINDOW_SYSTEM=xorg

to /etc/make.conf but this didn't help - didn't think it would.

Anyone know why this is happening and how I can fix it ?

Thanks in advance.

Sean



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41D36A61.1040004>