[postgis-tickets] [PostGIS] #3936: Setting up bessie iconv errors FreeBSD
PostGIS
trac at osgeo.org
Sun Nov 26 18:02:51 PST 2017
#3936: Setting up bessie iconv errors FreeBSD
------------------------+----------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: Management 2.0
Component: buildbots | Version: 2.4.x
Resolution: | Keywords:
------------------------+----------------------------
Comment (by robe):
As noted on mailing list Bessie has 2 iconvs.
One located in /usr/bin/iconv
{{{
/usr/bin/iconv --version
}}}
outputs
{{{
iconv: unrecognized option `--version'
Usage: iconv [-cs] -f <from_code> -t <to_code> [file ...]
iconv -f <from_code> [-cs] [-t <to_code>] [file ...]
iconv -t <to_code> [-cs] [-f <from_code>] [file ...]
iconv -l
}}}
and another
{{{
/usr/local/bin/iconv --version
}}}
outputs
{{{
iconv (GNU libiconv 1.14)
Copyright (C) 2000-2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Bruno Haible.
}}}
The /usr/local/bin/iconv seems to respond to usual command --version.
The other does not.
Seems the default when I call
iconv is the /usr/bin/iconv
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3936#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list