[GRASS-dev] Is grass70b4 compiling on FreeBSD ?

2014-12-29 Thread Fábio Dias
Hello all, Is the 'current' beta release version compiling on freebsd? I got the code from the release and I tried with freebsd 10.1 and got some error regarding libiconv, mostly on the new 'temporal' tools. If there's anything I can do to help :) thanks for the work, highly appreciated. F -=

Re: [GRASS-dev] Is grass70b4 compiling on FreeBSD ?

2014-12-29 Thread Markus Neteler
Hi Fábio, On Mon, Dec 29, 2014 at 10:41 PM, Fábio Dias wrote: > Hello all, > > Is the 'current' beta release version compiling on freebsd? ideally yes. > I got the code from the release and I tried with freebsd 10.1 and got > some error regarding libiconv, mostly on the new 'temporal' tools. >

Re: [GRASS-dev] Is grass70b4 compiling on FreeBSD ?

2014-12-29 Thread Fábio Dias
Hi, So, I started with a fresh checkout (from the URL you told me to switch to). The full log is on http://pastebin.com/2n9vswif The "important" part, afaik, is : /usr/home/diasf/releasebranch_7_0/dist.x86_64-unknown-freebsd10.1/lib/libgrass_gis.7.0.0svn.so: undefined reference to `libiconv' /us

Re: [GRASS-dev] Is grass70b4 compiling on FreeBSD ?

2014-12-30 Thread Markus Neteler
On Tue, Dec 30, 2014 at 1:31 AM, Fábio Dias wrote: > Hi, > > So, I started with a fresh checkout (from the URL you told me to switch to). ok, fine. > The full log is on http://pastebin.com/2n9vswif > > The "important" part, afaik, is : > /usr/home/diasf/releasebranch_7_0/dist.x86_64-unknown-free

Re: [GRASS-dev] Is grass70b4 compiling on FreeBSD ?

2014-12-30 Thread Fábio Dias
Sorry for the delay, I got stuck recompiling all packages that used png :) I looked at the output from configure (which I'll post fully tomorrow, if needed), and no error was found regarding liconv. I was checking the UPDATING file from ports, apparently, some functionality from libiconv was moved

Re: [GRASS-dev] Is grass70b4 compiling on FreeBSD ?

2014-12-31 Thread Markus Neteler
On Wed, Dec 31, 2014 at 5:29 AM, Fábio Dias wrote: > Sorry for the delay, I got stuck recompiling all packages that used png :) No problem. > I looked at the output from configure (which I'll post fully tomorrow, > if needed), and no error was found regarding liconv. But what did it report? On

Re: [GRASS-dev] Is grass70b4 compiling on FreeBSD ?

2014-12-31 Thread Glynn Clements
Fábio Dias wrote: > The "important" part, afaik, is : > /usr/home/diasf/releasebranch_7_0/dist.x86_64-unknown-freebsd10.1/lib/libgrass_gis.7.0.0svn.so: > undefined reference to `libiconv' > /usr/home/diasf/releasebranch_7_0/dist.x86_64-unknown-freebsd10.1/lib/libgrass_gis.7.0.0svn.so: > undefined

Re: [GRASS-dev] Is grass70b4 compiling on FreeBSD ?

2015-01-06 Thread Fábio Dias
# locate iconv.h /usr/include/iconv.h /usr/include/sys/iconv.h /usr/local/include/boost/math/special_functions/detail/iconv.hpp /usr/local/include/iconv.h /usr/local/include/libgsf-1/gsf/gsf-output-iconv.h /usr/local/lib/gcc48/include/c++/gnu/gcj/convert/Input_iconv.h /usr/local/lib/gcc48/include/c

Re: [GRASS-dev] Is grass70b4 compiling on FreeBSD ?

2015-01-07 Thread Glynn Clements
Fábio Dias wrote: > The files /usr/include/iconv.h and /usr/local/include/iconv.h are different. Does /usr/include/iconv.h contain the macros? #define iconv_open libiconv_open #define iconv libiconv #define iconv_close libiconv_close If not, it looks like it's now picki

Re: [GRASS-dev] Is grass70b4 compiling on FreeBSD ?

2015-01-08 Thread Fábio Dias
Full installation log, fresh system: http://pastebin.com/ARDd1HQv /usr/include/iconv.h http://pastebin.com/yf6ycz66 /usr/local/include/iconv.h (installed by cairo afaik) http://pastebin.com/7BMNAMYA gmake on lib/gis http://pastebin.com/PAgAfnfh As far as I understood, not all things iconv are

Re: [GRASS-dev] Is grass70b4 compiling on FreeBSD ?

2015-01-10 Thread Glynn Clements
Fábio Dias wrote: > Full installation log, fresh system: > http://pastebin.com/ARDd1HQv > > > /usr/include/iconv.h > http://pastebin.com/yf6ycz66 > > /usr/local/include/iconv.h (installed by cairo afaik) > http://pastebin.com/7BMNAMYA > > gmake on lib/gis > http://pastebin.com/PAgAfnfh IOW,

Re: [GRASS-dev] Is grass70b4 compiling on FreeBSD ?

2015-01-11 Thread Fábio Dias
(@64055) Additional stuff # portmaster databases/py-sqlite3 textproc/xmlcatmgr x11-toolkits/wxgtk28 x11-toolkits/py-wxPython28 (default options all around - takes a while and pulls in a lot of stuff) then I removed the /usr/local/include/iconv.h $ ./configure ... $ gmake Errors in: /usr/home/di

Re: [GRASS-dev] Is grass70b4 compiling on FreeBSD ?

2015-01-11 Thread Glynn Clements
Fábio Dias wrote: > Errors in: > /usr/home/diasf/grass70_release/gui/wxpython/iclass > > ImportError: Numeric,numarray or NumPy not found. > > > Which is weird, because math/py-numpy is already installed. This is a known issue with the wx.lib.plot module: http://lists.osgeo.org/pipermail