<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Dear all,<br><br>I just compiled without error QGIS 2.13.0-<a href="https://github.com/qgis/QGIS/commit/bb339f7"><span style=" text-decoration: underline; color:#0000ff;"> bb339f7</span></a><br>on my ubuntu desktop 15.10.<br><br>I was trying to perform a stored process which use r.recode grass computation:<br>the process, after the filling-in the form, seems to be running however I got this error:<br><br>
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Algorithm hypocenters_recl starting...</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#0000ff;">Prepare algorithm: GRASSR.RECODE_1</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Running recl_hypocenters_recl [1/1]</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#0000ff;">Parameters: input =/home/all_1981-2012_gap200_err05.tif, rules =/home/recl_hypo_dens.txt, -d =True, GRASS_REGION_PARAMETER =208387.400387,878387.400387,4034846.21089,4766846.21089, GRASS_REGION_CELLSIZE_PARAMETER =0</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">r.external -r input="/home/all_1981-2012_gap200_err05.tif" band=1 output=tmp1447246134674 --overwrite -o</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">g.region n=4766846.21089 s=4034846.21089 e=878387.400387 w=208387.400387 res=1000.0</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">r.recode input=tmp1447246134674 rules="/home/recl_hypo_dens.txt" -d output=output40bd0dab71444258949ba7a2f54b0c0d --overwrite</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">g.region rast=output40bd0dab71444258949ba7a2f54b0c0d</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">r.out.gdal -c createopt="TFW=YES,COMPRESS=LZW" input=output40bd0dab71444258949ba7a2f54b0c0d output="/tmp/processing/862eac91c1574e1ebcb9f0764c12f953/outputALGGRASSR.RECODE1.tif"</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#0000ff;">Failed</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">Error executing algorithm recl_hypocenters_recl 'GISBASE' See log for more details</span></p><br>I guess the problem is related on the grass module, so I tested the module stand-alone: r.recode<br>but <br>a message box stated:<br>
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style=" margin-top:14px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:large; font-weight:600;">Missing dependency. This algorithm cannot be run :-( </span></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This algorithm requires GRASS to be run. Unfortunately, it seems that GRASS is not installed in your system, or it is not correctly configured to be used from QGIS</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://docs.qgis.org/testing/en/docs/user_manual/processing/3rdParty.html"><span style=" text-decoration: underline; color:#0000ff;">Click here</span></a> to know more about how to install and configure GRASS to be used with QGIS</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for grass<br></p><p style=" margin-top:14px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
<style type="text/css">
p, li { white-space: pre-wrap; } </style>and<br></p><p style=" margin-top:14px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:large; font-weight:600;">Missing dependency. This algorithm cannot be run :-( </span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">It seems that GRASS GIS 7 is not correctly installed and configured in your system. Please install it before running GRASS GIS 7 algorithms.</p>for grass gis 7<br><br>In my desktop grass7 (from ubuntu package) software works fine.<br><br>Can somebody give me hints?<br><br>best<br><br>Eugenio<br><br>                                     </div></body>
</html>