Package Details: r-roxygen2 7.3.1-1

Git Clone URL: https://aur.archlinux.org/r-roxygen2.git (read-only, click to copy)
Package Base: r-roxygen2
Description: In-Line Documentation for R
Upstream URL: https://cran.r-project.org/package=roxygen2
Licenses: MIT
Submitter: dviktor
Maintainer: BioArchLinuxBot
Last Packager: BioArchLinuxBot
Votes: 1
Popularity: 0.000000
First Submitted: 2020-03-08 23:51 (UTC)
Last Updated: 2024-01-23 00:18 (UTC)

Required by (109)

Sources (1)

Latest Comments

Spixmaster commented on 2024-01-15 12:39 (UTC) (edited on 2024-01-15 12:40 (UTC) by Spixmaster)

This error occurs.

==> Starting build()...
* installing *source* package 'roxygen2' ...
** package 'roxygen2' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++ (GCC) 13.2.1 20230801'
g++ -std=gnu++17 -I"/usr/include/R/" -DNDEBUG  -I'/usr/lib/R/library/cpp11/include' -I/usr/local/include    -fpic  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/build/r/src=/usr/src/debug/r -flto=auto -ffat-lto-objects  -c cpp11.cpp -o cpp11.o
g++ -std=gnu++17 -I"/usr/include/R/" -DNDEBUG  -I'/usr/lib/R/library/cpp11/include' -I/usr/local/include    -fpic  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/build/r/src=/usr/src/debug/r -flto=auto -ffat-lto-objects  -c escapeExamples.cpp -o escapeExamples.o
g++ -std=gnu++17 -I"/usr/include/R/" -DNDEBUG  -I'/usr/lib/R/library/cpp11/include' -I/usr/local/include    -fpic  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/build/r/src=/usr/src/debug/r -flto=auto -ffat-lto-objects  -c isComplete.cpp -o isComplete.o
g++ -std=gnu++17 -I"/usr/include/R/" -DNDEBUG  -I'/usr/lib/R/library/cpp11/include' -I/usr/local/include    -fpic  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/build/r/src=/usr/src/debug/r -flto=auto -ffat-lto-objects  -c leadingSpaces.cpp -o leadingSpaces.o
g++ -std=gnu++17 -I"/usr/include/R/" -DNDEBUG  -I'/usr/lib/R/library/cpp11/include' -I/usr/local/include    -fpic  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/build/r/src=/usr/src/debug/r -flto=auto -ffat-lto-objects  -c parser2.cpp -o parser2.o
g++ -std=gnu++17 -I"/usr/include/R/" -DNDEBUG  -I'/usr/lib/R/library/cpp11/include' -I/usr/local/include    -fpic  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/build/r/src=/usr/src/debug/r -flto=auto -ffat-lto-objects  -c wrapUsage.cpp -o wrapUsage.o
g++ -std=gnu++17 -shared -L/usr/lib64/R/lib -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -o roxygen2.so cpp11.o escapeExamples.o isComplete.o leadingSpaces.o parser2.o wrapUsage.o -L/usr/lib64/R/lib -lR
installing to /home/matheus/.cache/paru/clone/r-roxygen2/src/00LOCK-roxygen2/00new/roxygen2/libs
** R
** inst
** byte-compile and prepare package for lazy loading
Error in dyn.load(file, DLLpath = DLLpath, ...) :
  unable to load shared object '/usr/lib/R/library/stringi/libs/stringi.so':
  libicui18n.so.73: cannot open shared object file: No such file or directory
Calls: <Anonymous> ... namespaceImport -> loadNamespace -> library.dynam -> dyn.load
Execution halted
ERROR: lazy loading failed for package 'roxygen2'
* removing '/home/matheus/.cache/paru/clone/r-roxygen2/src/roxygen2'
* restoring previous '/home/matheus/.cache/paru/clone/r-roxygen2/src/roxygen2'
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'r-roxygen2-7.3.0-1':
error: packages failed to build: r-roxygen2-7.3.0-1

ragreener1 commented on 2022-06-01 10:56 (UTC) (edited on 2022-06-01 10:56 (UTC) by ragreener1)

diff --git a/PKGBUILD b/PKGBUILD
index 072c40d..0ebe97e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Alex Branham <branham@utexas.edu>

 _cranname=roxygen2
-_cranver=7.1.2
+_cranver=7.2.0
 pkgname=r-${_cranname,,}
 pkgver=${_cranver//[:-]/.}
 pkgrel=1
@@ -13,7 +13,7 @@ license=(MIT)
 depends=('r>=3.3' r-brew r-commonmark 'r-desc>=1.2.0' r-digest r-knitr 'r-pkgload>=1.0.2' 'r-purrr>=0.3.3' 'r-r6>=2.1.2' r-rlang r-stringi 'r-stringr>=1.0.0' r-xml2 r-cpp11)
 optdepends=(r-covr r-devtools r-rmarkdown r-testthat r-r.methodss3 r-r.oo)
 source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('b3693d1eb57bb1c27134447ea7f64c353c085dd2237af7cfacc75fca3d2fc5fd')
+sha256sums=('2ebfcfd567b9db6c606c6d42be1645b4e987f987995a2ad8954fa963a519448b')

 build() {
   R CMD INSTALL ${_cranname}_${_cranver}.tar.gz -l "${srcdir}"

dviktor commented on 2022-01-18 20:02 (UTC)

Further maintenance and support for this package has been moved there. You can install pre-built packages from my repo