From owner-freebsd-questions@FreeBSD.ORG Thu Apr 17 15:47:47 2014 Return-Path: Delivered-To: FreeBSD-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9F54EF0; Thu, 17 Apr 2014 15:47:47 +0000 (UTC) Received: from mail-vc0-x22e.google.com (mail-vc0-x22e.google.com [IPv6:2607:f8b0:400c:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 66F581DEE; Thu, 17 Apr 2014 15:47:44 +0000 (UTC) Received: by mail-vc0-f174.google.com with SMTP id ld13so685825vcb.5 for ; Thu, 17 Apr 2014 08:47:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=miTl/L9RR8XiePg7Wxou8H8+1Jojx9GGXPySXDJqEpg=; b=SwXEgJDTs4+hdf8Hnkz2NEwxwevSM9kRyF3PHwxlIAEmADHkHThcXu/PvvckOKK2ds X50SlzRNL4b12lRAFh9nPanQHcQfAAj2qDfjyXg6BcqwxvhKNlaFR5Cn9MqMQxydtmtF irpF9d4aQbEVeYfToxdyFQxc3I4wJhtD+EyhvuyThoCKCFXSxmLeQZKQtoDcOeaOMYh4 SB39H13RmSC4syEc0A7FFk8RRZ46HJUTh3MEbdOeLpoZ/LBcHvvej7E40g23yhh9a6Qn pjMMwp167EWS5eQGjLS2Vea/B0g7rT9JQN1i1dYYmAPkwBVWTAgggZt5xWTaO23fnq3+ K6rQ== MIME-Version: 1.0 X-Received: by 10.220.75.7 with SMTP id w7mr8188925vcj.20.1397749663525; Thu, 17 Apr 2014 08:47:43 -0700 (PDT) Received: by 10.220.239.84 with HTTP; Thu, 17 Apr 2014 08:47:43 -0700 (PDT) In-Reply-To: References: Date: Thu, 17 Apr 2014 11:47:43 -0400 Message-ID: Subject: Re: update-panto From: Thomas Hoffmann To: FreeBSD Questions , gnome@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Franci Nabalanci X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2014 15:47:48 -0000 On Thu, Apr 17, 2014 at 8:00 AM, Franci Nabalanci wrote: > Hi, > > my system is 10.0-release, AMD64. > here are huge update of ports (dri, libgl) and I did start wit problem: > pango > warning: libxcb.so.2 needed by /usr/local/lib/libEgl.so, not found > > and there is error code 1 > I am writing from my phone and is difficult to write everything. > > thank you. If you are trying to follow the instructions in the 20140416 entry in /usr/ports/UPDATING by executing: # portmaster -r freetype2 -r libxml2 -r pixman -r freeglut you need to execute instead: # portmaster -r freetype2 -r libxml2 -r pixman -r freeglut -r libxcb Ref: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=34646627+0+current/svn-ports-all -Tom