From owner-freebsd-stable@FreeBSD.ORG Fri Jun 2 19:48:33 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A097616A543 for ; Fri, 2 Jun 2006 19:48:33 +0000 (UTC) (envelope-from manfred.lotz@arcor.de) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECA0243D46 for ; Fri, 2 Jun 2006 19:48:32 +0000 (GMT) (envelope-from manfred.lotz@arcor.de) Received: from mail-in-11-z2.arcor-so.net (mail-in-11-z2.arcor-online.net [151.189.8.28]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id 7394C17510C for ; Fri, 2 Jun 2006 21:48:31 +0200 (CEST) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mail-in-11-z2.arcor-so.net (Postfix) with ESMTP id 5FCDB3CE717 for ; Fri, 2 Jun 2006 21:48:31 +0200 (CEST) Received: from hermes.sanskrit.local.net (dslb-084-058-027-015.pools.arcor-ip.net [84.58.27.15]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 25013E43F8 for ; Fri, 2 Jun 2006 21:48:31 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by hermes.sanskrit.local.net (8.13.6/8.13.4) with SMTP id k52JmUmk096575 for ; Fri, 2 Jun 2006 21:48:30 +0200 (CEST) (envelope-from manfred.lotz@arcor.de) Date: Fri, 2 Jun 2006 21:48:24 +0200 From: Manfred Lotz To: stable@freebsd.org Message-Id: <20060602214824.ea691af4.manfred.lotz@arcor.de> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: xorg build failed X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 19:48:34 -0000 Hi there, Trying to build xorg-server 6.9.3 I get After a while I get lots of making Makefiles in include/bitmaps... make: don't know how to make Makefiles. Stop making Makefiles in include/extensions... make: don't know how to make Makefiles. Stop making Makefiles in include/fonts... make: don't know how to make Makefiles. Stop making Makefiles in include/GL... make: don't know how to make Makefiles. Stop making Makefiles in include/DPS... make: don't know how to make Makefiles. Stop messages and finally I get + ln -s ../../../include/Xthreads.h . + rm -f ap_keysym.h + ln -s ../../../include/ap_keysym.h . + rm -f keysym.h + ln -s ../../../include/keysym.h . + rm -f keysymdef.h + ln -s ../../../include/keysymdef.h . including in include/bitmaps... make: don't know how to make includes. Stop including in include/extensions... make: don't know how to make includes. Stop including in include/fonts... make: don't know how to make includes. Stop including in include/GL... make: don't know how to make includes. Stop including in include/DPS... make: don't know how to make includes. Stop *** Error code 2 Stop in /var/tmp/portswrk/usr/ports/x11-servers/xorg-server/work/xc/include. *** Error code 1 Any ideas? -- Manfred