-
Notifications
You must be signed in to change notification settings - Fork 5
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
Can't build 0.9.0 from source tarball #7
Comments
It also happens with the sources from git (pulled today, last commit was |
Also -- Debian has 0.9.0 packaged. It may be worth looking at their patches! |
@jpellegrini most of them don't apply and judging by the contents, debian seems to be using a modified source tarball. |
@jpellegrini I see now debian is using the release tarball and not the source one. |
Hello; I have tried again compiling a git checkout, and it fails, not for a different reason. There is no
So, I tried removing
and tried again. But
I have tried applying the pending pull requests, but didn't change anything. |
You need to add the |
Or you can use released tarball https://github.com/uim/sigscheme/releases/download/0.9.0/sigscheme-0.9.0.tar.gz without |
This is how it fails now. |
Could you show how did you build to reproduce the case? |
Same problem with 0.9.1, see build log |
Why did you specify |
I followed the advice you gave in #7 (comment). Otherwise I end up again with
See build log. |
OK. Did you use the released archive? |
No, I used the source tarball https://github.com/uim/sigscheme/archive/refs/tags/0.9.1.tar.gz. Does it mean it's non functional? |
The source table https://github.com/uim/sigscheme/archive/refs/tags/0.9.1.tar.gz is same as cloning by You should use https://github.com/uim/sigscheme/releases/download/0.9.1/sigscheme-0.9.1.tar.gz not |
Thing is, I did run |
Why do you want to use https://github.com/uim/sigscheme/archive/refs/tags/0.9.1.tar.gz ? |
I've just compared the contents of the two: I could not find binaries of any sort in the release tarball, so I can use it to build a rpm for distro inclusion. |
See attached log.
The text was updated successfully, but these errors were encountered: