From owner-freebsd-questions@FreeBSD.ORG Tue Jan 12 18:52:01 2010 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 739481065676; Tue, 12 Jan 2010 18:52:01 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-iw0-f177.google.com (mail-iw0-f177.google.com [209.85.223.177]) by mx1.freebsd.org (Postfix) with ESMTP id 323E28FC15; Tue, 12 Jan 2010 18:52:00 +0000 (UTC) Received: by iwn7 with SMTP id 7so7351659iwn.7 for ; Tue, 12 Jan 2010 10:51:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type; bh=Y1qDPJwlbwvnlqQd9xniISGgEdzUdFjplEhpZLS3cCE=; b=n3VFt0dm/4K7joZcQw2BFoNInQG9nAbi9oTDgcTERHDFWytbBxDVOQW3PJM64XZHMa PF3K9i3gPS81i3tZVBSHzt4XwmVU/LGYBsSyBNuM56dg1xeNlZvdytB2Nk4oOS7+hueG 1mC4zTBnvgmZ+l4qeqBabfthcu4KEPTitryzQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=vD43e0oKyodywjLRUNRs/VeYmWbcA5m0GTERZwQnWr1ygdw3lb4DAv8Ad7jjBzrZrZ vtB9gTzhE6+cP7BuQXQvhJ3zW/GYz/kZNCWnlcuKDVuj9Zbt5nEJcE6GVEU4u7Sek23W Qby/96nSIVu5P3I7OM4PiJ0suMIGdEQ+IXPYM= MIME-Version: 1.0 Received: by 10.231.147.149 with SMTP id l21mr1041689ibv.0.1263322314330; Tue, 12 Jan 2010 10:51:54 -0800 (PST) Date: Tue, 12 Jan 2010 12:51:54 -0600 Message-ID: <790a9fff1001121051m41ba0e32r2176ba2b56b946c5@mail.gmail.com> From: Scot Hetzel To: keneasson Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: (no subject) 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: Tue, 12 Jan 2010 18:52:01 -0000 On Tue, Jan 12, 2010 at 12:29 PM, keneasson wrote: > I did a pkg_delete for both libiconv and libxul in the hope that this would > clear any stale depends from firefox2 days causing me these problems. > : > #cd ../../devel/libtool22 > local# make > ===> libtool-2.2.6b depends on file: /usr/local/lib/libxul/libxul.so - not > found > ===> Verifying install for /usr/local/lib/libxul/libxul.so in > /usr/ports/www/libxul libtool22 has no dependencies, this points to something in your environment is causing the GECKO port to be included as a dependency. Check your /etc/make.conf, and/or /usr/local/etc/ports.conf (if using ports-mgmt/portconf) for USE_GECKO. Scot