Date: Wed, 09 May 2018 10:37:02 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-feedback requested: [Bug 228091] textproc/gtkspell3 has wrong iso-codes prefix Message-ID: <bug-228091-6497-sqOvbTMuxb@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-228091-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-228091-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 228091: textproc/gtkspell3 has wrong iso-codes prefix https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228091 --- Description --- We can see package build log in http://gohan4.ysv.freebsd.org/data/11stable-amd64-quarterly-baseline/469160= /log s/gtkspell3-3.0.8.log In this log, iso-codes prefix is configured to /usr but it should be /usr/local. ``` configure: iso-codes prefix: /usr `` So, my evolution (gnome3 application) warns as follows. ``` ** (evolution:1376): WARNING **: iso_639.xml: Failed to open file '/usr/share/xml/iso-codes/iso_639.xml': open() failed: No such file or directory ** (evolution:1376): WARNING **: iso_3166.xml: Failed to open file '/usr/share/xml/iso-codes/iso_3166.xml': open() failed: No such file or directory ``` Workaround is to build gtkspell3 from ports tree. I think gtkspell3 should have iso-codes in dependencies.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228091-6497-sqOvbTMuxb>