-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
littler
installation fails in these days
#898
Comments
Uh-oh. Will take a look. Maybe have to with the changes to compression. |
Hm. It builds under r-devel at CRAN too. Works fine for me here (see below) under a freshly-remade R-devel. Can you check if you container has edd@rob:~/git/littler(master)$ rm -f src/r
edd@rob:~/git/littler(master)$ RD CMD INSTALL .
* installing to library ‘/usr/local/lib/R-devel/lib/R/library’
* installing *source* package ‘littler’ ...
** this is package ‘littler’ version ‘0.3.20.2’
** using staged installation
checking for gcc... ccache gcc-14
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether ccache gcc-14 accepts -g... yes
checking for ccache gcc-14 option to enable C11 features... none needed
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for getopt.h... yes
checking for sys/mkdev.h... no
checking for sys/sysmacros.h... yes
checking for setenv... yes
checking for clock_gettime... yes
checking for realtime... no
checking for gettimeofday... yes
checking for time... yes
checking if R was built as a shared library... yes
checking for install_name_tool... no
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating src/gitversion.h
config.status: creating src/config.h
config.status: src/config.h is unchanged
** libs
using C compiler: ‘gcc-14 (Ubuntu 14.2.0-4ubuntu2) 14.2.0’
ccache gcc-14 -o r -O3 -Wall -pipe -pedantic -I/usr/local/lib/R-devel/lib/R/include littler.c -L/usr/local/lib -Wl,--export-dynamic -fopenmp -L/usr/local/lib -L/usr/local/lib/R-devel/lib/R/lib -lR -lpcre2-8 -ldeflate -lzstd -llzma -lbz2 -lz -ltirpc -lrt -ldl -lm -licuuc -licui18n -L/usr/local/lib/R-devel/lib/R/lib -lRblas -L/usr/local/lib/R-devel/lib/R/lib -lRlapack -Wl,-rpath,/usr/local/lib/R-devel/lib/R/lib -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib/x86_64-linux-gnu -Wl,-rpath,/usr/lib/jvm/java-21-openjdk-amd64/lib/server -Wl,-rpath,/usr/local/lib/R-devel/lib/R/lib -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib/x86_64-linux-gnu -Wl,-rpath,/usr/lib/jvm/java-21-openjdk-amd64/lib/server -Wl,-rpath,/usr/local/lib/R-devel/lib/R/lib -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib/x86_64-linux-gnu -Wl,-rpath,/usr/lib/jvm/java-21-openjdk-amd64/lib/server
*
* new binary r installed in bin/ subdirectory
* consider adding a symbolic link from, e.g., /usr/local/bin
* on OS X, you may have to name this 'lr' instead
* see the littler-faq vignette for more details
*
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (littler)
edd@rob:~/git/littler(master)$ |
Can you show me what > extSoftVersion()
zlib bzlib
"1.3.1" "1.0.8, 13-Jul-2019"
xz libdeflate
"5.6.2" "1.21"
PCRE ICU
"10.42 2022-12-11" "74.2"
TRE iconv
"TRE 0.8.0 R_fixes (BSD)" "glibc 2.40"
readline BLAS
"8.2" "/usr/local/lib/R-devel/lib/R/lib/libRblas.so"
> R.version
_
platform x86_64-pc-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status Under development (unstable)
major 4
minor 5.0
year 2025
month 01
day 18
svn rev 87593
language R
version.string R Under development (unstable) (2025-01-18 r87593)
nickname Unsuffered Consequences
> PS Mind you that doesn't even show zstd. Hm. |
This is occurring on CI and I do not know what is on the image. |
Sorry, I have no idea. #393 is ancient. I live on (always current) Ubuntu (though I often take three months to get to the new six-month cycle) and never had any issue whatsover with Oddly, I also do not seem to pull Build-Depends: gcc (>= 4:4.9.2-2), g++ (>= 4:4.9.2-2), gfortran (>= 4:4.9.2-2), libblas-dev, liblapack-dev, tcl8.6-dev, tk8.6-dev, bison, groff-base, libncurses-dev, libreadline-dev, debhelper-compat (= 13), texinfo, libbz2-dev, liblzma-dev, libpcre2-dev, libcurl4-openssl-dev | libcurl4-dev, xdg-utils, zlib1g-dev, libpng-dev, libjpeg-dev, libx11-dev, libxt-dev, x11proto-core-dev, libpango1.0-dev, libcairo2-dev, libtiff-dev, xvfb, xauth, xfonts-base, texlive-base, texlive-latex-base, texlive-plain-generic, texlive-fonts-recommended, texlive-fonts-extra, texlive-extra-utils, texlive-latex-recommended, texlive-latex-extra, default-jdk [!arm !hppa !kfreebsd-any !hurd-any] | openjdk-10-jdk [!arm !hppa !kfreebsd-any !hurd-any], mpack, bash-completion, libtirpc-dev
edd@rob:~/deb/r-base(master)$ and it is not in the LIBS etc in R's Makeconf whereas a few other compressors are edd@rob:~/deb/r-base(master)$ grep -- -lz /etc/R/Makeconf
LIBS = -lpcre2-8 -ldeflate -llzma -lbz2 -lz -ltirpc -lrt -ldl -lm -licuuc -licui18n
edd@rob:~/deb/r-base(master)$ Maybe your local build of R-devel brings it in, somehow? This came up recently on the list and as I recall Simon may now be looking into compressing data archives with it? Maybe check $RHOME/etc/Makeconf if -lzstd is in there now and hence 'spills' over to what gets computed for your littler? |
Thank you, I see, so you are saying this is due to the R update? |
If you follow the r-devel list (or was it r-package-devel ?) you may have seen the thread, it started with Jeroen comparing packages sizes and possible compression gains. I saw #900, this is the right move to plug this hole. I would still like to know how you created it so if you have a moment maybe look into answering what I asked 20 minutes ago and inspect the $RHOME/etc/Makeconf from your R build? PS I just check |
Thanks for the details. |
@eddelbuettel It seems that
|
Seems come from this? |
Yes I suspected just that and had suggested you check the file. But that is homegrown binary so you are on your own -- it is not my .deb package or its ubuntu port. So I think something must have changed on your side of building things (or in the sources). I does not affect r-release or r-devel for me. PS And I built against svn rev r87593 which is after the commit you reference. |
Tried once more with update SVN source. No mention in the
but per the note in today's R-devel changes RSS (off NEWS)
it may be picking up my system-level zstd? I honestly do not know. In any event, not |
Since January 16,
littler
seems to be failing to install onrocker/r-ver:devel
https://github.com/rocker-org/rocker-versioned2/actions/runs/12799426223
@eddelbuettel Any thoughts?
The text was updated successfully, but these errors were encountered: