[Live-demo] Re: [OSGeo] #772: rasdaman build errors in 5.0rc2

OSGeo trac_osgeo at osgeo.org
Thu Aug 25 17:11:28 PDT 2011


#772: rasdaman build errors in 5.0rc2
---------------------+------------------------------------------------------
 Reporter:  hamish   |       Owner:  live-demo@…              
     Type:  defect   |      Status:  new                      
 Priority:  major    |   Milestone:                           
Component:  LiveDVD  |    Keywords:  5.0, rasdaman            
---------------------+------------------------------------------------------
Changes (by hamish):

  * priority:  critical => major


Comment:

 Hi,

 there was a error in last night's build,
 {{{
 Making all in clientcomm
 make[1]: Entering directory `/tmp/build_rasdaman/rasdaman/clientcomm'
 /usr/bin/rpcgen -l -o rpcif_clnt.cc.tmp rpcif.x
 gawk -f rpcif_clnt.c.awk rpcif_clnt.cc.tmp > rpcif_clnt.cc
 rm rpcif_clnt.cc.tmp
 rm rpcif_xdr.c
 rm: cannot remove `rpcif_xdr.c': No such file or directory
 make[1]: [rpcif_xdr.c] Error 1 (ignored)
 }}}

 ...

 {{{
 rasql -q 'insert into NIR values inv_tiff($1)' --file nir.tiff --user
 rasadmin --passwd rasadmin --port 7001 -d RASBASE
 rasql: rasdaman query tool v1.0, rasdaman v8 -- generated on 25.08.2011
 07:58:36.
 opening database RASBASE at localhost:7001...ok
 fetching type information for GreyString from database, using readonly
 transaction...ok
 reading file nir.tiff...ok
   constant 1: GMarray
   Oid...................:
   Type Structure........:
   Type Schema...........: marray< char >
   Domain................: [0:6195321]
   Base Type Schema......: char
   Base Type Length......: 1
   Data format.......... : Array
   Data size (bytes).... : 6195322
 Executing update query...rasdaman error 0: Exception: Transfer Failed
 aborting transaction...ok
 rasql done.
 make[1]: *** [import] Error 255
 make[1]: Leaving directory
 `/tmp/build_rasdaman/rasdaman_data/DataImport/nir'
 }}}

 ...

 {{{
 rasql -q 'insert into lena values inv_tiff($1)' --file lena.tiff --user
 rasadmin --passwd rasadmin --port 7001 -d RASBASE
 Spawned rasserver v8.2 on base DBMS pgsql -- generated on 25.08.2011
 07:58:36.
 rasql: rasdaman query tool v1.0, rasdaman v8 -- generated on 25.08.2011
 07:58:36.
 opening database RASBASE at localhost:7001...ok
 fetching type information for GreyString from database, using readonly
 transaction...ok
 reading file lena.tiff...ok
   constant 1: GMarray
   Oid...................:
   Type Structure........:
   Type Schema...........: marray< char >
   Domain................: [0:284345]
   Base Type Schema......: char
   Base Type Length......: 1
   Data format.......... : Array
   Data size (bytes).... : 284346
 Executing update query...rasdaman error 0: Exception: Transfer Failed
 aborting transaction...ok
 rasql done.
 make[1]: *** [import] Error 255
 make[1]: Leaving directory
 `/tmp/build_rasdaman/rasdaman_data/DataImport/lena'
 }}}


 Hamish

-- 
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/772#comment:5>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Osgeolive mailing list