Back to the "Multiple platform build/check report"

Package 95/208OSArchBUILDCHECKBUILD BIN

impute

1.7.0

Balasubramanian Narasimhan
Linux (SUSE 9.2) x86_64 OK  OK 
Linux (SUSE 10.1) x86_64 OK [ ERROR ]
Linux (SUSE 9.2) i686 OK  OK 
Solaris 2.9 sparc OK  ERROR 
Windows Server 2003 x86_64 OK  OK  OK 
Windows Server 2003 NA OK  ERROR  OK 
Mac OS X (10.4.6) i686 OK  ERROR 
Package: impute
Version: 1.7.0
Command: /home/biocbuild/2.0d/R/bin/R CMD check impute_1.7.0.tar.gz
RetCode: 1
Time: 2.5 seconds
Status: ERROR
CheckDir: impute.Rcheck
Warnings: NA

Command output

* checking for working latex ... OK
* using log directory '/home/biocbuild/2.0d/Rpacks/impute.Rcheck'
* using R version 2.5.0 Under development (unstable) (2006-12-05 r40126)
* checking for file 'impute/DESCRIPTION' ... OK
* this is package 'impute' version '1.7.0'
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking whether package 'impute' can be installed ... ERROR
Installation failed.
See '/home/biocbuild/2.0d/Rpacks/impute.Rcheck/00install.out' for details.

impute.Rcheck/00install.out:

* Installing *source* package 'impute' ...
** libs
gfortran   -fpic  -g -O2 -Wall -c knnimpute.f -o knnimpute.o
 In file knnimpute.f:1

      subroutine knnimp(x,ximp,p,n,imiss,irmiss,kn,workp,workn,iworkp,  
     1
Error: Unclassifiable statement at (1)
 In file knnimpute.f:2

&     iworkn)                                                           
1
Error: Non-numeric character in statement label at (1)
 In file knnimpute.f:2

&     iworkn)                                                           
1
Error: Unclassifiable statement at (1)
 In file knnimpute.f:6

      integer iworkp(p),iworkn(n), jj                                   
                    1
Error: Variable 'p' cannot appear in the expression at (1)
 In file knnimpute.f:6

      integer iworkp(p),iworkn(n), jj                                   
                      1
Error: The module or main program array 'iworkp' at (1) must have constant shape
 In file knnimpute.f:6

      integer iworkp(p),iworkn(n), jj                                   
                              1
Error: Variable 'n' cannot appear in the expression at (1)
 In file knnimpute.f:6

      integer iworkp(p),iworkn(n), jj                                   
                                1
Error: The module or main program array 'iworkn' at (1) must have constant shape
 In file knnimpute.f:4

      integer imiss(p,n),irmiss(p)                                      
                               1
Error: Variable 'p' cannot appear in the expression at (1)
 In file knnimpute.f:4

      integer imiss(p,n),irmiss(p)                                      
                                 1
Error: The module or main program array 'irmiss' at (1) must have constant shape
 In file knnimpute.f:4

      integer imiss(p,n),irmiss(p)                                      
                   1
Error: Variable 'p' cannot appear in the expression at (1)
 In file knnimpute.f:4

      integer imiss(p,n),irmiss(p)                                      
                       1
Error: The module or main program array 'imiss' at (1) must have constant shape
 In file knnimpute.f:7

      double precision workp(p),workn(n)                                
                            1
Error: Variable 'p' cannot appear in the expression at (1)
 In file knnimpute.f:7

      double precision workp(p),workn(n)                                
                              1
Error: The module or main program array 'workp' at (1) must have constant shape
 In file knnimpute.f:7

      double precision workp(p),workn(n)                                
                                     1
Error: Variable 'n' cannot appear in the expression at (1)
 In file knnimpute.f:7

      double precision workp(p),workn(n)                                
                                       1
Error: The module or main program array 'workn' at (1) must have constant shape
 In file knnimpute.f:5

      double precision x(p,n),ximp(p,n)                                 
                        1
Error: Variable 'p' cannot appear in the expression at (1)
 In file knnimpute.f:5

      double precision x(p,n),ximp(p,n)                                 
                            1
Error: The module or main program array 'x' at (1) must have constant shape
 In file knnimpute.f:5

      double precision x(p,n),ximp(p,n)                                 
                                  1
Error: Variable 'p' cannot appear in the expression at (1)
 In file knnimpute.f:5

      double precision x(p,n),ximp(p,n)                                 
                                      1
Error: The module or main program array 'ximp' at (1) must have constant shape
 In file knnimpute.f:125

      subroutine twomis(x,p,n,imiss,x0,imiss0,maxit,eps,istart,clust,   
     1
Error: Unclassifiable statement at (1)
 In file knnimpute.f:126

&     nsize,dist,ratio,iter,iworkp,iworkn)                              
1
Error: Non-numeric character in statement label at (1)
 In file knnimpute.f:126

&     nsize,dist,ratio,iter,iworkp,iworkn)                              
1
Error: Unclassifiable statement at (1)
 In file knnimpute.f:127

      integer p,n,imiss(p,n),imiss0(n,2),maxit,istart(2),clust(p,2),    
                                                                   1
Error: Syntax error in data declaration at (1)
 In file knnimpute.f:128

&     iworkp(p)                                                         
1
Error: Non-numeric character in statement label at (1)
 In file knnimpute.f:128

&     iworkp(p)                                                         
1
Error: Unclassifiable statement at (1)
 In file knnimpute.f:3

      integer p,n,i,j,k,kn,m                                            
                                                                       1
 In file knnimpute.f:129

                    
                   2
Error: Two main PROGRAMs at (1) and (2)
make: *** [knnimpute.o] Error 1
ERROR: compilation failed for package 'impute'
** Removing '/home/biocbuild/2.0d/Rpacks/impute.Rcheck/impute'