<p dir="ltr">Hi Markus, </p>
<p dir="ltr">That was r60261. It just suppresses the warnings. IMHO, those found in multiple mapsets warnings are very noisy and unnecessary. Sometimes it prints exactly the same messages multiple times and sometimes breaks outputs. I think it's better to not print the warnings by default and print them based on an argument or something, if we really need them. </p>

<p dir="ltr">Regards, <br>
Huidae</p>
<div class="gmail_quote">On Jun 21, 2014 9:01 PM, "Markus Neteler" <<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Huidae, all,<br>
<br>
if I recall correctly you (Huidae) fixed in trunk the problem that<br>
same map names in different mapsets (which are in the search path) are<br>
listed several times.<br>
<br>
This still happens for d.rast, <a href="http://r.info" target="_blank">r.info</a> (see below) and others. I don't<br>
remember the patch number. Perhaps it  could be put at library level<br>
to make all modules better?<br>
<br>
Here the simulation:<br>
<br>
# clone landsat mapset:<br>
[neteler@oboe nc_spm_08_grass7]$ cp -rp landsat landsat2<br>
[neteler@oboe nc_spm_08_grass7]$ cp -rp landsat landsat3<br>
<br>
# run<br>
grass70 ~/grassdata/nc_spm_08_grass7/landsat3/<br>
<br>
<a href="http://r.info" target="_blank">r.info</a> lsat5_1987_50<br>
WARNING: 'cell/lsat5_1987_50' was found in more mapsets (also found in<br>
         <landsat2>)<br>
WARNING: 'cell/lsat5_1987_50' was found in more mapsets (also found in<br>
         <landsat>)<br>
WARNING: Using <lsat5_1987_50@landsat3><br>
WARNING: 'cellhd/lsat5_1987_50' was found in more mapsets (also found in<br>
         <landsat2>)<br>
WARNING: 'cellhd/lsat5_1987_50' was found in more mapsets (also found in<br>
         <landsat>)<br>
WARNING: Using <lsat5_1987_50@landsat3><br>
WARNING: 'cellhd/lsat5_1987_50' was found in more mapsets (also found in<br>
         <landsat2>)<br>
WARNING: 'cellhd/lsat5_1987_50' was found in more mapsets (also found in<br>
         <landsat>)<br>
WARNING: Using <lsat5_1987_50@landsat3><br>
WARNING: 'cell/lsat5_1987_50' was found in more mapsets (also found in<br>
         <landsat2>)<br>
WARNING: 'cell/lsat5_1987_50' was found in more mapsets (also found in<br>
         <landsat>)<br>
WARNING: Using <lsat5_1987_50@landsat3><br>
WARNING: 'cats/lsat5_1987_50' was found in more mapsets (also found in<br>
         <landsat2>)<br>
WARNING: 'cats/lsat5_1987_50' was found in more mapsets (also found in<br>
         <landsat>)<br>
WARNING: Using <lsat5_1987_50@landsat3><br>
WARNING: 'hist/lsat5_1987_50' was found in more mapsets (also found in<br>
         <landsat2>)<br>
WARNING: 'hist/lsat5_1987_50' was found in more mapsets (also found in<br>
         <landsat>)<br>
[....]<br>
<br>
<br>
g.mapsets -p<br>
Accessible mapsets:<br>
landsat3 PERMANENT landsat2 landsat<br>
<br>
I don't know where to look for the problem.<br>
<br>
thanks for any pointers,<br>
Markus<br>
_______________________________________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br>
</blockquote></div>