From owner-freebsd-ports@FreeBSD.ORG Tue Oct 30 14:24:04 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2A52F13 for ; Tue, 30 Oct 2012 14:24:04 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 316918FC08 for ; Tue, 30 Oct 2012 14:24:03 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id jf20so211764bkc.13 for ; Tue, 30 Oct 2012 07:24:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=3ZY+Jt5n6rnqr5q9/2Z8f2+Ewg8mTzEPdbZj+Rf1+Lk=; b=rnP3BnnjvVm6Lx2v2DDqiLro1U6s1CizA3vxoQui+MFEFuP7XUONTF9QmY8oOsEOq3 CFk+KJsp6ERf1Za2wqoHf65jVP5sqP5tebVbHUxUDuYbYizMQVkKzlpTOCjkLwnGIi2u cq+VapqojLVs4DHGUnzKppTHxHnbsP1R/Z51/Hb/tECIflytdJ40UQFs6Ft7OkRbH1Ma OoNrISS7d61gGAYJm+XS3bZul6w425hqUsqX3XzE124muU8lbLIG7MF/IQbFX2Bzf3ad fN1ooOSNcqhfblgWuLZo8ffKU3YQilDduwXVpPPxL+gJHre4ItRU1BZ6W8FD3N8D6Nwb JtQA== Received: by 10.204.7.213 with SMTP id e21mr10013056bke.32.1351607043180; Tue, 30 Oct 2012 07:24:03 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.50.197 with HTTP; Tue, 30 Oct 2012 07:23:31 -0700 (PDT) In-Reply-To: <508FE1EE.3000603@gmail.com> References: <508D5370.6080404@gwdg.de> <508D7122.30208@gmail.com> <508FD54B.90302@gmail.com> <508FD758.80100@yandex.ru> <508FD8CC.50502@gmail.com> <508FDF16.5060403@gmail.com> <508FE1EE.3000603@gmail.com> From: Chris Rees Date: Tue, 30 Oct 2012 14:23:31 +0000 X-Google-Sender-Auth: pUBwizBWf55cjbtudBkAvyOqnak Message-ID: Subject: Re: lib name on LIB_DEPENDS To: =?ISO-8859-1?Q?Lucas_Sali=E9s_Brum?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: Tue, 30 Oct 2012 14:24:04 -0000 On 30 October 2012 14:19, Lucas Sali=E9s Brum wrote= : > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Em 30/10/2012 11:08, Chris Rees escreveu: > >> On 30 October 2012 14:07, Lucas Sali=E9s Brum wr= ote: >>> >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA1 >>> >>> Em 30/10/2012 10:43, Chris Rees escreveu: >>>> On 30 October 2012 13:40, Lucas Sali=E9s Brum >>>> wrote: >>>>> Em 30/10/2012 10:34, Ruslan Mahmatkhanov escreveu: >>>>>> Lucas Sali=E9s Brum wrote on 30.10.2012 17:25: >>>>>>> Em 28/10/2012 15:31, Chris Rees escreveu: >>>>>>>> Yes, you installed py-feedparser with a different PREFIX somehow := ) >>>>>>>> >>>>>>>> Use pkg_delete -fx py27-feedparser >>>>>>>> >>>>>>>> Once you've done that, you should be able to make your test port >>>>>>>> without problems. >>>>>>>> >>>>>>>> Chris >>>>>>> >>>>>>> http://paste.sistematico.org/19 >>>>>>> How to fix this? >>>>>>> >>>>>>> Thank you all. >>>>>> >>>>>> It complains because py-feedparser is not a shared library. It shoul= d >>>>>> be removed from LIB_DEPENDS and added to BUILD and/or RUN_DEPENDS >>>>>> instead. >>>>>> >>>>> >>>>> In some "strange way" it worked!! hahaha >>>>> Thank you all! >>>>> Really! >>>>> >>>>> But now: >>>>> [lucas@jazz ~]:$ cgmailservice >>>>> cgmailservice: Command not found. >>>>> >>>> >>>> Did you install it afterwards? >>>> >>>> You're running csh, so you should also run "rehash". >>>> >>>> (By the way, csh traditionally uses % for a prompt so you don't >>>> confuse people who look at the $ and think sh/bash!) >>>> >>>> Chris >>> >>> [lucas@jazz ~]:$ rehash >>> [lucas@jazz ~]:$ cgmailservice >>> cgmailservice: Command not found. >>> [lucas@jazz ~]:$ >>> >>> Open another instance of terminal not resolved. >>> >> >> Did you run make install? >> >> Chris > > Yes, im also trying this: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/plist-a= utoplist.html OK, so you probably installed to a different PREFIX. Use pkg_delete -f `make -VPKGNAME` and reinstall it without changing PREFIX this time, then run rehash, then it should work. Chris