From owner-freebsd-ports@FreeBSD.ORG Fri Mar 12 10:45:26 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B55151065673; Fri, 12 Mar 2010 10:45:26 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id B753D8FC19; Fri, 12 Mar 2010 10:45:25 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id MAA19420; Fri, 12 Mar 2010 12:45:24 +0200 (EET) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Nq2Mt-0000ZX-Pv; Fri, 12 Mar 2010 12:45:23 +0200 Message-ID: <4B9A1B43.70006@icyb.net.ua> Date: Fri, 12 Mar 2010 12:45:23 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.23 (X11/20100211) MIME-Version: 1.0 To: freebsd-x11@freebsd.org, freebsd-ports@freebsd.org References: <4B9A1067.3040100@icyb.net.ua> In-Reply-To: <4B9A1067.3040100@icyb.net.ua> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: Re: xf86-video-radeonhd: incorrect libpci dependency? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2010 10:45:26 -0000 on 12/03/2010 11:59 Andriy Gapon said the following: > x11-drivers/xf86-video-radeonhd (1.3.0_1) attempts to reinstall already > installed devel/libpci when WITH_UTILS is set. > > I see this in the port's Makefile: > LIB_DEPENDS+= pci.3:${PORTSDIR}/devel/libpci > > But I see this in the system: > -r--r--r-- 1 root wheel 44927 11 Mar 10:14 /usr/local/lib/libpci.so.2 > $ pkg_info -W /usr/local/lib/libpci.so.2 > /usr/local/lib/libpci.so.2 was installed by package libpci-3.1.7 Hmm, sorry for the noise - looks like my libpci installation was somehow broken: the reported installed version is 3.1.7, but the library is libpci.so.2 instead of libpci.so.3. I wonder if at some moment install target was changed without bumping version/revision and I was unlucky to perform upgrade during that window. > Looks like a typo/mistake in the LIB_DEPENDS line, should be pci.2. > -- Andriy Gapon