ftp/R-cran-RCurl
General network client interface for R
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Build | Fetch | Test | Scan | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1.98.1.18 | 639 | 4.0 | amd64 | bsd3 | 0 | fail | untested | untested | untested |
License Permissions: dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
Events
| Machine | Phase | Type | Time | Message |
|---|---|---|---|---|
| m4064 | info | 2026-05-26 16:20:59.533278 | Test Started | |
| m4064 | warn | 2026-05-26 16:23:47.311432 | MASTER_SITES contains non-HTTPS URLs: http://cran.utstat.utoronto.ca/src/contrib/, http://cran.utstat.utoronto.ca/src/contrib/Archive/RCurl/ | |
| m4064 | warn | 2026-05-26 16:23:47.322229 | fake-qa reported: /usr/local/lib/R/library/RCurl/libs/RCurl.so is linked to /usr/local/lib/libcurl.so.4 that does not belong to any package; /usr/local/lib/R/library/RCurl/libs/RCurl.so is linked to /usr/local/lib/libxml2.so.16 that does not belong to any package; /usr/local/lib/R/library/RCurl/libs/RCurl.so is linked to /usr/local/lib/libiconv.so.2 that does not belong to any package; /usr/local/lib/R/library/RCurl/libs/RCurl.so is linked to /usr/local/lib/R/lib/libR.so.4 that does not belong to any package | |
| m4064 | fail | 2026-05-26 16:23:47.325362 | make test returned non-zero: 1 | |
| m4064 | fail | 2026-05-26 16:23:47.369466 | Test complete. |
Build Log
[1m===> Testing for R-cran-RCurl-1.98.1.18[0m
* using log directory ‘/magus/work/usr/mports/ftp/R-cran-RCurl/work/RCurl.Rcheck’
* using R version 4.4.0 (2024-04-24)
* using platform: amd64-portbld-midnightbsd4.0
* R was compiled by
MidnightBSD clang version 19.1.7 (https://github.com/llvm/llvm-project.git llvmorg-19.1.7-0-gcd708029e0b2)
GNU Fortran (MidnightBSD Ports Collection) 14.2.0
* running under: MidnightBSD m4064 4.0.5 MidnightBSD 4.0.5 stable/4.0-n13794-ebf9c891ff GENERIC amd64
* using session charset: UTF-8
* using options ‘--no-manual --no-build-vignettes’
* checking for file ‘RCurl/DESCRIPTION’ ... OK
* this is package ‘RCurl’ version ‘1.98-1.18’
* checking package namespace information ... OK
* checking package dependencies ... NOTE
Package suggested but not available for checking: ‘XML’
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for executable files ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘RCurl’ can be installed ... OK
* used C compiler: ‘MidnightBSD clang version 19.1.7 (https://github.com/llvm/llvm-project.git llvmorg-19.1.7-0-gcd708029e0b2)’
* checking installed package size ... OK
* checking package directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in shell scripts ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... NOTE
Package has both ‘src/Makevars.in’ and ‘src/Makevars’.
Installation with --no-configure' is unlikely to work. If you intended
‘src/Makevars’ to be used on Windows, rename it to ‘src/Makevars.win’
otherwise remove it. If ‘configure’ created ‘src/Makevars’, you need a
‘cleanup’ script.
* checking for GNU extensions in Makefiles ... NOTE
GNU make is a SystemRequirements.
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking examples ... ERROR
Running examples in ‘RCurl-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: curlSetOpt
> ### Title: Set values for the CURL options
> ### Aliases: curlSetOpt
> ### Keywords: IO
>
> ### ** Examples
>
> if(url.exists("https://www.omegahat.net")) {
+
+ curl = getCurlHandle()
+ # Note the header that extends across two lines with the second line
+ # prefixed with white space.
+ curlSetOpt( .opts = list(httpheader = c(Date = "Wed, 1/2/2000 10:01:01",
+ foo="abc\n extra line"), verbose = TRUE),
+ curl = curl)
+ ans = getURL("https://www.omegahat.net", curl = curl)
+ }
* Host www.omegahat.net:443 was resolved.
* IPv6: 2606:4700:3036::ac43:da54, 2606:4700:3033::6815:186a
* IPv4: 172.67.218.84, 104.21.24.106
* Trying [2606:4700:3036::ac43:da54]:443...
* Immediate connect fail for 2606:4700:3036::ac43:da54: No route to host
* Trying 172.67.218.84:443...
* ALPN: curl offers h2,http/1.1
* successfully set certificate verify locations:
* CAfile: none
* CApath: /etc/ssl/certs
* ALPN: server accepted h2
* SSL connection using TLSv1.3 / TLS13-AES256-GCM-SHA384
* Established connection to www.omegahat.net (172.67.218.84 port 443) from 192.168.2.170 port 54704
* using HTTP/2
* Connection #0 to host www.omegahat.net:443 left intact
Error in function (type, msg, asError = TRUE) :
Calls: getURL -> curlPerform -> -> fun
Execution halted
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘dynSetReader.R’
Running ‘jpeg.R’
OK
* DONE
Status: 1 ERROR, 3 NOTEs
See
‘/magus/work/usr/mports/ftp/R-cran-RCurl/work/RCurl.Rcheck/00check.log’
for details.
*** Error code 1
Stop.
make: stopped in /usr/mports/ftp/R-cran-RCurl
Links
Depends On
- devel/binutils (build)
- devel/R-cran-bitops (build)
- ftp/curl (build)
- lang/gcc14 (build)
- math/R (build)
- ftp/curl (lib)
- textproc/libxml2 (lib)
- devel/R-cran-bitops (run)
- lang/gcc14 (run)
- math/R (run)
Depend Of
Categories
CVEs
- Loading CVE information...
MidnightBSD Magus