From owner-freebsd-ports@freebsd.org Thu Jul 20 09:10:19 2017 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 28342DAD13D for ; Thu, 20 Jul 2017 09:10:19 +0000 (UTC) (envelope-from bob@eager.cx) Received: from kipling.tavi.co.uk (kipling.tavi.co.uk [81.187.145.130]) by mx1.freebsd.org (Postfix) with ESMTP id D86AC3A22 for ; Thu, 20 Jul 2017 09:10:18 +0000 (UTC) (envelope-from bob@eager.cx) Received: from kipling.tavi.co.uk (localhost [127.0.0.1]) by kipling.tavi.co.uk (Postfix) with ESMTP id C9C3F892C0 for ; Thu, 20 Jul 2017 10:10:06 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eager.cx; h=date:from:to :subject:message-id:mime-version:content-type :content-transfer-encoding; s=selector1; bh=C0aEuPrRjpELIioqxkNN 4GusC+A=; b=Sy11xODmGw878LOOYSRgDofZH8z91TBUMObMLOYM9iODVGfoYnqp xdlm0d2Ryq+9lp46MV4DoDZP3LuVfZqVfcrqRw9LxKveSl5BddkAGHz2HsXIAYE5 uI08WxrJ9dBJqyLNXIt7bDFuZkq4/uETarXfUrTwxsuz5IVw87k0ycY= Received: from raksha.tavi.co.uk (raksha.tavi.co.uk [81.187.145.139]) (Authenticated sender: rde@tavi.co.uk) by kipling.tavi.co.uk (Postfix) with ESMTPA id 860E4892C8 for ; Thu, 20 Jul 2017 10:10:06 +0100 (BST) Date: Thu, 20 Jul 2017 10:10:06 +0100 From: Bob Eager To: freebsd-ports@freebsd.org Subject: gnucash conflicts with guile? Message-ID: <20170720101006.1db43b69@raksha.tavi.co.uk> X-Mailer: Claws Mail 3.15.0 (GTK+ 2.24.31; i386-portbld-freebsd11.0) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAMFBMVEUwXjFLc0vD0cS7y7zw9PDZ4tkWSRaVrZZ+m39qi2tXfVj////7+/utwK4IPggAOAAJUUA7AAABKklEQVQ4jWPYjQMwDFYJp0NKEKCNJmEf9h8CsimXiL2e33s3/e7F7K2Cs3f3dCMkQkMKj4YuCY3K3iR+e7fMaiSjvkX0/5cFGrWpe2uLzOpaExUVqMS/8PX/Re5ey960OLBTZpFA8+IlSBKPQ92zNyUUBsosN58uIY0k8f+/ONCoYytkVuhWzVwNkYiYbqk5M3NmOVBi41YZ8RsGF7shEtFb5KJ3r969CyixM7OTPeFUxG2IxLO8/9/SvqXlc+/x3h295YzLlj2nIRJQj//nRvc5TEIal8RsXBLVuCQwIgoq/u80DomP6HEOk/iOS+IJLonZOCT+ReOQ+Lkbh0QKLonbOCR+7MYhsRqHBJrVcIl/1TgklqKLQyQ+tGKIgyQOqXpjig94diZRAgAXmDX6jyWafAAAAABJRU5ErkJggg====== MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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, 20 Jul 2017 09:10:19 -0000 I have just tried to build gnucash, but it seems to have a conflict with guile, of all things: gmake[5]: Leaving directory '/usr/ports/lang/guile/work/guile-1.8.8' gmake[4]: Leaving directory '/usr/ports/lang/guile/work/guile-1.8.8' gmake[3]: Leaving directory '/usr/ports/lang/guile/work/guile-1.8.8' gmake[2]: Leaving directory '/usr/ports/lang/guile/work/guile-1.8.8' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libguilereadline-v-17.so.17.0.3 is linked to /usr/local/lib/libreadline.so.6 from devel/readline but it is not declared as a dependency Warning: you need USES+=readline ===> Installing for guile-1.8.8_3 ===> Checking if guile already installed ===> Registering installation for guile-1.8.8_3 as automatic Installing guile-1.8.8_3... pkg-static: guile-1.8.8_3 conflicts with guile2-2.0.14 (installs files into the same place). Problematic file: /usr/local/bin/guile *** Error code 70 Stop. make[1]: stopped in /usr/ports/lang/guile *** Error code 1 Stop. make: stopped in /usr/ports/finance/gnucash Does anyone else know about this, and any workaround? -- Bob