From owner-freebsd-questions@FreeBSD.ORG Thu Nov 7 15:03:55 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BF6873B3 for ; Thu, 7 Nov 2013 15:03:55 +0000 (UTC) (envelope-from lolox@lolox.net) Received: from altenberg.lolox.net (unknown [IPv6:2001:41d0:2:17c5::]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7F137262A for ; Thu, 7 Nov 2013 15:03:55 +0000 (UTC) Received: from altenberg.lolox.net (localhost [127.0.0.1]) by altenberg.lolox.net (Postfix) with ESMTP id 174917F48D for ; Thu, 7 Nov 2013 16:03:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lolox.net; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:message-id:subject:subject:from:from:date:date :received:received; s=lolox; t=1383836631; bh=r/Fh0phn0eUwyi5jj/ GPZP0oMWl1Y9HS8d4g9lpWDB4=; b=RGNorgkFLaq1ILDB3EMwK7bpZy7E4xnnZA Yk2y8O4lUPiXWtFJQt1TwXuIVnQvjoHOYmPJrD6naKXVJEiJJomteF7C8VTe534p +DWptRmXpu466Azpunb49qDQ03/zDPstO1VjOQ9eMT4nYjAxWYQKQXd0fvOKSdl0 mCxvQS9io= X-Virus-Scanned: Mailstorm at lolox.net Received: from altenberg.lolox.net ([127.0.0.1]) by altenberg.lolox.net (altenberg.lolox.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id LBKxlHxYEVpA for ; Thu, 7 Nov 2013 16:03:51 +0100 (CET) Received: from linux-ll0t.site (unknown [31.36.56.253]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: lolox@lolox.net) by altenberg.lolox.net (Postfix) with ESMTPSA id 8761D7F483 for ; Thu, 7 Nov 2013 16:03:51 +0100 (CET) Date: Thu, 7 Nov 2013 16:03:49 +0100 From: lolox To: freebsd-questions@freebsd.org Subject: security/p11-kit - libintl Message-ID: <20131107160349.5d6d6315@linux-ll0t.site> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2013 15:03:55 -0000 Hi everyone ! I'm running into some trouble while updating security/p11 using portupgrade. I get this error: /usr/bin/ld: cannot find -lintl but, # ls -l `locate libintl.so` lrwxr-xr-x 1 root wheel 12 Nov 7 15:19 /usr/local/lib/libintl.so-> libintl.so.9 -r--r--r-- 1 root wheel 48944 Nov 7 15:19 /usr/local/lib/libintl.so.9 and, # ldconfig -r | grep libintl 217:-lintl.9 => /usr/local/lib/libintl.so.9 I updated gcc recently to the stable version (gcc4.6) I also recompiled gettext, and still the same error. I also ran ldconfig, just in case... Any idea? Thanks