grass-web Digest, Vol 32, Issue 1

1 message Options
Embed this post
Permalink
grass-web-request

grass-web Digest, Vol 32, Issue 1

Reply Threaded More More options
Print post
Permalink
Send grass-web mailing list submissions to
        [hidden email]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.osgeo.org/mailman/listinfo/grass-web
or, via email, send a message with subject or body 'help' to
        [hidden email]

You can reach the person managing the list at
        [hidden email]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of grass-web digest..."


Today's Topics:

   1.  Re: [GRASS-dev] compile error in grass-6.4.0RC1/gui/wxpython
      (Otto Dassau)
   2.  Re: [GRASS-dev] compile error in grass-6.4.0RC1/gui/wxpython
      (Markus Neteler)
   3. Re:  Re: [GRASS-dev] compile error in
      grass-6.4.0RC1/gui/wxpython (Martin Landa)


----------------------------------------------------------------------

Message: 1
Date: Fri, 9 Jan 2009 16:04:34 +0100
From: Otto Dassau <[hidden email]>
Subject: [GRASS-web] Re: [GRASS-dev] compile error in
        grass-6.4.0RC1/gui/wxpython
To: [hidden email]
Cc: [hidden email]
Message-ID: <20090109160434.113af30d@nature>
Content-Type: text/plain; charset=US-ASCII

Hi,

I have now changed the OpenSuSE build server from GRASS 6.3 to 6.4 RC1. As for
the version 6.3 I commented gui/wxpython/vdigit in gui/wxpython/Makefile to make
it build.

Packages are available for OpenSuSE 10.3, SLE_10, 11.0 and 11.1 i586 and x86_64.
Can you please add this change to http://grass.osgeo.org/download/index.php and
move the OpenSUSE Geo Repository link from 6.3 to 6.4?

thanks a lot
 Otto

On Thu, 8 Jan 2009 15:36:22 +0100
Otto Dassau <[hidden email]> wrote:

