From owner-freebsd-current@FreeBSD.ORG Sat Sep 14 19:13:15 2013 Return-Path: Delivered-To: current@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 ESMTP id 44978296 for ; Sat, 14 Sep 2013 19:13:15 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-ea0-x231.google.com (mail-ea0-x231.google.com [IPv6:2a00:1450:4013:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D4C8C258A for ; Sat, 14 Sep 2013 19:13:14 +0000 (UTC) Received: by mail-ea0-f177.google.com with SMTP id f15so1224120eak.36 for ; Sat, 14 Sep 2013 12:13:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=Le6XUooiKSVCIm9540H0c7zVvimSAs5HdhhcVW7IqhY=; b=Nu5HRBdUepqL4WMY6coJK8StuLTUbc0T45CQSRgnNIkHNeiVubZ20o3cqrPlRBIYnL 57VH7oG/B06FvW7a2OeXcHofNZmpDW23/07UNesG3czorZC+T/8TVR0rwZCi6IEeZ625 KHuC8QFazqLAF/uAmbJMvY1CgroEVCwmROiolVlJ3q3iU8Ac3DyeasTzEVZCtsUTc0Ff NsiNeAe4h76aeQvgw4Dn67S6p5noivGs7PMLfA75R+GVaJSBBqp68A75y/SEG0ewQgZR t7PeFmy8ZK5pK4nqFHhcF9CjskuVI7t71fyG2d2K+Q35+2S97qLFgCn3COst72WlA2mw PwmQ== X-Received: by 10.14.246.11 with SMTP id p11mr28960243eer.9.1379185993388; Sat, 14 Sep 2013 12:13:13 -0700 (PDT) Received: from laptop.minsk.domain ([178.125.197.14]) by mx.google.com with ESMTPSA id h52sm26580793eez.3.1969.12.31.16.00.00 (version=SSLv3 cipher=RC4-SHA bits=128/128); Sat, 14 Sep 2013 12:13:12 -0700 (PDT) Date: Sat, 14 Sep 2013 22:13:15 +0300 From: "Sergey V. Dyatko" To: dlt@mebtel.net Subject: Re: Rebuild of xfce4-session Message-ID: <20130914221315.19425afe@laptop.minsk.domain> In-Reply-To: <20130914143238.GA65331@lorne.arm.org> References: <20130914143238.GA65331@lorne.arm.org> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: current@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 19:13:15 -0000 On Sat, 14 Sep 2013 10:32:38 -0400 Derek Tattersall wrote: > I am trying to rebuild xfce4-session on 10.0 as of r255478. It fails > with /usr/local/lib/libiconv.a missing from libtool. Does anybody > have a clue as to what to do at this point? > rebuild all dependencies (gtk20,glib20, libxfce4menu, xfce4-conf, etc) also you can run `pkg_libchk -q` from sysutils/bsdadminscripts and rebuild all affected packages. -- wbr, tiger