Code Monkey home page Code Monkey logo

Comments (6)

mkconel avatar mkconel commented on August 25, 2024

Here is a quick fix for this issue if you have not figured it already.

  1. Find your gitlab-gitaly Ebuild directory (ex. /usr/local/portage/overlays/fritteli/www-servers/gitlab-gitaly/) and go to it.
  2. Open gitaly Ebuild file (ex. gitlab-gitaly-0.38.0-r1.ebuild).
  3. Comment out the line fperms 0755 /var/lib/gitlab-gitaly/ruby/bin/* (line 38) and save the file.
  4. Run Repoman to regenerate manifest file repoman manifest (if you don't have it, merge app-portage/repoman package).
  5. Try merging gitlab and/or gitaly again.
  6. After successful installation, fix permissions yourself chmod +x /var/lib/gitlab-gitaly/ruby/bin/*.

from gentoo-overlay.

alcad avatar alcad commented on August 25, 2024

Thank you @mkconel your workaround worked like a charm.

from gentoo-overlay.

tkurbad avatar tkurbad commented on August 25, 2024

@mkconel fperms simply doesn't support wildcards in this manner.

Changing the line:
fperms 0755 /var/lib/gitlab-gitaly/ruby/bin/*
to
fperms 0755 /var/lib/gitlab-gitaly/ruby/bin/{gitaly-ruby,ruby-cd}

fixes the problem for me.

from gentoo-overlay.

fritteli avatar fritteli commented on August 25, 2024

Strange, it installed without problems for me. Perhaps we are using a different version of portage, or some different configuration of emerge-sandboxing? I don't know.
FWIW, I'll implement @tkurbad 's change and hope it helps.

from gentoo-overlay.

fritteli avatar fritteli commented on August 25, 2024

Done in ebuild 0.43.1.

from gentoo-overlay.

fritteli avatar fritteli commented on August 25, 2024

Oh, and thanks for reporting, and sorry for the (very, very) long delay 😇

from gentoo-overlay.

Related Issues (20)

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.