Skip to content
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

(obv.lib::download-lib) fails ? #10

Closed
lispm opened this issue Mar 11, 2020 · 7 comments
Closed

(obv.lib::download-lib) fails ? #10

lispm opened this issue Mar 11, 2020 · 7 comments
Labels
bug Something isn't working

Comments

@lispm
Copy link

lispm commented Mar 11, 2020

macOS 10.15.3 & sbcl 2.0.2

CL-USER> (obv.lib::download-lib)
..Try to download precompiled library for osx 
...from: https://github.com/thicksteadTHpp/Obvius/releases/download/v3.2.1/libobvius.dylib.-x86_64-osx-v3.2.1 Downloading "https://github.com/thicksteadTHpp/Obvius/releases/download/v3.2.1/libobvius.dylib.-x86_64-osx-v3.2.1" (Unknown size)
[md5] checking file integrity: /Users/foo/.cache/common-lisp/sbcl-2.0.2-macosx-x64/Users/foo/quicklisp/local-projects/obvious/bin/libobvius.dylib
[md5] integrity check: NIL[download] delete (probably) compromised file: /Users/foo/.cache/common-lisp/sbcl-2.0.2-macosx-x64/Users/foo/quicklisp/local-projects/obvious/bin/libobvius.dylib
NIL
@thicksteadTHpp
Copy link
Owner

i will check that

@thicksteadTHpp
Copy link
Owner

Linux output:
[package obv.lib]...Try to download precompiled library for linux
...from: https://github.com/thicksteadTHpp/Obvius/releases/download/v3.2.1/libobvius.so.-x86_64-linux-v3.2.1 ...Downloading "https://github.com/thicksteadTHpp/Obvius/releases/download/v3.2.1/libobvius.so.-x86_64-linux-v3.2.1" (Unknown size)
.
[md5] checking file integrity: /home/tobias/.cache/common-lisp/sbcl-2.0.1-linux-x64/home/tobias/emacs/github/obvius/obvius31/bin/libobvius.so
[md5] integrity check: T
[lib]..successfully downloaded precompiled lib to /home/tobias/.cache/common-lisp/sbcl-2.0.1-linux-x64/home/tobias/emacs/github/obvius/obvius31/bin/libobvius.so

@thicksteadTHpp
Copy link
Owner

i will recreate the digest for MacOS

@thicksteadTHpp thicksteadTHpp added the bug Something isn't working label Mar 11, 2020
@thicksteadTHpp
Copy link
Owner

thicksteadTHpp commented Mar 11, 2020

please pull in the current master branch. or use

(in-package :obv.lib)

(defparameter *file-digest*
#+(and darwin x86-64) #(192 178 18 221 63 147 5 127 25 154 174 207 91 92 203 110))

@lispm
Copy link
Author

lispm commented Mar 11, 2020

That worked. Then had to install libtiff manually.

@thicksteadTHpp
Copy link
Owner

this libtiff is a problem ....

@lispm
Copy link
Author

lispm commented Mar 12, 2020

Just a hint, note that you need to quote code blocks examples with backquotes.

(defparameter *foo* bar)

Otherwise it would treat Lisp code as markup, which makes it difficult to understand it for the reader. I know that it's not file-digest, but *file-digest*, but some people might miss that...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants