[Bug 233621] textproc/enchant - shared lib symlink fails to install
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Nov 29 00:34:31 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233621
Bug ID: 233621
Summary: textproc/enchant - shared lib symlink fails to install
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: gnome at FreeBSD.org
Reporter: dave at jetcafe.org
Flags: maintainer-feedback?(gnome at FreeBSD.org)
Assignee: gnome at FreeBSD.org
FreeBSD 11.2-STABLE and ports branch 2018Q4. So after a poudriere build and a
subsequent pkg upgrade, my libraries look like this:
# ls -l /usr/local/lib/libenchant*
-rw-r--r-- 1 root wheel 60142 Nov 20 06:26 /usr/local/lib/libenchant-2.a
lrwxr-xr-x 1 root wheel 21 Nov 20 06:26 /usr/local/lib/libenchant-2.so@
-> libenchant-2.so.2.2.3
lrwxr-xr-x 1 root wheel 21 Nov 20 06:26
/usr/local/lib/libenchant-2.so.2@ -> libenchant-2.so.2.2.3
-rwxr-xr-x 1 root wheel 40960 Nov 20 06:26
/usr/local/lib/libenchant-2.so.2.2.3*
-rw-r--r-- 1 root wheel 63990 Nov 20 03:44 /usr/local/lib/libenchant.a
-rwxr-xr-x 1 root wheel 44424 Nov 20 03:44
/usr/local/lib/libenchant.so.1.6.0*
Notice there's no libenchant.so.1 symlink. This breaks claws-mail, and probably
anything else attempting to use v1 of the library. The quick fix is:
# cd /usr/local/lib
# ln -s libenchant.so.1.6.0 libenchant.so.1
Now I do note that I have both enchant and enchant2 installed...
# pkg info -r enchant2
enchant2-2.2.3_1:
webkit2-gtk3-2.20.5
# pkg info -r enchant
enchant-1.6.0_8:
webkit-gtk2-2.4.11_17
kdelibs-kde4-4.14.38_6
claws-mail-3.16.0_1
libsexy-0.1.11_10
gtkspell-2.0.16_6
so that may be a consideration. I have build logs if you need those.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gnome
mailing list