-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Ubuntu 18.04: cannot compile binary #52
Comments
You should be able to just run ‘rake package’.
- Brett
…On Jun 14, 2020, 5:05 PM -0500, leder11011 ***@***.***>, wrote:
Previous git sources allowed me to generate mdless binary.
Now I only get errors:
Please give me a hint how to compile mdless binary!
***@***.***:~/Git/mdless$ bundle update
The gemspec at /home/leder/Git/mdless/mdless/mdless.gemspec is not valid. Please fix this gemspec.
The validation error was 'metadata['homepage_uri'] has invalid link: "TODO: Put your gem's website or public
repo URL here."'
***@***.***:~/Git/mdless$ gem build mdless.gemspec
WARNING: See http://guides.rubygems.org/specification-reference/ for help
ERROR: While executing gem ... (Gem::InvalidSpecificationException)
["bin/mdless"] are not files
***@***.***:~/Git/mdless$ gem install mdless
Done installing documentation for after 0 seconds
***@***.***:~/Git/mdless$
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
|
Is there a reason you're not just using |
OK: fresh git clone installed
Any ideas? This should be possible in order not to checkout the binary, but do a |
You shouldn’t be deleting the bin folder, it contains the base file for compiling. All I can tell you is that the rake tasks work fine on macOS. I can’t easily solve for differences in your setup.
- Brett
…On Jun 17, 2020, 9:14 AM -0500, leder11011 ***@***.***>, wrote:
OK: fresh git clone installed mdless binary in bin folder. But I am unable to:
• delete bin folder
• compile binary mdless by myself
Any ideas? This should be possible in order not to checkout the binary, but do a git pull on the sources and implementing any changes by myself!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Not sure about 18.04, but on ubuntu 20.04 it compiles and runs successfully. I did: I previously had a snap installed for mdless - but it didn't like one of the terminal types I use. The one I compiled has no trouble with it. |
I ended up with the snap install for mdless. Works as specified.
Am Fr., 15. Okt. 2021 um 21:34 Uhr schrieb tomangert <
***@***.***>:
… Not sure about 18.04, but on ubuntu 20.04 it compiles and runs
successfully. I did:
sudo apt install rake
rake package
sudo rake install
I previously had a snap installed for mdless - but it didn't like one of
the terminal types I use. The one I compiled has no trouble with it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#52 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZNARBB76KPATWY2LU2A6LUHB64DANCNFSM4N5UMOSQ>
.
|
@ttscoff Ubuntu 18.04 is no longer supported since May of this year. The Snap package is stuck back in the 1.0.3x days, so if people get the idea of using that from this issue, it's likely to lead to more confusion. Maybe it's best to close this? |
Previous git sources allowed me to generate
mdless
binary.Now I only get errors:
Please give me a hint how to compile mdless binary!
The text was updated successfully, but these errors were encountered: