[GRASS-dev] build error in wxpython (grass6_devel)

Massimo Di Stefano massimodisasha at gmail.com
Sun Jul 4 19:45:04 EDT 2010


Hi Markus,

> svn status gui/wxpython/gui_modules/

give me no outputs.

i tried to rebuild all the code doing :

cd /usr/local/src/gis/grass6_devel/
make distclean
rm -rf gui/
svn up
./configure ...
make

but the error persists :


make[1]: `/usr/local/src/gis/grass6_devel/dist.x86_64-unknown-linux-gnu/etc/wxpython/gui_modules/nviz_mapdisp.pyc' is up to date.
make[1]: `/usr/local/src/gis/grass6_devel/dist.x86_64-unknown-linux-gnu/etc/wxpython/gui_modules/nviz_preferences.pyc' is up to date.
make[1]: `/usr/local/src/gis/grass6_devel/dist.x86_64-unknown-linux-gnu/etc/wxpython/gui_modules/nviz.pyc' is up to date.
python -m py_compile /usr/local/src/gis/grass6_devel/dist.x86_64-unknown-linux-gnu/etc/wxpython/gui_modules/nviz_tools.py
SyntaxError: ('invalid syntax', ('/usr/local/src/gis/grass6_devel/dist.x86_64-unknown-linux-gnu/etc/wxpython/gui_modules/nviz_tools.py', 2860, 2, '<<<<<<< .working\n'))
make[1]: *** [/usr/local/src/gis/grass6_devel/dist.x86_64-unknown-linux-gnu/etc/wxpython/gui_modules/nviz_tools.pyc] Error 1
make[1]: Leaving directory `/usr/local/src/gis/grass6_devel/gui/wxpython'
make: *** [install_scripts] Error 2


i opened the file 

/usr/local/src/gis/grass6_devel/dist.x86_64-unknown-linux-gnu/etc/wxpython/gui_modules/nviz_tools.py

it show me at line 2860   :   "<<<<<<< .working"


i deleted this line, then going ahead in the build process i got this log :

>> http://www.geofemengineering.it/data/log2.txt

Massimo.

Il giorno 04/lug/2010, alle ore 22.54, Markus Neteler ha scritto:

> On Sun, Jul 4, 2010 at 10:43 PM, Massimo Di Stefano
> <massimodisasha at gmail.com> wrote:
>> Hi All
>> 
>> tring to upgrade grass i had a build error on both osx and linux (debian)
>> 
>> this the build log from the debian machine running make in the wxpython directory :
>> 
>> http://www.geofemengineering.it/data/grass_build_log.txt
>> 
>>  i it acommon problem or something goes wrong on my system ?
>> hope the log can help a bit.
> 
> Yes:
> 
> SyntaxError: ('invalid syntax',
> ('/usr/local/src/gis/grass6_devel/dist.x86_64-unknown-linux-gnu/etc/wxpython/gui_modules/nviz_tools.py',
> 2860, 2, '<<<<<<< .working\n'))
> 
> says that you have a patch error (guess you have local changes and
> SVN didn't merge in properly updates from the server)
> 
> Try
> svn status gui/wxpython/gui_modules/
> to see what's going on there.
> 
> Markus



More information about the grass-dev mailing list