> On Thu, 8 Jan 2009 15:20:55 +0100
> "Martin Landa" <[hidden email]> wrote:
>
> > Hi,
> >
> > 2009/1/7 Glynn Clements <[hidden email]>:
> > >
> > > Martin Landa wrote:
> > >
> > >> > make[3]: Entering directory
> > >> > `/usr/src/packages/BUILD/grass-6.4.0RC1/gui/wxpython' python
> > >> > gui_modules/menudata.py
> > >> > /usr/src/packages/BUILD/grass-6.4.0RC1/dist.i686-pc-linux-gnu >
> > >> > menustrings.py
> > >> > Traceback (most recent call last): File "gui_modules/menudata.py", line
> > >> > 24, in
> > >> > <module> import elementtree.ElementTree as etree # Python <= 2.4
> > >> > ImportError: No module named elementtree.ElementTree
> > >>
> > >> in Debian it's python-elementtree.
> > >
> > > What? As in, they renamed the module so it doesn't work?
> > >
> > > elementtree.ElementTree (xml.etree.ElementTree in >= 2.5) is part of
> > > the core Python library, which is expected to be installed alongside
> > > Python.
> >
> > hm, it seems to me that if you are using python <= 2.4 you need to
> > install python-elementtree package - at least on Debian.
>
> the problem above occurs with opensuse 11.0 (python 2.5.2). Maybe this
> information is helpful:
> http://lists.opensuse.org/opensuse-factory/2007-02/msg00177.html
>
>  Otto
>
> > Martin
> >
> _______________________________________________
> grass-dev mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/grass-dev


------------------------------

Message: 2
Date: Fri, 9 Jan 2009 16:44:53 +0100
From: "Markus Neteler" <[hidden email]>
Subject: [GRASS-web] Re: [GRASS-dev] compile error in
        grass-6.4.0RC1/gui/wxpython
To: "Otto Dassau" <[hidden email]>
Cc: GRASS-web <[hidden email]>, [hidden email]
Message-ID:
        <[hidden email]>
Content-Type: text/plain; charset=ISO-8859-1

On Fri, Jan 9, 2009 at 4:04 PM, Otto Dassau <[hidden email]> wrote:
> Hi,
>
> I have now changed the OpenSuSE build server from GRASS 6.3 to 6.4 RC1. As for
> the version 6.3 I commented gui/wxpython/vdigit in gui/wxpython/Makefile to make
> it build.

(I assume due to the libgdi.so issue?)

Shouldn't --without.wxpython work?

> Packages are available for OpenSuSE 10.3, SLE_10, 11.0 and 11.1 i586 and x86_64.
> Can you please add this change to http://grass.osgeo.org/download/index.php and
> move the OpenSUSE Geo Repository link from 6.3 to 6.4?

Done:
http://grass.osgeo.org/download/index.php#g64x

Markus

> thanks a lot
>  Otto
>
> On Thu, 8 Jan 2009 15:36:22 +0100
> Otto Dassau <[hidden email]> wrote:
>
>> On Thu, 8 Jan 2009 15:20:55 +0100
>> "Martin Landa" <[hidden email]> wrote:
>>
>> > Hi,
>> >
>> > 2009/1/7 Glynn Clements <[hidden email]>:
>> > >
>> > > Martin Landa wrote:
>> > >
>> > >> > make[3]: Entering directory
>> > >> > `/usr/src/packages/BUILD/grass-6.4.0RC1/gui/wxpython' python
>> > >> > gui_modules/menudata.py
>> > >> > /usr/src/packages/BUILD/grass-6.4.0RC1/dist.i686-pc-linux-gnu >
>> > >> > menustrings.py
>> > >> > Traceback (most recent call last): File "gui_modules/menudata.py", line
>> > >> > 24, in
>> > >> > <module> import elementtree.ElementTree as etree # Python <= 2.4
>> > >> > ImportError: No module named elementtree.ElementTree
>> > >>
>> > >> in Debian it's python-elementtree.
>> > >
>> > > What? As in, they renamed the module so it doesn't work?
>> > >
>> > > elementtree.ElementTree (xml.etree.ElementTree in >= 2.5) is part of
>> > > the core Python library, which is expected to be installed alongside
>> > > Python.
>> >
>> > hm, it seems to me that if you are using python <= 2.4 you need to
>> > install python-elementtree package - at least on Debian.
>>
>> the problem above occurs with opensuse 11.0 (python 2.5.2). Maybe this
>> information is helpful:
>> http://lists.opensuse.org/opensuse-factory/2007-02/msg00177.html
>>
>>  Otto
>>
>> > Martin
>> >
>> _______________________________________________
>> grass-dev mailing list
>> [hidden email]
>> http://lists.osgeo.org/mailman/listinfo/grass-dev
> _______________________________________________
> grass-dev mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/grass-dev
>



--
Open Source Geospatial Foundation
http://www.osgeo.org/
http://www.grassbook.org/


------------------------------

Message: 3
Date: Fri, 9 Jan 2009 16:50:17 +0100
From: "Martin Landa" <[hidden email]>
Subject: Re: [GRASS-web] Re: [GRASS-dev] compile error in
        grass-6.4.0RC1/gui/wxpython
To: "Markus Neteler" <[hidden email]>
Cc: GRASS-web <[hidden email]>, [hidden email]
Message-ID:
        <[hidden email]>
Content-Type: text/plain; charset=ISO-8859-1

Hi,

2009/1/9 Markus Neteler <[hidden email]>:
>> I have now changed the OpenSuSE build server from GRASS 6.3 to 6.4 RC1. As for
>> the version 6.3 I commented gui/wxpython/vdigit in gui/wxpython/Makefile to make
>> it build.
>
> (I assume due to the libgdi.so issue?)
>
> Shouldn't --without.wxpython work?

if you configure '--with-widgets=no' wxVdigit and xwNviz will be not compiled.

Martin

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


------------------------------

_______________________________________________
grass-web mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-web


End of grass-web Digest, Vol 32, Issue 1
****************************************