[postgis-tickets] [PostGIS] #3936: Setting up bessie iconv errors FreeBSD

PostGIS trac at osgeo.org
Tue Nov 28 13:46:19 PST 2017


#3936: Setting up bessie iconv errors FreeBSD
------------------------+---------------------------
  Reporter:  robe       |      Owner:  robe
      Type:  defect     |     Status:  new
  Priority:  medium     |  Milestone:  PostGIS 2.5.0
 Component:  buildbots  |    Version:  2.4.x
Resolution:             |   Keywords:
------------------------+---------------------------

Comment (by robe):

 hmm meant pkg install


 {{{
 pkg info libiconv
 }}}

 is pretty informative.


 {{{
 libiconv-1.14_11
 Name           : libiconv
 Version        : 1.14_11
 Installed on   : Sun Nov 26 09:52:52 2017 UTC
 Origin         : converters/libiconv
 Architecture   : FreeBSD:11:amd64
 Prefix         : /usr/local
 Categories     : devel converters
 Licenses       : GPLv3
 Maintainer     : gnome at FreeBSD.org
 WWW            : http://www.gnu.org/software/libiconv/
 Comment        : Character set conversion library
 Options        :
         DOCS           : on
         ENCODINGS      : on
         PATCHES        : off
 Shared Libs provided:
         libiconv.so.2
         libcharset.so.1
 Annotations    :
         repo_type      : binary
         repository     : FreeBSD
 Flat size      : 2.21MiB
 }}}


 aha you are right, the /usr/local/bin is in PATH but not include or lib
 folders
 though why does -liconv manage to find the libiconv though if I don't
 explicitly add to ./configure
 or is it just dumb luck because proj is installed in /usr/local/lib so
 doing --with-proj makes the compile work


 {{{
 echo $PATH
 }}}

 outputs:
 {{{
 /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/robe/bin
 }}}


 I think I got to start experimenting with Jails next and run all jobs in a
 jail.

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3936#comment:10>
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