From owner-freebsd-x11@FreeBSD.ORG Wed May 23 00:30:34 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 146CB16A468 for ; Wed, 23 May 2007 00:30:34 +0000 (UTC) (envelope-from mailnull@mips.inka.de) Received: from mail-in-12.arcor-online.net (mail-in-12.arcor-online.net [151.189.21.52]) by mx1.freebsd.org (Postfix) with ESMTP id 946B313C458 for ; Wed, 23 May 2007 00:30:33 +0000 (UTC) (envelope-from mailnull@mips.inka.de) Received: from mail-in-01-z2.arcor-online.net (mail-in-11-z2.arcor-online.net [151.189.8.28]) by mail-in-12.arcor-online.net (Postfix) with ESMTP id A404EFDC70 for ; Tue, 22 May 2007 21:27:41 +0200 (CEST) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by mail-in-01-z2.arcor-online.net (Postfix) with ESMTP id 9778A34746D for ; Tue, 22 May 2007 21:27:41 +0200 (CEST) Received: from kemoauc.mips.inka.de (dslb-088-066-022-078.pools.arcor-ip.net [88.66.22.78]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id 5EF5236E880 for ; Tue, 22 May 2007 21:27:41 +0200 (CEST) Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.13.8/8.12.10) with ESMTP id l4MJRevr072193 for ; Tue, 22 May 2007 21:27:40 +0200 (CEST) (envelope-from mailnull@kemoauc.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.13.8/8.13.8/Submit) id l4MJReQa072192 for freebsd-x11@freebsd.org; Tue, 22 May 2007 21:27:40 +0200 (CEST) (envelope-from mailnull) From: naddy@mips.inka.de (Christian Weisgerber) Date: Tue, 22 May 2007 19:27:39 +0000 (UTC) Message-ID: Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-x11@freebsd.org Subject: x11-servers/xorg-server doesn't build on alpha X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2007 00:30:34 -0000 I'm currently trying to perform the X.org upgrade on my 5.5-STABLE/alpha box. x11-servers/xorg-server 1.2.0_2,1 fails to build on alpha. More specifically, hw/xfree86/os-support/bsd/alpha_video.c tries to #include "xf86Axp.h" but can't find it, because hw/xfree86/os-support/shared is not in the include path. I'm not sure what's the proper way to fix this. if /bin/sh ../../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../../include -I../../../../include -I../../../../include -I../../../../include -I../../../../include -I../../../../hw/xfree86 -I../../../../hw/xfree86/include -I../../../../hw/xfree86/common -I../../../../hw/xfree86/os-support -I../../../../hw/xfree86/os-support/bus -I../../../../os -DUSESTDRES -DHAVE_XORG_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include/freetype2 -I../../../../include -I../../../../include -I../../../../Xext -I../../../../composite -I../../../../damageext -I../../../../xfixes -I../../../../Xi -I../../../../mi -I../../../../miext/shadow -I../../../../miext/damage -I../../../../render -I../../../../randr -I../../! ../../fb -O -pipe -mcpu=ev56 -mieee -MT alpha_video.lo -MD -MP -MF ".deps/alpha_video.Tpo" -c -o alpha_video.lo alpha_video.c; then mv -f ".deps/alpha_video.Tpo" ".deps/alpha_video.Plo"; else rm -f ".deps/alpha_video.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../../include -I../../../../include -I../../../../include -I../../../../include -I../../../../include -I../../../../hw/xfree86 -I../../../../hw/xfree86/include -I../../../../hw/xfree86/common -I../../../../hw/xfree86/os-support -I../../../../hw/xfree86/os-support/bus -I../../../../os -DUSESTDRES -DHAVE_XORG_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include/freetype2 -I../../../../include -I../../../../include -I../../../../Xext -I../../../../composite -I../../../../damageext -I../../../../xfixes -I../../../../Xi -I../../../../mi -I../../../../miext/shadow -I../../../../miext/damage -I../../../../render -I../../../../randr -I../../../../fb -O -pipe -mcpu=ev56 -mieee -MT alpha_video.lo -MD -M! P -MF .deps/alpha_video.Tpo -c alpha_video.c -fPIC -DPIC -o .libs/alpha_video.o alpha_video.c:46:21: xf86Axp.h: No such file or directory alpha_video.c:61: error: syntax error before "bsdGetAXP" alpha_video.c:61: warning: type defaults to `int' in declaration of `bsdGetAXP' alpha_video.c:61: warning: data definition has no type or storage class alpha_video.c: In function `xf86OSInitVidMem': alpha_video.c:295: error: `xf86AXPParams' undeclared (first use in this function) alpha_video.c:295: error: (Each undeclared identifier is reported only once alpha_video.c:295: error: for each function it appears in.) alpha_video.c: At top level: alpha_video.c:69: warning: 'bus_base' defined but not used *** Error code 1 Stop in /usr/ports/x11-servers/xorg-server/work/xorg-server-1.2.0/hw/xfree86/os-support/bsd. *** Error code 1 -- Christian "naddy" Weisgerber naddy@mips.inka.de