Guest User

Untitled

a guest
May 16th, 2024
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. ryan@ryan-server:~/chickadee-0.10.0$ make
  2. GEN chickadee/image.go
  3. Backtrace:
  4. In ice-9/psyntax.scm:
  5. 259:10 19 (parse _ (("placeholder" placeholder)) (()) _ c&e (# #) #)
  6. In ice-9/eval.scm:
  7. 293:34 18 (_ #<module (#{ g106}#) 55c82ab3c460>)
  8. In ice-9/boot-9.scm:
  9. 3411:4 17 (define-module* _ #:filename _ #:pure _ #:version _ # _ …)
  10. 2595:24 16 (call-with-deferred-observers _)
  11. 3424:24 15 (_)
  12. 222:29 14 (map1 (((chickadee graphics color)) ((chickadee # #)) …))
  13. 222:29 13 (map1 (((chickadee graphics pixbuf)) ((chickadee # …)) …))
  14. 222:17 12 (map1 (((chickadee image jpeg)) ((chickadee image #)) …))
  15. 3327:17 11 (resolve-interface (chickadee image jpeg) #:select _ # _ …)
  16. In ice-9/threads.scm:
  17. 390:8 10 (_ _)
  18. In ice-9/boot-9.scm:
  19. 3253:13 9 (_)
  20. In ice-9/threads.scm:
  21. 390:8 8 (_ _)
  22. In ice-9/boot-9.scm:
  23. 3544:20 7 (_)
  24. 2836:4 6 (save-module-excursion #<procedure 55c82af69930 at ice-…>)
  25. 3564:26 5 (_)
  26. In unknown file:
  27. 4 (primitive-load-path "chickadee/image/jpeg" #<procedure…>)
  28. In ice-9/eval.scm:
  29. 626:19 3 (_ #<directory (chickadee image jpeg) 55c82a9a55a0>)
  30. 293:34 2 (_ #<directory (chickadee image jpeg) 55c82a9a55a0>)
  31. In chickadee/config.scm:
  32. 46:7 1 (dynamic-link* _)
  33. In ice-9/boot-9.scm:
  34. 1685:16 0 (raise-exception _ #:continuable? _)
  35.  
  36. ice-9/boot-9.scm:1685:16: In procedure raise-exception:
  37. could not find library ("/build/libjpeg-turbo-Iy19nI/libjpeg-turbo-2.0.3/obj-x86_64-linux-gnu/lib/x86_64-linux-gnu/libturbojpeg")
  38. make: *** [Makefile:1619: chickadee/image.go] Error 1
  39. ryan@ryan-server:~/chickadee-0.10.0$ sudo apt-get install libturbojpeg-dev
  40. Reading package lists... Done
  41. Building dependency tree
  42. Reading state information... Done
  43. Note, selecting 'libturbojpeg0-dev' instead of 'libturbojpeg-dev'
  44. libturbojpeg0-dev is already the newest version (2.0.3-0ubuntu1.20.04.3).
  45.  
Advertisement
Add Comment
Please, Sign In to add comment