MidnightBSD Magus

textproc/R-cran-pystr

String operations the Python way

Flavor Version Run OSVersion Arch License Restricted Build Fetch Test Scan
2.0.0_6 642 4.1 amd64 NONE 0 fail pass untested untested

License Permissions: none

Events

Machine Phase Type Time Message
m4164b fetch info 2026-07-07 17:06:45.902586 Fetch Started
m4164b fetch pass 2026-07-07 17:06:50.780045 Fetch complete.
m4164b build info 2026-07-18 16:15:35.226552 Build Started
m4164b build warn 2026-07-18 16:19:01.468251 MASTER_SITES contains non-HTTPS URLs: http://cran.utstat.utoronto.ca/src/contrib/, http://cran.utstat.utoronto.ca/src/contrib/Archive/pystr/
m4164b build fail 2026-07-18 16:19:01.482663 make fake returned non-zero: 1
m4164b build fail 2026-07-18 16:19:01.573967 Build complete.

Build Log

===>  Faking install for R-cran-pystr-2.0.0_6
===>   Generating temporary packing list
* installing *source* package 'pystr' ...
** package 'pystr' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'MidnightBSD clang version 19.1.7 (https://github.com/llvm/llvm-project.git llvmorg-19.1.7-0-gcd708029e0b2)'
c++ -std=gnu++17 -I"/usr/local/lib/R/include" -DNDEBUG  -I'/usr/local/lib/R/library/Rcpp/include' -I/usr/local/include -isystem /usr/local/include    -fpic  -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include    -c RcppExports.cpp -o RcppExports.o
c++ -std=gnu++17 -I"/usr/local/lib/R/include" -DNDEBUG  -I'/usr/local/lib/R/library/Rcpp/include' -I/usr/local/include -isystem /usr/local/include    -fpic  -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include    -c pystr_capitalize.cpp -o pystr_capitalize.o
c++ -std=gnu++17 -I"/usr/local/lib/R/include" -DNDEBUG  -I'/usr/local/lib/R/library/Rcpp/include' -I/usr/local/include -isystem /usr/local/include    -fpic  -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include    -c pystr_center.cpp -o pystr_center.o
c++ -std=gnu++17 -I"/usr/local/lib/R/include" -DNDEBUG  -I'/usr/local/lib/R/library/Rcpp/include' -I/usr/local/include -isystem /usr/local/include    -fpic  -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include    -c pystr_count.cpp -o pystr_count.o
c++ -std=gnu++17 -I"/usr/local/lib/R/include" -DNDEBUG  -I'/usr/local/lib/R/library/Rcpp/include' -I/usr/local/include -isystem /usr/local/include    -fpic  -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include    -c pystr_isalnum.cpp -o pystr_isalnum.o
c++ -std=gnu++17 -I"/usr/local/lib/R/include" -DNDEBUG  -I'/usr/local/lib/R/library/Rcpp/include' -I/usr/local/include -isystem /usr/local/include    -fpic  -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include    -c pystr_isalpha.cpp -o pystr_isalpha.o
c++ -std=gnu++17 -I"/usr/local/lib/R/include" -DNDEBUG  -I'/usr/local/lib/R/library/Rcpp/include' -I/usr/local/include -isystem /usr/local/include    -fpic  -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include    -c pystr_islower.cpp -o pystr_islower.o
c++ -std=gnu++17 -I"/usr/local/lib/R/include" -DNDEBUG  -I'/usr/local/lib/R/library/Rcpp/include' -I/usr/local/include -isystem /usr/local/include    -fpic  -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include    -c pystr_isnumeric.cpp -o pystr_isnumeric.o
c++ -std=gnu++17 -I"/usr/local/lib/R/include" -DNDEBUG  -I'/usr/local/lib/R/library/Rcpp/include' -I/usr/local/include -isystem /usr/local/include    -fpic  -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include    -c pystr_isupper.cpp -o pystr_isupper.o
c++ -std=gnu++17 -I"/usr/local/lib/R/include" -DNDEBUG  -I'/usr/local/lib/R/library/Rcpp/include' -I/usr/local/include -isystem /usr/local/include    -fpic  -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include    -c pystr_lstrip.cpp -o pystr_lstrip.o
c++ -std=gnu++17 -I"/usr/local/lib/R/include" -DNDEBUG  -I'/usr/local/lib/R/library/Rcpp/include' -I/usr/local/include -isystem /usr/local/include    -fpic  -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include    -c pystr_rstrip.cpp -o pystr_rstrip.o
c++ -std=gnu++17 -shared -L/usr/local/lib/R/lib -L/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc14 -L/usr/local/lib/gcc14 -B/usr/local/bin -fstack-protector-strong -o pystr.so RcppExports.o pystr_capitalize.o pystr_center.o pystr_count.o pystr_isalnum.o pystr_isalpha.o pystr_islower.o pystr_isnumeric.o pystr_isupper.o pystr_lstrip.o pystr_rstrip.o -L/usr/local/lib/R/lib -lR
installing to /magus/work/usr/mports/textproc/R-cran-pystr/work/fake-inst-amd64/usr/local/lib/R/library/00LOCK-pystr/00new/pystr/libs
** R
** tests
** 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
Error: package or namespace load failed for 'pystr' in dyn.load(file, DLLpath = DLLpath, ...):
 unable to load shared object '/magus/work/usr/mports/textproc/R-cran-pystr/work/fake-inst-amd64/usr/local/lib/R/library/00LOCK-pystr/00new/pystr/libs/pystr.so':
  /magus/work/usr/mports/textproc/R-cran-pystr/work/fake-inst-amd64/usr/local/lib/R/library/00LOCK-pystr/00new/pystr/libs/pystr.so: Undefined symbol "backtrace_symbols"
Error: loading failed
Execution halted
ERROR: loading failed
* removing '/magus/work/usr/mports/textproc/R-cran-pystr/work/fake-inst-amd64/usr/local/lib/R/library/pystr'
*** Error code 1

Stop.
make[1]: stopped in /usr/mports/textproc/R-cran-pystr
*** Error code 1

Stop.
make: stopped in /usr/mports/textproc/R-cran-pystr

Links

Depends On

Depend Of

Nothing

Categories

CVEs

  • Loading CVE information...

LLM Analysis