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:   maintainer-feedback requested: [Bug 233621] textproc/enchant - shared lib symlink fails to install
Message-ID:  <bug-233621-6497-07ZYHpiAOt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233621-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233621-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gnome mailing =
list
<gnome@FreeBSD.org> for maintainer-feedback:
Bug 233621: textproc/enchant - shared lib symlink fails to install
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233621



--- Description ---
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.



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