id summary reporter owner description type status priority milestone component version resolution keywords cc cpu platform 1637 r.pack and fully qualified input martinl hamish "Recently added `r.pack` doesn't support fully qualified input maps, e.g. {{{ r.pack input=aspect@PERMANENT ERROR: No map components found }}} When copying files the script expects that `GIS_OPT_INPUT` is not fully qualified name source:grass/branches/releasebranch_6_4/scripts/r.pack/r.pack#L92 {{{ 91 for ELEMENT in cats cell cellhd colr fcell grid3 hist ; do 92 if [ -e ""$BASEDIR/$ELEMENT/$GIS_OPT_INPUT"" ] ; then 93 cp ""$BASEDIR/$ELEMENT/$name"" ""$TMP_DIR/$ELEMENT"" 94 fi 95 done }}} One thing related, I would expect that {{{ g.findfile elem=cell file=aspect@PERMANENT }}} return {{{ name='aspect' mapset='PERMANENT' fullname='aspect@PERMANENT' ... }}} and not {{{ name='aspect@PERMANENT' mapset='PERMANENT' fullname='aspect@PERMANENT' ... }}} In the case that `g.findfile` would return not fully-qualified `name` we could simply reuse it in the script. I think that changing `g.findfile` in G6/G7 to report always non-qualified name should be harmless, in other words, it should not break any scripts written for G6. What do you think?" defect closed major 6.4.3 Raster svn-releasebranch64 fixed r.pack grass-dev@… Unspecified Linux