From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 11 11:09:25 2012 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56E38106566B for ; Sun, 11 Mar 2012 11:09:25 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 399918FC14 for ; Sun, 11 Mar 2012 11:09:25 +0000 (UTC) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id 7CF925084A; Sun, 11 Mar 2012 04:09:24 -0700 (PDT) To: gthumb-list@gnome.org, freebsd-gnome@freebsd.org Date: Sun, 11 Mar 2012 04:09:24 -0700 Message-ID: <35713.1331464164@tristatelogic.com> From: "Ronald F. Guilmette" Cc: Subject: gthumb build error (Freebsd 8.2) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Mar 2012 11:09:25 -0000 I'm just now trying to build the port of gthumb-2.14.1 on FreeBSD 8.2, and I'm getting the following fatal build error: libtool: link: cannot find the library `/usr/local/lib/liblzma.la' or unhandled argument `/usr/local/lib/liblzma.la' Can anyone tell me what this is all about or how to fix it? I have the lzmalib-0.0.1 port installed, but that seems to have installed only the following files: -rw-r--r-- 1 root wheel 378014 Mar 11 01:46 /usr/local/lib/liblzma.a lrwxr-xr-x 1 root wheel 16 Mar 11 01:46 /usr/local/lib/liblzma.so -> liblzma.so.1.1.0 lrwxr-xr-x 1 root wheel 16 Mar 11 01:46 /usr/local/lib/liblzma.so.1 -> liblzma.so.1.1.0 -rwxr-xr-x 1 root wheel 285139 Mar 11 01:46 /usr/local/lib/liblzma.so.1.1.0 So where exactly am I supposed to get a liblzma.la file from? A little help would be appreciated. P.S. I'm also seeing the following non-fatal build error: gmake[3]: Circular gth-enum-types.h <- gth-enum-types.h dependency dropped. (That ain't good. Makefiles shouldn't have files depending on themselves.)