From 93e78bc4ecaa491e50437acd9e7e3c34a9e1d448 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 15 Apr 2025 10:55:54 +0200 Subject: [PATCH] R, disable debugging attempts from prior build failures (#12171) --- dev-lang/r/r-4.5.0.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lang/r/r-4.5.0.recipe b/dev-lang/r/r-4.5.0.recipe index 178af0dfe..dcd129331 100644 --- a/dev-lang/r/r-4.5.0.recipe +++ b/dev-lang/r/r-4.5.0.recipe @@ -13,7 +13,7 @@ variety of specific purposes but are not distributed with this package." HOMEPAGE="https://www.r-project.org/" COPYRIGHT="2024 The R Foundation for Statistical Computing" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://cloud.r-project.org/src/base/R-4/R-$portVersion.tar.gz" CHECKSUM_SHA256="3b33ea113e0d1ddc9793874d5949cec2c7386f66e4abfb1cef9aec22846c3ce1" SOURCE_DIR="R-$portVersion" @@ -132,9 +132,9 @@ BUILD() export CXXFLAGS="${CXXFLAGS/-Os/-O2}" export LIBS="-lnetwork -lbsd" - ls -l /system/data/icu/74.1 - ls -l /packages/icu74-74.1-6/.self/data/icu/74.1 - +# debugging attempts to fix build errors +# ls -l /system/data/icu/74.1 +# ls -l /packages/icu74-74.1-6/.self/data/icu/74.1 # runConfigure ./configure || { cat config.log; exit 1; } runConfigure --omit-dirs "sysconfdir binDir" ./configure \