Code Monkey home page Code Monkey logo

gitkraken's People

Contributors

theelectronwill avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

antars-es

gitkraken's Issues

build id conflict with discord rpm

When installing gitkraken after discord on the same machine, got this error:

Lancement de la transaction de test
Erreur : Erreur du contrôle de transaction :
  le fichier /usr/lib/.build-id/4c/60a74f5d54ee0fd6cbe88ed3eff16e8f6487dc de l'installation de gitkraken-3.3.2-0.fc27.x86_64 entre en conflit avec le fichier du paquet discord-stable-0.0.3-1.fc27.x86_64

The same thing occurs when installing discord after gitkraken. It seems that the two packets provide different versions of the same library, and the new rpmbuild default settings cause a conflict.

Missing libcurl-gnutls.so.4 on Fedora

When I try to install the package on Fedora 28 built with the script I get this error:

Error:
Problem: conflicting requests

  • nothing provides libcurl-gnutls.so.4()(64bit) needed by gitkraken-3.6.1-2.fc28.x86_64

Do you know how to solve it?

never modify system folders

instead of

cd /usr/lib64
ln -s -f libcurl.so.4 libcurl-gnutls.so.4

install a symlink
ln -s /usr/lib64/libcurl.so.4 /opt/gitkraken/libcurl-gnutls.so.4
or even better, add a symlink element in the package.
/opt/gitkraken/libcurl-gnutls.so.4 -> /usr/lib64/libcurl.so.4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.