Advertisement
trannus_aran

pumpkin-chat guix shell on fedora

Apr 10th, 2025
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. ;; guix shell
  2.  
  3. [sammi@xylem pumpkin-chat] [env]$ ./configure
  4. checking for a BSD-compatible install... /gnu/store/53g39lsd74pf1jjszm975id04291mrdi-profile/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for a thread-safe mkdir -p... /gnu/store/53g39lsd74pf1jjszm975id04291mrdi-profile/bin/mkdir -p
  7. checking for gawk... gawk
  8. checking whether make sets $(MAKE)... yes
  9. checking whether make supports nested variables... yes
  10. checking whether make supports nested variables... (cached) yes
  11. checking for pkg-config... /gnu/store/53g39lsd74pf1jjszm975id04291mrdi-profile/bin/pkg-config
  12. checking pkg-config is at least version 0.9.0... yes
  13. configure: checking for guile 3.0
  14. configure: found guile 3.0
  15. checking for guile-3.0... no
  16. checking for guile3.0... /usr/bin/guile3.0
  17. checking for Guile version >= 3.0... 3.0.9
  18. checking for guild3.0... /usr/bin/guild3.0
  19. checking for guile-config3.0... /usr/bin/guile-config3.0
  20. checking if (hoot compile) is available... no
  21. configure: error: required guile module not found: (hoot compile)
  22. [sammi@xylem pumpkin-chat] [env]$ exit
  23.  
  24.  
  25. ;; guix shell -C
  26.  
  27. sammi@xylem ~/Documents/code/scheme/guile/pumpkin-chat [env]$ ./configure
  28. checking for a BSD-compatible install... /gnu/store/53g39lsd74pf1jjszm975id04291mrdi-profile/bin/install -c
  29. checking whether build environment is sane... yes
  30. checking for a thread-safe mkdir -p... /gnu/store/53g39lsd74pf1jjszm975id04291mrdi-profile/bin/mkdir -p
  31. checking for gawk... gawk
  32. checking whether make sets $(MAKE)... yes
  33. checking whether make supports nested variables... yes
  34. checking whether make supports nested variables... (cached) yes
  35. checking for pkg-config... /gnu/store/53g39lsd74pf1jjszm975id04291mrdi-profile/bin/pkg-config
  36. checking pkg-config is at least version 0.9.0... yes
  37. configure: checking for guile 3.0
  38. configure: found guile 3.0
  39. checking for guile-3.0... no
  40. checking for guile3.0... no
  41. checking for guile-3... no
  42. checking for guile3... no
  43. checking for guile... /gnu/store/53g39lsd74pf1jjszm975id04291mrdi-profile/bin/guile
  44. checking for Guile version >= 3.0... 3.0.10
  45. checking for guild... /gnu/store/53g39lsd74pf1jjszm975id04291mrdi-profile/bin/guild
  46. checking for guile-config... /gnu/store/53g39lsd74pf1jjszm975id04291mrdi-profile/bin/guile-config
  47. checking if (hoot compile) is available... yes
  48. checking for Guile module source directory... /gnu/store/jly4dlqm679fviv6ir5hpz1y8iia881s-guile-next-3.0.10-1.402e0df/share/guile/3.0
  49. checking for Hoot reflect.js directory... /gnu/store/qm0lddfhqg1i0bfbpxrl1ac10r402701-guile-hoot-0.6.0-1.c535b32/share/guile-hoot/0.6.0/reflect-js
  50. checking for Hoot reflect.wasm directory... /gnu/store/qm0lddfhqg1i0bfbpxrl1ac10r402701-guile-hoot-0.6.0-1.c535b32/share/guile-hoot/0.6.0/reflect-wasm
  51. checking that generated files are newer than configure... done
  52. configure: creating ./config.status
  53. config.status: creating Makefile
  54. config.status: creating pre-inst-env
  55. sammi@xylem ~/Documents/code/scheme/guile/pumpkin-chat [env]$ make
  56. GEN client/client.wasm
  57. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  58. ;;; or pass the --no-auto-compile argument to disable.
  59. ;;; compiling /gnu/store/53g39lsd74pf1jjszm975id04291mrdi-profile/bin/guild
  60. ;;; compiled /home/sammi/.cache/guile/ccache/3.0-LE-8-4.7/gnu/store/jly4dlqm679fviv6ir5hpz1y8iia881s-guile-next-3.0.10-1.402e0df/bin/guild.go
  61. wrote `client/client.wasm'
  62. GEN goblin-chat/backend.go
  63. wrote `goblin-chat/backend.go'
  64. GEN goblin-chat/server.go
  65. wrote `goblin-chat/server.go'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement