[postgis-tickets] [PostGIS] #3003: Will just not compile anymore on FreeBSD 10.1

PostGIS trac at osgeo.org
Fri Nov 28 09:39:41 PST 2014


#3003: Will just not compile anymore on FreeBSD 10.1
------------------------+---------------------------------------------------
 Reporter:  martin5519  |       Owner:  pramsey      
     Type:  defect      |      Status:  new          
 Priority:  high        |   Milestone:  PostGIS 2.1.5
Component:  postgis     |     Version:  2.1.x        
 Keywords:              |  
------------------------+---------------------------------------------------

Comment(by martin5519):

 I'll look at the paths issue - that came up before and I had tried to
 modify the paths.

 I did not have iconv installed but I did have libiconv installed.  I have
 iconv installed now as well (no difference):

 root at database:~martin/postgis-2.1.4 # whereis iconv
 iconv: /usr/bin/iconv /usr/share/man/man1/iconv.1.gz
 /usr/ports/converters/iconv
 root at database:~martin/postgis-2.1.4 # pkg info | grep iconv
 iconv-2.0_4                    Charset conversion library and utilities
 libiconv-1.14_4                Character set conversion library

 I googled that error you're concerned about - I found the following:

  Sep 23, 2014; 8:15pm
 Re: //lib/libm.so.5: could not read symbols: Bad value and /usr/bin/ld: :
 invalid DSO for symbol `sin@@FBSD_1.0' definition
 Justin Hibbits-2
 234 posts

 Actually it's an issue with the port.  The toolchain guys made ld more
 strict, requiring all libraries to be specified on the command line,
 rather than following the DT_NEEDED links.  There is a whole host of
 ports that have the problem of missing -lm.  Some have been fixed, but
 many more remain.

 - Justin

 So, I suspect this should be fixed first and foremost?  Your thoughts?

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3003#comment:8>
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