From owner-freebsd-ports@FreeBSD.ORG Sun Jun 23 17:32:09 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C0284C5B for ; Sun, 23 Jun 2013 17:32:09 +0000 (UTC) (envelope-from rpclark@tds.net) Received: from mail-gh0-x235.google.com (mail-gh0-x235.google.com [IPv6:2607:f8b0:4002:c05::235]) by mx1.freebsd.org (Postfix) with ESMTP id 872D316FC for ; Sun, 23 Jun 2013 17:32:09 +0000 (UTC) Received: by mail-gh0-f181.google.com with SMTP id z12so3110064ghb.12 for ; Sun, 23 Jun 2013 10:32:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding :x-gm-message-state; bh=7HcVuVUsdN6WqAnV/wG8wAfJ7nQj8Q11y0I9h/OeAXc=; b=RcQhppCU07xHjiMdhjCJ291ZKHlT8MxBUa8iCpNO6CCuqP9EkkhjuPU65d/HIyzMGm 6V8nFrAzLNgq6GcFvA8wCLBYycKd7c6xdgbtMpdrbB0t2tx5YO88cF7dBL2DA8TAdCE9 AS4lyZT1YYfCCyxnCeBDTnwydefWV7JAcwl2S73f7cwPzBRkw4cU8NV592NhH45D66uR thSJC9Tmfzb2mfLxz0Oxdd1ivf8W4YrZBvb8KbPHJqSWJuv2fBw9dVhOaxp4yg7FFPoU j7co+k+RZavaEhfd7xU3LYNxy6zn0q2XWZffekhqThZHn3V85GuG91U4dPdQ5VQ2ZnF6 jGpg== X-Received: by 10.236.15.194 with SMTP id f42mr11389769yhf.104.1372008728969; Sun, 23 Jun 2013 10:32:08 -0700 (PDT) Received: from x2.largegray.org (h69-131-2-212.stmyga.broadband.dynamic.tds.net. [69.131.2.212]) by mx.google.com with ESMTPSA id e69sm24501962yhl.3.2013.06.23.10.32.07 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 23 Jun 2013 10:32:08 -0700 (PDT) Date: Sun, 23 Jun 2013 13:32:06 -0400 From: Rob Clark To: vd@FreeBSD.org Subject: Re: hugin, libboost_thread.so not found Message-Id: <20130623133206.b5f50b5a.rpclark@tds.net> In-Reply-To: <20130623073543.GA28451@hag.hw.v5d.org> References: <20130622033016.72bad862.rpclark@tds.net> <20130623073543.GA28451@hag.hw.v5d.org> X-Mailer: Sylpheed 3.1.4 (GTK+ 2.24.6; i386-portbld-freebsd8.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQl1mcHUIhPU0tCwHmZVUc9OaJrj469P2iyor5AECSwVccoD5krP2mLIqGqmr3qcgu5Kw5MR Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jun 2013 17:32:09 -0000 On Sun, 23 Jun 2013 10:35:43 +0300 Vasil Dimov wrote: > On Sat, Jun 22, 2013 at 03:30:16 -0400, Rob Clark wrote: > > Cannot get hugin to work, > > I get the following: > > > > $ hugin > > /libexec/ld-elf.so.1: Shared object "libboost_thread.so"not > > found, required by "hugin" > > $ > [...] > > Hi, what is the output of the following commands, when executed in your > environment: > > ldd `which hugin` > > ls -l /usr/local/lib/libboost* > > ls -l /var/db/pkg/, or if you are using pkg(8), then: > pkg info > > -- > Vasil Dimov > gro.DSBeerF@dv > % > Without fools there would be no wisdom. Thank you Vasil, hugin is now working thanks to your response. Here's what I did: Upon issuing the first command, ldd `which hugin` I learned that several deps were missing: libboost_thread.so => not found (0x0) libboost_date_time.so => not found (0x0) libboost_regex.so => not found (0x0) libboost_filesystem.so => not found (0x0) libboost_iostreams.so => not found (0x0) libboost_system.so => not found (0x0) libboost_signals.so => not found (0x0) libboost_thread.so => not found (0x0) libboost_date_time.so => not found (0x0) libboost_regex.so => not found (0x0) libboost_filesystem.so => not found (0x0) libboost_iostreams.so => not found (0x0) libboost_system.so => not found (0x0) libboost_signals.so => not found (0x0) libboost_thread.so => not found (0x0) libboost_date_time.so => not found (0x0) libboost_regex.so => not found (0x0) libboost_filesystem.so => not found (0x0) libboost_iostreams.so => not found (0x0) libboost_system.so => not found (0x0) libboost_signals.so => not found (0x0) libboost_thread.so => not found (0x0) libboost_date_time.so => not found (0x0) libboost_regex.so => not found (0x0) libboost_filesystem.so => not found (0x0) libboost_iostreams.so => not found (0x0) libboost_system.so => not found (0x0) libboost_signals.so => not found (0x0) libboost_thread.so => not found (0x0) libboost_date_time.so => not found (0x0) libboost_regex.so => not found (0x0) libboost_filesystem.so => not found (0x0) libboost_iostreams.so => not found (0x0) libboost_system.so => not found (0x0) libboost_signals.so => not found (0x0) libboost_thread.so => not found (0x0) libboost_date_time.so => not found (0x0) libboost_regex.so => not found (0x0) libboost_filesystem.so => not found (0x0) libboost_iostreams.so => not found (0x0) libboost_system.so => not found (0x0) libboost_signals.so => not found (0x0) So, the second command: ls -l /usr/local/lib/libboost* did not give any results, not found, etc. These suggestions put me on the right track. So, in /usr/ports/graphics/hugin, I did: # make missing devel/boost-libs java/diablo-jdk16 devel/boost-jam java/javavmwrapper java/java-zoneinfo # I then did: make deinstall then make install clean, which worked without issue. ===> Registering installation for hugin-2011.4.0_1 ===> Cleaning for boost-libs-1.48.0 ===> Cleaning for boost-jam-1.48.0 ===> Cleaning for hugin-2011.4.0_1 I am still baffled as to how hugin installed with missing deps. Oh well, it's working now :-). Thank you for the quick response and putting me on 'the right track'. Rob -- Rob Clark