Coder Social home page Coder Social logo

Comments (2)

cf-gitbot avatar cf-gitbot commented on June 12, 2024

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/95976388.

from ruby-buildpack.

jtarchie avatar jtarchie commented on June 12, 2024

After thorough investigation, we've determined that this not a readline problem.
It turns out that Jekyll was following a non-existent libreadline symlink when generating the static files. This is because the buildpack puts a symlink in place for the lucid64, which is not needed on cflinuxfs2.

When @nicwilliams disabled auto-generation, this caused the dead symlink to be followed, resulting in the above error.

libreadline works fine on CloudFoundry. We're not concerned about the dead symlink as it'll be going away with the death of lucid64. However, it's worth it to note that other issues would have followed had the libreadline symlink existed. For example, Jekyll would have attempted to copy in the rubies to the generated content.

When Jekyll is run on CF, care should be taken to ensure that the source directory is not the root directory. This is because CF will add files to /app, which then get traversed by Jekyll.

Closing. We'll remove libreadline symlink when lucid64 support is officially dropped from the buildpacks.

from ruby-buildpack.

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.