From owner-freebsd-x11@FreeBSD.ORG Fri Jun 22 12:13:43 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 CB48416A400 for ; Fri, 22 Jun 2007 12:13:43 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 8420113C458 for ; Fri, 22 Jun 2007 12:13:43 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by mail.ijs.si (Postfix) with ESMTP id B2C88192EF7; Fri, 22 Jun 2007 14:13:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/simple; d=ijs.si; s=ja-200610; t=1182514422; bh=A+vpsolpHkiyci2KWKSTA4mqOws=; h=X-Virus-Scanned: Received:Received:Received:From:To:Subject:Date:User-Agent:Cc: References:In-Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-Disposition:Message-Id; b=r/BO5/ 0vAK8L0nVqQhkn6DrvwWBpxC2nhAaEQReSMzteE/TE7veo1eAOayeVNHDrvr83vQIsn HmJL8WzCXVhKaN49vcyKNOQ1wt+XwK8AE+hId099+XZarJfRCkD+IJZ X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (mail.ijs.si [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 1mkPylSqWYkZ; Fri, 22 Jun 2007 14:13:41 +0200 (CEST) Received: from edina.ijs.si (edina.ijs.si [193.2.4.3]) by mail.ijs.si (Postfix) with ESMTP id 1F294192DBE; Fri, 22 Jun 2007 14:13:41 +0200 (CEST) Received: from f9pc04.ijs.si (f9pc04.ijs.si [194.249.156.4]) by edina.ijs.si (Postfix) with ESMTP id 14915511EC; Fri, 22 Jun 2007 14:13:41 +0200 (CEST) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Fri, 22 Jun 2007 14:13:39 +0200 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706221413.40230.dejan.lesjak@ijs.si> Cc: Francois Vigneron Subject: Re: xorg fails to install 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: Fri, 22 Jun 2007 12:13:43 -0000 On Friday 22 of June 2007, Francois Vigneron wrote: > Hello, > I am updating xorg following your instructions with portupgrade. > > I had gstreamer so I used the -x 'gstreamer*' instructions ; > at this stage, most ports where uptodate except for xorg-server > that fails to install and some (non important) others (the ftp.gnu > server seems to have some problems lately as downloads freeze). > > At this stage I decided that I had no actual interrest in gstreamer > related (at least for now) so I decided to pkg_delete gstreamer > (and the video ports that required it too). > > I tried to make install xorg-server again (all the other xorg related > ports claim to be uptodate). But it failed. So I deinstalled it > and then proceed to your next instruction which is to merge /usr/X11R6 > in /usr/local. I used the script without trouble. > > Now you ask to install the main x11/xorg package. So I make it; no > problem. Then I make install and it fails with an error code 1. > You can have a look at the script of this attempt at > http://www.math.polytechnique.fr/~vigneron/pb.xorg > > A make install of x11-server/xorg-server (which I am interested too) > seems to fail at the same point. Try removing file /usr/local/lib/xorg/modules/extensions (I assume it is a file instead of directory) and try again. Dejan