Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2014 18:45:33 +0100 (CET)
From:      Volker Nebel <vnebel@web.de>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/186661: epiphany doesn't compile anymore
Message-ID:  <alpine.BSF.2.00.1402241835060.82421@macmini.ror.de>
In-Reply-To: <201402111920.s1BJK0fl019596@freefall.freebsd.org>
References:  <201402111920.s1BJK0fl019596@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1402241835060.82421>