Back to the "Multiple platform build/check report"
Package 133/172 | OS | Arch | BUILD | CHECK | BUILD BIN |
RdbiPgSQL1.6.1Jianhua Zhang | Linux (SUSE 9.2) | x86_64 | OK | OK | |
Linux (SUSE 9.2) | i686 | OK | OK | ||
Solaris 2.9 | sparc | OK | OK | ||
Linux (SUSE 10.0) | x86_64 | OK | OK | ||
Windows Server 2003 | x86_64 | OK | [ ERROR ] | ERROR |
Package: RdbiPgSQL |
Version: 1.6.1 |
Command: D:\biocbld\1.8d\R\bin\R.exe CMD check RdbiPgSQL_1.6.1.tar.gz |
RetCode: 1 |
Time: 7.5 seconds |
Status: ERROR |
CheckDir: RdbiPgSQL.Rcheck |
Warnings: NA |
* checking for working latex ... OK * using log directory 'D:/biocbld/1.8d/Rpacks/RdbiPgSQL.Rcheck' * using Version 2.3.1 (2006-06-01) * checking for file 'RdbiPgSQL/DESCRIPTION' ... OK * this is package 'RdbiPgSQL' version '1.6.1' * 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.8d/Rpacks/RdbiPgSQL.Rcheck/00install.out' for details.
RdbiPgSQL.Rcheck/00install.out:
installing R.css in D:/biocbld/1.8d/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.8d/R/include -Wall -O2 -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:51: error: `result' undeclared (first use in this function) PgSQL.h:51: error: `row' undeclared (first use in this function) PgSQL.h:51: error: `col' undeclared (first use in this function) PgSQL.h:53: warning: assignment makes pointer from integer without a cast PgSQL.h: At top level: PgSQL.h:64: error: syntax error before '*' token PgSQL.h: In function `fetchPgDouble': PgSQL.h:73: error: `result' undeclared (first use in this function) PgSQL.h:73: error: `row' undeclared (first use in this function) PgSQL.h:73: error: `col' undeclared (first use in this function) PgSQL.h:75: warning: assignment makes pointer from integer without a cast PgSQL.h: At top level: PgSQL.h:86: error: syntax error before '*' token PgSQL.h: In function `fetchPgLogical': PgSQL.h:88: error: `result' undeclared (first use in this function) PgSQL.h:88: error: `row' undeclared (first use in this function) PgSQL.h:88: error: `col' undeclared (first use in this function) PgSQL.h:95: 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:227: error: `PGresult' undeclared (first use in this function) PgSQL.c:227: error: `result' undeclared (first use in this function) PgSQL.c:227: error: syntax error before ')' token PgSQL.c:231: error: `PGRES_TUPLES_OK' undeclared (first use in this function) PgSQL.c:232: warning: passing arg 1 of `Rf_error' makes pointer from integer without a cast PgSQL.c:283: 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.8d/Rpacks/RdbiPgSQL.Rcheck/RdbiPgSQL'