Back to Mac ARM64 build report for BioC 3.20
ABCDEFGH[I]JKLMNOPQRSTUVWXYZ

This page was generated on 2024-05-13 11:32:06 -0400 (Mon, 13 May 2024).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson1macOS 13.6.6 Venturaarm644.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup" 4378
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

Package 1000/2230HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
impute 1.79.0  (landing page)
Balasubramanian Narasimhan
Snapshot Date: 2024-05-11 09:00:03 -0400 (Sat, 11 May 2024)
git_url: https://git.bioconductor.org/packages/impute
git_branch: devel
git_last_commit: 0513dba
git_last_commit_date: 2024-04-30 10:12:10 -0400 (Tue, 30 Apr 2024)
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published

INSTALL results for impute on kjohnson1


To the developers/maintainers of the impute package:
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: impute
Version: 1.79.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL impute
StartedAt: 2024-05-11 10:01:53 -0400 (Sat, 11 May 2024)
EndedAt: 2024-05-11 10:02:01 -0400 (Sat, 11 May 2024)
EllapsedTime: 7.6 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL impute
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library’
* installing *source* package ‘impute’ ...
** using staged installation
** libs
using Fortran compiler: ‘GNU Fortran (GCC) 12.2.0’
using SDK: ‘MacOSX11.3.sdk’
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c knnimpute.f -o knnimpute.o
f951: Warning: Nonconforming tab character in column 1 of line 89 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 91 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 92 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 93 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 94 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 95 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 96 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 97 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 98 [-Wtabs]
f951: Warning: Nonconforming tab character in column 3 of line 99 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 100 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 101 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 102 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 103 [-Wtabs]
f951: Warning: Nonconforming tab character in column 3 of line 104 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 105 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 106 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 107 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 108 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 109 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 110 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 111 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 112 [-Wtabs]
f951: Warning: Nonconforming tab character in column 3 of line 113 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 114 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 115 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 116 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 117 [-Wtabs]
f951: Warning: Nonconforming tab character in column 3 of line 118 [-Wtabs]
f951: Warning: Nonconforming tab character in column 3 of line 119 [-Wtabs]
f951: Warning: Nonconforming tab character in column 3 of line 120 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 121 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 122 [-Wtabs]
knnimpute.f:99:72:

   99 | 20                        pos(k1+1) = pos(k1)
      |                                                                             1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 20 at (1)
knnimpute.f:113:72:

  113 | 35                        pos(k1+1) = pos(k1)
      |                                                                             1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 35 at (1)
knnimpute.f:168:72:

  168 |       ratio=dabs(dnew-dold)/dold
      |                                                                        ^
Warning: ‘dold’ may be used uninitialized [-Wmaybe-uninitialized]
knnimpute.f:132:33:

  132 |       double precision ratio,dold,dnew
      |                                 ^
note: ‘dold’ was declared here
clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o impute.so knnimpute.o -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lemutls_w -lquadmath -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/00LOCK-impute/00new/impute/libs
** R
** data
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (impute)