Advertisement
Guest User

Untitled

a guest
Jul 10th, 2022
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. alex@pop-os:~/src/tidal/tidal-link$ cabal install --lib
  2. Wrote tarball sdist to
  3. /home/alex/src/tidal/dist-newstyle/sdist/tidal-1.8.0.tar.gz
  4. Wrote tarball sdist to
  5. /home/alex/src/tidal/dist-newstyle/sdist/tidal-parse-0.0.1.tar.gz
  6. Wrote tarball sdist to
  7. /home/alex/src/tidal/dist-newstyle/sdist/tidal-listener-0.1.0.0.tar.gz
  8. Wrote tarball sdist to
  9. /home/alex/src/tidal/dist-newstyle/sdist/tidal-link-1.0.tar.gz
  10. Resolving dependencies...
  11. Build profile: -w ghc-9.2.3 -O1
  12. In order, the following will be built (use -v for more details):
  13. - tidal-link-1.0 (lib) (requires build)
  14. Starting tidal-link-1.0 (lib)
  15. Building tidal-link-1.0 (lib)
  16.  
  17. Failed to build tidal-link-1.0.
  18. Build log (
  19. /home/alex/.cabal/logs/ghc-9.2.3/tidal-link-1.0-d0285b1175bd9e2242900d07145b8bda7bc6971d005c77b5e053ae3e54329ab7.log
  20. ):
  21. Configuring library for tidal-link-1.0..
  22. Warning: 'include-dirs: link/extensions/abl_link/include' directory does not
  23. exist.
  24. Warning: 'include-dirs: link/include' directory does not exist.
  25. Warning: 'include-dirs: link/modules/asio-standalone/asio/include' directory
  26. does not exist.
  27. Preprocessing library for tidal-link-1.0..
  28. compiling dist/build/Sound/Tidal/Link_hsc_make.c failed (exit code 1)
  29. rsp file was: "dist/build/Sound/Tidal/hsc2hscall37388-0.rsp"
  30. command was: /usr/bin/gcc -c dist/build/Sound/Tidal/Link_hsc_make.c -o dist/build/Sound/Tidal/Link_hsc_make.o -fuse-ld=gold -D__GLASGOW_HASKELL__=902 -Dlinux_BUILD_OS=1 -Dx86_64_BUILD_ARCH=1 -Dlinux_HOST_OS=1 -Dx86_64_HOST_ARCH=1 -Ilink/include -Ilink/modules/asio-standalone/asio/include -Ilink/extensions/abl_link/include -Idist/build/link/include -Idist/build/link/modules/asio-standalone/asio/include -Idist/build/link/extensions/abl_link/include -Idist/build/autogen -Idist/build/global-autogen -include dist/build/autogen/cabal_macros.h -I/home/alex/.ghcup/ghc/9.2.3/lib/ghc-9.2.3/base-4.16.2.0/include -I/home/alex/.ghcup/ghc/9.2.3/lib/ghc-9.2.3/ghc-bignum-1.2/include -I/home/alex/.ghcup/ghc/9.2.3/lib/ghc-9.2.3/include -I/home/alex/.ghcup/ghc/9.2.3/lib/ghc-9.2.3/include/
  31. error: Link.hsc:5:10: fatal error: abl_link.h: No such file or directory
  32. compilation terminated.
  33.  
  34. cabal: Failed to build tidal-link-1.0. See the build log above for details.
  35.  
  36. alex@pop-os:~/src/tidal/tidal-link$ ls link/extensions/abl_link/include
  37. abl_link.h
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement