From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 24 17:59:14 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A65FD5 for ; Mon, 24 Feb 2014 17:59:14 +0000 (UTC) Received: from mout.web.de (mout.web.de [212.227.15.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1074131E for ; Mon, 24 Feb 2014 17:59:13 +0000 (UTC) Received: from macmini.ror.de ([91.47.125.213]) by smtp.web.de (mrweb103) with ESMTPSA (Nemesis) id 0Lnj7L-1WtYDf0gGN-00hv6E for ; Mon, 24 Feb 2014 18:46:08 +0100 Received: by macmini.ror.de (Postfix, from userid 1001) id 1B0D84E63D; Mon, 24 Feb 2014 18:45:34 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by macmini.ror.de (Postfix) with ESMTP id 08A7B4E63C; Mon, 24 Feb 2014 18:45:33 +0100 (CET) Date: Mon, 24 Feb 2014 18:45:33 +0100 (CET) From: Volker Nebel X-X-Sender: volker@macmini.ror.de To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/186661: epiphany doesn't compile anymore In-Reply-To: <201402111920.s1BJK0fl019596@freefall.freebsd.org> Message-ID: References: <201402111920.s1BJK0fl019596@freefall.freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Provags-ID: V03:K0:B4zWWQx33RYwEV4zFRA1mGORuekt8bZye8vkF6t64yzwFoC7AQ6 K3XdYLWaDNlr1VzspC9wR8YY8uFtWUxTRrqEWmusLCRQl+w6oIDHRwYXpwaqZHWq/2Qrlad ttuD7D1rTz02cDFkQYimHJUadhb2I1GtYV3r0UaoV4Z6QIXxlOMVC48wj9z626Z7yoHYvdA KD+BZN1efaLnj1QLJqnAQ== X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2014 17:59:14 -0000 Hi, today I could solve the issue by performing the following steps: [CMD=""]find /usr/local/ -name "libicui18n.so.*" -print[\CMD] [CMD=""]pkg which /usr/local/lib/libicui18n.so.52[\CMD] This gave me "was installed by package icu-52.1" This looked more recent than file missed by libseed.so.0. So I tried [CMD=""]find /usr/local/ -name "libseed.so.0" -print[\CMD] [CMD=""]pkg which /usr/local/lib/libseed.so.0[\CMD] This gave "was installed by package seed-2.31.91_2" All I had to do was [CMD=""]cd /usr/ports/devel/seed[\CMD] [CMD=""]make deinstall[\CMD] [CMD=""]make clean[\CMD] [CMD=""]make distclean[\CMD] [CMD=""]make install[\CMD] [CMD=""]cd /usr/ports/www/epiphany[\CMD] [CMD=""]make install[\CMD] And it works fine. Best regards, Volker