Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2018 00:34:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 233621] textproc/enchant - shared lib symlink fails to install
Message-ID:  <bug-233621-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233621

            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@FreeBSD.org
          Reporter: dave@jetcafe.org
             Flags: maintainer-feedback?(gnome@FreeBSD.org)
          Assignee: gnome@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 prob=
ably
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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233621-6497>