From owner-freebsd-current@FreeBSD.ORG Wed Jan 18 01:34:31 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EBF4106566B for ; Wed, 18 Jan 2012 01:34:31 +0000 (UTC) (envelope-from marcelorossi@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id F24918FC08 for ; Wed, 18 Jan 2012 01:34:30 +0000 (UTC) Received: by ghy10 with SMTP id 10so564262ghy.13 for ; Tue, 17 Jan 2012 17:34:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=9OSK/LfHFKGKFZbipd+photBucYIPovN2hecwjN7QTc=; b=T32AuJUO9TX/SWS8+EOo7htSGDY/TtU1Z7WZtYEo5UNWZjnEIHZmKOs3tiwgf74/Y3 Uc5MioNNahdU+eLmteTDqnzBxet8N51zX2PkMfAAskNHCPdvHhb9MyIX7BPWcPCwcdlq wy7g8piwernCYjNzrBUYOZNhJ3ME0AqC2iCRY= MIME-Version: 1.0 Received: by 10.236.145.234 with SMTP id p70mr27543559yhj.88.1326848941036; Tue, 17 Jan 2012 17:09:01 -0800 (PST) Received: by 10.146.176.40 with HTTP; Tue, 17 Jan 2012 17:09:01 -0800 (PST) Received: by 10.146.176.40 with HTTP; Tue, 17 Jan 2012 17:09:01 -0800 (PST) In-Reply-To: References: Date: Tue, 17 Jan 2012 23:09:01 -0200 Message-ID: From: "Marcelo/Porks" To: current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: libfftw3.so.5: compile error on port of awesome X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 18 Jan 2012 01:34:31 -0000 Hi guys, I do not know if this is the correct mail list to report this. I'm trying to compile the port x11-wm/awesome but failed with the error: [ 37%] Building C object CMakeFiles/awesome.dir/common/tokenize.c.o Linking C executable awesome [ 37%] Built target awesome Scanning dependencies of target generated_icons [ 38%] Generating themes/zenburn/titlebar/maximized_normal_active.png Shared object "libfftw3.so.5" not found, required by "convert"*** Error code 1 Stop in /usr/ports/x11-wm/awesome/work/awesome-3.4.11. *** Error code 1 I'm using the head and the workaround of UNAME_r=9.9-CURRENT BARAD-DUR# uname -a FreeBSD BARAD-DUR 9.9-CURRENT FreeBSD 10.0-CURRENT #6 r230290M: Tue Jan 17 22:22:46 BRST 2012 root@BARAD-DUR:/usr/clang/obj/usr/src/sys/GENERIC amd64 BARAD-DUR# echo $UNAME_r u9.9-CURRENT (GMT-2) I have on my system /usr/local/lib/libfftw3.so.6 I can compile making: ln -s /usr/local/lib/libfftw3.so /usr/local/lib/libfftw3.so.5 (I know, this is a bad thing to do) Could someone check if on your system the same happen?