Installing spot-2.6.1... pkg-static: spot-2.6.1 conflicts with libiconv-1.14_11 (installs files into the same place). Problematic file: /usr/local/lib/charset.alias *** Error code 70
Please remove this file.
Thanks!
Yuri
Hi Yuri,
How and on what are you installing Spot ?
On Fri, Aug 10, 2018, 19:09 Yuri yuri@rawbw.com wrote:
Installing spot-2.6.1... pkg-static: spot-2.6.1 conflicts with libiconv-1.14_11 (installs files into the same place). Problematic file: /usr/local/lib/charset.alias *** Error code 70
Please remove this file.
Thanks!
Yuri
Spot mailing list Spot@lrde.epita.fr https://lists.lrde.epita.fr/listinfo/spot
Hi Alexandre,
On 8/10/18 10:29 AM, Alexandre Duret-Lutz wrote:
Hi Yuri,
How and on what are you installing Spot ?
Installing on the FreeBSD. Using the port that I created https://www.freshports.org/math/spot/
I had to delete lib/charset.alias from the package in order for it to be installed.
On Fri, Aug 10, 2018, 19:09 Yuri <yuri@rawbw.com mailto:yuri@rawbw.com> wrote:
Installing spot-2.6.1... pkg-static: spot-2.6.1 conflicts with libiconv-1.14_11 (installs files into the same place). Problematic file: /usr/local/lib/charset.alias *** Error code 70
Yuri
On Fri, Aug 10, 2018 at 7:51 PM Yuri yuri@rawbw.com wrote:
Installing on the FreeBSD. Using the port that I created https://www.freshports.org/math/spot/
I'm glad to see that. Thanks for the port!
I had to delete lib/charset.alias from the package in order for it to be installed.
This file is installed by most packages that uses gnulib (in fact, it's installed OR updated because each package is expected to add a comment to the file as a kind of reference counter to know when the file can be removed). Looking at the ports for GNU Bison or GNU grep, which also use gnulib, I see that they have
USES = charsetfix
and that seems to be the FreeBSD way around this:
https://www.freebsd.org/doc/en/books/porters-handbook/uses-charsetfix.html