RE3: Resolving 'guix shell' Permission Errors and Build Failures: Returning to Cached Package State After Incremental Updates

2024-05-08 Thread outlook user
```autoconf AC_ARG_WITH(libbsd,   [AS_HELP_STRING([--with-libbsd], [use libbsd support @<:@default=yes if found@:>@])],   [with_libbsd=$withval], [with_libbsd=yes]) if test "$with_libbsd" != "no"; then   AC_SEARCH_LIBS([readpassphrase], [bsd], [], [

RE2: Resolving 'guix shell' Permission Errors and Build Failures: Returning to Cached Package State After Incremental Updates

2024-05-08 Thread outlook user
More precisely > configure: WARNING: utmp file not found > configure: error: readpassphrase() is missing, either from libc or libbsd > error: in phase 'configure': uncaught exception: > %exception #< program: > "/gnu/store/rib9g2ig1xf3kclyl076w28parmncg4k-bash-minimal-5.1.16/bin/bash" >

Re: how to use r-keras?

2024-05-08 Thread Simon Tournier
Hi Ricardo, On mer., 08 mai 2024 at 12:11, Ricardo Wurmus wrote: > This appears to be a common problem, but we don't know why. It's > probably related to the bazel-build-system. You'll get substitutes only > if you use `--no-grafts'. Ah, weird… I miss how the build system could impact the

RE: Resolving 'guix shell' Permission Errors and Build Failures: Returning to Cached Package State After Incremental Updates

2024-05-08 Thread outlook user
About shadow, build logs reveals that > ​configure: error: readpassphrase() is missing, either from libc or libbsd > ​error: in phase 'configure': uncaught exception: About iterations, I still don't know how to restore so it will use cached packages instead of retrieving new versions online. It

Re: how to use r-keras?

2024-05-08 Thread Ricardo Wurmus
Hi Simon, > On sam., 30 mars 2024 at 00:27, Ricardo Wurmus wrote: > >>> $ guix shell r r-keras -C python-minimal r-reticulate tensorflow >> >> Is this with tensorflow from guix-science? The old Tensorflow 1.9 in >> Guix does not provide Keras. Only the more recent one in Guix Science >> does.

Re: Unable to make guix master branch for over a week

2024-05-08 Thread Guillaume Le Vaillant
Peter Polidoro skribis: > Is it possible for ./pre-inst-env guix build to also be affected by my home > environment? If so, is it possible to run that in a container as well for > better isolation? Maybe. Using pre-inst-env should work in a container created with: guix shell -C -P -W -D