| Back to Build/check report for BioC 3.17 |
|
This page was generated on 2023-01-02 09:00:35 -0500 (Mon, 02 Jan 2023).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| palomino5 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2022-12-25 r83502 ucrt) -- "Unsuffered Consequences" | 4165 |
| Click on any hostname to see more info about the system (e.g. compilers) (*) as reported by 'uname -p', except on Windows and Mac OS X | ||||
|
To the developers/maintainers of the lfa package: Make sure to use the following settings in order to reproduce any error or warning you see on this page. |
| Package 1023/2158 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| lfa 1.29.0 (landing page) Wei Hao
| palomino5 | Windows Server 2022 Datacenter / x64 | ERROR | ERROR | skipped | skipped | ||||||||
| Package: lfa |
| Version: 1.29.0 |
| Command: F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD INSTALL lfa |
| StartedAt: 2022-12-28 15:27:06 -0500 (Wed, 28 Dec 2022) |
| EndedAt: 2022-12-28 15:27:25 -0500 (Wed, 28 Dec 2022) |
| EllapsedTime: 19.0 seconds |
| RetCode: 1 |
| Status: ERROR |
##############################################################################
##############################################################################
###
### Running command:
###
### F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD INSTALL lfa
###
##############################################################################
##############################################################################
* installing to library 'F:/biocbuild/bbs-3.17-bioc/R/library'
* installing *source* package 'lfa' ...
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.2.0'
gcc -I"F:/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -I"c:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c fastmat.c -o fastmat.o
In file included from F:/biocbuild/bbs-3.17-bioc/R/include/R.h:78,
from lfa.h:4,
from fastmat.c:1:
fastmat.c: In function 'mv':
fastmat.c:22:14: error: too few arguments to function 'dgemv_'
22 | F77_CALL(dgemv)(&tr,dimA,dimA+1,&alpha,A,dimA,v,&one,&zero,ret,&one);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:10: note: declared here
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:1: note: in expansion of macro 'F77_NAME'
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~~~~
fastmat.c: In function 'tmv':
fastmat.c:48:14: error: too few arguments to function 'dgemv_'
48 | F77_CALL(dgemv)(&tr,dimA,dimA+1,&alpha,A,dimA,v,&one,&zero,ret,&one);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:10: note: declared here
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:1: note: in expansion of macro 'F77_NAME'
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~~~~
make: *** [F:/biocbuild/bbs-3.17-bioc/R/etc/x64/Makeconf:257: fastmat.o] Error 1
ERROR: compilation failed for package 'lfa'
* removing 'F:/biocbuild/bbs-3.17-bioc/R/library/lfa'