[GRASS-user] SVN problems

Hi all,

I'm trying to checkout the code from SVN but when I issue the command

svn checkout https://svn.osgeo.org/grass/grass/branches/develbranch_6
grass6_devel

I get the following error:
svn: OPTIONS of
'https://svn.osgeo.org/grass/grass/branches/develbranch_6’: could not
connect to server (https://svn.osgeo.org)

Is it me? Or is the server experiencing problems?

Thanks
Daniel

On Mon, Aug 16, 2010 at 11:57 PM, Daniel Victoria
<daniel.victoria@gmail.com> wrote:

Hi all,

I'm trying to checkout the code from SVN but when I issue the command

svn checkout https://svn.osgeo.org/grass/grass/branches/develbranch_6
grass6_devel

I get the following error:
svn: OPTIONS of
'https://svn.osgeo.org/grass/grass/branches/develbranch_6’: could not
connect to server (https://svn.osgeo.org)

Is it me?

Try
http://downforeveryoneorjustme.com/

Or is the server experiencing problems?

From Italy it looks good at time, no problems.

Markus

It's probably some local problem then.... I can ping the server but
can't checkout the code...

Daniel

On Mon, Aug 16, 2010 at 7:59 PM, Markus Neteler <neteler@osgeo.org> wrote:

On Mon, Aug 16, 2010 at 11:57 PM, Daniel Victoria
<daniel.victoria@gmail.com> wrote:

Hi all,

I'm trying to checkout the code from SVN but when I issue the command

svn checkout https://svn.osgeo.org/grass/grass/branches/develbranch_6
grass6_devel

I get the following error:
svn: OPTIONS of
'https://svn.osgeo.org/grass/grass/branches/develbranch_6’: could not
connect to server (https://svn.osgeo.org)

Is it me?

Try
http://downforeveryoneorjustme.com/

Or is the server experiencing problems?

From Italy it looks good at time, no problems.

Markus

Well, I'm a bit embarrassed but I found the problem... Wrong proxy
settings.... I checked out the code from SVN just fine but now I'm
having problems compiling.

I get errors in lib/gmath that says:

/home/daniel/grass/grass6_devel/lib/gmath/blas_level_1.c:91:
undefined reference to `sqrt'

Am I missing some library?

Daniel

On Mon, Aug 16, 2010 at 8:57 PM, Daniel Victoria
<daniel.victoria@gmail.com> wrote:

It's probably some local problem then.... I can ping the server but
can't checkout the code...

Daniel

On Mon, Aug 16, 2010 at 7:59 PM, Markus Neteler <neteler@osgeo.org> wrote:

On Mon, Aug 16, 2010 at 11:57 PM, Daniel Victoria
<daniel.victoria@gmail.com> wrote:

Hi all,

I'm trying to checkout the code from SVN but when I issue the command

svn checkout https://svn.osgeo.org/grass/grass/branches/develbranch_6
grass6_devel

I get the following error:
svn: OPTIONS of
'https://svn.osgeo.org/grass/grass/branches/develbranch_6’: could not
connect to server (https://svn.osgeo.org)

Is it me?

Try
http://downforeveryoneorjustme.com/

Or is the server experiencing problems?

From Italy it looks good at time, no problems.

Markus

Daniel Victoria wrote:

I get errors in lib/gmath that says:

/home/daniel/grass/grass6_devel/lib/gmath/blas_level_1.c:91:
undefined reference to `sqrt'

Am I missing some library?

No; it's a bug in lib/gmath/Makefile, which should have $(MATHLIB) in
the definition of EXTRA_LIBS.

$(MATHLIB) (typically -lm) will usually get pulled in anyhow (e.g. via
$(FFTWLIB)), hence the reason that no-one has noticed this before.

--
Glynn Clements <glynn@gclements.plus.com>

Got it working now! I did not have FFTW included in the compilation.
Once I installed the libraries and set the --with-fftw flag it all
worked. Grass 6.5 looks very nice. I'm particularly eager to try out
the modeler :slight_smile: Looks very nice! Congrats all!

Daniel

On Wed, Aug 18, 2010 at 2:43 AM, Glynn Clements
<glynn@gclements.plus.com> wrote:

Daniel Victoria wrote:

I get errors in lib/gmath that says:

/home/daniel/grass/grass6_devel/lib/gmath/blas_level_1.c:91:
undefined reference to `sqrt'

Am I missing some library?

No; it's a bug in lib/gmath/Makefile, which should have $(MATHLIB) in
the definition of EXTRA_LIBS.

$(MATHLIB) (typically -lm) will usually get pulled in anyhow (e.g. via
$(FFTWLIB)), hence the reason that no-one has noticed this before.

--
Glynn Clements <glynn@gclements.plus.com>

Hi,

2010/8/18 Daniel Victoria <daniel.victoria@gmail.com>:

Got it working now! I did not have FFTW included in the compilation.
Once I installed the libraries and set the --with-fftw flag it all
worked. Grass 6.5 looks very nice. I'm particularly eager to try out
the modeler :slight_smile: Looks very nice! Congrats all!

the modeler is under active development. Please report bugs or wishes
on trac if needed.

Martin

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa

Glynn Clements wrote:

> I get errors in lib/gmath that says:
>
> /home/daniel/grass/grass6_devel/lib/gmath/blas_level_1.c:91:
> undefined reference to `sqrt'
>
> Am I missing some library?

No; it's a bug in lib/gmath/Makefile, which should have $(MATHLIB) in
the definition of EXTRA_LIBS.

Fixed in r43160.

--
Glynn Clements <glynn@gclements.plus.com>

> > I get errors in lib/gmath that says:
> >
/home/daniel/grass/grass6_devel/lib/gmath/blas_level_1.c:91:
> > undefined reference to `sqrt'
> >
> > Am I missing some library?

Glynn:

> No; it's a bug in lib/gmath/Makefile, which should have
> $(MATHLIB) in the definition of EXTRA_LIBS.

Fixed in r43160.

backport to 6.4?

Hamish

Hamish wrote:

> > > I get errors in lib/gmath that says:
> > >
> /home/daniel/grass/grass6_devel/lib/gmath/blas_level_1.c:91:
> > > undefined reference to `sqrt'
> > >
> > > Am I missing some library?
Glynn:
> > No; it's a bug in lib/gmath/Makefile, which should have
> > $(MATHLIB) in the definition of EXTRA_LIBS.
>
> Fixed in r43160.

backport to 6.4?

Yes.

--
Glynn Clements <glynn@gclements.plus.com>