From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 4 22:50:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EACD8106564A for ; Fri, 4 Nov 2011 22:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DA25F8FC12 for ; Fri, 4 Nov 2011 22:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id pA4MoBNZ009386 for ; Fri, 4 Nov 2011 22:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id pA4MoBVF009385; Fri, 4 Nov 2011 22:50:11 GMT (envelope-from gnats) Date: Fri, 4 Nov 2011 22:50:11 GMT Message-Id: <201111042250.pA4MoBVF009385@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Glen Barber Cc: Subject: Re: ports/162300: smartmontools should depend on libcam X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Glen Barber List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2011 22:50:12 -0000 The following reply was made to PR ports/162300; it has been noted by GNATS. From: Glen Barber To: Martin von Gagern Cc: freebsd-ports-bugs@FreeBSD.org, bug-followup@FreeBSD.org Subject: Re: ports/162300: smartmontools should depend on libcam Date: Fri, 04 Nov 2011 18:18:31 -0400 Hi Martin, On 11/4/11 5:05 PM, Martin von Gagern wrote: > Description: > smartmontools, if installed using a binary package, will not run on 9.0-RC1: > > Shared object "libcam.so.5" not found, required by "smartctl". > > My first BSD install, my first bug report, so please forgive me if I'm missing something obvious here. But on my system, there is only libcam.so.6. And appaently there is no dependency at all in the port to indicate that a specific version of that library would be required. >> How-To-Repeat: > 1. pkg_add smartmontools > 2. smartctl --help >> Fix: > Install from source using port. > This is due to a shared library bump that happened shortly after 9.0-BETA2, after the package was created. As you mention, it is not a problem when building from source, as smartctl links to libcam.so.6 (which replaces libcam.so.5 in -BETA3 and later). This should be a non-issue once the packages for 9.0-RELEASE are built and the correct $PACKAGESITE for pkg_add(1) exists. Regards, -- Glen Barber