ports/186661: epiphany doesn't compile anymore
Volker Nebel
vnebel at web.de
Mon Feb 24 17:59:14 UTC 2014
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
More information about the freebsd-ports-bugs
mailing list