Back to the "Multiple platform build/check report"

Package 147/188OSArchBUILDCHECKBUILD BIN

RdbiPgSQL

1.8.0

Jianhua Zhang
Linux (SUSE 9.2) x86_64 OK  OK 
Linux (SUSE 9.2) i686 OK  OK 
Solaris 2.9 sparc OK  OK 
Windows Server 2003 x86_64 OK [ ERROR ] ERROR 
Package: RdbiPgSQL
Version: 1.8.0
Command: D:\biocbld\1.9d\R\bin\R.exe CMD check RdbiPgSQL_1.8.0.tar.gz
RetCode: 1
Time: 9.5 seconds
Status: ERROR
CheckDir: RdbiPgSQL.Rcheck
Warnings: NA

Command output

* checking for working latex ... OK
* using log directory 'D:/biocbld/1.9d/Rpacks/RdbiPgSQL.Rcheck'
* using R version 2.4.0 (2006-10-03)
* checking for file 'RdbiPgSQL/DESCRIPTION' ... OK
* this is package 'RdbiPgSQL' version '1.8.0'
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking whether package 'RdbiPgSQL' can be installed ... ERROR
Installation failed.
See 'D:/biocbld/1.9d/Rpacks/RdbiPgSQL.Rcheck/00install.out' for details.

RdbiPgSQL.Rcheck/00install.out:

installing R.css in D:/biocbld/1.9d/Rpacks/RdbiPgSQL.Rcheck


---------- Making package RdbiPgSQL ------------

   **********************************************
   WARNING: this package has a configure script
         It probably needs manual configuration
   **********************************************

  adding build stamp to DESCRIPTION
  installing NAMESPACE file and metadata
  making DLL ...
