From owner-freebsd-questions@FreeBSD.ORG Wed Mar 4 14:55:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2FE5106566C for ; Wed, 4 Mar 2009 14:55:13 +0000 (UTC) (envelope-from lacalling@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id B6B758FC1A for ; Wed, 4 Mar 2009 14:55:13 +0000 (UTC) (envelope-from lacalling@gmail.com) Received: by wf-out-1314.google.com with SMTP id 27so3442263wfd.7 for ; Wed, 04 Mar 2009 06:55:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=1xzYGSMy6AvaagqDprShZ0k4jty7ktBrvLyn12SEe/4=; b=TfFR/S/36hTduVB01t7Fk4sUiRTPu2R1kC2bD5l/S6N9buQXm9Z5ti0/IMOnDDsY/l qHUUDHVe9S5a8mFAdKnw3TvCjv0ZbgUB4nw7XAhlxchtZMXPDGIplqWUuiPWZMXlOac5 1qPPZ2nsIHfjaBRmuO/YiiVlFnb+MsSkC6LiQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=fTBt3pXRDKfWPFdprKk/kkO7M/YHwc2fLPUFUxoMwIFg5nihVn8XKBR11Gqw3KeleT t7xQHj1FETOa8RWTfVx95ZV3Sro5uW0sJM4o2Oog21VS0ITuHy+pus30g1Mt1Ttr4Y94 L4pcNBZj9lqMPstoeiGbqvaeeeDSDMFB2Kbps= MIME-Version: 1.0 Received: by 10.142.186.15 with SMTP id j15mr4225179wff.271.1236178513294; Wed, 04 Mar 2009 06:55:13 -0800 (PST) In-Reply-To: References: Date: Wed, 4 Mar 2009 22:55:13 +0800 Message-ID: From: lacalling To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: libX11 configure failed. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Mar 2009 14:55:14 -0000 libX11 configuration suggest that xcb doesnt meet require. I try to make xcb , but it requires to build libX11. Then I pkg_add -r xcb and portupgrade -a it failed again when configuring for libX11,which suggests again " Package requirements (xextproto xtrans xcb >= 1.1.92) were not met". how can i upgrade libX11 then? On Wed, Mar 4, 2009 at 9:14 PM, lacalling wrote: > I tried to install KDE4 on a freebsd which has few pkg installed. > > But configration aborted in libX11 > > that's the config.log in /usr/ports/libX11/.. > and the output of make. >