From owner-freebsd-ports@freebsd.org Thu Nov 17 00:44:20 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E585C41832 for ; Thu, 17 Nov 2016 00:44:20 +0000 (UTC) (envelope-from anatoly@kazanfieldhockey.ru) Received: from kazanfieldhockey.ru (kazanfieldhockey.ru [78.138.152.250]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "kazanfieldhockey.ru", Issuer "kazanfieldhockey.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 04C0B9CD for ; Thu, 17 Nov 2016 00:44:19 +0000 (UTC) (envelope-from anatoly@kazanfieldhockey.ru) Received: from asd2 (host-175-22.static.telecet.ru [87.117.175.22] (may be forged)) (authenticated bits=0) by kazanfieldhockey.ru (8.14.3/8.14.3) with ESMTP id uAH0cdGE017598 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Thu, 17 Nov 2016 03:38:41 +0300 (MSK) (envelope-from anatoly@kazanfieldhockey.ru) Date: Thu, 17 Nov 2016 03:38:45 +0300 From: Anatoly To: freebsd-ports@freebsd.org Subject: Re: geda ports 1.8 and guile version conflict Message-ID: <20161117033845.6be68377@asd2> In-Reply-To: <20161114032454.M14662@i805.com.br> References: <20161113190426.M67428@i805.com.br> <20161114032454.M14662@i805.com.br> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd10.2) MIME-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2016 00:44:20 -0000 On Mon, 14 Nov 2016 00:25:33 -0300 "Nilton Jose Rizzo" wrote: Just hit this problem too. FreeBSD 10.2-RELEASE-p24 > Hi all, I need to use a gEDA ports to create schemas and > PCBs, but from the lastest upgrade on my FreeBSD 12-current, it's not > more possible because the guile lib have a version conflict. > > Some ports work with guile2 and gEDA needs a 1.8 version > both use the same locations /usr/local/bin. > > Have some other problems that I would like to share with you > but I need to create a paper, because I have a long list with > this problems. > > It's to hard to create a path with version to binaries > and/or library, like this: > > /usr/local/bin/guile/guile > /usr/local/bin/guile2/guile > > and create a link to the /usr/local/bin like this: > > ln -s /usr/local/bin/guile/guile /usr/local/bin/guile18 > ln -s /usr/local/bin/quile2/guile /use/local/bin/guile2 > > it's just done to clang and llvm, and i not understand > why I need to compile a ports int FreeBSD 12-current with > a clang and llvm 3.6 or 3.7, if I just have a 3.8 version > > Thanx! > > --- > /************************************************* > **Nilton Jos'e Rizzo UFRRJ > **http://www.rizzo.eng.br http://www.ufrrj.br > **http://lattes.cnpq.br/0079460703536198 > **************************************************/ > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to > "freebsd-ports-unsubscribe@freebsd.org"