From owner-freebsd-chat@FreeBSD.ORG Mon Apr 29 18:05:30 2013 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B94F4848 for ; Mon, 29 Apr 2013 18:05:30 +0000 (UTC) (envelope-from alexey.kurinnij@gmail.com) Received: from mail-ea0-x233.google.com (mail-ea0-x233.google.com [IPv6:2a00:1450:4013:c01::233]) by mx1.freebsd.org (Postfix) with ESMTP id 517B3150C for ; Mon, 29 Apr 2013 18:05:30 +0000 (UTC) Received: by mail-ea0-f179.google.com with SMTP id h10so2672684eaj.38 for ; Mon, 29 Apr 2013 11:05:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=JV//ZyM2PjNEmzbxOFjrhTREff8Bl43dyZsejvB/aOY=; b=geicvjTWE4ZRHBguVYFLvjLA4XyfIWd5YDcdzOUxso0mUQ4rLbvv4bNzx/TBwLJVG3 m89VvylBFfGqViiCQWHC7YSFn2U1Pe4+GRT2/xKkrOS2VpLjZhlrMN3yP19nQomVMMmB P7L4+AKYuCiTnmA09f0RkT0uzOJwJtauj7BnK5IHtMCjsPIBdiVNjSK1cyOZLzsM+sK9 oC0Jzfq5T7wgKxR6nOB1ndeaNxQAsF7Ujk1YBWcbWtKzT8f3UJX7awVpkEpHnIWVv4iu 0Ajo/ed208AWH6LAL6fw8v308IspzUnmxK8xK2TUj2IKLSm8+FMsAgA433CC8czOFj4J wBXw== X-Received: by 10.15.34.199 with SMTP id e47mr103625704eev.35.1367258729545; Mon, 29 Apr 2013 11:05:29 -0700 (PDT) Received: from [192.168.1.3] (149-216-53-37.pool.ukrtel.net. [37.53.216.149]) by mx.google.com with ESMTPSA id k43sm34162228een.2.2013.04.29.11.05.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Apr 2013 11:05:28 -0700 (PDT) Message-ID: <517EB6C2.4010208@gmail.com> Date: Mon, 29 Apr 2013 21:06:58 +0300 From: Alexey_Kurinnij User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-chat@freebsd.org Subject: Re: make install and portinstall References: <517D774A.50309@gmail.com> <517E0A77.7020006@FreeBSD.org> In-Reply-To: <517E0A77.7020006@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 18:05:30 -0000 29.04.2013 08:51, Matthew Seaman пишет: > On 28/04/2013 20:23, Alexey_Kurinnij wrote: >> I can`t install xorg when use cd to port dir and run "make install clean" >> Before "make install clean" I run make config-recursive and make >> fetch-recursive >> >> Here errors >> http://dpaste.com/1076927/ >> >> But portinstall can install xorg >> >> I not mutch experienced with free bsd, but what I doing wrong? > > Well, the first thing is that you should try asking your question on the > freebsd-ports@ mailing list. This is exactly the sort of thing that > mailing list exists for. > > I suspect that the problem is you've chosen an unfortunate combination > of options which produces a broken result -- there are too many > different combinations to test them all, so this sort of error can creep > in occasionally. In any case, it would help if you could show your > options choices for the xorg port and other ports in the dependency tree > where you didn't take the defaults (make showconfig in those ports will > show you that). > > Cheers, > > Matthew > Thanks for reply. Yesterday on forum I received advice use svn against portsnap, now I trying to do it. make install and portinstall build already configured ports. I trying to understand what doing wrong. When I give-up - write more information about errors, configs, etc. Sorry for inconvenience. Sorry for my English.