From owner-freebsd-gecko@FreeBSD.ORG Mon Dec 17 16:55:14 2012 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F31F33A2 for ; Mon, 17 Dec 2012 16:55:13 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id 9DCAC8FC14 for ; Mon, 17 Dec 2012 16:55:13 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1Tkdy1-0006bD-C0; Mon, 17 Dec 2012 19:55:05 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:Subject:Cc:To:From; bh=4A8/rDwxv0dHdpqgMqicf1Ing/8ZHs+D1EQ7uFE5idI=; b=sWpQ6fKQtfntyMjZALYzzVW5thLTMMGsC6mXMLGiOuW+6FzcBr7ZaxkYAUaJ4j3UKeQZDfzCeR2+y0AQnW/QxqMQd1yaw9B98pVK8Hawy25/vB70jI6i72zDfZ7mysXw3O8E8apV+nBKeDVRZBvmfKM68Bpb7nRVKClR72IhrPw=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1TkduR-000AlX-UV; Mon, 17 Dec 2012 16:51:22 +0000 From: Jan Beich To: angelv Subject: Re: Firefox Port Compile Error Date: Mon, 17 Dec 2012 08:44:25 -0800 References: MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1TkduR-000AlX-UV@internal.tormail.org> Cc: gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 16:55:14 -0000 angelv writes: > /usr/bin/ld: warning: libxcb-util.so.0, needed by > /usr/local/lib/libstartup-notification-1.so.0, not found (try using > -rpath or -rpath-link) > /usr/local/lib/libstartup-notification-1.so.0: undefined reference to > `xcb_aux_get_screen' Given there was a PORTREVISION bump in x11/xcb-util I think this may be a fallout[1] from using `portmaster -w' (per UPDATING?) which broke build for any port that links with -lstartup-notification-1. To resolve it nuke /usr/local/lib/compat/pkg and rebuild the affected ports. If you don't know how ask folks on ports@ list for help (or google for libchk). [1] http://lists.freebsd.org/pipermail/freebsd-ports/2012-December/079931.html