Gource on mac crashing - macos

I have installed brew and gource and I have uninstalled and re installed but when I run it it crashes with gource stopped unexpectedly. I know this is meant to install and run out the box as I have seen it work with windows machines.
I get Segmentation fault: 11 as the error.

Had the same problem and found this issue in the repo: segmentation fault (home-brew).
After running brew update && brew upgrade, gource ran as expected.

Although it didn't help for me, perhaps the solution described in this ticket could solve it for you:
https://code.google.com/archive/p/gource/issues/207

Related

Homebrew Portable Ruby Error macOS 10.14.6

Homebrew suddenly stopped working, when i run any brew command i get following output:
==> Downloading https://homebrew.bintray.com/bottles-portable-ruby/portable-ruby-2.6.3_2.yosemite.bottle.tar.gz
Already downloaded: /Users/<user>/Library/Caches/Homebrew/portable-ruby-2.6.3_2.yosemite.bottle.tar.gz
/usr/local/Homebrew/Library/Homebrew/cmd/vendor-install.sh: line 123: /usr/bin/cut: cannot execute binary file
Error: Checksum mismatch.
Expected: b065e5e3783954f3e65d8d3a6377ca51649bfcfa21b356b0dd70490f74c6bd86
Actual:
Archive: /Users/<user>/Library/Caches/Homebrew/portable-ruby-2.6.3_2.yosemite.bottle.tar.gz
To retry an incomplete download, remove the file above.
Error: Failed to upgrade Homebrew Portable Ruby!
I already tried to remove the file portable-ruby-2.6.3_2.yosemite.bottle.tar.gz but it doesn't work and i couldn't find any helpful information about this error on Google.
Any help is appreciated.
There are several things that I can think of for your situation.
Your output has yosemite identifier, to be clear, MacOS Yosemite is actually 10.10.x, it is not in the current/latest homebrew support list, and also different from 10.14 Mojave in your problem title. So if you are actually using Mojave, you can keep your brew up to date and reinstall ruby.
The latest Ruby formula is actually 2.7.x, you might want to reinstall/upgrade (brew reinstall ruby/brew upgrade ruby).
In all, if you still run into an issue, please attach the outputs of brew config and brew doctor for troubleshooting.
Try brew update-reset and then try brew upgrade.
It's set portable-ruby-2.6.3_2.yosemite.bottle.tar.gz was already downloaded so I removed it and it went through henceforth.

Fixing m4 on MAC OS 10.14.5

I'm having an issue with pecl which is erring out saying phpize had failed.
The problem ultimately seems to be with m4. Error is autom4te: need GNU m4 1.4 or later: /Applications/MAMP/Library/bin/m4
When I run "which m4" I get /Applications/MAMP/Library/bin/m4
However, any command I try to run with m4 like "m4 --version" I get the following:
Abort trap: 6
I can't find a good explanation of that error, but I'm guessing something is corrupted with m4, but I can't figure out how to fix this on a Mac. Do I just download a newer version and run configure, make and make install? Just a little nervous since I have somewhat limit Mac experience.
I've fixed similar issue by executing brew reinstall m4.
In addition to a "brew (re)install m4", I had to temporarily remove "/Applications/MAMP/Library/bin" from my PATH. After that this worked for me.

Problems with Cocoapods on Xcode 6.4

I'm trying to install and use Cocoapods with Xcode. I've installed already Brew, so I've used this command:
sudo gem install cocoapods
but it stays there, without response and without asking me for password (that's really strange, because of sudo command).
Maybe I got some problem with Brew Installation or Ruby on my Yosemite iMac?
I met the same error in the past, there is something wrong with my development environment. I re-install the Command Line Tools follow this guide, then everything is ok.
You can get the detail information from here, hope it can help you.

Tomcat server does not start and says "internal error occur launching ... org/eclipse/jdt/debug/core/JDIDebugModel

I am using Ubunt 12.04. My project was running fine till yesterday and today when i open the springtoolsuit and start tomcat (i am using tomcat 7.0), a pop up opens and says:
In details it says :
An internal error occurred during: "Starting tomcat_server_name**".
org/eclipse/jdt/debug/core/JDIDebugModel
Can i be issue due to ubuntu updates ??
** Tomcat_server_name is the name of my tomcat server.
Kindly help me, as i searched google alot but could not found any solution.
Answering my own question as it may help some one like me facing the same problem.
sudo apt-get --reinstall install tzdata-java
solve the problem.
Got solution from
Here
For Windows users, there is another solution. Open eclipse.ini in the Eclipse installation folder and add -Dcom.ibm.icu.util.TimeZone.DefaultTimeZoneType=ICU as the last line of that file
If you're on 16.04, there is no tzdata-java package. I guess it got rolled in to tzdata, but reinstalling it does not fix this problem. I fixed it by downgrading tzdata to the last version that was accompanied by tzdata-java, then reinstalling tzdata-java.
tzdata: https://launchpad.net/ubuntu/xenial/amd64/tzdata/2016c-0ubuntu1
tzdata-java: https://launchpad.net/ubuntu/xenial/amd64/tzdata-java/2016c-0ubuntu1
I have to keep using the old version for Tomcat7 to work, so did this to prevent Ubuntu from updating the file:
sudo apt-mark hold tzdata
re-installing and selecting JDK 1.8 worked for me in Xubuntu 16.04
sudo apt-get install openjdk-8-jdk
sudo update-alternatives --config java

Configuration issues trying to install Ruby on Mac

When I run rvm install ruby-1.9.3, I get this error message when configuring
Error running ' ./configure --prefix=/Users/robbor911/.rvm/rubies/ruby-1.9.3-p125 --enable-shared --disable-install-doc --with-libyaml --with-opt-dir=/Users/robbor911/.rvm/usr ', please read /Users/robbor911/.rvm/log/ruby-1.9.3-p125/configure.log
There has been an error while running configure. Halting the installation.
All posts on this issue so far tell users to download XCode and install it, but I have it installed-- it even runs successfully.
From what I've gather, my problem has something to do with the terminal unable to locate the compiler's necessary for the download.
I even managed to locate the compilers at Xcode/Contents/Developer/usr/bin and Xode/Contents/Developer/usr/llvm-gcc-4.2/bin
Does anyone know why, when I installed XCode, my compilers weren't set up properly or how I can manually correct this issue?
I just ran across this issue the other day. The way I was able to get it running:
1) I downloaded and installed this package from Github.
2) ran rvm get head && rvm reload && rvm reinstall 1.9.3
Worked for me. Running OS Lion 10.7
Xcode 4.3 no longer installs the command-line tools by default. You can install them from the Downloads pane in Xcode's preferences.

Resources