From owner-freebsd-ports@FreeBSD.ORG Sun Mar 1 00:06:36 2009 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 046A61065672 for ; Sun, 1 Mar 2009 00:06:36 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id B08FB8FC1A for ; Sun, 1 Mar 2009 00:06:35 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by yw-out-2324.google.com with SMTP id 2so1073419ywt.13 for ; Sat, 28 Feb 2009 16:06:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=We55dfd+v4RENG1Xc09qCS0FC0/GOR07m8dRNJuxzH0=; b=nVGp0r18IUhFu8QGUwA/g5hTJvSH0BXjbArFIfcs/ZwuQN2o2aZjVFUZgZ47ce+Zj5 vYw4QFWNuGskyaWIELYVD/vAel0QQAV+uUv939h7qVDuqDDO2LEDWHqBWi/YInmZuNWz ccdsDIOwYKSxXsDDJyYkz1lI75895R8Izk9ME= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=cdkOWnD18XVjBKqRk8ns1bppVyaXuSSNP/VI2NKlxGoYcBR1A5H0RzLgmiNyyd9yQP GSNjgUWPq1LVMY9PGQm3SDiv/aigMqaggWMJ7TZU9TqIMkBSwibHeQkzDG9WSJ6O46Ni vR6N3L4n8TmvtxOwnZ4Hjaco7lRicasoO4BUo= MIME-Version: 1.0 Received: by 10.90.97.18 with SMTP id u18mr1986403agb.96.1235865995170; Sat, 28 Feb 2009 16:06:35 -0800 (PST) In-Reply-To: <20090228232542.GA1082@darklight.homeunix.org> References: <7d6fde3d0902281513t562a263bi1d7e3a22326e2a@mail.gmail.com> <20090228232542.GA1082@darklight.homeunix.org> Date: Sat, 28 Feb 2009 16:06:35 -0800 Message-ID: <7d6fde3d0902281606k32b9fc40k8359eb767e8071c6@mail.gmail.com> From: Garrett Cooper To: Yuri Pankov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports Subject: Re: ports + pkg_install - confusion over what's installed 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: Sun, 01 Mar 2009 00:06:36 -0000 On Sat, Feb 28, 2009 at 3:25 PM, Yuri Pankov wrote: > On Sat, Feb 28, 2009 at 03:13:18PM -0800, Garrett Cooper wrote: >> Hi guys, >> =A0 =A0 I just tried to pull in audio/py-flac to see what the build erro= rs >> are, but unfortunately it doesn't let me get too far in the build. I'm >> greeted by this error: >> >> =3D=3D=3D> =A0Installing for flac-1.2.1 >> =3D=3D=3D> =A0 Generating temporary packing list >> =3D=3D=3D> =A0Checking if audio/flac already installed >> =3D=3D=3D> =A0 flac-1.2.1 is already installed >> =A0 =A0 =A0 You may wish to ``make deinstall'' and install this port aga= in >> =A0 =A0 =A0 by ``make reinstall'' to upgrade it properly. >> =A0 =A0 =A0 If you really wish to overwrite the old port of audio/flac >> =A0 =A0 =A0 without deleting it first, set the variable "FORCE_PKG_REGIS= TER" >> =A0 =A0 =A0 in your environment or the "make install" command line. >> *** Error code 1 >> >> Stop in /usr/ports/audio/flac. >> *** Error code 1 >> >> Stop in /usr/ports/audio/py-flac. >> >> =A0 =A0 I'm used to this occurring with stuff that I've already installe= d >> on my machine, and subsequently am attempting to reinstall, but I'm >> not used to seeing this when >> =A0 =A0 Does anyone else see this and can they possibly provide a clueba= t >> on where to look to fix this issue (I have an idea from pkg_install's >> end, but not the port Makefile's end...)? >> =A0 =A0 This was a package marked IGNORE. >> Thanks, >> -Garrett > > FLAC shlib version is 8 now, py-flac LIB_DEPENDS line should be updated > accordingly (otherwise it will try to install FLAC again to get > libFLAC.so.7 and fail as it's already installed). > > > HTH, > Yuri Ok. I'll fudge around with that then. Thanks! -Garrett