making PgSQL.d from PgSQL.c
making PgSQLInit.d from PgSQLInit.c
gcc   -Id:/biocbld/1.9d/R/include  -Wall -O2 -std=gnu99   -c PgSQL.c -o PgSQL.o
PgSQL.c:10:22: libpq-fe.h: No such file or directory
In file included from PgSQL.c:11:
PgSQL.h:33: error: syntax error before '*' token
PgSQL.h: In function `fetchPgString':
PgSQL.h:37: warning: implicit declaration of function `PQgetisnull'
PgSQL.h:37: error: `result' undeclared (first use in this function)
PgSQL.h:37: error: (Each undeclared identifier is reported only once
PgSQL.h:37: error: for each function it appears in.)
PgSQL.h:37: error: `row' undeclared (first use in this function)
PgSQL.h:37: error: `col' undeclared (first use in this function)
PgSQL.h:39: warning: implicit declaration of function `PQgetvalue'
PgSQL.h:39: warning: assignment makes pointer from integer without a cast
PgSQL.h: At top level:
PgSQL.h:46: error: syntax error before '*' token
PgSQL.h: In function `fetchPgInteger':
PgSQL.h:52: error: `result' undeclared (first use in this function)
PgSQL.h:52: error: `row' undeclared (first use in this function)
PgSQL.h:52: error: `col' undeclared (first use in this function)
PgSQL.h:54: warning: assignment makes pointer from integer without a cast
PgSQL.h: At top level:
PgSQL.h:66: error: syntax error before '*' token
PgSQL.h: In function `fetchPgDouble':
PgSQL.h:75: error: `result' undeclared (first use in this function)
PgSQL.h:75: error: `row' undeclared (first use in this function)
PgSQL.h:75: error: `col' undeclared (first use in this function)
PgSQL.h:77: warning: assignment makes pointer from integer without a cast
PgSQL.h: At top level:
PgSQL.h:89: error: syntax error before '*' token
PgSQL.h: In function `fetchPgLogical':
PgSQL.h:91: error: `result' undeclared (first use in this function)
PgSQL.h:91: error: `row' undeclared (first use in this function)
PgSQL.h:91: error: `col' undeclared (first use in this function)
PgSQL.h:98: warning: passing arg 1 of `strcmp' makes pointer from integer without a cast
PgSQL.c: In function `PgSQLcloseConnection':
PgSQL.c:20: error: `PGconn' undeclared (first use in this function)
PgSQL.c:20: error: `conn' undeclared (first use in this function)
PgSQL.c:20: error: syntax error before ')' token
PgSQL.c:21: warning: implicit declaration of function `PQstatus'
PgSQL.c:21: error: `CONNECTION_OK' undeclared (first use in this function)
PgSQL.c:21: warning: implicit declaration of function `PQfinish'
PgSQL.c: In function `PgSQLconnect':
PgSQL.c:27: error: `PGconn' undeclared (first use in this function)
PgSQL.c:27: error: `conn' undeclared (first use in this function)
PgSQL.c:33: warning: implicit declaration of function `PQconnectdb'
PgSQL.c: In function `PgSQLconnectionInfo':
PgSQL.c:51: error: `PGconn' undeclared (first use in this function)
PgSQL.c:51: error: `conn' undeclared (first use in this function)
PgSQL.c:51: error: syntax error before ')' token
PgSQL.c:59: warning: implicit declaration of function `PQerrorMessage'
PgSQL.c:59: warning: passing arg 1 of `mkString_safe' makes pointer from integer without a cast
PgSQL.c:62: warning: implicit declaration of function `PQdb'
PgSQL.c:62: warning: passing arg 1 of `mkString_safe' makes pointer from integer without a cast
PgSQL.c:65: warning: implicit declaration of function `PQhost'
PgSQL.c:65: warning: passing arg 1 of `mkString_safe' makes pointer from integer without a cast
PgSQL.c:68: warning: implicit declaration of function `PQoptions'
PgSQL.c:68: warning: passing arg 1 of `mkString_safe' makes pointer from integer without a cast
PgSQL.c:71: warning: implicit declaration of function `PQuser'
PgSQL.c:71: warning: passing arg 1 of `mkString_safe' makes pointer from integer without a cast
PgSQL.c:74: warning: implicit declaration of function `PQpass'
PgSQL.c:74: warning: passing arg 1 of `mkString_safe' makes pointer from integer without a cast
PgSQL.c:77: warning: implicit declaration of function `PQport'
PgSQL.c:77: warning: passing arg 1 of `mkString_safe' makes pointer from integer without a cast
PgSQL.c:80: warning: implicit declaration of function `PQtty'
PgSQL.c:80: warning: passing arg 1 of `mkString_safe' makes pointer from integer without a cast
PgSQL.c:83: warning: implicit declaration of function `PQsocket'
PgSQL.c:86: warning: implicit declaration of function `PQclientEncoding'
PgSQL.c:89: warning: implicit declaration of function `PQbackendPID'
PgSQL.c: In function `PgSQLclearResult':
PgSQL.c:104: warning: implicit declaration of function `PQclear'
PgSQL.c:104: error: `PGresult' undeclared (first use in this function)
PgSQL.c:104: error: syntax error before ')' token
PgSQL.c: In function `PgSQLsendQuery':
PgSQL.c:111: error: `PGresult' undeclared (first use in this function)
PgSQL.c:111: error: `result' undeclared (first use in this function)
PgSQL.c:112: error: `PGconn' undeclared (first use in this function)
PgSQL.c:112: error: `conn' undeclared (first use in this function)
PgSQL.c:112: error: syntax error before ')' token
PgSQL.c:115: error: `CONNECTION_OK' undeclared (first use in this function)
PgSQL.c:120: warning: implicit declaration of function `PQexec'
PgSQL.c: In function `PgSQLresultInfo':
PgSQL.c:141: error: `PGresult' undeclared (first use in this function)
PgSQL.c:141: error: `result' undeclared (first use in this function)
PgSQL.c:141: error: syntax error before ')' token
PgSQL.c:142: warning: implicit declaration of function `PQresultStatus'
PgSQL.c:150: warning: implicit declaration of function `PQresStatus'
PgSQL.c:150: warning: passing arg 1 of `mkString_safe' makes pointer from integer without a cast
PgSQL.c:153: warning: implicit declaration of function `PQresultErrorMessage'
PgSQL.c:153: warning: passing arg 1 of `mkString_safe' makes pointer from integer without a cast
PgSQL.c:156: warning: implicit declaration of function `PQntuples'
PgSQL.c:159: warning: implicit declaration of function `PQnfields'
PgSQL.c:162: warning: implicit declaration of function `PQbinaryTuples'
PgSQL.c:165: warning: implicit declaration of function `PQcmdStatus'
PgSQL.c:165: warning: passing arg 1 of `mkString_safe' makes pointer from integer without a cast
PgSQL.c:168: warning: implicit declaration of function `PQcmdTuples'
PgSQL.c:168: warning: passing arg 1 of `mkString_safe' makes pointer from integer without a cast
PgSQL.c: In function `PgSQLcolumnInfo':
PgSQL.c:182: error: `PGresult' undeclared (first use in this function)
PgSQL.c:182: error: `result' undeclared (first use in this function)
PgSQL.c:182: error: syntax error before ')' token
PgSQL.c:184: error: `PGRES_TUPLES_OK' undeclared (first use in this function)
PgSQL.c:197: warning: implicit declaration of function `PQfname'
PgSQL.c:197: warning: passing arg 1 of `Rf_mkChar' makes pointer from integer without a cast
PgSQL.c:199: warning: implicit declaration of function `PQftype'
PgSQL.c:200: warning: implicit declaration of function `PQfsize'
PgSQL.c:201: warning: implicit declaration of function `PQfmod'
PgSQL.c: In function `PgSQLgetResult':
PgSQL.c:228: error: `PGresult' undeclared (first use in this function)
PgSQL.c:228: error: `result' undeclared (first use in this function)
PgSQL.c:228: error: syntax error before ')' token
PgSQL.c:232: error: `PGRES_TUPLES_OK' undeclared (first use in this function)
PgSQL.c:233: warning: passing arg 1 of `Rf_error' makes pointer from integer without a cast
PgSQL.c:284: warning: passing arg 1 of `Rf_mkChar' makes pointer from integer without a cast
make[3]: *** [PgSQL.o] Error 1
make[2]: *** [srcDynlib] Error 2
make[1]: *** [all] Error 2
make: *** [pkg-RdbiPgSQL] Error 2
*** Installation of RdbiPgSQL failed ***

Removing 'D:/biocbld/1.9d/Rpacks/RdbiPgSQL.Rcheck/RdbiPgSQL'